diff options
Diffstat (limited to 'interchange/ord.h')
-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 |