Commit 4c87e7b6063eb2c27de41489da1c6ac22a7e5338

Authored by Palak Handa
1 parent 8ddc94e00a
Exists in master and in 1 other branch paytm

amount update

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
... ... @@ -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 = 750;
  502 + $scope.ticketAmnt = 500;
503 503 }
504 504  
505 505 if ($scope.data.stage == "Product") {
506   - $scope.ticketAmnt = 1500;
  506 + $scope.ticketAmnt = 1000;
507 507 }
508 508  
509 509 if ($scope.data.stage == "Growth") {
510   - $scope.ticketAmnt = 1500;
  510 + $scope.ticketAmnt = 1000;
511 511 }
512 512 }
513 513 else if($scope.data.citymeetup == "mainevent"){
... ... @@ -1061,7 +1061,7 @@
1061 1061 $scope.paymentResponse = {};
1062 1062 function createPayment(response) {
1063 1063 Analytics.trackEvent('payment','Successfully Done',$scope.data.email,$scope.paymentResponse.amount);
1064   - $scope.amount = $scope.amount / 100;
  1064 + $scope.amount = $scope.amount/100;
1065 1065 console.log("response======retepaymen",response);
1066 1066 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
1067 1067 $scope.paymentResponse.razorOrderId = $scope.searchResult.razorOrderId;
... ...