Update ApplePay / payment proc

main
nurbek 3 years ago
parent 18c2426de2
commit 9f737066be

@ -2920,7 +2920,9 @@
"description": "Apple Pay is a mobile payment and digital wallet service by Apple that allows users to make payments in person, in iOS apps, and on the web.", "description": "Apple Pay is a mobile payment and digital wallet service by Apple that allows users to make payments in person, in iOS apps, and on the web.",
"dom": [ "dom": [
"[aria-labelledby='pi-apple_pay']", "[aria-labelledby='pi-apple_pay']",
"script#apple-pay" "script#apple-pay",
"script#apple-pay-shop-capabilities",
"input#applePayMerchantId"
], ],
"icon": "Apple.svg", "icon": "Apple.svg",
"js": { "js": {
@ -2928,7 +2930,8 @@
"braintree.applePay": "", "braintree.applePay": "",
"checkout.enabledpayments.applepay": "^true$", "checkout.enabledpayments.applepay": "^true$",
"dw.applepay": "", "dw.applepay": "",
"enableApplePay": "" "enableApplePay": "",
"applePayButtonClicked": ""
}, },
"website": "https://www.apple.com/apple-pay" "website": "https://www.apple.com/apple-pay"
}, },