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

Redirect to stripe-samples #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Sales demo of Stripe Checkout
# Moved to stripe-samples

Stripe maintains sample applications for various products, you can browse all the up-to-date versions in the [stripe-samples](https://github.com/stripe-samples) organization. Here are some payment flows using Stripe Checkout:

- [Quickly collect one-time payments](https://github.com/stripe-samples/checkout-one-time-payments)
- [Combine Checkout and Billing for fast subscription pages](https://github.com/stripe-samples/checkout-single-subscription)
- [Make direct charges on a connected account](https://stripe.com/docs/connect/direct-charges)

---
_Previous README for reference:_

### Sales demo of Stripe Checkout

Sales demo of Stripe Checkout with different locales around the world.

Expand All @@ -13,7 +24,7 @@ This demo shows you how to easily create a checkout session to see what Checkout
- BE: French; EUR; cards, Apple Pay & Google Pay, Bancontact
- PL: Polish; PLN; cards, Apple Pay & Google Pay, P24

## How to run locally
#### How to run locally

```
git clone git@github.com:stripe-samples/checkout-with-multiple-locales.git
Expand Down