pretty good progress in being able to add/edit all bank accounts.
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user