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

Release v1.3.0

Compare
Choose a tag to compare
@sandervanhooft sandervanhooft released this 20 Oct 14:16
· 247 commits to master since this release
d8a5fbf
  • 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)