This commit is contained in:
2025-09-06 12:04:56 +05:00
parent 028f11da9c
commit 703ae1bb0b
3 changed files with 12 additions and 14 deletions

View File

@@ -89,8 +89,7 @@ class SberPaymentOrderFieldsForDetail
Text::make(
name: __('Goýum hasaby'),
attribute: 'deposit_account'
)
->rules('required', 'max:255'),
)->displayUsing(fn ($value) => $value ? $value : '-'),
])->minRows(1)->rules('required'),
SimpleRepeatable::make(__('Payee information'), 'payment_reciever', [

View File

@@ -274,8 +274,7 @@ class NovaSberPaymentOrder extends Resource
Text::make(
name: __('Goýum hasaby'),
attribute: 'deposit_account'
)
->rules('required', 'max:255'),
),
])->minRows(1)->rules('required'),
SimpleRepeatable::make(__('Payee information'), 'payment_reciever', [