-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/paystack integration #1354
base: dev
Are you sure you want to change the base?
Conversation
4547fb6
to
b84b496
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
@Post('initialize') | ||
initiate(@Body() createPaystackPaymentDto: CreatePaystackPaymentPlanDto, @Req() req: { user: UserPayload }) { | ||
if (!req.user?.id) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This here is not needed, coz the global middleware handles it for you already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted boss..
…boilerplate_nestjs into feat/paystack-integration
Pull Request
Description
This PR integrates Paystack as a payment gateway, enabling secure payment processing. It includes API endpoints for payment initiation, verification, and plan creation.
feat: Added Paystack payment gateway integration
Related Issue
Fixes #(issue)
Type of Change
feat: Added Paystack payment gateway integration
How Has This Been Tested?
via unit test
Test Evidence
Screenshots (if applicable)
Documentation Screenshots (if applicable)
Checklist
Additional Notes