summaryrefslogtreecommitdiff
path: root/interchange.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-05-15 11:43:45 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-05-15 11:43:45 +0800
commite2d7e962356e6f064ffcb0c23a9d87580d9beaab (patch)
treee2e1f9624dc211f7e1b3978402dacb79b60656f7 /interchange.h
parent42ad93d1f6e7dbca2264c2cf62db3b8c79a5120b (diff)
Add option_type to product
Diffstat (limited to 'interchange.h')
-rw-r--r--interchange.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interchange.h b/interchange.h
index 2c7be52..957b510 100644
--- a/interchange.h
+++ b/interchange.h
@@ -14,6 +14,7 @@ struct interchange_product {
char *prod_group;
char *category;
double weight;
+ char *option_type;
char *author;
struct interchange_product_crosssell {
size_t length;