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