Skip to content

Commit a2b238e

Browse files
authored
Merge pull request #4 from time-frame/master
Added eBayStoreName to OrderEbay entity
2 parents fc858c7 + 30001f7 commit a2b238e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NetoDotNET/Entities/Order/Order.cs

+2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ public class OrderPayment
237237
public class OrderEBay
238238
{
239239
public string eBayUsername { get; set; }
240+
public string eBayStoreName { get; set; }
241+
240242
}
241243

242244
public class OrderLineEBay

0 commit comments

Comments
 (0)