Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@rennokki rennokki released this 16 Mar 20:26
· 87 commits to master since this release
36b4d8e

BillableWith* traits got removed (#21), and instead, you should use the Billable trait bundled with either Stripe or Paddle.

Starting with Stripe Cashier 12.9.1 and Paddle Cashier 1.4.3, the packages support useSubscriptionModel. You can still change the subscription model from saas.php when publishing the config file for this package.

This version requires a minimum of one of the following, based on your use case:

  • laravel/cashier:"^12.9.1"
  • laravel/cashier-paddle:"^1.4.3"