api icon indicating copy to clipboard operation
api copied to clipboard

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

Open sashko9807 opened this issue 4 months ago • 1 comments

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.

  • Created Stripe's own module.
  • Moved updateDonationPayment, from CampaignService, to DonationService

sashko9807 avatar Apr 11 '24 12:04 sashko9807