wip
This commit is contained in:
@@ -89,7 +89,7 @@ class SberPaymentOrderFieldsForDetail
|
|||||||
Text::make(
|
Text::make(
|
||||||
name: __('Goýum hasaby'),
|
name: __('Goýum hasaby'),
|
||||||
attribute: 'deposit_account'
|
attribute: 'deposit_account'
|
||||||
)->displayUsing(fn ($value) => $value ? $value : '-'),
|
)->displayUsing(fn ($value) => '-'),
|
||||||
])->minRows(1)->rules('required'),
|
])->minRows(1)->rules('required'),
|
||||||
|
|
||||||
SimpleRepeatable::make(__('Payee information'), 'payment_reciever', [
|
SimpleRepeatable::make(__('Payee information'), 'payment_reciever', [
|
||||||
|
|||||||
Reference in New Issue
Block a user