Skip to content

Commit

Permalink
feat(payment): INT-2422 Updated title for credit card on adyen v2
Browse files Browse the repository at this point in the history
  • Loading branch information
YosafatSanchez committed Mar 18, 2020
1 parent d5c0e08 commit e47726c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/payment/paymentMethod/PaymentMethodTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function getPaymentMethodTitle(
},
[PaymentMethodId.AdyenV2]: {
logoUrl: `https://checkoutshopper-live.adyen.com/checkoutshopper/images/logos/${(method.method === 'scheme') ? 'card' : method.method}.svg`,
titleText: method.config.displayName || '',
titleText: (method.config.displayName === 'Credit Card' ? 'Credit/Debit Card' : method.config.displayName) || '',
},
};

Expand Down

0 comments on commit e47726c

Please sign in to comment.