formatos-febraban 0.3.54 → 0.3.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9abe3b7bb6f5faf8358e74b07c545023c1eeccb0
|
|
4
|
+
data.tar.gz: 15939b27376fb94aed1209fe7e652195b469d3bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2db97fcd6d89c36a3034154f2e0f447994f9d21d75ece45a80acb584bcd37ed98d650f03aa71c7b7f2ef41c7a9b8956b793b50521644c908b026b1fc9ae61708
|
|
7
|
+
data.tar.gz: 53082bfce677c21974326b982b2c6688eec2e51bfd0336e6da85dc34cd9224a0a6157b6e5234646b9868c00a62abf685cf372084896639a3ed945e201c0ba870
|
|
@@ -112,14 +112,13 @@ class Cnab400
|
|
|
112
112
|
|
|
113
113
|
# Seção Trailler
|
|
114
114
|
def create_trailler
|
|
115
|
-
|
|
116
115
|
self.valida_existe_header
|
|
117
116
|
|
|
118
117
|
if self.get_trailler.nil?
|
|
119
118
|
if self.get_section(SECTION_TYPES[:client]).length > 0
|
|
120
119
|
section = self.get_new_section(:trailler)
|
|
121
120
|
|
|
122
|
-
section.
|
|
121
|
+
section.set_branco
|
|
123
122
|
section.set_sequencial self.sections.length + 1
|
|
124
123
|
|
|
125
124
|
self.sections << section
|