diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-08 14:49:17 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-08 14:49:17 +0800 |
commit | f62c34690e98b957d97bd853cf8a1e17c3f0343d (patch) | |
tree | 5c3f650b5a45ac94ebd0f7b31518560e1d4fc3b6 /interchange | |
parent | 47986845bac62f7558579fa7e7c688e37f8f9865 (diff) |
Add total cost to transaction structure
Diffstat (limited to 'interchange')
-rw-r--r-- | interchange/ord.h | 1 |
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 |