Add stripe_excluded_plans config variable and

handle excluded plans in webhook
This commit is contained in:
Andras Bacsai
2023-11-10 15:36:02 +01:00
parent 1818404172
commit 9617000daa
2 changed files with 14 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ return [
'stripe_price_id_pro_yearly' => env('STRIPE_PRICE_ID_PRO_YEARLY', null),
'stripe_price_id_ultimate_monthly' => env('STRIPE_PRICE_ID_ULTIMATE_MONTHLY', null),
'stripe_price_id_ultimate_yearly' => env('STRIPE_PRICE_ID_ULTIMATE_YEARLY', null),
'stripe_excluded_plans' => env('STRIPE_EXCLUDED_PLANS', null),
// Paddle