mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-06 01:25:00 +02:00
Added ability for registrars to make their own deposit via Stripe
This commit is contained in:
parent
2236e77d18
commit
b8345209eb
8 changed files with 231 additions and 32 deletions
|
@ -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',
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue