Skip to content

Commit

Permalink
Merge 9dd4d0e into adbfac8
Browse files Browse the repository at this point in the history
  • Loading branch information
itssadon committed Sep 9, 2019
2 parents adbfac8 + 9dd4d0e commit f4f95d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
* supportedChargableBanks
* banks
* accountName
* verifyBVN
* cardDetails
* cardCharge
* accountCharge
Expand Down
12 changes: 12 additions & 0 deletions resources/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ module.exports = {
}
},

/**
* Verify Bank Verification Number
*/
verifyBVN: {
method: "put",
route: [route, ""].join(""),
params: ["bvn*"],
data: {
"inquire": "bvn"
}
},

/**
* Get Card Details
*/
Expand Down

0 comments on commit f4f95d7

Please sign in to comment.