We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 50c8820a authored by rikterbeek's avatar rikterbeek

remove old TODO comments

parent 9669fe1b
......@@ -222,16 +222,9 @@ class AdyenHppConfigProvider implements ConfigProviderInterface
if(isset($responseData['paymentMethods'])) {
foreach ($responseData['paymentMethods'] as $paymentMethod) {
// TODO: validate if brancode and title exists
$paymentMethod = $this->_fieldMapPaymentMethod($paymentMethod);
$paymentMethodCode = $paymentMethod['brandCode'];
$paymentMethod = $this->_fieldMapPaymentMethod($paymentMethod);
// TODO: IMPLEMENT SKIP CARDS if adyen cc is enabled
$paymentMethods[$paymentMethodCode] = $paymentMethod;
}
}
......@@ -330,10 +323,6 @@ class AdyenHppConfigProvider implements ConfigProviderInterface
{
$cacheKey = $this->_getCacheKeyForRequest($requestParams, $store);
if (! $hmacKey = $this->_adyenHelper->getHmac()) {
// TODO THROW ADYEN EXEPTION
}
// initialize the adyen client
$client = new \Adyen\Client();
......
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