Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iwl-live
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony.Suerte
iwl-live
Commits
602df29c
Commit
602df29c
authored
Oct 09, 2024
by
iWallet Dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Withdrawal Maintenance Mode Message Update
parent
e369cd91
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
model.php
logic/withdraw/model.php
+1
-1
message.xml
system/lib/message.xml
+3
-0
message_en.xml
system/lib/message_en.xml
+3
-0
No files found.
logic/withdraw/model.php
View file @
602df29c
...
@@ -203,7 +203,7 @@ class WithdrawModelClass extends ModelClassEx {
...
@@ -203,7 +203,7 @@ class WithdrawModelClass extends ModelClassEx {
$maintenance
=
true
;
$maintenance
=
true
;
if
(
$maintenance
){
if
(
$maintenance
){
$this
->
popUpSessionMessage
(
ERROR
,
'E_ERROR_
OPTION_NOT_
AVAILABLE'
,
array
());
$this
->
popUpSessionMessage
(
ERROR
,
'E_ERROR_
WITHDRAWAL_UN
AVAILABLE'
,
array
());
$this
->
setType
();
$this
->
setType
();
}
}
...
...
system/lib/message.xml
View file @
602df29c
...
@@ -88,6 +88,9 @@
...
@@ -88,6 +88,9 @@
</W_NOT_ADDRESS>
</W_NOT_ADDRESS>
</WARNING>
</WARNING>
<ERROR>
<ERROR>
<E_ERROR_WITHDRAWAL_UNAVAILABLE>
現在、収納代行サービスはご利用いただけません。再開次第、お知らせいたしますので、ご了承ください。
</E_ERROR_WITHDRAWAL_UNAVAILABLE>
<E_ERROR_GREATER_THAN>
<E_ERROR_GREATER_THAN>
__MEGELM02____MEGELM01__の金額は処理できません。
__MEGELM02____MEGELM01__の金額は処理できません。
</E_ERROR_GREATER_THAN>
</E_ERROR_GREATER_THAN>
...
...
system/lib/message_en.xml
View file @
602df29c
...
@@ -97,6 +97,9 @@
...
@@ -97,6 +97,9 @@
</W_NOT_ADDRESS>
</W_NOT_ADDRESS>
</WARNING>
</WARNING>
<ERROR>
<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>
<E_ERROR_GREATER_THAN>
The amount greater than __MEGELM02__ __MEGELM01__ cannot be processed.
The amount greater than __MEGELM02__ __MEGELM01__ cannot be processed.
</E_ERROR_GREATER_THAN>
</E_ERROR_GREATER_THAN>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment