thephpleague / omnipay-mollie

Mollie driver for the Omnipay PHP payment processing library
MIT License
62 stars 38 forks source link

Add 'created' status for Mollie Orders API #68

Closed nvindice closed 5 years ago

nvindice commented 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.

nvindice commented 5 years ago

Hi, is there any chance to get some feedback on this? Is this repo abandoned?