feat: integrate login/registration into PurchaseWizard
This commit is contained in:
@@ -37,4 +37,10 @@ return [
|
||||
'secret' => env('STRIPE_SECRET'),
|
||||
],
|
||||
|
||||
'paypal' => [
|
||||
'client_id' => env('PAYPAL_CLIENT_ID'),
|
||||
'secret' => env('PAYPAL_SECRET'),
|
||||
'sandbox' => env('PAYPAL_SANDBOX', true),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user