@fractalpay/fractalpay-next-test 0.0.33 → 0.0.34
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/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
"package.json"(exports, module) {
|
|
40
40
|
module.exports = {
|
|
41
41
|
name: "@fractalpay/fractalpay-next-test",
|
|
42
|
-
version: "0.0.
|
|
42
|
+
version: "0.0.34",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -890,8 +890,8 @@ var isValidJson = (jsonString) => {
|
|
|
890
890
|
}
|
|
891
891
|
};
|
|
892
892
|
var accountTypes = [
|
|
893
|
-
{ value: "personal saving", label: "Personal Saving" },
|
|
894
|
-
{ value: "business saving", label: "Business Saving" },
|
|
893
|
+
// { value: "personal saving", label: "Personal Saving" },
|
|
894
|
+
// { value: "business saving", label: "Business Saving" },
|
|
895
895
|
{ value: "personal checking", label: "Personal Checking" },
|
|
896
896
|
{ value: "business checking", label: "Business Checking" }
|
|
897
897
|
];
|