Shift3 / boilerplate-client-react

The Bitwise standard starting point for new React web projects.
7 stars 10 forks source link

Add `stripe payments` for `subscriptions` #637

Closed fluturecode closed 1 year ago

fluturecode commented 2 years ago

Changes

  1. Added a Checkout component.
  2. Added stripe element for card payments.
  3. Added logic for 3 user case, activeSubscription activeSubscription && canceled_at and !activeSubscription
  4. Set up payments.api

Purpose

Too add payment processing with Stripe to application.

Approach

How does this change address the problem?

Learning

Describe the research stage.

Links to blog posts, patterns, libraries or addons used to solve this problem.

Pre-Testing TODOs

What needs to be done before testing

Testing

How should other contributors test this Pull Request?

  1. Pull in the changes to your local copy of this branch and restart Docker.

Screenshots

Closes #00