From 9be37811adcfae1483c8e6bf53295a887b548292 Mon Sep 17 00:00:00 2001 From: Nuryagdy Mustapayev Date: Fri, 17 May 2024 09:10:21 +0200 Subject: [PATCH] fix pipeline --- src/Gateways/VakifKatilimPos.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Gateways/VakifKatilimPos.php b/src/Gateways/VakifKatilimPos.php index 7af9b902..795b5699 100644 --- a/src/Gateways/VakifKatilimPos.php +++ b/src/Gateways/VakifKatilimPos.php @@ -250,10 +250,6 @@ private function getRequestURIByTransactionType(string $txType, string $paymentM PosInterface::TX_TYPE_HISTORY => 'SelectOrder', ]; - if (!isset($arr[$txType])) { - throw new UnsupportedTransactionTypeException(); - } - if (\is_string($arr[$txType])) { return $arr[$txType]; }