diff --git a/app/Http/Controllers/InsuranceInvoiceController.php b/app/Http/Controllers/InsuranceInvoiceController.php index d8ba4c6..6ab5042 100644 --- a/app/Http/Controllers/InsuranceInvoiceController.php +++ b/app/Http/Controllers/InsuranceInvoiceController.php @@ -255,7 +255,7 @@ class InsuranceInvoiceController extends Controller 'password' => 'required|string', 'amount' => 'required|numeric|min:0', 'payment_method' => 'required|string|in:CARD,MOBILE_MONEY,WALLET', - 'payment_phone' => 'required_unless:payment_method,WALLET|string', +// 'payment_phone' => 'required_unless:payment_method,WALLET|string', 'payment_transaction_id' => 'nullable|exists:payment_transactions,transaction_id', // A envoyer apres avoir effectuer le paiement // 'payment_token' => 'required_with:payment_transaction_id|string', // A envoyer apres avoir effectuer le paiement 'otp' => 'nullable|string'