Skip to content

feat: added configuration flag to enable Stripe integration#669

Merged
kodiakhq[bot] merged 26 commits intomainfrom
feature/stripe-enabled-flag
Dec 11, 2023
Merged

feat: added configuration flag to enable Stripe integration#669
kodiakhq[bot] merged 26 commits intomainfrom
feature/stripe-enabled-flag

Conversation

@flohoch
Copy link
Copy Markdown
Contributor

@flohoch flohoch commented Dec 6, 2023

Close #545

@flohoch flohoch requested a review from philprime December 6, 2023 14:16
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 6, 2023

Codecov Report

Attention: 126 lines in your changes are missing coverage. Please review.

Comparison is base (43c2aca) 3.02% compared to head (5837f8e) 2.95%.

Files Patch % Lines
pages/api/v0.1/messages.ts 0.00% 34 Missing ⚠️
pages/dashboard.tsx 0.00% 13 Missing ⚠️
pages/orgs/new.tsx 0.00% 12 Missing ⚠️
pages/orgs/[orgId]/upgrade.tsx 0.00% 11 Missing ⚠️
pages/api/frontend/v0.1/stripe/products.ts 0.00% 8 Missing ⚠️
pages/subscription.tsx 0.00% 8 Missing ⚠️
pages/api/frontend/v0.1/stripe/checkoutSession.ts 0.00% 7 Missing ⚠️
pages/api/frontend/v0.1/stripe/customerPortal.ts 0.00% 7 Missing ⚠️
pages/orgs/[orgId]/settings.tsx 0.00% 6 Missing ⚠️
.../api/frontend/v0.1/stripe/subscriptions/[orgId].ts 0.00% 5 Missing ⚠️
... and 3 more
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #669      +/-   ##
========================================
- Coverage   3.02%   2.95%   -0.07%     
========================================
  Files        130     130              
  Lines       2877    2943      +66     
  Branches     292     307      +15     
========================================
  Hits          87      87              
- Misses      2788    2854      +66     
  Partials       2       2              
Flag Coverage Δ
unittests 2.95% <0.00%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philprime philprime changed the title Feature/stripe enabled flag feat: added configuration flag to enable Stripe integration Dec 8, 2023
@flohoch flohoch requested a review from philprime December 10, 2023 11:48
@kodiakhq kodiakhq bot merged commit f69e575 into main Dec 11, 2023
@kodiakhq kodiakhq bot deleted the feature/stripe-enabled-flag branch December 11, 2023 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add option to enable/disable Stripe

2 participants