|
- $cash = round($order['soft_cash']*($v['num']/100), 2);
|
|
+ $cash = round($order['agent_cash']*($v['num']/100), 2);
|
|
$v['sku_id'] = Dever::load('card/lib/code')->create($card, 2, $order['mid'], $order['id'], $cash);
|
|
$v['sku_id'] = Dever::load('card/lib/code')->create($card, 2, $order['mid'], $order['id'], $cash);
|