Skip to content

Commit

Permalink
Merge pull request #38 from easykeys/bug/fedex-account-number
Browse files Browse the repository at this point in the history
bug fix, fedex account number
  • Loading branch information
ucrengineer committed Jul 28, 2023
2 parents 2a5734e + 1e52217 commit b32053c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mode: Mainline
next-version: 3.6.0
next-version: 3.7.0
branches:
feature:
tag: preview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ private ProcessShipmentRequest CreateRequest(ShipmentDetails details)
request.RequestedShipment.Shipper = new Party
{
Contact = details.Sender.Map(),
Address = shipment.OriginAddress.GetFedExAddress(),
AccountNumber = details.AccountNumber
Address = shipment.OriginAddress.GetFedExAddress()
};
}

Expand Down

0 comments on commit b32053c

Please sign in to comment.