mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-05 05:39:07 +08:00
fix styles
This commit is contained in:
parent
0bc9e721ad
commit
edce78a5f9
@ -102,7 +102,7 @@ class Support
|
||||
|
||||
$payload = array_merge($payload, $order);
|
||||
|
||||
$type = isset($order['type']) ? ($order['type'] . ($order['type'] != 'app' ?: '_') . 'id') : 'app_id';
|
||||
$type = isset($order['type']) ? ($order['type'].($order['type'] != 'app' ?: '_').'id') : 'app_id';
|
||||
|
||||
$payload['appid'] = $config->get($type, '');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user