diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-09 18:21:17 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-09 18:21:17 +0800 |
commit | 1dbc5bde319c5eee773d34cdde3c113920970607 (patch) | |
tree | 79845f3aa94e2ac665ced0e3f8e0a905608cf39e | |
parent | fc6a0ea959ee0c8752d32872be994312478e3445 (diff) |
Alias for checkout course items
-rw-r--r-- | Checkout.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Checkout.ui.qml b/Checkout.ui.qml index a2c5c12..452553d 100644 --- a/Checkout.ui.qml +++ b/Checkout.ui.qml @@ -13,6 +13,7 @@ Flickable { property alias checkoutPostal: postal property alias checkoutAddress: address property alias checkoutBanks: banks + property alias courseItems: courseItems property alias checkoutTotalValue: totalValue property alias checkoutPlaceOrder: placeOrder property alias checkoutPremium: premium |