pretty good progress in being able to add/edit all bank accounts.

This commit is contained in:
BC
2019-02-18 08:25:23 -08:00
parent 7407f8ac4c
commit a5d0579164
4 changed files with 189 additions and 147 deletions

View File

@@ -54,7 +54,7 @@
:bank_account
{:fields {:id {:type :id }
:type {:type :bank_account_type}
:type {:type :ident}
:number {:type 'String}
:routing {:type 'String}
:code {:type 'String}

View File

@@ -50,7 +50,7 @@
:bank-account/check-number (:check_number %)
:bank-account/yodlee-account-id (:yodlee_account_id %)
:bank-account/type :bank-account-type/check
:bank-account/type (keyword "bank-account-type" (name (:type %)))
}
) (:bank_accounts edit_client))