summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index d06084c..4edecae 100644
--- a/client.c
+++ b/client.c
@@ -108,6 +108,7 @@ void icclient_order(icclient_ord_order **orderptr, const char *sku
order->subtotal += item->product->price;
order->total_cost += item->product->price;
+ order->nitems++;
request(NULL, NULL, NULL, "%s%s", "order?mv_arg=", sku);
}