working on ezcater

ezcater other.

dajusments.

migration for square2
This commit is contained in:
2022-08-19 06:42:40 -07:00
parent dae1cb4a9b
commit bd0f8da16b
21 changed files with 1158 additions and 155 deletions

View File

@@ -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}