1
0
mirror of synced 2026-08-06 23:27:03 +00:00

fix syntax error

This commit is contained in:
Rimian Perkins
2017-05-23 14:25:25 +10:00
parent f942223eac
commit 377d873f2b
@@ -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')) {