Skip to content

Commit

Permalink
Fix UPS addresses using Residential and not `ResidentialAddressIndi…
Browse files Browse the repository at this point in the history
…cator`
  • Loading branch information
engram-design committed Jul 11, 2024
1 parent fd916c8 commit 834a7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/carriers/UPS.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ protected function getAddress(Address $address): array
];

if ($address->isResidential()) {
$object['Residential'] = true;
$object['ResidentialAddressIndicator'] = true;
}

return $object;
Expand Down

0 comments on commit 834a7b4

Please sign in to comment.