This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
Releases: laravel/cashier-mollie
Releases · laravel/cashier-mollie
Release v1.16.2
Fixed a bug where a first payment refund was not handled properly (#309)
Release v1.16.0
- Fixed a bug where an invalid mandate was not handled properly during payment processing.
- Added
Laravel\Cashier\Events\OrderPaymentFailedDueToInvalidMandate
.
Release v1.16.1
- You can now use a custom primary key on your billable model (thanks @ciungulete !)
Release v1.15.0
- Added support for php 8. Thanks @mmachatschek !
Release v1.14.1
- 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
- Added support for Laravel 8 🎉
Release v1.13.2
- 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
- Fixed a bug (#217). When using
Subscription::swapNextCycle()
, the invoice now has the right description. (Thanks @asamMarkus!)
Release v1.13.0
- Added a DomPDF
options
parameter toBillable::downloadInvoice()
. - Modified some helper functions to work with upcoming MoneyPHP releases. This fixes a deprecation warning. (Thanks @mmachatschek !)
Release v1.12.2
No longer checking for a valid Mollie mandate if processing an Order with negative value (thanks @stefro!)