Skip to content

Commit

Permalink
compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Apr 18, 2024
1 parent 83f437f commit 48439b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/ProductRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ 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 48439b3

Please sign in to comment.