Skip to content

Commit

Permalink
Merge pull request #3 from itssadon/feature/personalized-accounts
Browse files Browse the repository at this point in the history
Added personlized account feature
  • Loading branch information
itssadon committed Sep 9, 2019
2 parents 3a20eb9 + cbe2f06 commit ffd7769
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 ffd7769

Please sign in to comment.