Subversion Repositories SmartDukaan

Rev

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

Rev 21090 Rev 21092
Line 3269... Line 3269...
3269
        try:
3269
        try:
3270
            return get_stats_for_associates(associateEmail)
3270
            return get_stats_for_associates(associateEmail)
3271
        finally:
3271
        finally:
3272
            close_session()
3272
            close_session()
3273
            
3273
            
-
 
3274
    def getmypmsaprofile(self, associateEmail):
-
 
3275
        return to_t_pmsa(get_pmsa_user(None, associateEmail), "" ,"")
-
 
3276
            
3274
        
3277
        
3275
def main():
3278
def main():
3276
    OrderServiceHandler().creditBatch(2, '{"483649":100.0, "8021773":23, "123213":10}')
3279
    OrderServiceHandler().creditBatch(2, '{"483649":100.0, "8021773":23, "123213":10}')
3277
            
3280
            
3278
if __name__ == '__main__':
3281
if __name__ == '__main__':