Subversion Repositories SmartDukaan

Rev

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

Rev 13939 Rev 13949
Line 21... Line 21...
21
            'Accept-Language' : 'en-US,en;q=0.8',                     
21
            'Accept-Language' : 'en-US,en;q=0.8',                     
22
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3'
22
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3'
23
        }
23
        }
24
CASHBACK_URL = 'http://api.profittill.com/cashbacks/index/%s/%s'
24
CASHBACK_URL = 'http://api.profittill.com/cashbacks/index/%s/%s'
25
USER_LOOKUP_URL = 'http://api.profittill.com/user_accounts/saholic/%s'
25
USER_LOOKUP_URL = 'http://api.profittill.com/user_accounts/saholic/%s'
26
WALLET_CREDIT_URL = 'http://localhost:8080/mobileapi/wallet!batchUpdate'
26
WALLET_CREDIT_URL = 'http://shop2020.in:8080/mobileapi/wallet!batchUpdate'
27
 
27
 
28
def getStore(source_id):
28
def getStore(source_id):
29
    #module = sourceMap[source_id]
29
    #module = sourceMap[source_id]
30
    store = Store(source_id)
30
    store = Store(source_id)
31
    try:
31
    try: