From 3caaefe58e9489f791d222be820237a0a33b46fd Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 26 Jan 2022 04:24:32 +0600 Subject: [PATCH] Update LayBuy, AfterPay / BNPL --- src/technologies/a.json | 5 ++++- src/technologies/l.json | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index e8dfa2ac8..e4ee38661 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -1501,11 +1501,14 @@ "description": "Afterpay is a 'buy now, pay later' platform that makes it possible to pay off purchased goods in fortnightly instalments.", "dom": "#afterpay, .afterpay, .AfterpayMessage, [aria-label='Afterpay'], link[href*='/wp-content/plugins/afterpay-gateway-for-woocommerce/']", "icon": "afterpay.png", + "requiresCategory": 6, "js": { "Afterpay": "", "AfterpayAttractWidget": "", "afterpay_product": "", - "checkout.enabledpayments.afterpay": "^true$" + "checkout.enabledpayments.afterpay": "^true$", + "AfterpayWidgetHtml": "", + "AfterpayGenericErrorHtml": "" }, "saas": true, "scriptSrc": [ diff --git a/src/technologies/l.json b/src/technologies/l.json index 0404165c1..25f727118 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -156,7 +156,8 @@ 91 ], "description": "Laybuy is a payment service that lets you receive your purchase now and spread the total cost over 6 weekly automatic payments interest free.", - "dom": "iframe[src='.laybuy.com/']", + "dom": "iframe[src='.laybuy.com/'], a[href*='.laybuy.com/what-is-laybuy']", + "requiresCategory": 6, "icon": "LayBuy.svg", "js": { "LaybuyHelper": "",