We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29124fc + 41a40ac commit 7972495Copy full SHA for 7972495
1 file changed
Source/FikaAmazonAPI/ConstructFeed/Messages/OrderAdjustmentMessage.cs
@@ -1,4 +1,4 @@
1
-using System.Collections.Generic;
+using System.Collections.Generic;
2
using System.Xml.Serialization;
3
using FikaAmazonAPI.ConstructFeed.Messages;
4
using static FikaAmazonAPI.ConstructFeed.BaseXML;
@@ -86,7 +86,7 @@ public class DirectPaymentAdjustmentsComponent
86
[XmlElement(ElementName = "Type")]
87
public string DirectPaymentType { get; set; }
88
89
- [XmlElement(ElementName = "AdjustmentCurrencyAmount")]
+ [XmlElement(ElementName = "Amount")]
90
public CurrencyAmount Amount { get; set; }
91
}
92
0 commit comments