working on ezcater
ezcater other. dajusments. migration for square2
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
{:fields {:id {:type :id}
|
||||
:location {:type 'String}
|
||||
:external_id {:type 'String}
|
||||
:reference_link {:type 'String}
|
||||
:source {:type 'String}
|
||||
:total {:type :money}
|
||||
:tip {:type :money}
|
||||
:tax {:type :money}
|
||||
@@ -50,11 +52,13 @@
|
||||
:category {:type 'String}
|
||||
:discount {:type :money}}}
|
||||
:charge
|
||||
{:fields {:id {:type :id}
|
||||
:processor {:type :processor}
|
||||
:type_name {:type 'String}
|
||||
:total {:type :money}
|
||||
:tip {:type :money}
|
||||
{:fields {:id {:type :id}
|
||||
:processor {:type :processor}
|
||||
:reference_link {:type 'String}
|
||||
:note {:type 'String}
|
||||
:type_name {:type 'String}
|
||||
:total {:type :money}
|
||||
:tip {:type :money}
|
||||
:expected_deposit {:type :expected_deposit}}}})
|
||||
|
||||
(def queries
|
||||
@@ -69,6 +73,7 @@
|
||||
:date_range {:type :date_range}
|
||||
:total_lte {:type :money}
|
||||
:total_gte {:type :money}
|
||||
:type_name {:type 'String}
|
||||
:processor {:type :processor}
|
||||
:start {:type 'Int}
|
||||
:per_page {:type 'Int}
|
||||
|
||||
Reference in New Issue
Block a user