thm-p3-configurator 0.0.41 → 0.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -152,7 +152,8 @@ const useCreatePrivateAppointmentMutation = () => {
|
|
|
152
152
|
selectBoardComputerUpdate,
|
|
153
153
|
branchId,
|
|
154
154
|
formula,
|
|
155
|
-
discount
|
|
155
|
+
discount,
|
|
156
|
+
customerAgreed
|
|
156
157
|
} = _ref4;
|
|
157
158
|
return _authenticatedProxyApi.authenticatedProxyApi.postAppointment({
|
|
158
159
|
appointment,
|
|
@@ -166,7 +167,8 @@ const useCreatePrivateAppointmentMutation = () => {
|
|
|
166
167
|
cart,
|
|
167
168
|
selectBoardComputerUpdate,
|
|
168
169
|
customer: customer,
|
|
169
|
-
branchId
|
|
170
|
+
branchId,
|
|
171
|
+
customerAgreed
|
|
170
172
|
});
|
|
171
173
|
});
|
|
172
174
|
return {
|