Commit 8805301f7ae3b74bf094a0acea673ecafa81a383
1 parent
be44091b5e
Exists in
master
and in
1 other branch
update amount pune
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
script.js
... | ... | @@ -499,15 +499,15 @@ |
499 | 499 | if($scope.data.citymeetup == "pune"){ |
500 | 500 | if ($scope.data.stage == "Idea") { |
501 | 501 | console.log("$scope.data", $scope.data) |
502 | - $scope.ticketAmnt = 500; | |
502 | + $scope.ticketAmnt = 700; | |
503 | 503 | } |
504 | 504 | |
505 | 505 | if ($scope.data.stage == "Product") { |
506 | - $scope.ticketAmnt = 1000; | |
506 | + $scope.ticketAmnt = 1400; | |
507 | 507 | } |
508 | 508 | |
509 | 509 | if ($scope.data.stage == "Growth") { |
510 | - $scope.ticketAmnt = 1000; | |
510 | + $scope.ticketAmnt = 1400; | |
511 | 511 | } |
512 | 512 | } |
513 | 513 | else if($scope.data.citymeetup == "mainevent"){ | ... | ... |