Merge pull request #211 from jacobcat/master

Fix on MIGS payment gateway
This commit is contained in:
Dave Earley 2016-10-09 12:47:14 +01:00 committed by GitHub
commit 7ab41313cb
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ class EventCheckoutController extends Controller
];
// Order description in MIGS is only 34 characters long; so we need a short description
$transaction_data['description'] = "Ticket sales";
$transaction_data['description'] = "Ticket sales " . $transaction_data['transactionId'];
break;
default: