This commit is contained in:
James Cole
2020-03-17 17:41:59 +01:00
parent 63f00cbb7b
commit 5b591ff744

View File

@@ -395,7 +395,7 @@ class TransactionUpdateRequest extends Request
* @var int $index * @var int $index
* @var array $transaction * @var array $transaction
*/ */
foreach ($this->get('transactions') $transaction) { foreach ($this->get('transactions') as $transaction) {
// default response is to update nothing in the transaction: // default response is to update nothing in the transaction:
$current = []; $current = [];
$current = $this->getIntegerData($current, $transaction); $current = $this->getIntegerData($current, $transaction);