Skip to content

Commit

Permalink
Update defaults for payment method names
Browse files Browse the repository at this point in the history
ISSUE: CS-5023
  • Loading branch information
goran-stamenkovski-logeecom committed Jan 19, 2024
1 parent 393c3b1 commit 6ce3e1a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions notification/src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ function getAllAdyenMerchantAccounts() {

function getAdyenPaymentMethodsToNames() {
return {
scheme: 'Credit Card',
pp: 'PayPal',
klarna: 'Klarna',
gpay: 'Google Pay',
scheme: { en: 'Credit Card' },
pp: { en: 'PayPal' },
klarna: { en: 'Klarna' },
affirm: { en: 'Affirm' },
gpay: { en: 'Google Pay' },
...(config.adyenPaymentMethodsToNames || {}),
}
}
Expand Down

0 comments on commit 6ce3e1a

Please sign in to comment.