Merge pull request #13132 from zfox23/RC67_MS14937

MS14937: Fix Replace button for content sets during Checkout
This commit is contained in:
John Conklin II 2018-05-09 06:47:47 -07:00 committed by GitHub
commit a811c6aba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();