Merge pull request #1151 from Safelite/feature/humphries/INSR-9036
INSR-9036: Fix mapping issue with Adyen Afterpay
This commit is contained in:
commit
537a070951
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ export function mapAdyenToIssPaymentMethod(adyenMethod) {
|
|||
const paymentMethodMap = {
|
||||
["scheme"]: paymentMethods.CREDIT_CARD,
|
||||
["afterpaytouch_US"]: paymentMethods.AFTERPAY,
|
||||
["afterpaytouch"]: paymentMethods.AFTERPAY,
|
||||
["paypal"]: paymentMethods.PAYPAL,
|
||||
["applepay"]: paymentMethods.APPLEPAY,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue