Add PayPal webhook handling
This commit is contained in:
@@ -43,6 +43,7 @@ return [
|
||||
'client_id' => env('PAYPAL_CLIENT_ID'),
|
||||
'secret' => env('PAYPAL_SECRET'),
|
||||
'sandbox' => env('PAYPAL_SANDBOX', true),
|
||||
'webhook_id' => env('PAYPAL_WEBHOOK_ID'),
|
||||
],
|
||||
|
||||
'lemonsqueezy' => [
|
||||
|
||||
Reference in New Issue
Block a user