flights_gui_tests 1.4.4 → 1.4.5

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: 60ef1640e00a404ddc17a12dd897a17616aa5b6c
4
- data.tar.gz: 3d638c8f2105f3a687c3007f39fefe9775562f83
3
+ metadata.gz: d7d09a7c7d761dbddd35ab930361c836c3a0d4ec
4
+ data.tar.gz: 9add62c0b07efb3445e86825baebc11a67ab94fc
5
5
  SHA512:
6
- metadata.gz: aa4e43ce9bb12fa9621480572c9f17c9761b054d44264d061b77e8a7ebf0887803c25a10e08dc0cd419be646de18f0e33150bf19827d1289a5530082ffae4aa5
7
- data.tar.gz: 4c3e83a88d413d782f9ef4a12e2023b4be9465665893c698afcf1fa26fc52b655c1e99edc5254263b8c9dbd50b43a2311f6f22b168580887e4704563f582cc5a
6
+ metadata.gz: cf709ebdfbe38c583c34dddb1ba60320ef132a9959c1420daffab52bd77475717ce4ceb169517702e30c5edc9a07721d696bcc2178e111f832baceefdf786d6a
7
+ data.tar.gz: 874312f48bd58d99e59911061248658ad4c593941cfe6511928952c3dcc78df2a97b4bee1a31660233582d0f9d86cb598e4129f9e05c9ef5ee35957d55d85313
@@ -70,7 +70,7 @@ module NewCheckout
70
70
 
71
71
  def cargar_datos_facturacion_pe
72
72
  cuil_element.set("33344455561") if cuil_element.present?
73
- if invoice_check_element.present?
73
+ if tipo_contribuyente_element.present?
74
74
  if [true,false][rand(2)]
75
75
  persona_natural_check
76
76
  else
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.4.4"
2
+ VERSION = "1.4.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4
4
+ version: 1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez