Adding payment/transaction automatically puts orderstate to processing, is there a way to keep it at pending? #1783
Unanswered
f1-outsourcing
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought I would make a module that also would process partial payments to an order. However if I make a partial payment like this:
The order state changes automatically to processed, this is also mentioned in the history like this
How should I make sure it never gets this state? (I want to detect the processing state automatically, so putting it back from processing to pending or pending_payment is not really an option)
Beta Was this translation helpful? Give feedback.
All reactions