mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: payment
This commit is contained in:
		| @@ -21,7 +21,7 @@ class GuestRoute | |||||||
|             // Telegram |             // Telegram | ||||||
|             $router->post('/telegram/webhook', 'Guest\\TelegramController@webhook'); |             $router->post('/telegram/webhook', 'Guest\\TelegramController@webhook'); | ||||||
|             // Payment |             // 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