Skip to content

Commit

Permalink
Hard lock to one subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
t3dotgg committed Jan 15, 2025
1 parent 4ff02c4 commit 0c8b73b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,15 @@ export type STRIPE_SUB_CACHE =
Gonna slowly drop more things here as I remember them.
DISABLE "CASH APP PAY". I'm convinced this is literally just used by scammers. over 90% of my cancelled transactions are Cash App Pay.
### DISABLE "CASH APP PAY".
I'm convinced this is literally just used by scammers. over 90% of my cancelled transactions are Cash App Pay.
![image](https://github.com/user-attachments/assets/c7271fa6-493c-4b1c-96cd-18904c2376ee)
### ENABLE "Limit customers to one subscription"
This is a really useful hidden setting that has saved me a lot of headaches and race conditions. Fun fact: this is the ONLY way to prevent someone from being able to check out twice if they open up two checkout sessions 🙃 More info [in Stripe's docs here](https://docs.stripe.com/payments/checkout/limit-subscriptions)
## Things that are still your problem
While I have solved a lot of stuff here, in particular the "subscription" flows, there are a few things that are still your problem. Those include...
Expand Down

0 comments on commit 0c8b73b

Please sign in to comment.