atlp-rwanda / knights-ecomm-be

Knights ecommerce backend APIs
https://knights-ecomm-be-lcdh.onrender.com
0 stars 0 forks source link

Stripe Payment system Integration #103

Closed maxCastro1 closed 6 months ago

maxCastro1 commented 6 months ago

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.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 9306511969

Details


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 Coverage Status
Change from base Build 9282455535: -0.6%
Covered Lines: 1810
Relevant Lines: 2236

💛 - Coveralls
faid-terence commented 6 months ago

@maxCastro1 Too many commit messages Please squash them !

faid-terence commented 6 months ago

@maxCastro1 Updates? on this PR