allowing paying using debit.

This commit is contained in:
Bryce Covert
2018-07-31 09:13:03 -07:00
parent 7e7045652f
commit b5b3c8f529
4 changed files with 48 additions and 24 deletions

View File

@@ -273,6 +273,7 @@
{:print_checks {:type :check_result
:args {:invoice_payments {:type '(list :invoice_payment)}
:bank_account_id {:type 'Int}
:type {:type 'String}
:company_id {:type 'Int}}
:resolve :mutation/print-checks}
@@ -482,7 +483,8 @@
:amount (:amount i)})
(:invoice_payments args))
(:company_id args)
(:bank_account_id args))))
(:bank_account_id args)
(:type args))))