| Line 63... |
Line 63... |
| 63 |
|
63 |
|
| 64 |
AFFILIATE_OFFER_API= {1:"https://www.spicesafar.com/FreeBapp/fetchOffersSM?deviceId=%s&retailerCode=%d"}
|
64 |
AFFILIATE_OFFER_API= {1:"https://www.spicesafar.com/FreeBapp/fetchOffersSM?deviceId=%s&retailerCode=%d"}
|
| 65 |
AFFILIATE_OFFER_DESC_API = {1:"https://www.spicesafar.com/FreeBapp/individualOffersSM?deviceId=%s&offerId=%s&retailerCode=%d"}
|
65 |
AFFILIATE_OFFER_DESC_API = {1:"https://www.spicesafar.com/FreeBapp/individualOffersSM?deviceId=%s&offerId=%s&retailerCode=%d"}
|
| 66 |
CREDIT_TYPE_ORDER = "Order"
|
66 |
CREDIT_TYPE_ORDER = "Order"
|
| 67 |
CREDIT_TYPE_APP = "App"
|
67 |
CREDIT_TYPE_APP = "App"
|
| 68 |
SUB_CATEGORY_MAP = {7:'Memory Card',8:'Data Cable',9:'USB Lights',10:"Screen Magnifier"}
|
68 |
SUB_CATEGORY_MAP = {7:'Memory Card',8:'Data Cable',9:'USB Lights',10:"Screen Magnifier",11:"Car Charger",12:"Power Bank"}
|
| 69 |
|
69 |
|
| 70 |
def get_mongo_connection(host='localhost', port=27017):
|
70 |
def get_mongo_connection(host='localhost', port=27017):
|
| 71 |
global con
|
71 |
global con
|
| 72 |
if con is None:
|
72 |
if con is None:
|
| 73 |
print "Establishing connection %s host and port %d" %(host,port)
|
73 |
print "Establishing connection %s host and port %d" %(host,port)
|