Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invoice is not marked as processing after placing order #36

Open
philippeaellig opened this issue Jan 29, 2024 · 1 comment
Open

invoice is not marked as processing after placing order #36

philippeaellig opened this issue Jan 29, 2024 · 1 comment

Comments

@philippeaellig
Copy link

philippeaellig commented Jan 29, 2024

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

@FloWord
Copy link

FloWord commented Jan 31, 2024

@philippeaellig we have the same issue ourselves and have created a patch. We hope that Wallee addresses this quickly.
authorize_processing_status.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants