We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9539593 commit 238ea28Copy full SHA for 238ea28
components/quickbooks/sources/common.js
@@ -84,7 +84,7 @@ module.exports = {
84
} = entity;
85
const relevantEntities = this.getEntities();
86
const relevantOperations = this.getOperations();
87
-
+
88
// only emit events that match the entity names and operations indicated by the user
89
// but if the props are left empty, emit all events rather than filtering them all out
90
// (it would a hassle for the user to select every option if they wanted to emit everything)
@@ -161,6 +161,10 @@ module.exports = {
161
return;
162
}
163
164
+ this.http.respond({
165
+ status: 200,
166
+ });
167
168
return this.processEvent(event);
169
},
170
};
0 commit comments