Subversion Repositories SmartDukaan

Rev

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

Rev 7073 Rev 7075
Line 1891... Line 1891...
1891
        try:
1891
        try:
1892
            return get_document(docType, docSource)
1892
            return get_document(docType, docSource)
1893
        finally:
1893
        finally:
1894
            self.closeSession()
1894
            self.closeSession()
1895
            
1895
            
1896
    def retrieveInvoice(self, orderId):
1896
    def retrieveInvoice(self, orderId, userId):
1897
        try:
1897
        try:
1898
            return retrieve_invoice(orderId)
1898
            return retrieve_invoice(orderId,userId)
1899
        finally:
1899
        finally:
1900
            self.closeSession()
1900
            self.closeSession()
1901
    
1901
    
1902
    def receiveUpdatesForRedExpress(self, awbNumber):
1902
    def receiveUpdatesForRedExpress(self, awbNumber):
1903
        try:
1903
        try: