We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b36791 commit e8f5c3aCopy full SHA for e8f5c3a
1 file changed
dist/doc/payments/apple-pay/payment-request.js
@@ -7,7 +7,7 @@ await paystackPop.paymentRequest({
7
currency: 'NGN', // Use NGN for Naira or USD for US Dollars
8
ref: 'YOUR_REFERENCE', // Replace with a reference you generated
9
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)
+ loadPaystackCheckoutButton: 'paystack-other-channels', // ID of button to trigger opening Paystack checkout (optional)
11
style: {
12
theme: 'dark', // 'light' or 'dark'
13
applePay: {
@@ -31,6 +31,7 @@ await paystackPop.paymentRequest({
31
onElementsMount(elements) { // { applePay: true } or null
32
33
}
34
-});`
+});
35
+`
36
37
export {js}
0 commit comments