Add manage_users permission
This commit is contained in:
parent
79ca21324e
commit
126b366569
1 changed files with 6 additions and 1 deletions
7
main.ts
7
main.ts
|
@ -53,7 +53,12 @@ const routes = [
|
|||
name: "Dummy Payment App",
|
||||
appUrl: URL,
|
||||
version: "1.0.0",
|
||||
permissions: ["HANDLE_PAYMENTS", "HANDLE_CHECKOUTS", "MANAGE_ORDERS", "MANAGE_USERS"],
|
||||
permissions: [
|
||||
"HANDLE_PAYMENTS",
|
||||
"HANDLE_CHECKOUTS",
|
||||
"MANAGE_ORDERS",
|
||||
"MANAGE_USERS",
|
||||
],
|
||||
tokenTargetUrl: `${URL}/install`,
|
||||
webhooks: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue