- Zero capacity storage

- Set 0 storage capacity after creating order
This commit is contained in:
Peter Papp
2021-03-24 08:35:43 +01:00
parent 480f518ebc
commit 1ffa569ea3
5 changed files with 37 additions and 14 deletions

View File

@@ -99,6 +99,7 @@ class OasisAdminTest extends TestCase
$this->assertDatabaseHas('user_settings', [
'ico' => '08995281',
'payment_activation' => 0,
'storage_capacity' => 0,
]);
$newbie = User::whereEmail('john@doe.com')