Commit 602df29c authored by iWallet Dev's avatar iWallet Dev

Withdrawal Maintenance Mode Message Update

parent e369cd91
......@@ -203,7 +203,7 @@ class WithdrawModelClass extends ModelClassEx {
$maintenance = true;
if($maintenance){
$this->popUpSessionMessage(ERROR, 'E_ERROR_OPTION_NOT_AVAILABLE', array());
$this->popUpSessionMessage(ERROR, 'E_ERROR_WITHDRAWAL_UNAVAILABLE', array());
$this->setType();
}
......
......@@ -88,6 +88,9 @@
</W_NOT_ADDRESS>
</WARNING>
<ERROR>
<E_ERROR_WITHDRAWAL_UNAVAILABLE>
現在、収納代行サービスはご利用いただけません。再開次第、お知らせいたしますので、ご了承ください。
</E_ERROR_WITHDRAWAL_UNAVAILABLE>
<E_ERROR_GREATER_THAN>
__MEGELM02____MEGELM01__の金額は処理できません。
</E_ERROR_GREATER_THAN>
......
......@@ -97,6 +97,9 @@
</W_NOT_ADDRESS>
</WARNING>
<ERROR>
<E_ERROR_WITHDRAWAL_UNAVAILABLE>
Our Transfer agency service is currently unavailable. We will notify you as soon as it resumes.
</E_ERROR_WITHDRAWAL_UNAVAILABLE>
<E_ERROR_GREATER_THAN>
The amount greater than __MEGELM02__ __MEGELM01__ cannot be processed.
</E_ERROR_GREATER_THAN>
......
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