+ No, and there is no reason why it should be. +
Purchase complete.
Purchase failed.
We accept Bitcoin, Litecoin, and other cryptocurrencies, as well as USD diff --git a/routes/web.php b/routes/web.php index cd76ea9..c8693f2 100644 --- a/routes/web.php +++ b/routes/web.php @@ -126,3 +126,7 @@ Route::post('/hooks/charge', //Payeer handler function Route::post('/hooks/payeer-transaction', [BillingController::class, 'processPayeer']); + +//Payment attempt is over +Route::get('/panel/clear-paying', + [UserController::class, 'clearPaying']);