Skip to content

Commit

Permalink
tests - minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Nov 2, 2024
1 parent def59ec commit a69ade8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Gateways/ToslaPosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ public static function cancelDataProvider(): iterable
'requestData' => ToslaPosRequestDataMapperTest::cancelRequestDataProvider()[0]['expected'],
'encodedRequestData' => \json_encode(ToslaPosRequestDataMapperTest::cancelRequestDataProvider()[0]['expected'], JSON_THROW_ON_ERROR),
'responseData' => \json_encode(ToslaPosResponseDataMapperTest::cancelDataProvider()['success1']['responseData'], JSON_THROW_ON_ERROR),
'decodedResponseData' => ToslaPosResponseDataMapperTest::statusResponseDataProvider()['success_pay']['responseData'],
'mappedResponse' => ToslaPosResponseDataMapperTest::statusResponseDataProvider()['success_pay']['expectedData'],
'decodedResponseData' => ToslaPosResponseDataMapperTest::cancelDataProvider()['success1']['responseData'],
'mappedResponse' => ToslaPosResponseDataMapperTest::cancelDataProvider()['success1']['expectedData'],
'isSuccess' => true,
];
}
Expand Down

0 comments on commit a69ade8

Please sign in to comment.