Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum authored Apr 18, 2024
2 parents defb608 + 8d90295 commit 7bf6645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Repository/ProductRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ public function findProductByProductReference($carrierReference)
* @return array|bool|mysqli_result|PDOStatement|resource|null
* @throws PrestaShopDatabaseException
*/
public function checkIfCarrierIsAvailableInCountry(int $carrierReference, int $countryId)

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

0 comments on commit 7bf6645

Please sign in to comment.