You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file link_cybersource\cartridges\int_cybs_sfra_base\cartridge\scripts\http\payments.js
Line 125 Uses the variable Cybersource_CreditCardTransactionType: if (dw.system.Site.getCurrent().getCustomPreferenceValue('Cybersource_CreditCardTransactionType').value === 'sale' ){
but the configuration value is defined in link_cybersource\metadata\payments_metadata\meta\Core.xml as: Cybersource_CardTransactionType
In file
link_cybersource\cartridges\int_cybs_sfra_base\cartridge\scripts\http\payments.js
Line 125 Uses the variable
Cybersource_CreditCardTransactionType
:if (dw.system.Site.getCurrent().getCustomPreferenceValue('Cybersource_CreditCardTransactionType').value === 'sale' ){
but the configuration value is defined in
link_cybersource\metadata\payments_metadata\meta\Core.xml
as:Cybersource_CardTransactionType
See comment in the PR: #5 (comment)
The text was updated successfully, but these errors were encountered: