Migrate billing from Paddle to Lemon Squeezy
This commit is contained in:
@@ -21,7 +21,7 @@ class CouponSeeder extends Seeder
|
||||
|
||||
/** @var Collection<string, int> $packageIds */
|
||||
$packageIds = Package::query()
|
||||
->whereNotNull('paddle_price_id')
|
||||
->whereNotNull('lemonsqueezy_variant_id')
|
||||
->pluck('id', 'slug');
|
||||
|
||||
$coupons = [
|
||||
|
||||
Reference in New Issue
Block a user