Subversion Repositories SmartDukaan

Rev

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

Rev 14086 Rev 14145
Line 46... Line 46...
46
                return resp
46
                return resp
47
        
47
        
48
        else:
48
        else:
49
            try:
49
            try:
50
                merchantOrder = Order(orderId, userId, subTagId, self.store_id, orderSuccessUrl)
50
                merchantOrder = Order(orderId, userId, subTagId, self.store_id, orderSuccessUrl)
51
                 
51
                merchantOrder.orderTrackingUrl = orderSuccessUrl
52
                soup = BeautifulSoup(rawHtml,from_encoding="utf-8")
52
                soup = BeautifulSoup(rawHtml,from_encoding="utf-8")
53
                
53
                
54
                table = soup.body.findAll("table", recursive=False)[1]
54
                table = soup.body.findAll("table", recursive=False)[1]
55
                #print table
55
                #print table
56
                tables = table.tr.td.findAll("table", recursive=False)
56
                tables = table.tr.td.findAll("table", recursive=False)