1
0
mirror of synced 2026-09-11 00:19:57 +00:00

permit stripe token and amount

This commit is contained in:
Rimian Perkins
2017-05-18 10:46:11 +10:00
parent cb03671c19
commit c091676cb5
3 changed files with 3 additions and 4 deletions
@@ -66,8 +66,7 @@ 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')
username: self.get('username')
};
if(!self.get('paymentSuccess')) {