Skip to content

Commit

Permalink
Merge branch 'mig-1053/guzzle-verify' into 'trunk'
Browse files Browse the repository at this point in the history
MIG-1053 - Remove guzzle verify flag

See merge request shopware/6/services/swagmigrationmagento!253
  • Loading branch information
jozsefdamokos committed Nov 5, 2024
2 parents b561f3d + 6d6757b commit 20dc1c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Profile/Magento/Media/LocalMediaProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,7 @@ private function downloadMediaFiles(
Context $context,
): array {
// Do download requests and store the promises
$client = new Client([
'verify' => false,
]);
$client = new Client();
$promises = $this->doMediaDownloadRequests($media, $mappedWorkload, $client, $shopUrl);

// Wait for the requests to complete, even if some of them fail
Expand Down

0 comments on commit 20dc1c3

Please sign in to comment.