Update Payment processors

main
nurbek 4 years ago
parent b37ab60e4a
commit 38fdac7dc6

@ -1257,7 +1257,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",
@ -1642,6 +1648,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"
}, },
@ -11778,7 +11788,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"
@ -16832,6 +16845,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": {