mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update: payment
This commit is contained in:
		| @@ -21,7 +21,7 @@ class GuestRoute | ||||
|             // Telegram | ||||
|             $router->post('/telegram/webhook', 'Guest\\TelegramController@webhook'); | ||||
|             // Payment | ||||
|             $router->match(['get', 'post'], '/payment/{method}/{id}', 'Guest\\PaymentController@notify'); | ||||
|             $router->match(['get', 'post'], '/payment/notify/{method}/{id}', 'Guest\\PaymentController@notify'); | ||||
|         }); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user