mollie / spree-mollie-gateway

Mollie payments for Spree Commerce.
https://www.mollie.com
16 stars 23 forks source link

Mollie returns payment state 'created' which is unhandled by the gem #45

Closed Oldharlem closed 5 years ago

Oldharlem commented 5 years ago

Mollie returns payment state creared upon creating a mollie payment. This state is unhandled and will reset the order to state payment and remove the completed_at timestamp.

In our system we have dozens of orders that are still in state payment with a stateless payment. Webhooks did not come in while the order on the mollie side is paid and even paid out.

D, [2018-11-26T15:20:58.010696 #25594] DEBUG -- : Unhandled Mollie payment state received: created. Therefore we did not update the payment state.

vernondegoede commented 5 years ago

Thanks. Released in 3.0.2 🚀