1
0

OpenCart 3.0.3.8

This commit is contained in:
Christer Warén
2021-10-08 18:17:57 +03:00
parent cfa575a06a
commit 4bd790f56a
63 changed files with 461 additions and 89 deletions

View File

@ -44,6 +44,9 @@ $_['text_void_ok'] = 'Void was successful, order s
$_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?';
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
$_['text_reversed'] = 'Reversed';
$_['text_payment'] = "Payment";
$_['text_rebate'] = 'Rebate';
$_['entry_site_reference'] = 'Site reference';
$_['entry_username'] = 'Username';