From f0a4c81516dec4bddeb1a3416eb56c484a566bf5 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 14 Jan 2026 13:31:36 -0500 Subject: [PATCH] Constant typo --- src/helpers/adyen-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/adyen-helper.js b/src/helpers/adyen-helper.js index 540418e56..5cd7a9e77 100644 --- a/src/helpers/adyen-helper.js +++ b/src/helpers/adyen-helper.js @@ -91,7 +91,7 @@ export function mapFmgToAdyenPaymentMethod(fmgMethod) { [paymentMethods.PAYPAL]: "paypal", [paymentMethods.APPLE_PAY]: "applepay", [paymentMethods.PAY_NOW]: null, - [paymentMethods.PAY_LATER]: null, + [paymentMethods.LATER]: null, }; const match = paymentMethodMap[fmgMethod];