- Fixed a race condition on mandated payments processing (fixes #100)
- Improved mandate retrieval, validation and guard (fixes #105)
- Added
skipTrial
to the subscription builders (fixes #101) - Added
$billable->guardMollieMandate();
- Added
$subscription->restartCycle();
- Added
Order:: findByPaymentIdOrFail($paymentId);
- Added payment status scopes to the Order model
- Added a
money_to_decimal()
helper function