Afip 0.7.6 → 0.7.7

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: 6dd5e50492a0c7d4670f550d24551c8dbc9420df9b5f5d4592fcc2c28f13b33e
4
- data.tar.gz: 49e084ae0ce9314ee85c29491ca3367ecf5d328606b82a7a508fca2947356c43
3
+ metadata.gz: 287f91fb57449b3487d05f2bdc6eda030af0cc695e19b95c82479e86a0ff5f33
4
+ data.tar.gz: '082fbb203ce08feb305d92718d23ae9f5dd8cd0819be520c634ec7cdccdb569e'
5
5
  SHA512:
6
- metadata.gz: 3629555ca521e22074489fe4b30312c38d8f068957c52b83e787de317751f1cc07416d511c9af322da484258b87ca94e22989f57528683a47c70bd72bbb2f028
7
- data.tar.gz: 9669cddb36a59684fdf7f44a0a4c4cd3fc7ee302b335270d90dd3bb4aa2d1c775b333ed25d961cc420e27ff918fccfab6bb624a89296feb986537c345b943b78
6
+ metadata.gz: aa27660eae5476d7bff3107f9002f8fc5842ff11f101bdf4e2795bf7265f9d36571b3aefcbdffa436feb59daa13ccbc6143e57ddba3d14dadc79dca65e906ecc
7
+ data.tar.gz: 2c6b5536e55fbdb8982d80b8795c6f5e3183131943bbeef29c3753a4c00dfd62f2cfc022585a954c97d27dcb0291934fbe7e262b3b66e4d7ee82afb02b2d830a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- Afip (0.7.5)
4
+ Afip (0.7.6)
5
5
  httpi
6
6
  savon
7
7
 
data/lib/Afip/bill.rb CHANGED
@@ -23,7 +23,7 @@ module Afip
23
23
  def self.get_ptos_vta
24
24
  client = set_client
25
25
  body = { "Auth" => Afip.auth_hash }
26
- response = client.call(:fe_param_get_ptos_venta, message: bill.body)
26
+ response = client.call(:fe_param_get_ptos_venta, message: body)
27
27
  if response.body[:fe_param_get_ptos_venta_response][:fe_param_get_ptos_venta_result][:errors].any?
28
28
  []
29
29
  else
data/lib/Afip/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Afip
2
- VERSION = "0.7.6"
2
+ VERSION = "0.7.7"
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: 0.7.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facundo A. Díaz Martínez