Implement catalog CRUD overhaul, snapshot fallback activation, and billing/UX hardening
This commit is contained in:
@@ -12,6 +12,7 @@ return [
|
||||
|
||||
'billing' => [
|
||||
'mode' => env('DEWEMOJI_BILLING_MODE', 'sandbox'),
|
||||
'pending_cooldown_seconds' => (int) env('DEWEMOJI_CHECKOUT_PENDING_COOLDOWN', 120),
|
||||
'providers' => [
|
||||
'paypal' => [
|
||||
'enabled' => filter_var(env('DEWEMOJI_PAYPAL_ENABLED', false), FILTER_VALIDATE_BOOL),
|
||||
|
||||
Reference in New Issue
Block a user