Skip to content

Commit

Permalink
fix(核心): 修复积分设置充值选项充值无效问题
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 30, 2018
1 parent 55713ed commit a844834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Admin/CurrencyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function updateConfig(Request $request)
if ($type == 'detail') {
setting('currency')->set('settings', [
'recharge-ratio' => (int) $request->input('recharge-ratio'),
'recharge-options' => $request->input('recharge-options'),
'recharge-options' => $request->input('recharge-option'),
'recharge-max' => $request->input('recharge-max'),
'recharge-min' => $request->input('recharge-min'),
'cash-max' => $request->input('cash-max'),
Expand Down

0 comments on commit a844834

Please sign in to comment.