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 this cartridge, you are replacing (rather than prepending/appending) the SFRA out of the box SubmitPayment handler/code. This line catches everything that's not affirm, and does not play well with any other payment types (eg paypal).
The text was updated successfully, but these errors were encountered:
moorena
changed the title
checkout services does not well with other processors
checkout services does not work well with other processors
May 8, 2024
(we fixed this by removing the controller from Affirm's module and manually merged the affirm specific code into our own handler that does the server.replace for SubmitPayment)
Salesforce_Commerce_Cloud_Affirm/cartridges/int_affirm_sfra/cartridge/controllers/CheckoutServices.js
Line 211 in afee520
In this cartridge, you are replacing (rather than prepending/appending) the SFRA out of the box
SubmitPayment
handler/code. This line catches everything that's not affirm, and does not play well with any other payment types (eg paypal).The text was updated successfully, but these errors were encountered: