Subversion Repositories SmartDukaan

Rev

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

Rev 15389 Rev 15390
Line 830... Line 830...
830
        return True
830
        return True
831
    def onboarded(self,):
831
    def onboarded(self,):
832
        self.retailer.status = self.callDisposition
832
        self.retailer.status = self.callDisposition
833
        checkList = OnboardedRetailerChecklists()
833
        checkList = OnboardedRetailerChecklists()
834
        checkList.contact_us = self.checkList.get('contactus')
834
        checkList.contact_us = self.checkList.get('contactus')
835
        checkList.doa_return_policy = self.checkList.get('daoreturnpolicy')
835
        checkList.doa_return_policy = self.checkList.get('doareturnpolicy')
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.redeem = self.checkList.get('redeem')