File tree Expand file tree Collapse file tree 5 files changed +6
-133
lines changed Expand file tree Collapse file tree 5 files changed +6
-133
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- from pyboleto .data import BoletoData , custom_property
2
+ from pyboleto .data import BoletoData , CustomProperty
3
3
4
4
5
5
class BoletoSicredi (BoletoData ):
6
6
'''
7
7
Gera Dados necessários para criação de boleto para o Banco Sicredi
8
8
'''
9
- agencia_cedente = custom_property ('agencia_cedente' , 4 )
10
- conta_cedente = custom_property ('conta_cedente' , 8 )
11
- posto = custom_property ('posto' , 2 )
12
- convenio = custom_property ('convenio' , 4 )
9
+ agencia_cedente = CustomProperty ('agencia_cedente' , 4 )
10
+ conta_cedente = CustomProperty ('conta_cedente' , 8 )
11
+ posto = CustomProperty ('posto' , 2 )
12
+ convenio = CustomProperty ('convenio' , 4 )
13
13
# Nosso numero (sem dv) com 8 digitos
14
- nosso_numero = custom_property ('nosso_numero' , 8 )
14
+ nosso_numero = CustomProperty ('nosso_numero' , 8 )
15
15
16
16
def __init__ (self ):
17
17
'''
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments