fix gitlab tests
This commit is contained in:
@@ -15,7 +15,7 @@ class RefundIndexRequest extends ApiFormRequest
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'status' => ['nullable', 'string', 'in:'.implode(',', [
|
||||
'status' => ['nullable', 'string', 'in:' . implode(',', [
|
||||
Refund::STATUS_PENDING,
|
||||
Refund::STATUS_APPROVED,
|
||||
Refund::STATUS_PARTIAL,
|
||||
|
||||
Reference in New Issue
Block a user