Skip to content

Commit e8f5c3a

Browse files
committed
build changes
1 parent 0b36791 commit e8f5c3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dist/doc/payments/apple-pay/payment-request.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ await paystackPop.paymentRequest({
77
currency: 'NGN', // Use NGN for Naira or USD for US Dollars
88
ref: 'YOUR_REFERENCE', // Replace with a reference you generated
99
container: 'paystack-apple-pay', // ID of div to mount payment button elements
10-
loadPaystackCheckButton: 'paystack-other-channels', // ID of button to trigger opening Paystack checkout (optional)
10+
loadPaystackCheckoutButton: 'paystack-other-channels', // ID of button to trigger opening Paystack checkout (optional)
1111
style: {
1212
theme: 'dark', // 'light' or 'dark'
1313
applePay: {
@@ -31,6 +31,7 @@ await paystackPop.paymentRequest({
3131
onElementsMount(elements) { // { applePay: true } or null
3232
3333
}
34-
});`
34+
});
35+
`
3536

3637
export {js}

0 commit comments

Comments
 (0)