Skip to content

Commit

Permalink
chore: update error message list
Browse files Browse the repository at this point in the history
  • Loading branch information
enggar appkey committed Nov 3, 2022
1 parent fb87efc commit 6dbf384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion resources/lang/en/error_sbpayment_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"227" => "token",
"228" => "token key",
"229" => "permanent token ",
"000" => "Unused error code",
"900" => "Unused error code",
],

"_" => [
Expand Down Expand Up @@ -67,5 +67,6 @@
"028" => "3DES encryption flag",
"029" => "Date processed",
"030" => "Occurs only for credit card payments in ST01",
"999" => "No applicable item"
]
];
3 changes: 2 additions & 1 deletion resources/lang/ja/error_sbpayment_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"227" => "トークン",
"228" => "トークンキー ",
"229" => "永久トークン ",
"000" => "使用していないエラーコード",
"900" => "使用していないエラーコード",
],

"_" => [
Expand Down Expand Up @@ -67,5 +67,6 @@
"028" => "3DES 暗号化フラグ",
"029" => "処理日時 ",
"030" => "ST01 ではクレジットカード決済に限り発生 ",
"999" => "該当項目なし"
]
];

0 comments on commit 6dbf384

Please sign in to comment.