Skip to content

Releases: mollie/spree-mollie-gateway

2.1.4

01 Nov 14:13
Compare
Choose a tag to compare
  • Set minimum Spree runtime dependency version to >= 3.1.0 (#33)
  • Fixed an issue where an error would be thrown when fetching a users' orders. (#35)

2.1.3

30 Oct 20:03
Compare
Choose a tag to compare

This patch release contains a fix for problems that occurred when refunding a Mollie payment.

  • Once an order is completed and paid for, it won't be updated whenever the related Mollie payment gets (partially) refunded. (#31).

2.1.2

30 Oct 20:00
Compare
Choose a tag to compare

This patch release contains a fix for problems that occurred when canceling orders from the Spree admin.

-Implement cancel method on Spree Mollie Gateway (#27). This will also take care of canceling the corresponding Mollie payment (if the payment is cancelable).

2.1.1

27 Sep 13:07
Compare
Choose a tag to compare
  • #22 – Don't use localized money format when submitting amounts to Mollie API. This fixes issues when using spree-i18n in combination with the Mollie gateway.
  • #24 – Expose Mollie payment gateways in Spree API when order state is complete.
  • #24 – Set order state to payment whenever payment fails.
  • #25 - Only finalize shipments when order is paid. This prevents units in stock from being subtracted incorrectly.

2.1.0

25 Aug 11:00
Compare
Choose a tag to compare
  • Expose 'gateways' node on Spree::Order API call (#20)

2.0.0

25 Jul 15:04
dfa3a9e
Compare
Choose a tag to compare

An all new version of the Spree Mollie Gateway is here! It comes with multicurrency support and works for both spree_frontend and spree_api 🎉

Check the migration guide for more information.

1.0.6

09 Jun 19:39
Compare
Choose a tag to compare
  • Don't create Mollie customers when gateway is not set up in Spree backend (#11)
  • Allow multiple payment methods to be set up (#12).

You can install it by adding the following line to your Gemfile.

gem 'spree_mollie_gateway', '~> 1.0', '>= 1.0.6'

🎉

1.0.5

01 Jun 12:07
Compare
Choose a tag to compare
  • Update mollie-api-ruby which comes with an updated cacert.pem file.

v1.0.2

05 Apr 10:52
Compare
Choose a tag to compare
  • Fixes #3.

Version 1.0.0

22 Mar 14:00
Compare
Choose a tag to compare
  • Support for all available Mollie payment methods.
  • Support for one-click payments.
  • Fast in-house support. You will always be helped by someone who knows our products intimately.
  • Multiple translations: English and Dutch.
  • Refund orders from the Spree admin.
  • Event log for debugging purposes.
  • Available for spree_api and spree_frontend.
  • Allow returning customers to use their previous payment details and pay instantly.