Replace old references

This commit is contained in:
gdarko
2024-01-28 15:07:09 -06:00
parent 597ff171de
commit dce2a57f3c
15 changed files with 59 additions and 59 deletions

View File

@@ -45,7 +45,7 @@ test('update profile', function () {
$user = [
'name' => 'John Doe',
'password' => 'admin@123',
'email' => 'admin@crater.in',
'email' => 'admin@invoiceshelf.com',
];
$response = putJson('api/v1/me', $user);
@@ -101,7 +101,7 @@ test('update settings', function () {
'fiscal_year' => '1-12',
'carbon_date_format' => 'Y/m/d',
'moment_date_format' => 'YYYY/MM/DD',
'notification_email' => 'noreply@crater.in',
'notification_email' => 'noreply@invoiceshelf.com',
'notify_invoice_viewed' => 'YES',
'notify_estimate_viewed' => 'YES',
'tax_per_item' => 'YES',