summaryrefslogtreecommitdiff
path: root/ord.c
diff options
context:
space:
mode:
Diffstat (limited to 'ord.c')
-rw-r--r--ord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ord.c b/ord.c
index 42a5aea..f102a45 100644
--- a/ord.c
+++ b/ord.c
@@ -86,7 +86,7 @@ void icclient_ord_order(const char *sku, const icclient_catalog *catalog,
void icclient_ord_checkout(struct icclient_ord_order *order,
struct icclient_member *member)
{
- request(NULL, NULL, &(struct icclient_request_data){ 14, {
+ request(NULL, NULL, &(struct body){ 14, {
{ "mv_todo", "submit" },
{ "mv_action", "refresh" },
{ "mv_order_profile", order->profile },