Merge pull request #3657 from nurbek91/UpdatePayments1

Update Payment processors
main
Elbert Alias 4 years ago committed by GitHub
commit 7e3c54d7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1300,7 +1300,13 @@
"html": "<meta id=\"amazon-payments", "html": "<meta id=\"amazon-payments",
"icon": "Amazon Pay.svg", "icon": "Amazon Pay.svg",
"js": { "js": {
"AmazonPayments": "" "AmazonPayments": "",
"enableAmazonPay": ""
},
"dom": {
"img[src*='amazonpay']": {
"text": ""
}
}, },
"scripts": [ "scripts": [
"/amazonpayments(?:\\.min)?\\.js", "/amazonpayments(?:\\.min)?\\.js",
@ -1685,6 +1691,10 @@
"<[^>]+aria-labelledby=\"pi-apple_pay", "<[^>]+aria-labelledby=\"pi-apple_pay",
"<script id=\"apple-pay" "<script id=\"apple-pay"
], ],
"js": {
"enableApplePay": "",
"ApplePay": ""
},
"icon": "Apple.svg", "icon": "Apple.svg",
"website": "https://www.apple.com/apple-pay" "website": "https://www.apple.com/apple-pay"
}, },
@ -11863,7 +11873,10 @@
"html": "<input[^>]+_s-xclick", "html": "<input[^>]+_s-xclick",
"icon": "PayPal.svg", "icon": "PayPal.svg",
"js": { "js": {
"PAYPAL": "" "PAYPAL": "",
"paypalClientId": "",
"paypalJs": "",
"enablePaypal": ""
}, },
"pricing": [ "pricing": [
"payg" "payg"
@ -16975,6 +16988,11 @@
], ],
"html": "<[^>]+aria-labelledby=\"pi-visa", "html": "<[^>]+aria-labelledby=\"pi-visa",
"icon": "Visa.svg", "icon": "Visa.svg",
"js": {
"visaApi": "",
"visaSrc": "",
"visaImage": ""
},
"website": "https://www.visa.com" "website": "https://www.visa.com"
}, },
"Visa Checkout": { "Visa Checkout": {