expect a username if an account is being created

This commit is contained in:
Rimian Perkins
2017-04-04 13:44:13 +10:00
parent 4a2f13f32c
commit 6717317717
3 changed files with 14 additions and 0 deletions
@@ -82,6 +82,8 @@ export default Ember.Component.extend({
stripeToken: data.token.id,
amount: self.get('amount') * 100,
email: self.get('email'),
username: self.get('username'),
create_account: this.get('create_accounts')
};
if(!self.get('paymentSuccess')) {