Harden credit flows and add RevenueCat webhook
This commit is contained in:
@@ -40,4 +40,10 @@ return [
|
||||
'secret' => env('STRIPE_SECRET'),
|
||||
'webhook' => env('STRIPE_WEBHOOK_SECRET'),
|
||||
],
|
||||
|
||||
'revenuecat' => [
|
||||
'webhook' => env('REVENUECAT_WEBHOOK_SECRET'),
|
||||
'product_mappings' => env('REVENUECAT_PRODUCT_MAPPINGS', ''),
|
||||
'app_user_prefix' => env('REVENUECAT_APP_USER_PREFIX', 'tenant'),
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user