mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-17 02:46:24 +02:00
Ensure location is correctly updated when replacing set from Checkout page
This commit is contained in:
parent
ca2fba675d
commit
0175028a88
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ Rectangle {
|
|||
root.activeView = "checkoutFailure";
|
||||
UserActivityLogger.commercePurchaseFailure(root.itemId, root.itemAuthor, root.itemPrice, !root.alreadyOwned, result.message);
|
||||
} else {
|
||||
root.certificateId = result.data.certificate_id;
|
||||
root.itemHref = result.data.download_url;
|
||||
if (result.data.categories.indexOf("Wearables") > -1) {
|
||||
root.itemType = "wearable";
|
||||
|
|
Loading…
Reference in a new issue