Skip to content

Commit

Permalink
Merge branch 'master' of github.com:itssadon/gladepay-node
Browse files Browse the repository at this point in the history
  • Loading branch information
itssadon committed Sep 9, 2019
2 parents 92fe291 + ffd7769 commit 607b58e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,17 @@ module.exports = {
"inquire": "charges",
"type": "account"
}
},

/**
* Personalized Account
*/
personlizedAccount: {
method: "put",
route: route,
params: ["name*", "reference*", "email*"],
data: {
"request": "personalized-accounts"
}
}
};

0 comments on commit 607b58e

Please sign in to comment.