Subversion Repositories SmartDukaan

Rev

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

Rev 15370 Rev 15372
Line 835... Line 835...
835
        checkList.doa_return_policy = self.checkList.get('daoreturnpolicy')
835
        checkList.doa_return_policy = self.checkList.get('daoreturnpolicy')
836
        checkList.number_verification = self.checkList.get('numberverification')
836
        checkList.number_verification = self.checkList.get('numberverification')
837
        checkList.payment_option = self.checkList.get('paymentoption')
837
        checkList.payment_option = self.checkList.get('paymentoption')
838
        checkList.preferences = self.checkList.get('preferences')
838
        checkList.preferences = self.checkList.get('preferences')
839
        checkList.product_info = self.checkList.get('productinfo')
839
        checkList.product_info = self.checkList.get('productinfo')
-
 
840
        checkList.redeem = self.checkList.get('redeem')
840
        checkList.retailer_id = self.retailerId
841
        checkList.retailer_id = self.retailerId
841
        session.commit()
842
        session.commit()
842
        return True
843
        return True
843
        
844
        
844
        
845