tweaks to checkout.

This commit is contained in:
Bryce Covert
2018-07-12 19:12:40 -07:00
parent 2928b02eed
commit b95f43fd1d
5 changed files with 17 additions and 12 deletions

View File

@@ -46,6 +46,11 @@
:name {:type 'String}
:bank_code {:type 'String}
:bank_name {:type 'String}}}
:address
{:fields {:street1 {:type 'String}
:city {:type 'String}
:state {:type 'String}
:zip {:type 'String}}}
:vendor
{:fields {:id {:type 'Int}
:name {:type 'String}
@@ -53,6 +58,7 @@
:print_as {:type 'String}
:primary_contact {:type 'String}
:address {:type :address}
:primary_email {:type 'String}
:primary_phone {:type 'String}
@@ -176,10 +182,7 @@
:start {:type 'Int}
:end {:type 'Int}}}
:check_result {:fields {:invoices {:type '(list :invoice)}
:pdf_url {:type 'String}}}
}
:pdf_url {:type 'String}}}}