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

latest releases: v1.16.2, v1.1.6.1, v1.16.0...
4 years ago

This release adds new coupon helpers and the SubscriptionStarted event.

Added:

  • Billable::redeemCoupon(). This allows you to easily redeem a coupon for an existing subscription.
  • RedeemedCoupon::isActive() to check whether the redeemed coupon is still applicable.
  • RedeemedCoupon::revoke(), to ensure that the redeemed coupon will no longer be applied.
  • the SubscriptionStarted event. This event fires when a new subscription is started, for both trials and non-trials. Thanks @pascallieverse !

Don't miss a new cashier-mollie release

NewReleases is sending notifications on new releases.