Migrate billing from Paddle to Lemon Squeezy
This commit is contained in:
@@ -23,7 +23,7 @@ class IntegrationWebhookEventFactory extends Factory
|
||||
$processedAt = (clone $receivedAt)->modify('+2 minutes');
|
||||
|
||||
return [
|
||||
'provider' => $this->faker->randomElement(['paddle', 'revenuecat']),
|
||||
'provider' => $this->faker->randomElement(['lemonsqueezy', 'revenuecat']),
|
||||
'event_id' => $this->faker->uuid(),
|
||||
'event_type' => $this->faker->word(),
|
||||
'status' => IntegrationWebhookEvent::STATUS_PROCESSED,
|
||||
|
||||
Reference in New Issue
Block a user