fdis 0.1.32 → 0.1.33

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: 7b1b4265bbaafc845ba51f6841b8882b3e1612dae810e9ea694cb8a988da19a1
4
- data.tar.gz: 7e59e666642f0ec1d9a8f57f37c48264bff81673ebf52acd0d196e1fd3799329
3
+ metadata.gz: a4bed5a61c51d4193dd4c6fdf146b44d8d14250e0c35644a7a38aa54ababeb0c
4
+ data.tar.gz: 211f8a32257e946fd9ffad6c7b1197cd28cd7ed8495539495a4048aa436cc98f
5
5
  SHA512:
6
- metadata.gz: e4a565e8703f42d6d3e6edefc8136923feca52dc5d9ae2f7c14e2a720936dd6a536f3d7e997ee0ed48821963bdbef31ecb9bbadf3d216d88617c7e19bd911071
7
- data.tar.gz: 28a138d0ce6fea7cc84aaadc71cae042a03bc0fda8d8b4789de0d0cb48723d791855d6c4eed04ddd223ac8f11d3c8e27d20e05e7a4e38473a5217a0c8f69a625
6
+ metadata.gz: fc9390d29eb791357e9916a9588c652b102adea0db7246ae1f076d237891997685a6999202b364f027490587714f6c3ee04a41e00950cbf0903f272f760f359e
7
+ data.tar.gz: dc073d48dcf9a7fd12ab5bf694c0f6b145a72b80eb2603018bf31096a9390c43c549e3e7a11d03d265025e1eafddc5926605cfea86923972250d701c4749c307
@@ -96,7 +96,7 @@ module Fdis
96
96
  comprobante = xml.at_xpath("//cfdi:Comprobante")
97
97
  comprobante['Serie'] = 'P'
98
98
  comprobante['Folio'] = params[:folio].to_s
99
- comprobante['Fecha'] = time_pago
99
+ comprobante['Fecha'] = time_now
100
100
  comprobante['LugarExpedicion'] = params[:cp].to_s
101
101
  comprobante['NoCertificado'] = @serial
102
102
  comprobante['Certificado'] = @cadena
data/lib/fdis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fdis
2
- VERSION = "0.1.32"
2
+ VERSION = "0.1.33"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fdis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.32
4
+ version: 0.1.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angel Padilla