Remove vendor logo upload from Mini payment QR create and edit.
Deploy Ladill Mini / deploy (push) Successful in 28s
Deploy Ladill Mini / deploy (push) Successful in 28s
Vendors only need label, business name, and optional branch — no logo field in the flow. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -55,7 +55,6 @@ class PaymentQrController extends Controller
|
||||
'label' => 'required|string|max:120',
|
||||
'business_name' => 'required|string|max:120',
|
||||
'branch_label' => 'nullable|string|max:80',
|
||||
'payment_logo' => 'nullable|image|max:2048',
|
||||
]);
|
||||
|
||||
$data['type'] = QrCode::TYPE_PAYMENT;
|
||||
@@ -91,7 +90,6 @@ class PaymentQrController extends Controller
|
||||
'business_name' => 'sometimes|string|max:120',
|
||||
'branch_label' => 'nullable|string|max:80',
|
||||
'is_active' => 'sometimes|boolean',
|
||||
'payment_logo' => 'nullable|image|max:2048',
|
||||
]);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user