diff --git a/tests/Unit/DataMapper/ResponseDataMapper/PayFlexV4PosResponseDataMapperTest.php b/tests/Unit/DataMapper/ResponseDataMapper/PayFlexV4PosResponseDataMapperTest.php index 4e5e8f2b..d20782d4 100644 --- a/tests/Unit/DataMapper/ResponseDataMapper/PayFlexV4PosResponseDataMapperTest.php +++ b/tests/Unit/DataMapper/ResponseDataMapper/PayFlexV4PosResponseDataMapperTest.php @@ -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',