summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-08 14:49:17 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-08 14:49:17 +0800
commitf62c34690e98b957d97bd853cf8a1e17c3f0343d (patch)
tree5c3f650b5a45ac94ebd0f7b31518560e1d4fc3b6 /interchange
parent47986845bac62f7558579fa7e7c688e37f8f9865 (diff)
Add total cost to transaction structure
Diffstat (limited to 'interchange')
-rw-r--r--interchange/ord.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interchange/ord.h b/interchange/ord.h
index fda873a..f57b66a 100644
--- a/interchange/ord.h
+++ b/interchange/ord.h
@@ -20,6 +20,7 @@ struct interchange_ord_order {
struct interchange_ord_transaction {
char *order_number;
char *payment_method;
+ double total_cost;
};
#ifdef __cplusplus