mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	fix: payment validate
This commit is contained in:
		| @@ -63,13 +63,13 @@ class ConfigSave extends FormRequest | |||||||
|             // vGate |             // vGate | ||||||
|             'vgate_name' => '', |             'vgate_name' => '', | ||||||
|             'vgate_enable' => 'in:0,1', |             'vgate_enable' => 'in:0,1', | ||||||
|             'vgate_url' => 'url', |             'vgate_url' => 'nullable|url', | ||||||
|             'vgate_app_id' => '', |             'vgate_app_id' => '', | ||||||
|             'vgate_app_secret' => '', |             'vgate_app_secret' => '', | ||||||
|             // Epay |             // Epay | ||||||
|             'epay_name' => '', |             'epay_name' => '', | ||||||
|             'epay_enable' => 'in:0,1', |             'epay_enable' => 'in:0,1', | ||||||
|             'epay_url' => 'url', |             'epay_url' => 'nullable|url', | ||||||
|             'epay_pid' => '', |             'epay_pid' => '', | ||||||
|             'epay_key' => '', |             'epay_key' => '', | ||||||
|             // frontend |             // frontend | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user