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 4c3f6cd commit 27c82a9Copy full SHA for 27c82a9
tests/wrapper/webhooks.test.ts
@@ -74,7 +74,7 @@ describe("webhooks", () => {
74
};
75
76
const signature = createWebhookSignature({
77
- payload: MOCK.payload,
+ body: MOCK,
78
secret: "secret",
79
timestamp,
80
});
0 commit comments