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.
2 parents d77514f + 6f965ba commit fc46041Copy full SHA for fc46041
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