react-native-zybanbifbio-module 0.11.10 → 0.11.12

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.
@@ -42,7 +42,7 @@ class ZyBioBanbifReactNativeModuleModule(reactContext: ReactApplicationContext)
42
42
  zyRequestApi.bioPais = opcionalData.bioPais
43
43
  zyRequestApi.bioOperacion = opcionalData.tiOperacion
44
44
  zyRequestApi.url = opcionalData.urlSource
45
- zyRequestApi.flujoExterno = opcionalData.flujoExterno
45
+ zyRequestApi.solFlujoExterno = opcionalData.flujoExterno
46
46
 
47
47
  zyRequestApi.stepper = Stepper(opcionalData.stepper.nuPasos,opcionalData.stepper.pasoActual)
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.11.10",
3
+ "version": "0.11.12",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {
@@ -29,4 +29,4 @@
29
29
  {
30
30
  "access": "public"
31
31
  }
32
- }
32
+ }