diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-01-10 19:27:06 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-01-10 19:27:06 +0800 |
commit | a6531b28ac1d227d560824f19983d5a8b25a224d (patch) | |
tree | cfe260ac4a437d5d53aa7606072f7c065c08191f /icclient/client.h | |
parent | 33c65bbbd3cfeb82b41a05458aadb597900b9164 (diff) |
Correct order function documentation
Diffstat (limited to 'icclient/client.h')
-rw-r--r-- | icclient/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icclient/client.h b/icclient/client.h index 1354009..600686a 100644 --- a/icclient/client.h +++ b/icclient/client.h @@ -28,7 +28,7 @@ extern "C" { , struct icclient_catalog **catalogptr); /*! - * \brief For fetching data about all active products. + * \brief For putting an item to a cart. * \param orderptr A pointer to pointer to the order. * \param sku The SKU of the item to order. * \param catalog A pointer to the catalog from which the item is. |