Skip to content

Commit 8884cdf

Browse files
authored
Update test-runner.php
1 parent 64a8b1b commit 8884cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ public static function runGetSettledBatchList()
453453
$firstSettlementDate->setTimezone(new DateTimeZone('UTC'));
454454
$firstSettlementDate->sub(new DateInterval('P28D'));
455455

456-
return getSettledBatchList($firstSettlementDate->format("Y-m-d\TH:i:s\Z"), $lastSettlementDate);
456+
return getSettledBatchList($firstSettlementDate, $lastSettlementDate);
457457
}
458458

459459
public static function runGetBatchStatistics()

0 commit comments

Comments
 (0)