From 143f5b64f187497af728a6d921c599dcc99ed807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 13 Jun 2021 15:41:54 +0800 Subject: Fix the way libcurl has been used --- ord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ord.c') 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 }, -- cgit v1.2.3