Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri BOUTEILLE committed Mar 26, 2024
1 parent 90e4922 commit b4ffb50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Helper/Api/PaymentMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ public function getPaymentMethods(array $requestParams, Store $store): array

// return empty result
return [];
}
catch (ConnectionException $e) {
} catch (ConnectionException $e) {
$this->adyenLogger->error(
"Connection to the endpoint failed. Check the Adyen Live endpoint prefix configuration."
);
Expand Down

0 comments on commit b4ffb50

Please sign in to comment.