This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
Release v1.3.0
- Added the option to use a
{payment_id}
placeholder in yourredirectUrl
, 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 benull
. 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)