mollie / spree-mollie-gateway

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

only create mollie shipment when the order is a mollie order #88

Closed Oldharlem closed 4 years ago

Oldharlem commented 4 years ago

When the order is not paid with mollie the after_ship method should not attempts to create the mollie shipment. When attempting the flow fails because the payment source does not contain the mollie payment id.

This PR solves this issue by checking if the order is paid with mollie before attempting to create a mollie shipment after_ship