Commit 8d58b37daaec486ce98041343108b9bf629e30d1
1 parent
2d6a9fbea9
Exists in
master
and in
1 other branch
change rajor keyid
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
pages/home.html
... | ... | @@ -136,7 +136,7 @@ |
136 | 136 | <option value="Pune">Pune</option> |
137 | 137 | <option value="Indore">Indore</option> |
138 | 138 | <option value="Chandigarh">Chandigarh</option> |
139 | - <option>Any other</option> | |
139 | + <option value="anyOther">Any other</option> | |
140 | 140 | </select> |
141 | 141 | </div> |
142 | 142 | <div class="clearfix"></div> |
... | ... | @@ -479,7 +479,7 @@ |
479 | 479 | <!-- CLOSE identity-shadow --> |
480 | 480 | <div class="col-xs-12 input-wrapper"> |
481 | 481 | <div class="referel-icon" style="z-index: 999;"> |
482 | - <i class="material-icons" style="line-height: 30px;">phone_android</i> | |
482 | + <i class="material-icons" style="line-height: 30px;">code</i> | |
483 | 483 | </div> |
484 | 484 | <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> |
485 | 485 | <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> | ... | ... |
script.js
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | }) |
25 | 25 | }); |
26 | 26 | |
27 | - scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api") | |
27 | + scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api") | |
28 | 28 | |
29 | 29 | // create the controller and inject Angular's $scope |
30 | 30 | scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL) { |
... | ... | @@ -235,7 +235,7 @@ |
235 | 235 | var i = 0; |
236 | 236 | $scope.payingAmnt = $scope.payingAmnt * 100; |
237 | 237 | var options = { |
238 | - "key": "rzp_test_YwHsVFiDIQ2WUQ", | |
238 | + "key": "rzp_live_mhSE1uOBlXvFyJ", | |
239 | 239 | "amount": $scope.payingAmnt, |
240 | 240 | |
241 | 241 | "name": "Startup Jalsa", |
... | ... | @@ -532,7 +532,7 @@ |
532 | 532 | console.log('pending data', searchResult); |
533 | 533 | var i = 0; |
534 | 534 | var options = { |
535 | - "key": "rzp_test_YwHsVFiDIQ2WUQ", | |
535 | + "key": "rzp_live_mhSE1uOBlXvFyJ", | |
536 | 536 | "amount": $scope.amount, |
537 | 537 | |
538 | 538 | "name": "Startup Jalsa", | ... | ... |