feat: revenue cat
CI / 🧪 Tests Laravel (push) Successful in 2m24s
CI / 🐳 Build & Push Image (push) Successful in 1m13s

This commit is contained in:
2026-08-12 16:00:11 +02:00
parent 31633cfd2c
commit 29e85589b0
55 changed files with 703 additions and 2363 deletions
+7 -1
View File
@@ -1,7 +1,13 @@
<?php
return [
'trial_days' => (int) env('BILLING_TRIAL_DAYS', 7),
'revenuecat' => [
'api_url' => env('REVENUECAT_API_URL', 'https://api.revenuecat.com/v1'),
'secret_key' => env('REVENUECAT_SECRET_KEY'),
'webhook_authorization' => env('REVENUECAT_WEBHOOK_AUTHORIZATION'),
'subscription_entitlement' => env('REVENUECAT_SUBSCRIPTION_ENTITLEMENT', 'bowli Pro'),
'certification_entitlement' => env('REVENUECAT_CERTIFICATION_ENTITLEMENT', 'certification'),
],
'identity_verification' => [
'disk' => 'identity_documents',