From 1e88f321279b60816a0fe3c78b9ac53facdd4203 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: Wed, 17 May 2023 14:06:32 +0800 Subject: order takes custom options params --- interchange/ord.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'interchange') diff --git a/interchange/ord.h b/interchange/ord.h index e31006e..56bd648 100644 --- a/interchange/ord.h +++ b/interchange/ord.h @@ -33,10 +33,11 @@ extern "C" { * \param sku The product or variant SKU of the item to order. * \param item The product SKU of the item to order. * \param quantity The quantity of the item to order. + * \param options Any additional pairs of custom options. * \param parser Function for parsing the formatted response. */ void interchange_ord_order(const char *sku, const char *item, - const unsigned int quantity, + const unsigned int quantity, const char *options[][2], void (*parser)(interchange_response *)); /*! -- cgit v1.2.3