@raideno/convex-stripe 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
# Convex Stripe
|
|
2
2
|
|
|
3
|
-
A demo project is available at [https://convex-stripe-demo.vercel.app/](https://convex-stripe-demo.vercel.app/).
|
|
4
|
-
|
|
5
3
|
Stripe [syncing](./references/tables.md), subscriptions, [checkouts](#-checkout-action) and stripe connect for Convex apps. Implemented according to the best practices listed in [Theo's Stripe Recommendations](https://github.com/t3dotgg/stripe-recommendations).
|
|
6
4
|
|
|
7
|
-
|
|
8
5
|
## Installation
|
|
9
6
|
|
|
10
7
|
```sh [npm]
|
|
@@ -337,7 +334,6 @@ export const pay = action({
|
|
|
337
334
|
|
|
338
335
|
- [Convex Documentation](https://docs.convex.dev)
|
|
339
336
|
- [Stripe Documentation](https://stripe.com/docs)
|
|
340
|
-
- [Demo App](https://convex-stripe-demo.vercel.app/)
|
|
341
337
|
- [GitHub Repository](https://github.com/raideno/convex-stripe)
|
|
342
338
|
- [Theo's Stripe Recommendations](https://github.com/t3dotgg/stripe-recommendations)
|
|
343
339
|
|