Open Issues Need Help
View All on GitHubLaravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
AI Summary: This GitHub issue reports a race condition in Laravel Cashier (v15.7.1) where a subscription created with a non-default type can be incorrectly saved as 'default' in the local database. This happens when Stripe's `customer.subscriptions.created` webhook is processed *before* the local application finishes creating the corresponding database record, specifically between the Stripe API call and the local database insertion in `SubscriptionBuilder`.
Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.