Differentiate Billing from Wallet with storage usage breakdown.
Deploy Ladill Transfer / deploy (push) Successful in 27s

Billing lists per-transfer storage costs and monthly estimates; Wallet stays focused on balance and top-up.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 10:43:56 +00:00
co-authored by Cursor
parent c0c95c4bc8
commit 45ccd04163
6 changed files with 184 additions and 7 deletions
+6
View File
@@ -10,5 +10,11 @@ abstract class TestCase extends BaseTestCase
{
parent::setUp();
$this->withoutVite();
foreach (['storage/framework/views', 'storage/framework/cache/data'] as $dir) {
if (! is_dir($path = base_path($dir))) {
mkdir($path, 0755, true);
}
}
}
}