Skip to content

Commit

Permalink
Fixed #49
Browse files Browse the repository at this point in the history
  • Loading branch information
imagehat committed Aug 10, 2022
1 parent bf8b929 commit c753995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/SalesTaxService.php
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ private function getAddressSignature(Address $address)
$addressLine1 = $address->addressLine1;
$addressLine2 = $address->addressLine2;
$city = $address->locality;
$state = $this->getState($address);
$state = $address->administrativeArea;
$zipCode = $address->postalCode;
$country = $address->countryCode;

Expand Down

0 comments on commit c753995

Please sign in to comment.