Commit 0944ef000cdbeb42dabea7a075438520fa3dc77c

Authored by Shilpi Saini
1 parent d063bb2e7a
Exists in master

add coupon code

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -1085,7 +1085,7 @@ scotchApp.controller('ambassadorController', function($scope, $http, $location,
1085 1085 //var randomNumber = ""+Math.random();
1086 1086 var nameSpliced = $scope.data.name.slice(0,5);
1087 1087 //var numberSpliced = randomNumber.slice(2,4);
1088   - var numberSpliced = "07";
  1088 + var numberSpliced = "08";
1089 1089 $scope.data.referalToken = nameSpliced+numberSpliced;
1090 1090 $scope.data.referalToken = $scope.data.referalToken.toUpperCase();
1091 1091 console.log("dsdfs",numberSpliced);
... ...