|
@@ -98,7 +98,6 @@ class xhPayToolService
|
|
|
$userId = $order['userId'];
|
|
$userId = $order['userId'];
|
|
|
$totalFee = $order['actPrice'];
|
|
$totalFee = $order['actPrice'];
|
|
|
$merchantId = $order['merchantId'];
|
|
$merchantId = $order['merchantId'];
|
|
|
- Yii::$app->params['merchantId'] = $merchantId;
|
|
|
|
|
$alipayId = isset($alipayParams['alipayId']) ? $alipayParams['alipayId'] : '';
|
|
$alipayId = isset($alipayParams['alipayId']) ? $alipayParams['alipayId'] : '';
|
|
|
$alipayAccount = isset($alipayParams['alipayAccount']) ? $alipayParams['alipayAccount'] : '';
|
|
$alipayAccount = isset($alipayParams['alipayAccount']) ? $alipayParams['alipayAccount'] : '';
|
|
|
$addPoint = floor($totalFee);
|
|
$addPoint = floor($totalFee);
|