Commit eb448ef43338a53da9d57b670cc27d31e153664e

Authored by Palak Handa
1 parent 53b83aa9e8
Exists in master and in 1 other branch paytm

change base url

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
... ... @@ -43,7 +43,7 @@
43 43 $scope.check = false;
44 44 $scope.numberCheck = false;
45 45 $scope.paymentResult = {};
46   - var BASE_URL = "http://0.0.0.0:4001/api";
  46 + var BASE_URL = "http://139.59.68.74:4001/api";
47 47 var data ={
48 48 "amount":$scope.payingAmnt,
49 49 "currency": "INR",
... ... @@ -605,7 +605,7 @@
605 605 scotchApp.controller('verifyController', function($scope, $http, $location) {
606 606  
607 607 $scope.pendingPaymentId = $location.absUrl().split('=')[1]
608   - var BASE_URL = "http://0.0.0.0:4001/api";
  608 + var BASE_URL = "http://139.59.68.74:4001/api";
609 609 $http({
610 610 method : "GET",
611 611 url : BASE_URL+'/applicants/'+$scope.pendingPaymentId,
... ... @@ -630,7 +630,7 @@
630 630  
631 631 $scope.pendingPaymentId = '';
632 632  
633   - var BASE_URL = "http://0.0.0.0:4001/api";
  633 + var BASE_URL = "http://139.59.68.74:4001/api";
634 634  
635 635 $scope.update = function(){
636 636  
... ...