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 @@ + + + 403 Forbidden + + + +

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.
'; diff --git a/webht/third_party/pay/language/en/ipl_code_lang.php b/webht/third_party/pay/language/en/ipl_code_lang.php new file mode 100644 index 00000000..fd85754f --- /dev/null +++ b/webht/third_party/pay/language/en/ipl_code_lang.php @@ -0,0 +1,24 @@ + +

© 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 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file diff --git a/webht/third_party/pay/language/es/ipl_buyer_email_lang.php b/webht/third_party/pay/language/es/ipl_buyer_email_lang.php new file mode 100644 index 00000000..1bdfe705 --- /dev/null +++ b/webht/third_party/pay/language/es/ipl_buyer_email_lang.php @@ -0,0 +1,9 @@ +La transacción puede tardar unos minutos en mostrar en su cuenta.
"; diff --git a/webht/third_party/pay/language/es/ipl_code_lang.php b/webht/third_party/pay/language/es/ipl_code_lang.php new file mode 100644 index 00000000..abf3bdb2 --- /dev/null +++ b/webht/third_party/pay/language/es/ipl_code_lang.php @@ -0,0 +1,24 @@ + +

© 1998 China Highlights. + Privacy Statement +

+ '; diff --git a/webht/third_party/pay/language/es/ipl_form_validate_lang.php b/webht/third_party/pay/language/es/ipl_form_validate_lang.php new file mode 100644 index 00000000..aaf2ca81 --- /dev/null +++ b/webht/third_party/pay/language/es/ipl_form_validate_lang.php @@ -0,0 +1,9 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file diff --git a/webht/third_party/pay/language/fr/ipl_buyer_email_lang.php b/webht/third_party/pay/language/fr/ipl_buyer_email_lang.php new file mode 100644 index 00000000..0b7503dd --- /dev/null +++ b/webht/third_party/pay/language/fr/ipl_buyer_email_lang.php @@ -0,0 +1,9 @@ +Il est probable que le montant ne soit crédité sur notre compte que dans quelques jours.
"; diff --git a/webht/third_party/pay/language/fr/ipl_code_lang.php b/webht/third_party/pay/language/fr/ipl_code_lang.php new file mode 100644 index 00000000..04ad03a1 --- /dev/null +++ b/webht/third_party/pay/language/fr/ipl_code_lang.php @@ -0,0 +1,24 @@ + +

© 1998 China Highlights. + Privacy Statement +

+ '; diff --git a/webht/third_party/pay/language/fr/ipl_form_validate_lang.php b/webht/third_party/pay/language/fr/ipl_form_validate_lang.php new file mode 100644 index 00000000..aaf2ca81 --- /dev/null +++ b/webht/third_party/pay/language/fr/ipl_form_validate_lang.php @@ -0,0 +1,9 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file diff --git a/webht/third_party/pay/language/ru/index.html b/webht/third_party/pay/language/ru/index.html new file mode 100644 index 00000000..c942a79c --- /dev/null +++ b/webht/third_party/pay/language/ru/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file diff --git a/webht/third_party/pay/language/ru/ipl_buyer_email_lang.php b/webht/third_party/pay/language/ru/ipl_buyer_email_lang.php new file mode 100644 index 00000000..3a5392e7 --- /dev/null +++ b/webht/third_party/pay/language/ru/ipl_buyer_email_lang.php @@ -0,0 +1,9 @@ +Это может занять несколько минут, чтобы эта транзакция пришла в наш аккаунт.
"; diff --git a/webht/third_party/pay/language/ru/ipl_code_lang.php b/webht/third_party/pay/language/ru/ipl_code_lang.php new file mode 100644 index 00000000..28d618b3 --- /dev/null +++ b/webht/third_party/pay/language/ru/ipl_code_lang.php @@ -0,0 +1,24 @@ + +

© 1998 China Highlights. + Privacy Statement +

+ '; diff --git a/webht/third_party/pay/language/ru/ipl_form_validate_lang.php b/webht/third_party/pay/language/ru/ipl_form_validate_lang.php new file mode 100644 index 00000000..aaf2ca81 --- /dev/null +++ b/webht/third_party/pay/language/ru/ipl_form_validate_lang.php @@ -0,0 +1,9 @@ +
PayPal logo
Transaction ID:
Hello ,
You made a payment of
Thanks for your payment. Your payment to China Highlights International Travel Service Co., Ltd is sucessully.
It may take a few moments for this transaction to appear in our account.
Buyer


Description     Amount

+
border=0 alt="PayPal logo">
,