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

Prevent order from being processed once completed #377

Conversation

mntzrr
Copy link
Contributor

@mntzrr mntzrr commented Mar 15, 2024

The current control does not suffice as a cancelled order would be processed since the condition do not consider all statuses but only those that are completed.

  • do not process the order again if it has already been completed by the customer.

The current control does not suffice as a cancelled order would be processed since the condition do not consider all statuses but only those that are completed.

- do not process the order again if it has already been completed by the customer.
@mntzrr mntzrr self-assigned this Mar 15, 2024
@MichaelBengtsson MichaelBengtsson merged commit e3c782e into develop Mar 20, 2024
0 of 3 checks passed
@MichaelBengtsson MichaelBengtsson deleted the develop-Cancelled-orders-become-processing-on-Callback branch March 20, 2024 10:33
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

Successfully merging this pull request may close these issues.

None yet

2 participants