Merge pull request #6017 from nurbek91/ApplePay

Update ApplePay / payment proc #5850
main
Elbert Alias 3 years ago committed by GitHub
commit 7fc313b0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2934,7 +2934,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.",
"dom": [
"[aria-labelledby='pi-apple_pay']",
"script#apple-pay"
"script#apple-pay",
"script#apple-pay-shop-capabilities",
"input#applePayMerchantId"
],
"icon": "Apple.svg",
"js": {
@ -2942,7 +2944,8 @@
"braintree.applePay": "",
"checkout.enabledpayments.applepay": "^true$",
"dw.applepay": "",
"enableApplePay": ""
"enableApplePay": "",
"applePayButtonClicked": ""
},
"website": "https://www.apple.com/apple-pay"
},