This commit is contained in:
Bryce Covert
2019-02-07 18:05:42 -08:00
parent d674b36d30
commit 41bf4dbabb
3 changed files with 22 additions and 21 deletions

View File

@@ -106,6 +106,7 @@
:payment {:fields {:id {:type :id}
:type {:type :payment_type}
:original_id {:type 'Int}
:amount {:type 'String}
:vendor {:type :vendor}
:client {:type :client}