This commit is contained in:
Mekan1206
2026-02-13 23:01:07 +05:00
parent d728a3af83
commit 34ad7c43e9
11 changed files with 30 additions and 36 deletions

View File

@@ -29,14 +29,6 @@ class PaymentTypeTableSeeder extends Seeder
'is_enabled' => true,
'options' => null,
],
[
'id' => 3,
'code' => 'online_halkbank',
'name' => ['en' => 'Online (halkbank)', 'tk' => 'Onlaýn (halkbank)', 'ru' => 'Onlaýn (halkbank)'],
'tax' => 0,
'is_enabled' => true,
'options' => null,
],
])->each(fn ($data) => PaymentType::create($data));
}
}