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

@ -54,6 +54,9 @@ $_['help_debug'] = 'Enabling debug will write sensitive data to a log file.
$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments';
$_['help_cron_job_token'] = 'Make this long and hard to guess';
$_['help_cron_job_url'] = 'Set a cron job to call this URL';
$_['text_void'] = 'Void';
$_['text_payment'] = "Payment";
$_['text_rebate'] = 'Rebate';
// Button
$_['button_release'] = 'Release';