Fix number used

This commit is contained in:
Chris Roberts 2018-03-26 09:41:43 -07:00
parent c32207abc3
commit bd4eeb5f4f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ var HashiVMware = function() {
var productId = ""; var productId = "";
if (selectedProduct == "desktop") { if (selectedProduct == "desktop") {
productId = "549797756979"; productId = "7255390650419";
} else { } else {
alert("Unknown product selected. Please refresh and try again."); alert("Unknown product selected. Please refresh and try again.");
return; return;