mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-23 11:05:57 +02:00
Fix for Nicky payment gateway
This commit is contained in:
parent
08f1b3d24a
commit
bdf323239d
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue