Skip to content

Commit

Permalink
#11 Altera assinatura do método isZipCodeRequired()
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-teixeira committed Aug 3, 2014
1 parent e8f63a0 commit 5a58c09
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,11 @@ public function getAllowedMethods()
/**
* Define ZIP Code as required
*
* @param string $countryId
*
* @return bool
*/
public function isZipCodeRequired()
public function isZipCodeRequired($countryId = null)
{
return true;
}
Expand Down

0 comments on commit 5a58c09

Please sign in to comment.