We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 221f45a6 authored by Rik ter Beek's avatar Rik ter Beek

fix errors from validation

parent e8002438
......@@ -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