[guadec-web-regcfp/develop] Forgotten colon added



commit 2717bdaae9845c95bc87f9eb8ca6d00d8829392f
Author: Patrick Uiterwijk <puiterwijk redhat com>
Date:   Tue Aug 4 21:59:51 2015 +0200

    Forgotten colon added

 routes/registration.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/routes/registration.js b/routes/registration.js
index 3700731..a39610e 100644
--- a/routes/registration.js
+++ b/routes/registration.js
@@ -82,7 +82,7 @@ router.post('/pay/paypal/execute', function(req, res, next) {
       console.log('Response: ');
       console.log(JSON.stringify(payment));
       var info = {
-        currency: payment[transactions[0]['amount']['currency']
+        currency: payment[transactions[0]['amount']['currency'],
         amount: payment.transactions[0]['amount']['total'],
         paid: payment.state == 'approved',
         type: 'paypal',



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]