Commit f47ebf0a authored by Antonio.Suerte's avatar Antonio.Suerte

Suspended Account Validator @ Payment API

parent 2ef6c9e8
......@@ -225,6 +225,12 @@ class SettlementModelClass extends ModelClassEx {
$apiSignature = $this -> getRowData($this -> getAPISignatureCommon($this -> pNum));
$displayTransactionDetails = true;
if(!$this -> checkAccountStatus(
$this -> getColumnData($rs, PARAM_USER_ACCOUNT),
VAR_TRANSACTION_TRANSFER_WITHDRAW)) {
$invalid["SUSP01"] = $this -> getMessage(ERROR, 'E_ERROR_UNABLE_TO_PROCESS_REQUEST', array());;
}
if($this -> getColumnData($apiSignature, PARAM_USER_ACCOUNT) !=
$this -> getColumnData($rs, PARAM_USER_ACCOUNT)){
$this -> fromAccount = $this -> getColumnData($rs, PARAM_USER_ACCOUNT);
......
......@@ -584,6 +584,9 @@
<E_ERROR_WITHDRAW_HIGH_RISK>
お客様の取引は処理できかねます。ご確認いたしますので、弊社のカスタマーサポートまでお問い合わせください。
</E_ERROR_WITHDRAW_HIGH_RISK>
<E_ERROR_UNABLE_TO_PROCESS_REQUEST>
お客様はこの処理をする事ができません。
</E_ERROR_UNABLE_TO_PROCESS_REQUEST>
<E_ERROR_LINK_OWN_ACOUNT>
自身の口座にはリンクできません!
</E_ERROR_LINK_OWN_ACOUNT>
......
......@@ -472,6 +472,10 @@
<E_ERROR_WITHDRAW_HIGH_RISK>
Your transaction request cannot be processed. Please contact our customer support for assistance.
</E_ERROR_WITHDRAW_HIGH_RISK>
<E_ERROR_UNABLE_TO_PROCESS_REQUEST>
Unable to process your request
</E_ERROR_UNABLE_TO_PROCESS_REQUEST>
<E_REQUIRED_VALUE_FLAT3>
Amount should be within 3000~500000.
......
......@@ -539,6 +539,10 @@
<E_ERROR_WITHDRAW_HIGH_RISK>
Permintaan transaksi Anda tidak dapat diproses. Silakan hubungi bantuan pelanggan kami untuk bantuan.
</E_ERROR_WITHDRAW_HIGH_RISK>
<E_ERROR_UNABLE_TO_PROCESS_REQUEST>
Tidak dapat memproses permintaan Anda.
</E_ERROR_UNABLE_TO_PROCESS_REQUEST>
<E_REQUIRED_VALUE_H2P_NONINTEGER>
Nilai tidak valid. Harap masukkan jumlah dalam bilangan bulat antara __MEGELM01__ __MEGELM02__ - __MEGELM01__ __MEGELM03__. Nilai bukan bilangan bulat atau pecahan dan karakter khusus tidak akan diterima.
</E_REQUIRED_VALUE_H2P_NONINTEGER>
......
......@@ -580,6 +580,9 @@
<E_ERROR_WITHDRAW_HIGH_RISK>
您的交易请求无法处理。请联系我们的客户支持以获取帮助。
</E_ERROR_WITHDRAW_HIGH_RISK>
<E_ERROR_UNABLE_TO_PROCESS_REQUEST>
无法处理您的请求。
</E_ERROR_UNABLE_TO_PROCESS_REQUEST>
<E_ERROR_NOT_IN_HELP2PAY>
Sorry this option is not available. Please use another deposit method.
......
......@@ -580,6 +580,9 @@
<E_ERROR_WITHDRAW_HIGH_RISK>
您的交易請求無法處理。請聯繫我們的客戶支持以獲取幫助。
</E_ERROR_WITHDRAW_HIGH_RISK>
<E_ERROR_UNABLE_TO_PROCESS_REQUEST>
無法處理您的請求。
</E_ERROR_UNABLE_TO_PROCESS_REQUEST>
<E_ERROR_NOT_IN_HELP2PAY>
Sorry this option is not available. Please use another deposit method.
</E_ERROR_NOT_IN_HELP2PAY>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment