Skip to content

Commit

Permalink
fix wrong returntype
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Jun 7, 2023
1 parent f85af9c commit 0ee7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function getDelAddressInfo()
*
* @return int
*/
public function validateDeliveryAddress($oUser): int
public function validateDeliveryAddress($oUser)
{
if (!$this->getAmazonService()->isAmazonSessionActive()) {
return parent::validateDeliveryAddress($oUser);
Expand Down

0 comments on commit 0ee7e0b

Please sign in to comment.