diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index b2f4f989..2920fe3f 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -321,7 +321,6 @@ class IPayLinksService extends CI_Controller if ( ! empty($pn_txn_id)) { $data['unsend_list'] = array($this->Note_model->note($pn_txn_id)); } - // 待处理的 if (empty($data['unsend_list'])) { $data['unsend_list'] = $this->Note_model->unsend(10); @@ -469,6 +468,14 @@ class IPayLinksService extends CI_Controller $toEmail2 = !empty($item->IPL_payerEmail) ? $item->IPL_payerEmail : ''; // Zac170919039_T(订单号) / 996.00USD / iPayLinks $subject2 = $orderid_info->orderid . '_' . $orderid_info->ordertype . ' / ' . $item->IPL_orderAmount . $item->IPL_currencyCode . ' / China Highlights'; + // lang + $remark_info = json_decode($item->IPL_memo); + $remark_info = json_decode($remark_info->remark); + $ln = $remark_info->ln; + $this->lang->load('ipl_common',$ln); + $this->lang->load('ipl_buyer_email',$ln); + $item->text = $this->lang->language; + // # lang end $body2 = $this->load->view('receipt_buyer', $item, true); $M_RelatedInfo2 = $item->IPL_sn; $M_AddTime2 = $item->IPL_completeTime; diff --git a/webht/third_party/pay/language/en/index.html b/webht/third_party/pay/language/en/index.html new file mode 100644 index 00000000..c942a79c --- /dev/null +++ b/webht/third_party/pay/language/en/index.html @@ -0,0 +1,10 @@ + +
+Directory access is forbidden.
+ + + \ No newline at end of file diff --git a/webht/third_party/pay/language/en/ipl_buyer_email_lang.php b/webht/third_party/pay/language/en/ipl_buyer_email_lang.php new file mode 100644 index 00000000..3801f3b2 --- /dev/null +++ b/webht/third_party/pay/language/en/ipl_buyer_email_lang.php @@ -0,0 +1,9 @@ + It may take a few moments for this transaction to appear in our account.© 1998 China Highlights. + Privacy Statement +
+ '; diff --git a/webht/third_party/pay/language/en/ipl_form_validate_lang.php b/webht/third_party/pay/language/en/ipl_form_validate_lang.php new file mode 100644 index 00000000..aaf2ca81 --- /dev/null +++ b/webht/third_party/pay/language/en/ipl_form_validate_lang.php @@ -0,0 +1,9 @@ + + +Directory access is forbidden.
+ + +