Skip to content

Releases: mollie/spree-mollie-gateway

3.2.1

08 Oct 06:38
Compare
Choose a tag to compare
  • Prevent admin from crashing when database already contains payments that are paid using a non-Mollie payment method (e.g. when generating dummy data) (#82) – @Oldharlem

3.2.0

08 Oct 06:36
Compare
Choose a tag to compare

3.1.0

01 May 08:13
Compare
Choose a tag to compare
  • Remove the Bitcoin payment method (#66)
  • Pass both address1 and address2 attributes to streetAndNumber address object when creating a new order (#63)
  • Test against multiple Spree versions in CI (#65)
  • Fix order finalize flow (#58)
  • Preserve order state when payment expires (#62)

3.0.4

08 Jan 08:06
f8c5983
Compare
Choose a tag to compare
  • Prevent double order confirmations for After pay orders (#53)

3.0.3

27 Nov 15:44
Compare
Choose a tag to compare
  • Check if payment source is Spree::MolliePaymentSource (#48)

3.0.2

27 Nov 12:20
Compare
Choose a tag to compare
  • Don't reset the payment state when the webhook is called once an order becomes 'created' (#45)

3.0.1

23 Nov 11:53
Compare
Choose a tag to compare
  • Show authorized label in Spree admin if payment has an after pay method and its payment status is pending.

3.0.0

22 Nov 15:43
Compare
Choose a tag to compare
  • Added Klarna: Slice It and Klarna: Pay Later to the list of payment methods
  • Capture authorized payments automatically when creating a shipment from your Spree admin

3.0.0-beta

17 Nov 11:43
b99b235
Compare
Choose a tag to compare
3.0.0-beta Pre-release
Pre-release
  • Added Klarna Slice It and Klarna Pay Later to available payment methods
  • Implemented Orders + Shipments API

2.1.5

17 Nov 11:41
Compare
Choose a tag to compare
  • Use Spree database migrations. Fixes broken migrations for Rails < 5. (#37)