flights_gui_tests 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc54ead08a79d76a280665c5e50b259f82573a50
4
- data.tar.gz: 879f349af5d4fc74b591aa9f1854753aeabfddc4
3
+ metadata.gz: 85210a2731398f4c0669112f75ceea494b22bf40
4
+ data.tar.gz: 79dfcd1b135d9f37da0e92e4f809addee25cad7c
5
5
  SHA512:
6
- metadata.gz: ed149ee5e5da37b4d9f971d976a2abe67d2b6d8193fc44d05af480bb944c33fead15eafe8acdf6205605564151c4e2b1f938ebb5de8f2f5f4ea322a74f9f25c5
7
- data.tar.gz: 12d6c909a7ad61784efc117a57749eac3912397271f291a33629ccd1fb0b2503cb5a91553b50c99cc0660aaaf281bea650660fb725604c1fe1f51f3c22c21b13
6
+ metadata.gz: c18a914ff0d1d7b265d78d844d372ea6404f0ecb0518a48453a91f54e3160d9fba1b037b40a23d4a92f4374ce1c059f08f768ed72f4f468485a8f1e86deb2dd9
7
+ data.tar.gz: 35e649153081407f1d9348e0660aef4615bb6052490f73be3ab70bd5a8072c94402367f8f864ce760880ab3604eb32c3b1fbd97d467689403997596fd13be829
@@ -87,12 +87,12 @@ module NewCheckout
87
87
  end
88
88
 
89
89
  def cargar_datos_facturacion_mx
90
- cargar_datos_facturacion_pe
91
- otro_estado_facturacion_element.set("Chiapas") if otro_estado_facturacion_element.present?
92
- codigo_postal_facturacion_element.set("7111") if codigo_postal_facturacion_element.present?
93
- numero_facturacion_element.set("123") if numero_facturacion_element.present?
94
- piso_facturacion_element.set("1") if piso_facturacion_element.present?
95
- departamento_facturacion_element.set("1") if departamento_facturacion_element.present?
90
+ # cargar_datos_facturacion_pe
91
+ # otro_estado_facturacion_element.set("Chiapas") if otro_estado_facturacion_element.present?
92
+ # codigo_postal_facturacion_element.set("7111") if codigo_postal_facturacion_element.present?
93
+ # numero_facturacion_element.set("123") if numero_facturacion_element.present?
94
+ # piso_facturacion_element.set("1") if piso_facturacion_element.present?
95
+ # departamento_facturacion_element.set("1") if departamento_facturacion_element.present?
96
96
  end
97
97
 
98
98
  def cargar_datos_ingresos_brutos
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
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: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez