summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-31 14:11:59 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-31 14:11:59 +0800
commit7b755e138c71a733e58e2c18c79d32343574ec8b (patch)
tree148f3332963300a340f3be6763f25d26fd956897
parent6e2b543c8e7ecf9986aa82641b4ed999755b03bd (diff)
Add name to item
-rw-r--r--interchange/ord.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interchange/ord.h b/interchange/ord.h
index 7141e11..8407704 100644
--- a/interchange/ord.h
+++ b/interchange/ord.h
@@ -6,6 +6,7 @@
struct interchange_ord_item {
struct interchange_product product;
unsigned int quantity;
+ char *name;
};
struct interchange_ord_order {