Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Releases: laravel/cashier-mollie

Release v1.16.2

13 Mar 20:51
Compare
Choose a tag to compare

Fixed a bug where a first payment refund was not handled properly (#309)

Release v1.16.0

01 Feb 11:44
2e49186
Compare
Choose a tag to compare
  • Fixed a bug where an invalid mandate was not handled properly during payment processing.
  • Added Laravel\Cashier\Events\OrderPaymentFailedDueToInvalidMandate.

Release v1.16.1

01 Feb 22:29
Compare
Choose a tag to compare
  • You can now use a custom primary key on your billable model (thanks @ciungulete !)

Release v1.15.0

29 Dec 12:40
Compare
Choose a tag to compare

Release v1.14.1

09 Dec 17:05
40f4884
Compare
Choose a tag to compare
  • Fixed a bug where configured routes were not loaded properly. Thanks @RosiersRobin!
  • Fixed a vat rounding on first payments. Thanks @ciungulete!
  • Added php-cs-fixer. Thanks @ciungulete!

Release v1.14.0

10 Sep 09:14
Compare
Choose a tag to compare
  • Added support for Laravel 8 🎉

Release v1.13.2

07 Sep 10:30
dfcb224
Compare
Choose a tag to compare
  • Fixed a bug where the balance was displayed wrong on the invoice (thanks @robindirksen1 !).
  • Modified: if an order can be paid completely from the customer balance, Cashier no longer checks the payment mandate (thanks @lexdewilligen !).

Release v1.13.1

05 Jun 09:09
Compare
Choose a tag to compare
  • Fixed a bug (#217). When using Subscription::swapNextCycle(), the invoice now has the right description. (Thanks @asamMarkus!)

Release v1.13.0

04 Jun 18:34
Compare
Choose a tag to compare
  • Added a DomPDF options parameter to Billable::downloadInvoice().
  • Modified some helper functions to work with upcoming MoneyPHP releases. This fixes a deprecation warning. (Thanks @mmachatschek !)

Release v1.12.2

02 Apr 19:17
Compare
Choose a tag to compare

No longer checking for a valid Mollie mandate if processing an Order with negative value (thanks @stefro!)