def convert(self, amount_total, cur): #amt_id = amount_to_text_id.amount_to_text(amount_total, 'id', cur) amt_id = num2word.num2word_id(amount_total,"id").decode('utf-8') return amt_id
def _call_num2word(self, amount_total, cur): amt_id = num2word.num2word_id(amount_total, cur).decode('utf-8') return amt_id
def convert(self, amount_total, cur): amt_id = num2word.num2word_id(amount_total,"id").decode('utf-8') return amt_id
def convert(self, amount_total, cur): #amt_id = amount_to_text_id.amount_to_text(amount_total, 'id', cur) amt_id = num2word.num2word_id(amount_total, "id").decode('utf-8') return amt_id
def convert(self, amount_total, cur): amt_id = num2word.num2word_id(amount_total, "id").decode('utf-8') return amt_id