Remove vendor logo upload from Mini payment QR create and edit.
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:
isaacclad
2026-06-07 20:43:33 +00:00
co-authored by Cursor
parent 69708c5e60
commit 327cf65e6c
3 changed files with 2 additions and 12 deletions
@@ -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 {