Skip to content

Commit

Permalink
Update EasypaisaHostedTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zfhassaan authored May 25, 2023
1 parent ea8b270 commit 8788f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/EasypaisaHostedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testSendHostedRequestWithValidData()
$result = $easypaisa->sendHostedRequest($requestData);

// Assert
$expectedUrl = 'https://easypay.easypaisa.com.pk/tpg/'; // Replace with your expected checkout URL
$expectedUrl = config('easypaisa.hosted'); // Replace with your expected checkout URL
$this->assertTrue(Str::contains($result, $expectedUrl));
}

Expand Down

0 comments on commit 8788f16

Please sign in to comment.