Commit bbb5c322df2ff95fc4232968f9f8ba5ed58088c8
1 parent
0c83501f4c
Exists in
master
and in
1 other branch
update amount
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script.js
... | ... | @@ -513,7 +513,7 @@ |
513 | 513 | else if($scope.data.citymeetup == "mainevent"){ |
514 | 514 | // if ($scope.data.stage == '') { |
515 | 515 | console.log("$scope.data", $scope.data) |
516 | - $scope.ticketAmnt = 5000; | |
516 | + $scope.ticketAmnt = 2000; | |
517 | 517 | // } |
518 | 518 | |
519 | 519 | // if ($scope.data.stage == "Product") { | ... | ... |