Skip to content

Commit

Permalink
Corrected 'quantity' to 'Quantity'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndodger committed Jul 17, 2020
1 parent 9ec6600 commit ec7bfc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class SLBActivity
public string ActivityDescription { get; set; }

[XmlAttribute(AttributeName = "quantity")]
public string quantity { get; set; }
public string Quantity { get; set; }

[XmlAttribute(AttributeName = "slbTransactionId")]
public string SlbTransactionId { get; set; }
Expand Down

0 comments on commit ec7bfc9

Please sign in to comment.