MS14937: Fix Replace button for content sets during Checkout

This commit is contained in:
Zach Fox 2018-05-08 16:34:28 -07:00
parent a87b13c617
commit 540f200b99

View file

@ -787,7 +787,7 @@ Rectangle {
}
lightboxPopup.button2text = "CONFIRM";
lightboxPopup.button2method = function() {
Commerce.replaceContentSet(root.itemHref);
Commerce.replaceContentSet(root.itemHref, root.certificateId);
lightboxPopup.visible = false;
rezzedNotifContainer.visible = true;
rezzedNotifContainerTimer.start();