-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ae1d75
commit 31ee603
Showing
5 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ const api = new Client({ | |
// .then(result => console.log(result)); | ||
|
||
|
||
// api.accounts.updateAddress("033f5d3d00354d28961031efe9ae2938", { | ||
// api.accounts.updateAddress('033f5d3d00354d28961031efe9ae2938', { | ||
// street: 'Broadway', | ||
// lga: 'Eti-Osa', | ||
// area_code: '231', | ||
|
@@ -56,7 +56,7 @@ const api = new Client({ | |
// .then(result => console.log(result)); | ||
|
||
|
||
// api.accounts.updateNextOfKin("033f5d3d00354d28961031efe9ae2938", { | ||
// api.accounts.updateNextOfKin('033f5d3d00354d28961031efe9ae2938', { | ||
// first_name: 'John', | ||
// last_name: 'Doe', | ||
// email: '[email protected]', | ||
|
@@ -67,7 +67,7 @@ const api = new Client({ | |
// .then(result => console.log(result)); | ||
|
||
|
||
// api.accounts.updateProfile("033f5d3d00354d28961031efe9ae2938", { | ||
// api.accounts.updateProfile('033f5d3d00354d28961031efe9ae2938', { | ||
// first_name: 'Taslim', | ||
// last_name: 'Oseni', | ||
// email: '[email protected]', | ||
|
@@ -78,13 +78,19 @@ const api = new Client({ | |
// .then(result => console.log(result)); | ||
|
||
|
||
// api.accounts.updateIdentity("033f5d3d00354d28961031efe9ae2938", { | ||
// api.accounts.updateIdentity('033f5d3d00354d28961031efe9ae2938', { | ||
// identity_type: 'bvn', | ||
// identity_value: '0123456789' | ||
// }) | ||
// .then(result => console.log(result)); | ||
|
||
|
||
// api.accounts.addBank('033f5d3d00354d28961031efe9ae2938', { | ||
// bank_code: '058', | ||
// account_number: '0149541957' | ||
// }) | ||
// .then(result => console.log(result)); | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |