success-webhook-api
success-webhook-api copied to clipboard
🏆 an API endpoint to receive "successful checkout" requests from automation software and send them to a discord webhook
Results
1
success-webhook-api issues
Sort by
recently updated
recently updated
newest added
`src/app/client/App.ts:24:22 - error TS2693: 'DiscordWebhook' only refers to a type, but is being used as a value here. 24 this.webhook = new DiscordWebhook(); ~~~~~~~~~~~~~~ src/app/controllers/SuccessController.ts:7:10 - error TS2614: Module '"../../../node_modules/discord-webhook-ts/types/Webhook"'...