Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I don't know. I didn't create the gateway you're using. What your gateway does during a cancellation is entirely on the implementation. If it's a hosted payments gateway that's extending the cbpaidHostedPagePayHandler class then the handleCancel function is called to deal with cancels. Typically you need to put the basket in a RedisplayOriginalBasket state during cancel for hosted payments. Take a look at Quickpay for an example as it's a pretty minimal gateway implementation.What could be wrong?
Please Log in or Create an account to join the conversation.