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 #636

Closed DropsOfSerenity closed 2 years ago

DropsOfSerenity commented 2 years ago

Changes

  1. Added a Checkout component.
  2. Added stripe element for card payments.

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 #000

fluturecode commented 2 years ago

Reopen under new PR.