mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update: add custom currency
This commit is contained in:
		| @@ -16,7 +16,9 @@ class CommController extends Controller | ||||
|                 'is_telegram' => (int)config('v2board.telegram_bot_enable', 0), | ||||
|                 'stripe_pk' => config('v2board.stripe_pk_live'), | ||||
|                 'withdraw_methods' => config('v2board.commission_withdraw_method', Dict::WITHDRAW_METHOD_WHITELIST_DEFAULT), | ||||
|                 'withdraw_close' => (int)config('v2board.withdraw_close_enable', 0) | ||||
|                 'withdraw_close' => (int)config('v2board.withdraw_close_enable', 0), | ||||
|                 'currency' => config('v2board.currency', 'CNY'), | ||||
|                 'currency_symbol' => config('v2board.currency_symbol', '¥') | ||||
|             ] | ||||
|         ]); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user