Update transaction.php
This commit is contained in:
parent
2ed0a72db5
commit
fad2502525
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user