1
0
mirror of synced 2026-08-07 07:36:56 +00:00

fix syntax error

This commit is contained in:
Rimian Perkins
2017-05-23 14:15:26 +10:00
parent 83b4e72ff4
commit f942223eac
@@ -83,7 +83,7 @@ export default Ember.Component.extend({
params.plan = this.get('params.plan');
}
else {
params.amount: self.get('amount') * 100,
params.amount = self.get('amount') * 100,
}
if(!self.get('paymentSuccess')) {