Skip to content

Commit

Permalink
Applied Lint on some payment language files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 19, 2024
1 parent 56866cf commit 0e33363
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
//Headings
// Heading
$_['heading_title'] = 'Amazon Pay and Login with Amazon';

// Text
Expand Down Expand Up @@ -112,7 +112,7 @@
$_['help_buyer_multi_currency'] = 'Enable this option if you would like the buyer to shop in any of the Amazon Pay supported currencies available in your on-line store: %s';
$_['help_buyer_multi_no_currency'] = 'There are no <a href="https://pay.amazon.co.uk/help/5BDCWHCUC27485L"><b>Amazon Pay supported currencies</b></a> available in your on-line store, please add/enable such currencies in order to use this functionality.';

// Tab
// Tabs
$_['tab_order_adjustment'] = 'Order Adjustment';

// Buttons
Expand All @@ -137,4 +137,4 @@
$_['error_cancel'] = 'Unable to cancel the order';
$_['error_capture'] = 'Unable to capture the order';
$_['error_refund'] = 'Unable to refund the order';
$_['error_status'] = '%s';
$_['error_status'] = '%s';
8 changes: 4 additions & 4 deletions upload/admin/language/en-gb/extension/payment/globalpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
$_['entry_status_success_settled'] = 'Success - settled';
$_['entry_status_success_unsettled'] = 'Success - not settled';
$_['entry_status_decline'] = 'Decline';
$_['entry_status_declined_pending'] = 'Decline - offline auth';
$_['entry_status_declined_stolen'] = 'Decline - lost or stolen card';
$_['entry_status_declined_bank'] = 'Decline - bank error';
$_['entry_status_declined_pending'] = 'Decline - offline auth';
$_['entry_status_declined_stolen'] = 'Decline - lost or stolen card';
$_['entry_status_declined_bank'] = 'Decline - bank error';
$_['entry_status_void'] = 'Voided';
$_['entry_status_rebate'] = 'Rebated';
$_['entry_notification_url'] = 'Notification URL';
Expand Down Expand Up @@ -102,4 +102,4 @@
$_['error_void'] = 'Unable to void the order';
$_['error_capture'] = 'Unable to capture the order';
$_['error_rebate'] = 'Unable to rebate the order';
$_['error_status'] = '%s';
$_['error_status'] = '%s';
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
$_['entry_status_success_settled'] = 'Success - settled';
$_['entry_status_success_unsettled'] = 'Success - not settled';
$_['entry_status_decline'] = 'Decline';
$_['entry_status_declined_pending'] = 'Decline - offline auth';
$_['entry_status_declined_stolen'] = 'Decline - lost or stolen card';
$_['entry_status_declined_bank'] = 'Decline - bank error';
$_['entry_status_declined_pending'] = 'Decline - offline auth';
$_['entry_status_declined_stolen'] = 'Decline - lost or stolen card';
$_['entry_status_declined_bank'] = 'Decline - bank error';
$_['entry_status_void'] = 'Voided';
$_['entry_status_rebate'] = 'Rebated';

Expand Down Expand Up @@ -94,4 +94,4 @@
$_['error_void'] = 'Unable to void the order';
$_['error_capture'] = 'Unable to capture the order';
$_['error_rebate'] = 'Unable to rebate the order';
$_['error_status'] = '%s';
$_['error_status'] = '%s';
8 changes: 4 additions & 4 deletions upload/admin/language/en-gb/extension/payment/realex.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
$_['entry_status_success_settled'] = 'Success - settled';
$_['entry_status_success_unsettled'] = 'Success - not settled';
$_['entry_status_decline'] = 'Decline';
$_['entry_status_declined_pending'] = 'Decline - offline auth';
$_['entry_status_declined_stolen'] = 'Decline - lost or stolen card';
$_['entry_status_declined_bank'] = 'Decline - bank error';
$_['entry_status_declined_pending'] = 'Decline - offline auth';
$_['entry_status_declined_stolen'] = 'Decline - lost or stolen card';
$_['entry_status_declined_bank'] = 'Decline - bank error';
$_['entry_status_void'] = 'Voided';
$_['entry_status_rebate'] = 'Rebated';
$_['entry_notification_url'] = 'Notification URL';
Expand Down Expand Up @@ -102,4 +102,4 @@
$_['error_void'] = 'Unable to void the order';
$_['error_capture'] = 'Unable to capture the order';
$_['error_rebate'] = 'Unable to rebate the order';
$_['error_status'] = '%s';
$_['error_status'] = '%s';
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
$_['entry_status_success_settled'] = 'Success - settled';
$_['entry_status_success_unsettled'] = 'Success - not settled';
$_['entry_status_decline'] = 'Decline';
$_['entry_status_declined_pending'] = 'Decline - offline auth';
$_['entry_status_declined_stolen'] = 'Decline - lost or stolen card';
$_['entry_status_declined_bank'] = 'Decline - bank error';
$_['entry_status_declined_pending'] = 'Decline - offline auth';
$_['entry_status_declined_stolen'] = 'Decline - lost or stolen card';
$_['entry_status_declined_bank'] = 'Decline - bank error';
$_['entry_status_void'] = 'Voided';
$_['entry_status_rebate'] = 'Rebated';

Expand Down Expand Up @@ -94,4 +94,4 @@
$_['error_void'] = 'Unable to void the order';
$_['error_capture'] = 'Unable to capture the order';
$_['error_rebate'] = 'Unable to rebate the order';
$_['error_status'] = '%s';
$_['error_status'] = '%s';

0 comments on commit 0e33363

Please sign in to comment.