Skip to content

Commit

Permalink
tests - update
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Nov 17, 2024
1 parent 93b3433 commit b763a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Gateways/AkbankPosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function testGet3DGatewayURL(): void

public function testGet3DHostGatewayURL(): void
{
$actual = $this->pos->get3DHostGatewayURL();
$actual = $this->pos->get3DGatewayURL(PosInterface::MODEL_3D_HOST);

$this->assertSame(
'https://virtualpospaymentgateway.akbank.com/payhosting',
Expand Down

0 comments on commit b763a81

Please sign in to comment.