Commit 357b39122b142fe7fe94f62720fc75aa2425b8b9
1 parent
21f0792621
Exists in
master
and in
1 other branch
mainevent add
Showing
1 changed file
with
3 additions
and
6 deletions
Show diff stats
script.js
... | ... | @@ -419,9 +419,6 @@ |
419 | 419 | } |
420 | 420 | }; |
421 | 421 | |
422 | - | |
423 | - | |
424 | - | |
425 | 422 | /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/ |
426 | 423 | $(document).ready( |
427 | 424 | function() { |
... | ... | @@ -511,7 +508,7 @@ |
511 | 508 | $scope.ticketAmnt = 1500; |
512 | 509 | } |
513 | 510 | } |
514 | - else if($scope.data.citymeetup == "maininvest"){ | |
511 | + else if($scope.data.citymeetup == "mainevent"){ | |
515 | 512 | // if ($scope.data.stage == '') { |
516 | 513 | console.log("$scope.data", $scope.data) |
517 | 514 | $scope.ticketAmnt = 5000; |
... | ... | @@ -603,8 +600,8 @@ |
603 | 600 | $scope.payingAmnt = $scope.payingAmnt * 100; |
604 | 601 | console.log("$scope.taxTotal----", $scope.payingAmnt) |
605 | 602 | var options = { |
606 | - "key": "rzp_live_mhSE1uOBlXvFyJ", | |
607 | - //"key": "rzp_test_YwHsVFiDIQ2WUQ", | |
603 | + //"key": "rzp_live_mhSE1uOBlXvFyJ", | |
604 | + "key": "rzp_test_YwHsVFiDIQ2WUQ", | |
608 | 605 | "amount": $scope.payingAmnt , |
609 | 606 | |
610 | 607 | "name": "Startup Jalsa", | ... | ... |