diff --git a/script.js b/script.js index 3e34176..30d8d25 100644 --- a/script.js +++ b/script.js @@ -502,6 +502,7 @@ $scope.detail = result; data.applicantId = result.data.id; //$scope.userId = result.data.id; + if($scope.data.networkDinner == "true"){ if($scope.data.citymeetup == "chandigarh"){ if ($scope.data.stage == "Pitch your Business plan") { @@ -569,6 +570,7 @@ console.log("$scope.taxTotal----",taxAmount) $scope.taxTotal = (taxAmount * 18)/100 $scope.payingAmnt = taxAmount + $scope.taxTotal + $scope.payingAmnt = $scope.payingAmnt.toFixed() console.log("taxincludedamount----", $scope.payingAmnt) console.log("$scope.taxTotal----", $scope.taxTotal) // } @@ -617,6 +619,7 @@ //$scope.payingAmnt = ($scope.payingAmnt + $scope.taxTotal) * 100; $scope.payingAmnt = $scope.payingAmnt * 100; + console.log("$scope.taxTotal----", $scope.payingAmnt) var options = { "key": "rzp_live_mhSE1uOBlXvFyJ",