github laravel/cashier-mollie v1.3.0
Release v1.3.0

latest releases: v1.16.2, v1.1.6.1, v1.16.0...
4 years ago
  • Added the option to use a {payment_id} placeholder in your redirectUrl, which automatically gets replaced by the Mollie payment id. This makes displaying success/error message a breeze. 💡
  • Added a belongsTo relationship to the OrderItem model for easy retrieval of the parent Order ($orderItem->order). Mind that if the OrderItem has not been processed yet, this will be null. Thanks to @larsjanssen6.
  • Added a redeemedCoupons() relationship to the Billable trait, so you can now perform $user->redeemedCoupons.
  • Fixed an issue with configuring the urls on a Plan (#88 - thanks @mikelmao)

Don't miss a new cashier-mollie release

NewReleases is sending notifications on new releases.