Skip to content

Commit

Permalink
Merge pull request #427 from Midburn/LeonFedotov-release-v2.5.4
Browse files Browse the repository at this point in the history
release and ticket sync script fix.
  • Loading branch information
LeonFedotov authored May 20, 2017
2 parents bf09fa2 + 3e4fba4 commit 9784b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"this is part of the deployment proess, so it is important to update the version number",
"version name corresponds to the github release name / tag name - https://github.com/Midburn/Spark/releases"
],
"version": "2.5.3",
"version": "2.5.4",
"private": true,
"scripts": {
"postinstall": "bower install",
Expand Down
2 changes: 1 addition & 1 deletion scripts/drupal_ticket_sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async function dumpDrupalTickets(session, date, page) {
'buyer_email' : ticket['Buyer E-mail'],
'name' : ticket['Name'],
'disabled_parking': parseInt(ticket['disabledParking']) === 1,
'order_id' : ticket['users_ticket_registration_uid'],
'order_id' : ticket['Order id'],
'ticket_id' : ticket['Ticket number'],
'ticket_number' : ticket['Ticket number'],
'barcode' : ticket['ticket barcode']['value'],
Expand Down

0 comments on commit 9784b3d

Please sign in to comment.