Fix issues with accounts - #920
Conversation
|
The We'll need to identify whether this is something that needs corrected on the API side. |
|
Appears that errors are not cleared when an identity document, for example, is uploaded with an error but then is uploaded successfully later. |
69a4c16 to
a4fa70d
Compare
begedin
left a comment
There was a problem hiding this comment.
Couple of minor things, but otherwise looks good.
| .catch(() => this._wrapError(ACCOUNT_UPDATE_ERROR)); | ||
| }, | ||
|
|
||
| _creatPersonalIdNumberToken(personalIdNumber) { |
There was a problem hiding this comment.
Hmm...how did this work?
There was a problem hiding this comment.
Should we open an issue for an acceptance test that steps through the whole thing?
|
|
||
| {{payments/funds-recipient | ||
| isBusy=isBusy | ||
| onlegalEntityPersonalIdNumberSubmitted=(action onlegalEntityPersonalIdNumberSubmitted) |
There was a problem hiding this comment.
onlegal -> onLegal, if we wanna follow the convention of other actions
There was a problem hiding this comment.
Whoops, yep. Typo.
begedin
left a comment
There was a problem hiding this comment.
This one looks good to go
Add the rest of the attributes we need Make default numbers null Update funds recipient details form Update fields Update Mirage config for testing Update icons Update to use Stripe PII token Fix details form
9f7f7ba to
fc568a1
Compare
What's in this PR?
WIP on matching up models with API.