Subversion Repositories SmartDukaan

Rev

Rev 19482 | Rev 19528 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19482 Rev 19514
Line 62... Line 62...
62
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
62
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
63
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
63
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
64
EMAIL_CRM_PUSH_URL = 'http://staging.profittill.com/feedbacks/crm_mail'
64
EMAIL_CRM_PUSH_URL = 'http://staging.profittill.com/feedbacks/crm_mail'
65
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}
65
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}
66
SOURCE_MAP = {'AMAZON':1,'FLIPKART':2,'SNAPDEAL':3,'SAHOLIC':4, 'SHOPCLUES.COM':5,'PAYTM.COM':6, 'HOMESHOP18.COM':7}
66
SOURCE_MAP = {'AMAZON':1,'FLIPKART':2,'SNAPDEAL':3,'SAHOLIC':4, 'SHOPCLUES.COM':5,'PAYTM.COM':6, 'HOMESHOP18.COM':7}
-
 
67
REVERSE_SOURCE_MAP = {1:"Amazon", 2:"Flipkart", 3:"Snapdeal", 4:"Spice", 5:"Shopclues", 6:"Paytm", 7:"HomeShop18"}
67
 
68
 
68
CB_INIT = 'Waiting Confirmation'
69
CB_INIT = 'Waiting Confirmation'
69
CB_PENDING = 'Pending'
70
CB_PENDING = 'Pending'
70
CB_CREDIT_IN_PROCESS = 'Credit in process'
71
CB_CREDIT_IN_PROCESS = 'Credit in process'
71
CB_CREDITED = 'Credited to wallet'
72
CB_CREDITED = 'Credited to wallet'