We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d305bd7 commit 0b36791Copy full SHA for 0b36791
1 file changed
src/doc/payments/apple-pay/payment-request/index.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,4 +31,4 @@ await paystackPop.paymentRequest({
31
onElementsMount(elements) { // { applePay: true } or null
32
33
}
34
-});
+});
0 commit comments