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 0dbcbcaf authored by cyattilakiss's avatar cyattilakiss Committed by GitHub

Update Helper/Data.php

Co-Authored-By: default avatarAleffio <gigendh@gmail.com>
parent b7958e75
......@@ -1343,7 +1343,7 @@ class Data extends AbstractHelper
public function initializeAdyenClient($storeId = null, $apiKey = null)
{
// initialize client
if (empty($storeId)) {
if ($storeId === null) {
$storeId = $this->storeManager->getStore()->getId();
}
......
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