Skip to content

Commit 6e70342

Browse files
committed
Change name to Custom Webhook Events
1 parent 60856e1 commit 6e70342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/quickbooks/sources/custom-webhook-events/custom-webhook-events.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const common = require("../common");
44
module.exports = {
55
...common,
66
key: "quickbooks-custom-webhook-events",
7-
name: "Custom Set of Webhook Entities (Created, Updated, Merged, Deleted, Voided or Emailed)",
8-
description: "Emit events for more than one type of entity (e.g. \"Emailed Invoices and Purchase Orders\" or \"New and Modified Customers and Vendors\"). Visit the documentation page to learn how to configure webhooks for your QuickBooks company: https://developer.intuit.com/app/developer/qbo/docs/develop/webhooks",
7+
name: "Custom Webhook Events (Created, Updated, Merged, Deleted, Voided or Emailed)", // eslint-disable-line
8+
description: "Emit new events for more than one type of entity (e.g. \"Emailed Invoices and Purchase Orders\" or \"New and Modified Customers and Vendors\"). Visit the documentation page to learn how to configure webhooks for your QuickBooks company: https://developer.intuit.com/app/developer/qbo/docs/develop/webhooks",
99
version: "0.0.1",
1010
type: "source",
1111
props: {

0 commit comments

Comments
 (0)