podkrepi-bg / api

Nest.js REST backend for charity platform Podkrepi.bg https://podkrepi.bg/swagger
https://podkrepi.bg
MIT License
82 stars 43 forks source link

refactor(stripe): Use PaymentIntent and subscriptions instead of Checkout sessions #627

Open sashko9807 opened 5 months ago

sashko9807 commented 5 months ago

Closes #473 #466

Motivation and context

Continuation of #479 -Replaced current implementation of Stripe.Checkout Sessions with Stripe's PaymentIntent and Subscriptions APIs. -Refactored the donation module. Removed any logic not related to donations(e.g. payment provider logic), and moved it to its own module.

github-actions[bot] commented 5 months ago

❌ Not all tests have run for this PR. Please add the run tests label to trigger them.

slavcho commented 1 week ago

There are some conflicts to be resolved however...