Skip to content

Commit

Permalink
CC-730 : Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
m-xhixha committed Mar 4, 2024
1 parent 6ffcdf9 commit dae1e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Resources/PaymentTypes/ClickToPayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function clickToPayAuthorizationShouldBeMappedCorrectly(): void
{
$clickToPay = new ClickToPay(null, null, null, null);

$jsonResponse = JsonProvider::getJsonFromFile('clickToPay/fetchResponse.json');
$jsonResponse = JsonProvider::getJsonFromFile('clicktopay/fetchResponse.json');

$jsonObject = json_decode($jsonResponse, false, 512, JSON_THROW_ON_ERROR);
$clickToPay->handleResponse($jsonObject);
Expand Down

0 comments on commit dae1e14

Please sign in to comment.