Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/589
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 2, 2024
1 parent 3045c90 commit f2921dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ private function addCountryFromCustomizedAttribute($customAtt, $key, $customer):
* @param $key
* @param $customer
*/
private function addZipCodeFromCustomizedAttribute($customAtt, $key, $customer)
private function addZipCodeFromCustomizedAttribute($customAtt, $key, $customer):void
{
$address = $this->getAddressForCustomizedAttributes($customAtt, $customer);
if ($address) {
Expand Down

0 comments on commit f2921dc

Please sign in to comment.