با سلام و خسته نباشید من به خطایی خوردم که نمیدونم مشکل از کجاست و داره به خطی کدی ایراد میگیره که باید در برنامه باشه
TypeErrorApp\\Services\\Payment\\PaymentService::__construct(): Argument #2 ($request) must be of type App\\Services\\Payment\\Contracts\\RequestInterface, App\\Services\\Payment\\Requests\\IDPayVerifyRequest given, called in C:\\xampp\\htdocs\\dashboard\\gallery\\app\\Http\\Controllers\\PaymentController.php on line 100
http://127.0.0.1:8000/payment/callback
C:\\xampp\\htdocs\\dashboard\\gallery\\app\\Services\\Payment\\PaymentService.php:13
اینم خط 13 کدم در PaymentService
public function __construct(private string $providerName,
private RequestInterface $request)
{
}
البته بگم قبل از این خطا ، ایراد به order Id میگرفت که اونو ظاهرا برطرف کردم و به این خطا رسیدم ، ممنون میشم مشکل ام رو برطرف کنید