Skip to content

Commit

Permalink
fix: updated the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Oct 10, 2023
1 parent 3c79ed1 commit 87bc4ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function convertToSfccCardType(paymentInformation, paymentInstrument) {
paymentInstrument.setCreditCardType(sfccCardType);

paymentInstrument.custom.adyenPaymentMethod = sfccCardType;
paymentInstrument.custom[`${constants.OMS_NAMESPACE}_Adyen_Payment_Method`] =
paymentInstrument.custom[`${constants.OMS_NAMESPACE}__Adyen_Payment_Method`] =
sfccCardType;

if (paymentInformation.creditCardToken) {
Expand Down

0 comments on commit 87bc4ee

Please sign in to comment.