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
Added changeSubscription() to upgrade or downgrade a plan without a new checkout
Implements the Leaf Billing 5 provider contract: resumeSubscription() and period-end cancellation
Subscriptions, transactions, refunds and subaccounts all drive through the same Leaf Billing API as every other provider
Changed
Paystack always cancels at period end: disabling a subscription stops future renewals while access naturally runs out the paid period. Passing false to cancelSubscription() only affects your local records
Paystack now requires PHP 8.2+ and leafs/billing v5, and jumps from v0.1.0 to v5.0 to version alongside the rest of Leaf 5