Present Paystack checkout in a responsive mobile sheet and desktop modal.
Deploy Ladill POS / deploy (push) Successful in 37s
Deploy Ladill POS / deploy (push) Successful in 37s
Standardize customer-facing Ladill Pay checkout shells across products, open them on all viewports, and escape iframe callbacks back to the product flow.
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
set showSheet(v) { if (!v) { $store.paymentCheckout.close() } },
|
||||
get checkoutUrl() { return $store.paymentCheckout.url },
|
||||
}">
|
||||
@include('partials.paystack-sheet')
|
||||
@include('partials.paystack-sheet', [
|
||||
'audience' => 'operator',
|
||||
'sheetTitle' => 'Customer payment',
|
||||
'sheetSubtitle' => 'Hand this screen to the customer for card or mobile money.',
|
||||
'sheetFooter' => 'Stay on this screen until the customer finishes. Closing only hides the sheet.',
|
||||
'iframeTitle' => 'Customer card or mobile money checkout',
|
||||
])
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user