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
if ($order->getState() == Order::STATE_PAYMENT_REVIEW) {
after pay with wallees payment method bank transfer, the order is not marked as processing after the wallee transaction is fulfill. i guess, someone changed the state in AuthorizezdCommand L66 and forgot to change this in FulfillCommand L55. It should be STATE_PAYMENT_REVIEW instead of STATE_PAYMENT_REVIEW
The text was updated successfully, but these errors were encountered:
magento-2/Model/Webhook/Listener/Transaction/FulfillCommand.php
Line 55 in 28a6cc2
after pay with wallees payment method bank transfer, the order is not marked as processing after the wallee transaction is fulfill. i guess, someone changed the state in AuthorizezdCommand L66 and forgot to change this in FulfillCommand L55. It should be STATE_PAYMENT_REVIEW instead of STATE_PAYMENT_REVIEW
The text was updated successfully, but these errors were encountered: