Skip to content

Webhook Support for Payment Events#234

Merged
Cedarich merged 2 commits intoPulsefy:mainfrom
KuchiMercy:feat/webhooks
Mar 30, 2026
Merged

Webhook Support for Payment Events#234
Cedarich merged 2 commits intoPulsefy:mainfrom
KuchiMercy:feat/webhooks

Conversation

@KuchiMercy
Copy link
Copy Markdown

closes #222

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 30, 2026

@KuchiMercy Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Cedarich
Copy link
Copy Markdown
Contributor

@KuchiMercy Please fix

Run pnpm run lint

@quickex/[email protected] lint /home/runner/work/QiuckEx/QiuckEx/app/backend
eslint "{src,test}/**/*.ts"

/home/runner/work/QiuckEx/QiuckEx/app/backend/src/notifications/tests/webhook-provider.unit.spec.ts
Error: 202:35 error Require statement not part of import statement @typescript-eslint/no-var-requires

/home/runner/work/QiuckEx/QiuckEx/app/backend/src/notifications/tests/webhook-service.unit.spec.ts
Error: 6:3 error 'NotificationEventType' is defined but never used @typescript-eslint/no-unused-vars
Error: 39:10 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
Error: 44:10 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
Error: 53:13 error 'result' is assigned a value but never used @typescript-eslint/no-unused-vars

/home/runner/work/QiuckEx/QiuckEx/app/backend/src/notifications/tests/webhooks.controller.e2e-spec.ts
Error: 15:9 error 'mockWebhook' is assigned a value but never used @typescript-eslint/no-unused-vars

/home/runner/work/QiuckEx/QiuckEx/app/backend/src/notifications/providers/notification-provider.interface.ts
Error: 9:3 error 'WebhookDeliveryResult' is defined but never used @typescript-eslint/no-unused-vars

/home/runner/work/QiuckEx/QiuckEx/app/backend/src/notifications/webhook.service.ts
Error: 7:3 error 'NotificationEventType' is defined but never used @typescript-eslint/no-unused-vars

✖ 8 problems (8 errors, 0 warnings)

 ELIFECYCLE  Command failed with exit code 1.
Error: Process completed with exit code 1.

Copy link
Copy Markdown
Contributor

@Cedarich Cedarich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Cedarich Cedarich merged commit ae23eff into Pulsefy:main Mar 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Webhook Support for Payment Events

3 participants