Commit 19074e2511781538a53f276c5d27ae3566e77e77
1 parent
ceebd7601c
Exists in
master
and in
1 other branch
dshf
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
script.js
... | ... | @@ -49,8 +49,8 @@ |
49 | 49 | |
50 | 50 | }]).run(['Analytics', function(Analytics) { }]); |
51 | 51 | |
52 | - scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api") | |
53 | - //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api") | |
52 | + scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/v1") | |
53 | + // scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1") | |
54 | 54 | |
55 | 55 | // create the controller and inject Angular's $scope |
56 | 56 | scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL, Analytics) { |
... | ... | @@ -359,6 +359,7 @@ |
359 | 359 | } else { |
360 | 360 | $scope.check = true; |
361 | 361 | $('#alreadyExist').css('display', 'block'); |
362 | + | |
362 | 363 | } |
363 | 364 | }, function myError(error) {}); |
364 | 365 | } |
... | ... | @@ -576,7 +577,7 @@ |
576 | 577 | console.log("$scope.taxTotal----", $scope.payingAmnt) |
577 | 578 | var options = { |
578 | 579 | "key": "rzp_live_mhSE1uOBlXvFyJ", |
579 | - //"key": "rzp_test_YwHsVFiDIQ2WUQ", | |
580 | + // "key": "rzp_test_YwHsVFiDIQ2WUQ", | |
580 | 581 | "amount": $scope.payingAmnt , |
581 | 582 | |
582 | 583 | "name": "Startup Jalsa", | ... | ... |