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
The code here does not respect previous errors -- it does not test viewdata.error/res.error that may have been set in a previous controller in the chain -- and instead will (if there is no authorization errors) overwrite the existing value and claim "no errors". That is ... not good..
The text was updated successfully, but these errors were encountered:
cybersource-plugins-rest-salesforceb2ccommerce/cartridges/int_cybs_sfra_base/cartridge/controllers/CheckoutServices.js
Lines 224 to 253 in 2b9ddda
The code here does not respect previous errors -- it does not test
viewdata.error
/res.error
that may have been set in a previous controller in the chain -- and instead will (if there is no authorization errors) overwrite the existing value and claim "no errors". That is ... not good..The text was updated successfully, but these errors were encountered: