Migrate billing from Paddle to Lemon Squeezy
This commit is contained in:
@@ -15,8 +15,8 @@ class IntegrationHealthService
|
||||
public function providers(): array
|
||||
{
|
||||
return [
|
||||
$this->buildProvider('paddle', 'Paddle', [
|
||||
'is_configured' => filled(config('paddle.webhook_secret')),
|
||||
$this->buildProvider('lemonsqueezy', 'Lemon Squeezy', [
|
||||
'is_configured' => filled(config('lemonsqueezy.webhook_secret')),
|
||||
'label' => 'Webhook secret',
|
||||
]),
|
||||
$this->buildProvider('revenuecat', 'RevenueCat', [
|
||||
|
||||
Reference in New Issue
Block a user