Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monthly subscription functionallity #24

Merged
merged 12 commits into from
Jun 3, 2024

Conversation

Ekrem05
Copy link
Member

@Ekrem05 Ekrem05 commented May 31, 2024

  • Stripe nuget package installed
  • Stripe configured
  • StripeService with the following methods added:
  1. Creating a stripe customer
  2. Getting stripe products (subscriptions)
  3. Creating a sub
  4. Canceling a sub

@Ekrem05 Ekrem05 linked an issue May 31, 2024 that may be closed by this pull request
@dpS1lence dpS1lence requested review from dpS1lence and ImSk1 May 31, 2024 18:04
@dpS1lence dpS1lence added the Stripe Integration Anything related to payment processing label May 31, 2024
Copy link

sonarcloud bot commented Jun 2, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
65.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@dpS1lence dpS1lence merged commit 4f25e51 into dev Jun 3, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stripe Integration Anything related to payment processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Monthly Subscription Functionality
2 participants