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

Commit

Permalink
fix(SFOX): send bank account name
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil London committed Feb 8, 2017
1 parent eeb9fca commit c70cdaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bank-link.js
Expand Up @@ -22,10 +22,8 @@ class BankLink {

setAccount (obj) {
return this._api.authPOST('account/bankToken', {
name: ' ',
firstname: obj.firstName,
lastname: obj.lastName,
public_token: obj.token,
name: obj.name,
_id: obj.id
});
}
Expand Down

0 comments on commit c70cdaf

Please sign in to comment.