Skip to content

Commit

Permalink
Merge branch 'master' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Nov 17, 2024
2 parents 924563f + b763a81 commit a82be7b
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 @@ -158,7 +158,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 a82be7b

Please sign in to comment.