From 9969d93a163b9a95f777006839589aa7dc7d902e Mon Sep 17 00:00:00 2001 From: mustapayev Date: Sun, 17 Nov 2024 11:10:51 +0100 Subject: [PATCH] remove deprecated get3DHostGatewayURL method --- src/Gateways/AbstractGateway.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Gateways/AbstractGateway.php b/src/Gateways/AbstractGateway.php index 7ee83353..e3d0c426 100644 --- a/src/Gateways/AbstractGateway.php +++ b/src/Gateways/AbstractGateway.php @@ -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