We will be off on April 7th (Monday) for public holiday in our country

Commit 62c3db4f authored by Rik ter Beek's avatar Rik ter Beek

fix errors from validation

parent b4c83a0c
......@@ -78,7 +78,6 @@ class VaultDetailsHandler implements HandlerInterface
*
* @param array $response
* @return PaymentTokenInterface|null
* @throws \Exception
*/
private function getVaultPaymentToken(array $response)
{
......@@ -141,7 +140,7 @@ class VaultDetailsHandler implements HandlerInterface
];
$paymentToken->setTokenDetails(json_encode($details));
} catch (Exception $e) {
} catch (\Exception $e) {
$this->_adyenLogger->error(print_r($e, true));
}
}
......
......@@ -36,7 +36,6 @@ class AvailabilityChecker implements AvailabilityCheckerInterface
*/
public function isAvailable(): bool
{
return true;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment