From 8d58b37daaec486ce98041343108b9bf629e30d1 Mon Sep 17 00:00:00 2001 From: palak Date: Tue, 12 Sep 2017 19:03:18 +0530 Subject: [PATCH] change rajor keyid --- pages/home.html | 4 ++-- script.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/home.html b/pages/home.html index fdf059c..9fe5964 100644 --- a/pages/home.html +++ b/pages/home.html @@ -136,7 +136,7 @@ - +
@@ -479,7 +479,7 @@
- phone_android + code
check diff --git a/script.js b/script.js index 4982686..8435f84 100644 --- a/script.js +++ b/script.js @@ -24,7 +24,7 @@ }) }); - scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api") + scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api") // create the controller and inject Angular's $scope scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL) { @@ -235,7 +235,7 @@ var i = 0; $scope.payingAmnt = $scope.payingAmnt * 100; var options = { - "key": "rzp_test_YwHsVFiDIQ2WUQ", + "key": "rzp_live_mhSE1uOBlXvFyJ", "amount": $scope.payingAmnt, "name": "Startup Jalsa", @@ -532,7 +532,7 @@ console.log('pending data', searchResult); var i = 0; var options = { - "key": "rzp_test_YwHsVFiDIQ2WUQ", + "key": "rzp_live_mhSE1uOBlXvFyJ", "amount": $scope.amount, "name": "Startup Jalsa", -- 2.0.0