Closed nvindice closed 5 years ago
When using Mollie's Orders API, the status for open orders is "created" instead of "open", see https://docs.mollie.com/orders/status-changes
EDIT: I fixed the tests as the status "created" means the order is open IMHO. The previous test for status == 'open' was useless as the Orders API will never return "open" as a status.
status == 'open'
Hi, is there any chance to get some feedback on this? Is this repo abandoned?
When using Mollie's Orders API, the status for open orders is "created" instead of "open", see https://docs.mollie.com/orders/status-changes
EDIT: I fixed the tests as the status "created" means the order is open IMHO. The previous test for
status == 'open'
was useless as the Orders API will never return "open" as a status.