Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
feat(Phone Call): submit phone call opt in
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Aug 3, 2018
1 parent 0a8e788 commit 2ed9ba7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ class Profile {
fetchJumioStatus (id) {
return this.api.authGET(`account/verify/enhanced/${id}`);
}

submitPhoneCallOptIn (trade) {
return this.api.authPOST('account/verify/phone', {
transaction_id: trade.id
});
}
}

module.exports = Profile;

0 comments on commit 2ed9ba7

Please sign in to comment.