From eded8586a5fec0142620420bd25e1bf3ddf2e6df Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Wed, 7 Mar 2018 13:40:55 -0800 Subject: [PATCH] Use correct backend terminology --- interface/resources/qml/hifi/commerce/checkout/Checkout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/commerce/checkout/Checkout.qml b/interface/resources/qml/hifi/commerce/checkout/Checkout.qml index cd1dea50a1..3e29c9328d 100644 --- a/interface/resources/qml/hifi/commerce/checkout/Checkout.qml +++ b/interface/resources/qml/hifi/commerce/checkout/Checkout.qml @@ -147,7 +147,7 @@ Rectangle { // This CertID is the one corresponding to the base item CertID that the user already owns root.certificateId = result.data.updates[i].certificate_id; if (root.itemType === "app") { - root.baseAppURL = result.data.updates[i].base_download_url; + root.baseAppURL = result.data.updates[i].item_download_url; } break; }