Skip to content

Commit

Permalink
Merge pull request #41 from easykeys/bug/stamps/rateoptions/company
Browse files Browse the repository at this point in the history
added company mapping
  • Loading branch information
ucrengineer committed Aug 15, 2023
2 parents fe3d656 + 4714b99 commit c908e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9.0
next-version: 3.10.0
branches:
feature:
tag: preview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static StampsClient.v111.Address Map(this Address address, ContactInfo co
LastName = contactInfo.LastName,
PhoneNumber = contactInfo.PhoneNumber,
EmailAddress = contactInfo.Email,

Company = contactInfo.Company,
Address1 = address.StreetLine,
Address2 = address.StreetLine2,
City = address.City,
Expand Down

0 comments on commit c908e7e

Please sign in to comment.