From f62c34690e98b957d97bd853cf8a1e17c3f0343d Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Wed, 8 Feb 2023 14:49:17 +0800 Subject: Add total cost to transaction structure --- interchange/ord.h | 1 + 1 file changed, 1 insertion(+) (limited to 'interchange') 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 -- cgit v1.3