Skip to content

Commit

Permalink
Merge pull request #64 from Bandwidth/SWI-2733
Browse files Browse the repository at this point in the history
SWI-2733 Fixed ListingType typo in DldaTnGroup
  • Loading branch information
brianluisgomez authored May 30, 2023
2 parents 3b48d86 + 2da0f0c commit 07c88b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class DldaTnGroup {
@XmlElement(name = "AccountType")
private String accountType;

@XmlElement(name = "ListedType")
@XmlElement(name = "ListingType")
private String listingType;

@XmlElement(name = "ListingName")
Expand Down

0 comments on commit 07c88b4

Please sign in to comment.