Skip to content

Commit 7972495

Browse files
authored
Merge pull request #769 from Kiruyuto/fix/adjust-xml-property-name
fix: XML Property name
2 parents 29124fc + 41a40ac commit 7972495

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/FikaAmazonAPI/ConstructFeed/Messages/OrderAdjustmentMessage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.Xml.Serialization;
33
using FikaAmazonAPI.ConstructFeed.Messages;
44
using static FikaAmazonAPI.ConstructFeed.BaseXML;
@@ -86,7 +86,7 @@ public class DirectPaymentAdjustmentsComponent
8686
[XmlElement(ElementName = "Type")]
8787
public string DirectPaymentType { get; set; }
8888

89-
[XmlElement(ElementName = "AdjustmentCurrencyAmount")]
89+
[XmlElement(ElementName = "Amount")]
9090
public CurrencyAmount Amount { get; set; }
9191
}
9292

0 commit comments

Comments
 (0)