diff --git a/src/technologies/a.json b/src/technologies/a.json index 5bbcce2ad..787b223b7 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": [ @@ -2224,7 +2225,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 6441f12fa..a07158717 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 ffd1c9940..ab955f7c8 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3392,7 +3392,8 @@ "html": "]+data-stripe", "icon": "Stripe.svg", "js": { - "Stripe.version": "^(.+)$\\;version:\\1" + "Stripe.version": "^(.+)$\\;version:\\1", + "checkout.enabledpayments.stripe": "^true$" }, "pricing": [ "payg" 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"