diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-12 17:46:34 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-12 17:46:34 +0800 |
commit | f70a1a57d83e4f50a7221d13b173a156ef0eb6cf (patch) | |
tree | b2dc619e44eee4a1328cca2abb5a926cc7f55666 /interchange | |
parent | 628fbf1304bff4de9be752d2f4be77d58a5ab689 (diff) |
Checkout needs only profile from order
Diffstat (limited to 'interchange')
-rw-r--r-- | interchange/ord.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interchange/ord.hxx b/interchange/ord.hxx index 2d18891..56bb7d3 100644 --- a/interchange/ord.hxx +++ b/interchange/ord.hxx @@ -62,6 +62,7 @@ namespace QInterchange { void addItem(Item const& item); QList<Item> items; struct interchange_ord_order* m_data; + QString profile; double m_subtotal; double m_shipping; double m_totalCost; |