Update Payment processors

main
nurbek 4 years ago committed by Zihni Artar
parent 723bda853e
commit 19c2f6592d

@ -1316,7 +1316,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",
@ -1701,6 +1707,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"
}, },
@ -11905,7 +11915,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"
@ -16994,6 +17007,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": {