We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77514f commit 6f965baCopy full SHA for 6f965ba
app/Listeners/StripeWebhookReceivedListener.php
@@ -32,7 +32,7 @@ private function createUserIfNotExists(string $stripeCustomerId): void
32
return;
33
}
34
35
- $customer = Customer::retrieve($stripeCustomerId);
+ $customer = Cashier::stripe()->customers->retrieve($stripeCustomerId);
36
37
if (! $customer) {
38
throw new Exception(
0 commit comments