mollie / spree-mollie-gateway

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

undefined method `create_transaction' #12

Closed Jecko-o closed 6 years ago

Jecko-o commented 6 years ago

Using mollie along with the spree native check payment method I'm getting the following error:

"NoMethodError in Spree::CheckoutController#update undefined method `create_transaction' for #"

It seems a problem in mollie processing_decorator override of the process! method.

vernondegoede commented 6 years ago

Thanks for reporting @Jecko-o! This has been fixed in 1.0.6.

Let me know if you experience any other issues.

Jecko-o commented 6 years ago

Ok! :smile: