add all controllers logic
This commit is contained in:
@@ -16,6 +16,7 @@ class PaypalExecuteRequest extends ApiFormRequest
|
||||
return [
|
||||
'payer_id' => ['required', 'string', 'max:100'],
|
||||
'paypal_payment_id' => ['nullable', 'string', 'max:100'],
|
||||
'payment_id' => ['nullable', 'integer', 'min:1'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user