Polish Give UX: always-on online giving, correct mobile branding, clearer payouts.
Deploy Ladill Give / deploy (push) Successful in 31s
Deploy Ladill Give / deploy (push) Successful in 31s
Remove the redundant accepts-payment toggle, fix the mobile header title, and update payout copy to reflect Ladill Pay and the 9% donation fee. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -27,10 +27,6 @@ class DonationController extends Controller
|
||||
return response()->json(['error' => 'This giving page does not accept donations.'], 422);
|
||||
}
|
||||
|
||||
if (empty($qrCode->content()['accepts_payment'])) {
|
||||
return response()->json(['error' => 'Online giving is not enabled for this page.'], 422);
|
||||
}
|
||||
|
||||
$validated = $request->validate([
|
||||
'customer_name' => ['required', 'string', 'max:120'],
|
||||
'customer_email' => ['required', 'email', 'max:200'],
|
||||
|
||||
Reference in New Issue
Block a user