diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-11 11:49:00 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-11 11:49:00 +0800 |
| commit | 4212c19b7f096239278e102b6a0b3e03e27e9102 (patch) | |
| tree | 3cda26ce51a9bb862d7496cced092f20c4e3c687 /client.cxx | |
| parent | f8523b6e7c1a5cc7f984ddf25ff3ba7f2c39194a (diff) | |
order function moved to ord namespace
Diffstat (limited to 'client.cxx')
| -rw-r--r-- | client.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ namespace QICClient { void Client::order(QString const& sku, Catalog const& catalog, Basket& order) { auto c_order = order.data(); - icclient_order(sku.toLatin1().constData(), catalog.constData(), &c_order); + icclient_ord_order(sku.toLatin1().constData(), catalog.constData(), + &c_order); order.setData(c_order); } |