@rishabh-webkul19
Hello bro
i am using latest 2.3.6 version
also we see a new issue today, when we pay using razorpay then see following error, can u help me to fix this too
Internal Server Error
Razorpay\Api\Errors\BadRequestError
The amount must be an integer.
GET www.linberlin.in
PHP 8.2.29 — Laravel 11.44.2
Expand
vendor frames
28 vendor frames collapsed
Webkul\Installer\Http\Middleware\CanInstall
:30
handle
1 vendor frame collapsed
Webkul\Core\Http\Middleware\SecureHeaders
:29
handle
20 vendor frames collapsed
public/index.php
:51
packages/Webkul/Installer/src/Http/Middleware/CanInstall.php :30
if (! $this->isAlreadyInstalled()) {
return redirect()->route('installer.index');
}
}
return $next($request);
}
/**
* Application Already Installed.
*
* @return bool
*/
public function isAlreadyInstalled()
{
if (file_exists(storage_path('installed'))) {
return true;