mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
feat: add paypal sandbox
This commit is contained in:
@@ -187,6 +187,13 @@
|
||||
id: $project.providerPaypalAppid,
|
||||
secret: $project.providerPaypalSecret
|
||||
},
|
||||
{
|
||||
name: 'Paypal (sandbox)',
|
||||
icon: 'paypal',
|
||||
active: false,
|
||||
id: $project.providerPaypalSandboxAppid,
|
||||
secret: $project.providerPaypalSandboxSecret
|
||||
},
|
||||
{
|
||||
name: 'Salesforce',
|
||||
icon: 'salesforce',
|
||||
|
||||
Reference in New Issue
Block a user