feat: add AgentNodeIndexController for node listing and remove settlement_cycle field from AgentProfile logic
This commit is contained in:
@@ -29,8 +29,8 @@ final class AdminPlayerStoreRequest extends ApiFormRequest
|
||||
'status' => ['sometimes', 'integer', 'in:0,1,2'],
|
||||
'agent_node_id' => ['sometimes', 'nullable', 'integer', 'min:1'],
|
||||
'credit_limit' => ['sometimes', 'integer', 'min:0'],
|
||||
'rebate_rate' => ['sometimes', 'numeric', 'min:0', 'max:1'],
|
||||
'extra_rebate_rate' => ['sometimes', 'numeric', 'min:0', 'max:1'],
|
||||
'rebate_rate' => ['sometimes', 'numeric', 'min:0', 'max:100'],
|
||||
'extra_rebate_rate' => ['sometimes', 'numeric', 'min:0', 'max:100'],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user