Commit 0c6781ed56abdfce075b5f4b19f2603ba9866b25

Authored by Palak Handa
1 parent 9842ccd273
Exists in master and in 1 other branch paytm

changes rajorId

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
... ... @@ -263,7 +263,7 @@
263 263 var i = 0;
264 264 $scope.payingAmnt = $scope.payingAmnt * 100;
265 265 var options = {
266   - "key": "rzp_test_YwHsVFiDIQ2WUQ",
  266 + "key": "rzp_live_mhSE1uOBlXvFyJ",
267 267 "amount": $scope.payingAmnt,
268 268  
269 269 "name": "Startup Jalsa",
... ... @@ -561,8 +561,8 @@
561 561 console.log('pending data', searchResult);
562 562 var i = 0;
563 563 var options = {
564   - // "key": "rzp_live_mhSE1uOBlXvFyJ",
565   - "key" : "rzp_test_YwHsVFiDIQ2WUQ",
  564 + "key": "rzp_live_mhSE1uOBlXvFyJ",
  565 + //"key" : "rzp_test_YwHsVFiDIQ2WUQ",
566 566 "amount": $scope.amount,
567 567  
568 568 "name": "Startup Jalsa",
... ...