Afip 1.5.5 → 1.5.6

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
  SHA256:
3
- metadata.gz: 14a49fd77bf8b89298914cabc43a245b2c20edb51c47a8658a19553a3bd7a71e
4
- data.tar.gz: e1cc15aebe27a25980d0afaad9b44d4ebde4ee64dd429f51a93ef6fbdcd3700f
3
+ metadata.gz: ad4975819120b21f08173fa96621aa9374044c8a4dc11984a6857daa1ad3e2e8
4
+ data.tar.gz: 5b02b04486f20e479b75aaac2cc9a65929246232dabdd4c5d616eaab7e8cf445
5
5
  SHA512:
6
- metadata.gz: 390643e28dbbeacaacb2d746c862448aa13d701fd5cb61c6e62a64eaccfb45a5f05b4599d769648ae8757b9bee2dc92e6321ca5cc52bbf44e8fc08e570eb71cd
7
- data.tar.gz: d5df22d062bbb18dc443604b3acd3a30e9e3718006bf6e5061b38c06bf8feae84392a46c5db637cfa81f1f9ef7f91e8c0316538c690467f9d05a5771e8ddae6b
6
+ metadata.gz: 22a2ccc56c83aa604d9f9c893ef644a4a23f6f8736143b17f3cd0d8fd4291607e59d1f7fc29c56ce3c98f0593869683e5f164adf4d721c7c99e77d7cc64ecc54
7
+ data.tar.gz: b5026aecc8b36cd95d9569682fa78969c2a941e5cecb5e993eedb6c2a86194c6218f7f2565fd0c6bbe0fbb306526901854e6eaa8f0fadc0d51a82ba8ef6e8bfb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- Afip (1.5.4)
4
+ Afip (1.5.5)
5
5
  httpi
6
6
  nokogiri (>= 1.10.4)
7
7
  savon
@@ -28,7 +28,7 @@ module Afip
28
28
  @total = net.to_f + iva_sum.to_f + exento.to_f + no_gravado.to_f + otros_imp.to_f
29
29
  @tributos = attrs[:tributos] || []
30
30
  @opcionales = attrs[:opcionales] || []
31
- @cbte_asoc = attrs[:cbte_asoc]
31
+ @cbte_asoc = attrs[:cbte_asoc] || []
32
32
  end
33
33
 
34
34
  def self.get_ptos_vta
@@ -166,7 +166,7 @@ module Afip
166
166
  end
167
167
 
168
168
  if !cbte_asoc.empty?
169
- detaill["CbtesAsoc"] = array_associados
169
+ detail["CbtesAsoc"] = array_associados
170
170
  end
171
171
 
172
172
  unless concepto == "Productos" # En "Productos" ("01"), si se mandan estos parámetros la afip rechaza.
@@ -1,3 +1,3 @@
1
1
  module Afip
2
- VERSION = "1.5.5"
2
+ VERSION = "1.5.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Afip
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.5
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facundo A. Díaz Martínez