Added ability for registrars to make their own deposit via Stripe

This commit is contained in:
Pinga 2023-11-17 20:55:24 +02:00
parent 2236e77d18
commit b8345209eb
8 changed files with 231 additions and 32 deletions

View file

@ -72,4 +72,7 @@ return [
'api_key' => $_ENV['MAIL_API_KEY'] ?? 'test-api-key',
'api_provider' => $_ENV['MAIL_API_PROVIDER'] ?? 'sendgrid',
],
'payment' => [
'stripe' => $_ENV['STRIPE_SECRET_KEY'] ?? 'stripe-secret-key',
],
];