makes plaid really usable, allowing choosing on bank screen, and searchable on vendors page.
This commit is contained in:
@@ -176,6 +176,7 @@
|
||||
|
||||
:print_as {:type 'String}
|
||||
:primary_contact {:type :contact}
|
||||
:plaid_merchant {:type :plaid_merchant}
|
||||
:secondary_contact {:type :contact}
|
||||
:address {:type :address}
|
||||
|
||||
@@ -210,6 +211,9 @@
|
||||
:yodlee_id {:type 'String}
|
||||
:name {:type 'String}}}
|
||||
|
||||
:plaid_merchant {:fields {:id {:type :id}
|
||||
:name {:type 'String}}}
|
||||
|
||||
:intuit_bank_account {:fields {:id {:type :id}
|
||||
:external_id {:type 'String}
|
||||
:name {:type 'String}}}
|
||||
@@ -470,6 +474,7 @@
|
||||
:secondary_contact {:type :add_contact}
|
||||
:address {:type :add_address}
|
||||
:default_account_id {:type :id}
|
||||
:plaid_merchant {:type :id}
|
||||
:account_overrides {:type '(list :add_account_override)}
|
||||
:schedule_payment_dom {:type '(list :add_schedule_payment_dom)}
|
||||
:invoice_reminder_schedule {:type 'String}
|
||||
@@ -882,3 +887,4 @@
|
||||
:exception e)
|
||||
|
||||
(throw e))))))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user