diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-07 14:45:16 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-07 14:45:16 +0800 |
commit | 1e2d673b6aa9ffb3e8824783ea8401d49b3f02dc (patch) | |
tree | 79533ed9710777957b55a3596db81e58fb25fedf | |
parent | 2a891559ca4d76d481452d7089d5fc8e9202bc8b (diff) |
Alias to total value
-rw-r--r-- | CheckoutFlickable.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml index 9b59394..f0fd66c 100644 --- a/CheckoutFlickable.ui.qml +++ b/CheckoutFlickable.ui.qml @@ -13,6 +13,7 @@ Flickable { property alias checkoutPostal: postal property alias checkoutAddress: address property alias checkoutBanks: banks + property alias checkoutTotalValue: totalValue property alias checkoutPlaceOrder: placeOrder property alias checkoutPremium: premium contentHeight: body.height |