1
0
Fork 0
mirror of synced 2024-06-25 01:30:56 +12:00

Added Paypal OAuth provider

This commit is contained in:
Armino Popp 2020-01-20 12:55:05 +02:00
parent 38c7b2a0d9
commit 47e32c990e

View file

@ -127,6 +127,12 @@ return [
'enabled' => false,
'mock' => false
],
'paypal' => [
'developers' => 'https://developer.paypal.com/docs/api/overview/',
'icon' => 'icon-paypal',
'enabled' => true,
'mock' => false
],
// Keep Last
'mock' => [
'developers' => 'https://appwrite.io',