1/3 threads resolved
changed the description
mentioned in merge request engine!254
marked as a Work In Progress
added 121 commits
- 06d5f495...6a48c5b1 - 119 commits from branch
master
- 0fa095f2 - Merge branch 'master' of gitlab.com:minds/front into epic/37-wire
- 153f98d7 - (feat): put everything behind a feature flag
- 06d5f495...6a48c5b1 - 119 commits from branch
added 20 commits
- 7feb3e46...5ed6e576 - 18 commits from branch
master
- c822fc52 - (fix): move usd into canary flag
- dbe41ee5 - Merge branch 'master' of gitlab.com:minds/front into epic/37-wire
- 7feb3e46...5ed6e576 - 18 commits from branch
unmarked as a Work In Progress
- Resolved by Mark Harding
109 this.minds.user.programs.push('affiliate'); 110 111 this.minds.user.merchant = { 112 'id': response.account.id, 113 'service': 'stripe', 114 }; 115 116 this.router.navigate(['/wallet/usd/']); 117 } catch(e) { 118 this.inProgress = false; 119 this.error = e.message; 120 this.detectChanges(); 121 } 122 } 123 124 update() { - Developer
Does this need to be async?
62 71 tick(); - Developer
Nothing wrong with the unit tests, but we either need e2e testing or a card to e2e test the wire service