Fix for Nicky payment gateway

This commit is contained in:
Pinga 2025-04-24 13:37:40 +03:00
parent 08f1b3d24a
commit bdf323239d

View file

@ -306,6 +306,9 @@ $csrfMiddleware = function ($request, $handler) use ($container) {
if ($path && $path === '/create-adyen-payment') {
return $handler->handle($request);
}
if ($path && $path === '/create-nicky-payment') {
return $handler->handle($request);
}
if ($path && $path === '/create-crypto-payment') {
return $handler->handle($request);
}