Skip to content

Commit

Permalink
Update ProductRepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum authored Apr 18, 2024
1 parent 7bf6645 commit 0a2c744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Repository/ProductRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ public function findProductByProductReference($carrierReference)
* @return array|bool|mysqli_result|PDOStatement|resource|null
* @throws PrestaShopDatabaseException
*/

public function checkIfCarrierIsAvailableInCountry($carrierReference, $countryId)
{
$productId = $this->getProductIdByCarrierReference($carrierReference);
Expand Down

0 comments on commit 0a2c744

Please sign in to comment.