Makes bank code and routing persist
This commit is contained in:
@@ -259,6 +259,8 @@
|
||||
[:bank-account/check-number {:optional true} [:maybe :int]]
|
||||
[:bank-account/bank-name {:optional true} [:maybe :string]]
|
||||
[:bank-account/number {:optional true} [:maybe :string]]
|
||||
[:bank-account/routing {:optional true} [:maybe :string]]
|
||||
[:bank-account/bank-code {:optional true} [:maybe :string]]
|
||||
[:bank-account/sort-order {:default 0} [:maybe :int]]
|
||||
[:bank-account/yodlee-account {:optional true} [:maybe entity-id]]
|
||||
[:bank-account/plaid-account {:optional true} [:maybe entity-id]]
|
||||
@@ -268,9 +270,9 @@
|
||||
|
||||
(boolean %))}}]]
|
||||
[:bank-account/visible {:default false}
|
||||
[:boolean {:decode/string {:enter #(if (= % "on") true
|
||||
[:boolean {:decode/string {:enter #(if (= % "on") true
|
||||
|
||||
(boolean %))}}]]
|
||||
(boolean %))}}]]
|
||||
[:bank-account/use-date-instead-of-post-date? {:default false}
|
||||
[:boolean {:decode/string {:enter #(if (= % "on") true
|
||||
|
||||
@@ -332,6 +334,8 @@
|
||||
[:bank-account/type [:maybe (ref->enum-schema "bank-account-type")]]
|
||||
[:bank-account/numeric-code {:optional true} [:maybe :int]]
|
||||
[:bank-account/sort-order {:default 0} [:maybe :int]]
|
||||
[:bank-account/routing {:optional true} [:maybe :string]]
|
||||
[:bank-account/bank-code {:optional true} [:maybe :string]]
|
||||
[:bank-account/bank-name {:optional true} [:maybe :string]]
|
||||
[:bank-account/number {:optional true} [:maybe :string]]
|
||||
[:bank-account/check-number {:optional true} [:maybe :int]]
|
||||
@@ -342,7 +346,7 @@
|
||||
[:boolean {:decode/string {:enter #(if (= % "on") true
|
||||
|
||||
(boolean %))}}]]
|
||||
[:bank-account/visible {:default false}
|
||||
[:bank-account/visible {:default false}
|
||||
[:boolean {:decode/string {:enter #(if (= % "on") true
|
||||
|
||||
(boolean %))}}]]
|
||||
|
||||
Reference in New Issue
Block a user