Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. angular.module('Order.config',[])
  2.     .value('orderConfig', {
  3.         'company': 'GLOE',
  4.         'lotteryCurrent': 136,
  5.         'lotteryStart': '01.12.2014',
  6.         'lotteryEnd': '31.05.2015',
  7.         'chance': new Array(0,53.27,78.57,90.40,95.81,98.24,99.29,99.74,99.91,99.98,100),
  8.         'maxGain' : 1.6,
  9.         'lotteryPrices':{
  10.             'totalTicketPrice':   150,
  11.             'ticketNumberDifferentPrice':   15,
  12.             'ticketNumberIdenticalPrice':  15,
  13.             'eurojokerPrice':    10,
  14.             'traumjokerPrice':   10,
  15.             'serviceFee':   2.45
  16.         },
  17.         'pageConfig':{
  18.             'callbackURL': 'confirm.php',
  19.             'showCartPage': 0,
  20.             'werbeaktion': '',
  21.             'wbkz': '00000',
  22.             'cookies':{
  23.                 'cookieWbkz':   's-wbkz',           //WBKZ
  24.                 'cookieAfId':   'afid',            //Affiliate Id
  25.                 'cookieAfSubId':'subid',            //Affiliate SubId
  26.                 'cookieAfRef':  'afPub'             //Affiliate Referrer
  27.             },
  28.             'lastDeliveryDate': 22                //After that day the order must created for to the next month. Default = null
  29.         }
  30.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement