-
Notifications
You must be signed in to change notification settings - Fork 53
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
[BUG] Creating order in admin backend with payment link -> wrong status #757
Comments
Thank you for opening this issue @simonmaass . The payment link method has a custom order status option available, which can be found under: For the other mentioned problem, could you elaborate more about this? |
Thank you for the hint with the option of setting a different initial status for payment link orders. Just out of curiosity: What is the reason to not set the order as "pending payment"? In order to elaborate more about the problem: |
Hi There @simonmaass , Thank you for your response on it, sure, this was roughly the idea this;
But feel free to share your thoughts on this as well. |
Hey @simonmaass, I hope everything is fine on your end. Did our previous response answer your question? It appears that this issue may be related more to configuration than being an actual bug within the plugin. We'll investigate further to make this more clear for everyone of course. However, I'm happy to close it if you're satisfied for now. |
Hey @Frank-Magmodules , thank you for getting back! As stated here: Let me try to make it more clear where the bug is created:
I hope this will help to recreated the misaligned order/payment status... we are also open for a short video call... BR Simon |
Hi There @simonmaass , With the instructions of your last response, we were finally able to reproduce the issue. We changed the default status for payment link orders to “pending payment” as it makes more sense. This is available in the last version that we just released. For now, we'll mark this issue as resolved. Thanks again! |
Describe the bug
When creating an order in the admin backend with payment method "payment link" the order is created with the status "pending". The order should be created with the status "pending payment" as set in the settings:
Used versions
To Reproduce
Steps to reproduce the behavior:
There is a much bigger problem behind this!!
If you now create a shipment and ship the order the payment link totally breaks and creates a direct redirect to the order status page which of course cannot display any info and creates this magento error:
Expected behavior
Order should be set to "pending payment" and you should not be able to create shipments or invoices!!!
Actual behavior
Order is created as "pending" and only jumps to "pending payment" once you first click on the payment link.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The problem with this state is that order are able to be shipped in the status "pending" and this can lead to very ugly states!!!
The text was updated successfully, but these errors were encountered: