Refactor VisaMasterPaymentOrder components and enhance seeding process
- Updated record title attribute in VisaMasterPaymentOrderResource to 'unique_id'. - Improved schema layout in VisaMasterPaymentOrderForm and VisaMasterPaymentOrderInfolist for better user experience. - Added 'unique_id' field to VisaMasterPaymentOrderInfolist with styling adjustments. - Implemented BelongsToBranch interface in VisaMasterPaymentOrder model and added a boot method for loan order creation. - Expanded FillJsonData seeder to include migration for VisaMasterPaymentOrders.
This commit is contained in:
@@ -11,6 +11,7 @@ class FillJsonData extends Seeder
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
$this->seedVisaMasterPaymentOrders();
|
||||
}
|
||||
|
||||
protected function seedUsers(): void
|
||||
@@ -62,4 +63,9 @@ class FillJsonData extends Seeder
|
||||
{
|
||||
(new Migrators\CardPinOrdersMigrator)->migrate();
|
||||
}
|
||||
|
||||
protected function seedVisaMasterPaymentOrders(): void
|
||||
{
|
||||
(new Migrators\VisaMasterPaymentOrdersMigrator)->migrate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user