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

@ -38,6 +38,9 @@ $_['text_column_date_added'] = 'Created';
$_['text_confirm_void'] = 'Are you sure you want to void the payment?';
$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?';
$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?';
$_['text_void'] = 'Void';
$_['text_payment'] = 'Payment';
$_['text_refund'] = "Refund";
// Entry
$_['entry_certificate_path'] = 'Certificate path';