From f2b2b4766f1115e6f322ea39653085a5866adb4a Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 12 Oct 2021 21:29:28 +0600 Subject: [PATCH 1/2] Update Payment processors , buy now pay later --- src/technologies/a.json | 6 ++++-- src/technologies/p.json | 3 ++- src/technologies/s.json | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index c33927610..896c0111a 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -1195,7 +1195,8 @@ "js": { "Afterpay": "", "AfterpayAttractWidget": "", - "afterpay_product": "" + "afterpay_product": "", + "checkout.enabledpayments.afterpay": "^true$" }, "saas": true, "scripts": [ @@ -2223,7 +2224,8 @@ "js": { "ApplePay": "", "dw.applepay": "", - "enableApplePay": "" + "enableApplePay": "", + "checkout.enabledpayments.applepay": "^true$" }, "website": "https://www.apple.com/apple-pay" }, diff --git a/src/technologies/p.json b/src/technologies/p.json index 7b4cd5d27..ae1e64460 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -416,7 +416,8 @@ "PAYPAL": "", "enablePaypal": "", "paypalClientId": "", - "paypalJs": "" + "paypalJs": "", + "checkout.enabledpayments.paypal": "^true$" }, "meta": { "id": "in-context-paypal-metadata" diff --git a/src/technologies/s.json b/src/technologies/s.json index a188f17ce..2007370c8 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3310,7 +3310,8 @@ "html": "]+data-stripe", "icon": "Stripe.svg", "js": { - "Stripe.version": "^(.+)$\\;version:\\1" + "Stripe.version": "^(.+)$\\;version:\\1", + "checkout.enabledpayments.stripe": "^true$" }, "pricing": [ "payg" From dd07d4fdc8f84b1f26459e3c55488a8566665518 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 12 Oct 2021 22:26:55 +0600 Subject: [PATCH 2/2] update ZIP --- src/technologies/z.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/z.json b/src/technologies/z.json index fdc393135..7c8361bbb 100644 --- a/src/technologies/z.json +++ b/src/technologies/z.json @@ -209,7 +209,8 @@ "icon": "zip_pay.svg", "js": { "QuadPayShopify": "", - "quadpayID": "" + "quadpayID": "", + "checkout.enabledpayments.zip": "^true$" }, "pricing": [ "payg"