Skip to content

Commit 45cec4b

Browse files
author
mattbutlar
committed
Forgot client ID in request
1 parent 44a1276 commit 45cec4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

C#/Default.aspx.cs

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ protected void Page_Load(object sender, EventArgs e)
6363
saleRequest.SourceCredentials.Password = password;
6464
saleRequest.SourceCredentials.SiteIDs = siteIDs;
6565

66+
// Add ClientID
67+
saleRequest.ClientID = "100000000";
68+
6669
// Create and add cart items
6770
SaleService.CartItem[] items = {new SaleService.CartItem()};
6871
items[0].ID = 93;

0 commit comments

Comments
 (0)