switched to paddle inline checkout, removed paypal and most of stripe. added product sync between app and paddle.
This commit is contained in:
@@ -16,6 +16,7 @@ class PackagePurchaseFactory extends Factory
|
||||
return [
|
||||
'tenant_id' => Tenant::factory(),
|
||||
'package_id' => Package::factory(),
|
||||
'provider' => 'manual',
|
||||
'provider_id' => $this->faker->uuid(),
|
||||
'price' => $this->faker->randomFloat(2, 0, 500),
|
||||
'purchased_at' => now(),
|
||||
|
||||
Reference in New Issue
Block a user