Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nuryagdym committed May 17, 2024
1 parent 1018a5e commit 9be3781
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Gateways/VakifKatilimPos.php
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit 9be3781

Please sign in to comment.