This PR adds Stripe payment functionality to the Urbannite project. Users can now make secure payments for subscriptions, services, or products directly within the app. The implementation includes the following changes
Stripe Controller:
Created a new controller (payment.ts) to handle Stripe-related operations.
Combined payment intent creation and confirmation into a single function (confirmPayment).
Removed the separate createPaymentIntent function.
Testing
Tested the payment flow using Postman and verified successful payments.
Description
This PR adds Stripe payment functionality to the Urbannite project. Users can now make secure payments for subscriptions, services, or products directly within the app. The implementation includes the following changes
Stripe Controller:
Testing