-
Some of Supabase's built-in tables (specifically `_analytics.users`) have column names with question marks (ie, `lifetime_plan?`). Seed's codegen doesn't handle it properly, and generates the followin…
-
## Description
Shoppers (subscribers) can change the payment method associated with a subscription in their my-account dashboard. Common use case is changing to a new credit card.
![screencapture-…
-
**Describe the bug**
When [Woo Subscriptions](https://woo.com/products/woocommerce-subscriptions/) is enabled, and the classic checkout experience (non-UPE) is enabled, a column titled “Automatic Rec…
-
Last month, shanaqui cancelled a group plan. Both they and I checked at the time to see that the termination date had been set correctly in the guild's data - it had. However this month another paymen…
Alys updated
5 months ago
-
### Description
Getting `Attempt to read property "id" on null` / `No payment sources are saved to use for subscriptions` as back-to-back errors when subscribing to a plan. I've tested with a fresh C…
-
# Bug report
firestore-stripe-payments
## Describe the bug
When a user successfully pays for their subscription, only a 'checkout_sessions' subcollection is created in Firestore. There is sup…
-
### Issue
I am running `stripe fixtures ./fixtures.json`, and it returns:
```
Setting up fixture for: customer
Running fixture for: customer
Setting up fixture for: subscription
Running fixtur…
-
Hi,
Can you add support for subscription?
This is a nice project.
Thanks.
-
### Describe the bug
Within NestJS, when performing calls such as `StripeClient.invoices.create` or other operations with bad data, requests hang indefinitely and don't throw errors.
### To Reproduc…
-
This source code demonstrates how to synchronize data from Stripe, a payment processing platform, with a local database using Prisma, an ORM (Object Relational Mapping) tool. The script performs sever…