Update transaction.php

This commit is contained in:
ptibogxiv 2018-09-13 11:31:39 +02:00 committed by GitHub
parent 2ed0a72db5
commit fad2502525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ if (! $rowid) {
$txn = \Stripe\BalanceTransaction::all(array("limit" => $limit));
}
foreach ($txn->data as $txn)
foreach ($txn->data as $txn)
{
//$charge = $txn;
//var_dump($txn);