Skip to content

Commit

Permalink
Merge pull request #131 from Invertus/compatibility-fix
Browse files Browse the repository at this point in the history
Compatibility fix
  • Loading branch information
GytisZum authored Apr 18, 2024
2 parents 83f437f + 48439b3 commit 82eeaa8
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 82eeaa8

Please sign in to comment.