summaryrefslogtreecommitdiff
path: root/icclient/product.h
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 22:44:08 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 22:44:08 +0800
commitf1f174bb283b5e6a0505a894b33cb5c1ff35150b (patch)
tree50b29800057d5ba8d370ccd69b25358d4252235c /icclient/product.h
parent0c900db232365d45b56ce8d85bbf1ed779ad2296 (diff)
Rename cross_sell to crosssell
Trying to be consistent by using underscore only to separate namespaces.
Diffstat (limited to 'icclient/product.h')
-rw-r--r--icclient/product.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/icclient/product.h b/icclient/product.h
index 51efa46..ac41bc7 100644
--- a/icclient/product.h
+++ b/icclient/product.h
@@ -1,7 +1,7 @@
#ifndef ICCLIENT_PRODUCT_H
#define ICCLIENT_PRODUCT_H
-struct icclient_product_cross_sell {
+struct icclient_product_crosssell {
size_t length;
char *skus[];
};
@@ -16,7 +16,7 @@ struct icclient_product {
char *prod_group;
double weight;
char *author;
- struct icclient_product_cross_sell *cross_sell;
+ struct icclient_product_crosssell *crosssell;
};
#endif // ICCLIENT_PRODUCT_H