Skip to content

Commit

Permalink
Update SubscriptionFactory.php (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Sep 8, 2021
1 parent ddb8311 commit d0edeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/factories/SubscriptionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function definition()

return [
(new $model)->getForeignKey() => ($model)::factory(),
'name' => $this->faker->title,
'name' => 'default',
'stripe_id' => 'sub_'.Str::random(40),
'stripe_status' => StripeSubscription::STATUS_ACTIVE,
'stripe_price' => null,
Expand Down

0 comments on commit d0edeb1

Please sign in to comment.