Skip to content

Commit

Permalink
Merge remote-tracking branch 'Sully/install-module' into update-module
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanDenizonPresta committed Nov 4, 2024
2 parents 08edebc + 606b58e commit 76c4a04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ApiPlatform/Resources/Module/BulkModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

use ApiPlatform\Metadata\ApiResource;
use PrestaShop\PrestaShop\Core\Domain\Module\Command\BulkToggleModuleStatusCommand;
use PrestaShop\PrestaShop\Core\Domain\Module\Exception\ModuleNotFoundException;
use PrestaShop\PrestaShop\Core\Domain\Module\Command\BulkUninstallModuleCommand;
use PrestaShop\PrestaShop\Core\Domain\Module\Exception\ModuleNotFoundException;
use PrestaShopBundle\ApiPlatform\Metadata\CQRSUpdate;

#[ApiResource(
Expand Down
4 changes: 2 additions & 2 deletions tests/Integration/ApiPlatform/ModuleEndpointTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ public function testInstallModuleFromUrl(): void
{
$module = array(
'technicalName' => 'ps_featuredproducts',
'source' => 'https://github.com/PrestaShop/ps_featuredproducts/releases/download/v2.1.4/ps_featuredproducts.zip',
'version' => '2.1.4'
'source' => 'https://github.com/PrestaShop/ps_featuredproducts/releases/download/v2.1.5/ps_featuredproducts.zip',
'version' => '2.1.5'
);

$bearerToken = $this->getBearerToken(['module_write']);
Expand Down

0 comments on commit 76c4a04

Please sign in to comment.