Skip to content

Commit

Permalink
remove deprecated get3DHostGatewayURL method
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Nov 17, 2024
1 parent a82be7b commit 9969d93
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Gateways/AbstractGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,6 @@ public function get3DGatewayURL(string $paymentModel = PosInterface::MODEL_3D_SE
return $this->config['gateway_endpoints']['gateway_3d'];
}

/**
* @deprecated use get3DGatewayURL() instead
*
* @return non-empty-string
*/
public function get3DHostGatewayURL(): string
{
return $this->get3DGatewayURL(PosInterface::MODEL_3D_HOST);
}

/**
* @phpstan-param self::TX_TYPE_* $txType
* @phpstan-param self::TX_TYPE_PAY_* $orderTxType
Expand Down

0 comments on commit 9969d93

Please sign in to comment.