|
|
|
|
@ -630,6 +630,7 @@ class IPayLinksService extends CI_Controller
|
|
|
|
|
$currencyCode = mb_strtoupper(trim($currencyCode));
|
|
|
|
|
$ssje = $this->IPayLinks_model->get_ssje($item->IPL_orderAmount, $currencyCode, '15018');
|
|
|
|
|
$ssje = $old_ssje===NULL ? $ssje : $old_ssje;
|
|
|
|
|
$USD_amount = $this->IPayLinks_model->get_USD($item->IPL_orderAmount, $currencyCode);
|
|
|
|
|
//更新还没有填的客邮和交易号de收款记录(商务订单)
|
|
|
|
|
if (isset($advisor_info->order_type) && $advisor_info->order_type == 0) {
|
|
|
|
|
$ht_memo = '(自动录入)退款号:' . $item->IPL_dealId . "\n. ";
|
|
|
|
|
@ -662,6 +663,7 @@ class IPayLinksService extends CI_Controller
|
|
|
|
|
$item->IPL_orderAmount,
|
|
|
|
|
$item->IPL_completeTime,
|
|
|
|
|
$currencyCode,
|
|
|
|
|
$USD_amount,
|
|
|
|
|
$ssje,
|
|
|
|
|
$item->IPL_completeTime,
|
|
|
|
|
$item->IPL_completeTime,
|
|
|
|
|
|