Subversion Repositories SmartDukaan

Rev

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

Rev 22119 Rev 22120
Line 99... Line 99...
99
#uc = UserClient().get_client()
99
#uc = UserClient().get_client()
100
#print uc.getCounterByUserId(120398953)
100
#print uc.getCounterByUserId(120398953)
101
 
101
 
102
def main():
102
def main():
103
    pass
103
    pass
104
    DataService.initialize('catalog', '173.255.254.24', False)
104
    DataService.initialize('catalog', 'localhost', False)
105
    addHsnCodes()
105
    addHsnCodes()
106
    #getCategories()
106
    #getCategories()
107
 
107
 
108
#tc = TransactionClient().get_client()
108
#tc = TransactionClient().get_client()
109
#tc.changeTransactionStatus(699979, TransactionStatus.COD_IN_PROCESS, "COD in Process", 0, 0, 1)
109
#tc.changeTransactionStatus(699979, TransactionStatus.COD_IN_PROCESS, "COD in Process", 0, 0, 1)