Add user to transactions list and pending transactions
This commit is contained in:
parent
75d9a3f08a
commit
42b8fdf115
4 changed files with 19 additions and 4 deletions
|
|
@ -152,6 +152,10 @@ our $I18N = {
|
|||
context => q|The menu title for 'Show pending transactions' in the AdminConsole side menu.|
|
||||
},
|
||||
|
||||
'username' => {
|
||||
message => q|User|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'transactionId' => {
|
||||
message => q|TransactionId|,
|
||||
|
|
@ -159,8 +163,6 @@ our $I18N = {
|
|||
context => q|TransactionId, just leave it as it is.|
|
||||
},
|
||||
|
||||
|
||||
|
||||
'gatewayId' => {
|
||||
message => q|Gateway ID|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
|
|
@ -83,6 +83,10 @@ our $I18N = {
|
|||
lastUpdated => 1149222142,
|
||||
},
|
||||
|
||||
'username' => {
|
||||
message => q|User|,
|
||||
lastUpdated => 1185302874,
|
||||
},
|
||||
'itemLoop' => {
|
||||
message => q|This loop contains all items the transaction consists of. These variables are available:|,
|
||||
lastUpdated => 1149222142,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue