Remove unused index

This commit is contained in:
James Cole
2020-03-17 17:41:43 +01:00
parent c90b26c181
commit 63f00cbb7b

View File

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