- Create/Update metered billing plan

This commit is contained in:
Čarodej
2021-12-22 09:05:15 +01:00
parent 6bb7789232
commit b1cb7be678
9 changed files with 353 additions and 115 deletions

View File

@@ -32,10 +32,11 @@ class SchedulerTest extends TestCase
]);
PlanMeteredFeature::factory()
->count(2)
->count(3)
->sequence(
['key' => 'storage'],
['key' => 'bandwidth'],
['key' => 'flatFee'],
)
->create([
'plan_id' => $plan->id,