You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved the recurring system (#33)
* Added support to get the last due subscription or cancel due subscriptions on subscribe.
* Method to cancel the plan from the model.
* Removed unused code.
* Aded lastSubscription() method.
* Changed the checkups for lastDueSubscription.
* Stripe tokens are on a one-time use.
* The default payment method is null.
* Fixing cast.
* Updated readme.
* Added callback for chargeForLastDueSubscription()
* Apply fixes from StyleCI (#34)
Support for Stripe Charge (#27) (#30)
* Adding support for Stripe\Charge.
* Added new scopes.
* No longer $duration used in events.
* Added two new events for payment.
* Adding a new checkup for parsing subscribers for recurrent plans.
* Updated readme.
Info for events & moving methods from model to trait. (Fix #24) (#25)
* Added info for event methods.
* Moving methods from Model to HasPlans trait.
* Adding extra $model attribute for events.
* Updated readme.