We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a8b1b commit 8884cdfCopy full SHA for 8884cdf
test-runner.php
@@ -453,7 +453,7 @@ public static function runGetSettledBatchList()
453
$firstSettlementDate->setTimezone(new DateTimeZone('UTC'));
454
$firstSettlementDate->sub(new DateInterval('P28D'));
455
456
- return getSettledBatchList($firstSettlementDate->format("Y-m-d\TH:i:s\Z"), $lastSettlementDate);
+ return getSettledBatchList($firstSettlementDate, $lastSettlementDate);
457
}
458
459
public static function runGetBatchStatistics()
0 commit comments