Closed maxCastro1 closed 6 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/controllers/productController.ts | 1 | 2 | 50.0% | ||
src/services/productServices/payment.ts | 8 | 27 | 29.63% | ||
<!-- | Total: | 13 | 33 | 39.39% | --> |
Totals | |
---|---|
Change from base Build 9282455535: | -0.6% |
Covered Lines: | 1810 |
Relevant Lines: | 2236 |
@maxCastro1 Too many commit messages Please squash them !
@maxCastro1 Updates? on this PR
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:
Tested the payment flow using Postman and verified successful payments.