Fix number used
This commit is contained in:
parent
c32207abc3
commit
bd4eeb5f4f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue