spree-mollie-gateway icon indicating copy to clipboard operation
spree-mollie-gateway copied to clipboard

Mollie payments for Spree Commerce.

Results 12 spree-mollie-gateway issues
Sort by recently updated
recently updated
newest added

Fresh Spree project. Added tp Gemfile ``` gem 'spree_mollie_gateway' ``` then run ``` bundle exec rails g spree_mollie_gateway:install ``` The result is below: ``` /Users/uaru/.rvm/gems/ruby-3.0.3/gems/spree_mollie_gateway-4.0.1/app/controllers/spree/checkout_controller_decorator.rb:38:in `': uninitialized constant Spree::CheckoutController (NameError)...

Hi! The "finalize!" method in the order_decorator.rb file was missing the `deliver_store_owner_order_notification_email` code. So... my store owners weren't receiving new order notifications, which is... pretty bad. This PR should fix...

Patches deprecated update_attributes method and introduces a new appraisal for rails 6.1

Hi, I was going to use Mollie for a client project but I'm facing an issue. If I add other payment methods than Mollie, they don't seem to work well....

![Screen Shot 2021-06-29 at 18 25 51](https://user-images.githubusercontent.com/6249230/123848768-9a338c00-d907-11eb-9aea-96f990184374.png) I got this this error when I try to access the admin.

…that occurs on some orders where the housenumber is not attached

Hi! I just set up Mollie according to the README. When selecting the Mollie radio button the payment method part of the screen is empty. The log `log/mollie.log` is empty....

Hello, I tried to use the mollie gateway for products with taxes applied but I got this error: ![image](https://user-images.githubusercontent.com/856044/94808186-058c1400-03f1-11eb-98de-978f82b2732a.png) For some reason, it doesn't take taxes into account when saving...

I get this error when using spree mollie gateway with spree globalize : (Strange fact: I get the error once the app is deployed, not in my dev environment...) ```...

This will allow us to remove this workaround: https://github.com/mollie/spree-mollie-gateway/blob/master/app/models/spree/mollie/order_serializer.rb#L196 and store it within the line's metadata. More information: https://docs.mollie.com/changelog/v2/changelog#monday-14th

enhancement