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
For orders that use Boleto (or any async payment method), when the Ebanx callback tries to cancel the order it only changes the order status to canceled it does not actually cancel the order which would return the canceled items to stock.
Adding a call to the cancel method of an order during Ebanx_Gateway_PaymentController::updateOrder might fix the issue. Can anyone confirm if this is the correct approach?
Thank you,
Ricardo
The text was updated successfully, but these errors were encountered:
Hello Ebanx,
For orders that use Boleto (or any async payment method), when the Ebanx callback tries to cancel the order it only changes the order status to
canceled
it does not actually cancel the order which would return the canceled items to stock.Adding a call to the
cancel
method of an order duringEbanx_Gateway_PaymentController::updateOrder
might fix the issue. Can anyone confirm if this is the correct approach?Thank you,
Ricardo
The text was updated successfully, but these errors were encountered: