@credithub/harlan-components 1.19.2 → 1.19.3
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.
package/lib/cjs/index.js
CHANGED
|
@@ -21838,7 +21838,7 @@ var getFieldRfb = function (path, response, formatter) {
|
|
|
21838
21838
|
return formatter ? formatter(value) : value;
|
|
21839
21839
|
};
|
|
21840
21840
|
var getProductsPrices = function (isPF) { return ({
|
|
21841
|
-
refinBoaVista: isPF ? 2
|
|
21841
|
+
refinBoaVista: isPF ? 1.2 : 2.7,
|
|
21842
21842
|
scoreBoaVista: isPF ? 3 : 6,
|
|
21843
21843
|
refinSerasa: 4.2,
|
|
21844
21844
|
veiculos: 10,
|
|
@@ -20,7 +20,7 @@ export var getFieldRfb = function (path, response, formatter) {
|
|
|
20
20
|
return formatter ? formatter(value) : value;
|
|
21
21
|
};
|
|
22
22
|
export var getProductsPrices = function (isPF) { return ({
|
|
23
|
-
refinBoaVista: isPF ? 2
|
|
23
|
+
refinBoaVista: isPF ? 1.2 : 2.7,
|
|
24
24
|
scoreBoaVista: isPF ? 3 : 6,
|
|
25
25
|
refinSerasa: 4.2,
|
|
26
26
|
veiculos: 10,
|