Make display of failed transactions more obvious in the Account/Shop plugin.
This commit is contained in:
parent
b8b7dc2875
commit
0ee4a7fa90
4 changed files with 21 additions and 3 deletions
|
|
@ -621,6 +621,12 @@ our $I18N = {
|
|||
context => q|field label|
|
||||
},
|
||||
|
||||
'Status' => {
|
||||
message => q|Status|,
|
||||
lastUpdated => 0,
|
||||
context => q|Whether a transaction was successful, or not.|
|
||||
},
|
||||
|
||||
'payment method' => {
|
||||
message => q|Payment Method|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1695,6 +1701,17 @@ our $I18N = {
|
|||
context => q|commerce setting help|
|
||||
},
|
||||
|
||||
'Success' => {
|
||||
message => q|Success|,
|
||||
lastUpdated => 0,
|
||||
context => q|commerce setting help|
|
||||
},
|
||||
|
||||
'Failed' => {
|
||||
message => q|Failure|,
|
||||
lastUpdated => 0,
|
||||
context => q|commerce setting help|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue