Skip to content

Commit

Permalink
fix issue #230 payflexv4pos host date format error
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Aug 12, 2024
1 parent bd10da2 commit c90143f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public static function paymentDataProvider(): iterable
'expectedData' => [
'transaction_id' => '9972767117b3400eb2acafc0018643df',
'transaction_type' => 'pay',
'transaction_time' => new \DateTimeImmutable('2024-03-09 23:40:54'),
'transaction_time' => new \DateTimeImmutable(date('Y').'-03-09 23:40:54'),
'auth_code' => '961451',
'ref_ret_num' => '9972767117b3400eb2acafc0018643df',
'batch_num' => '300',
Expand Down

0 comments on commit c90143f

Please sign in to comment.