Skip to content

Commit

Permalink
Merge pull request #65 from magmodules/release/2.0.6
Browse files Browse the repository at this point in the history
Release/2.0.6
  • Loading branch information
Marvin-Magmodules authored Mar 27, 2024
2 parents af5d1bd + aaad5b5 commit dc7fd1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Model/Generate/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ public function execute(int $storeId, int $type = FeedType::FULL, int $executedB
throw new LocalizedException(__($message, $storeId));
}

$credentials = $this->configProvider->getCredentials($storeId);
if (count($credentials) != count(array_filter($credentials))) {
$message = self::ERROR_CREDENTIALS;
throw new LocalizedException(__($message, $storeId));
}
// $credentials = $this->configProvider->getCredentials($storeId);
// if (count($credentials) != count(array_filter($credentials))) {
// $message = self::ERROR_CREDENTIALS;
// throw new LocalizedException(__($message, $storeId));
// }

$dataFeed = [];
$generatedEntities = [];
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magmodules/magento2-sooqr",
"description": "Sooqr integration for Magento 2",
"type": "magento2-module",
"version": "2.0.5",
"version": "2.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<sooqr_general>
<general>
<enable>1</enable>
<version>v2.0.5</version>
<version>v2.0.6</version>
</general>
<credentials>
<environment>production</environment>
Expand Down

0 comments on commit dc7fd1d

Please sign in to comment.