From c3f56871384538a77e17209bef0f42f437a642e6 Mon Sep 17 00:00:00 2001 From: TheCartpenter Date: Tue, 11 Jun 2024 17:51:33 -0400 Subject: [PATCH] Upgraded PayPal Checkout to v3.1.4 --- .../language/en-gb/extension/payment/paypal.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/upload/admin/language/en-gb/extension/payment/paypal.php b/upload/admin/language/en-gb/extension/payment/paypal.php index 99c60175a..9801da629 100644 --- a/upload/admin/language/en-gb/extension/payment/paypal.php +++ b/upload/admin/language/en-gb/extension/payment/paypal.php @@ -57,7 +57,7 @@ $_['text_applepay_step_2'] = 'Register your live domain
1. Go to the Payment Methods page on your PayPal account.
2. Register all high-level domains such as business.example.com, and subdomains such as checkout.business.example.com, that show the Apple Pay button.'; $_['text_message_alert_uk'] = 'Turn browsers into buyers with Pay in 3.¹ Help increase sales while giving your customers flexible payments and more buying power. With Pay in 3, customers can pay over time in three interest-free payments while you get paid in full, up front on purchases — at no additional cost.'; $_['text_message_footnote_uk'] = '¹Pay in 3 availability is subject to merchant status, sector and integration. Consumer eligibility is subject to status and approval. See product terms for more details.'; -$_['text_message_alert_us'] = 'Help increase your sales with our built-in Pay Later options. With PayPal Pay Later, your business can offer Pay in 4 and Pay Monthly¹ — two valuable ways for your customers to make a purchase and pay for it over time while you get paid in full, up front. Both are included at no additional cost to your business.'; +$_['text_message_alert_us'] = 'Help increase your sales with our built-in Pay Later options. With PayPal Pay Later, your business can offer Pay in 4 and Pay Monthly¹ — two valuable ways for your customers to make a purchase and pay for it over time while you get paid in full, up front. Both are included at no additional cost to your business.'; $_['text_message_footnote_us'] = '¹About Pay in 4: Loans to California residents are made or arranged pursuant to a California Financing Law License. PayPal, Inc. is a Georgia Installment Lender Licensee, NMLS #910457. Rhode Island Small Loan Lender Licensee.
Pay Monthly is subject to consumer credit approval. 9.99-29.99% APR based on the customer’s creditworthiness. PayPal, Inc.: RI Loan Broker Licensee. The lender for Pay Monthly is WebBank.'; $_['text_currency_aud'] = 'Australian Dollar'; $_['text_currency_brl'] = 'Brazilian Real'; @@ -164,7 +164,7 @@ $_['text_credit_installments'] = 'PayPal Credit'; $_['text_point_of_sale'] = 'PayPal InStore'; $_['text_invoicing_api'] = 'Invoicing'; -$_['text_paypal_working_capital'] = 'Working Capital/Bsuiness Loans'; +$_['text_paypal_working_capital'] = 'Working Capital/Business Loans'; $_['text_risk_servicing'] = 'Risk Servicing'; $_['text_paypal_here'] = 'Subscriptions'; $_['text_payouts'] = 'Payouts'; @@ -293,12 +293,12 @@ // Help $_['help_status'] = 'Enable/Disable extension.'; $_['help_vault_status'] = 'Vault allows merchant to securely save buyer’s payment method for future transactions. Vault substitutes the sensitive payment data with non-sensitive payment token and allows merchant to use the payment Token for future purchases.'; -$_['help_button_status'] = 'When activated PayPal will display personalized Smart Buttons avalible to your customers based on their location.'; +$_['help_button_status'] = 'When activated PayPal will display personalized Smart Buttons available to your customers based on their location.'; $_['help_googlepay_button_status'] = 'PayPal verifies if you are eligible for Google Pay payment and will display this option on the checkout step if available.'; $_['help_applepay_button_status'] = 'PayPal verifies if you are eligible for Apple Pay payment and will display this option on the checkout step if available.'; $_['help_card_status'] = 'PayPal verifies if you are eligible for advanced card payment and will display this option on the checkout step if available.'; $_['help_checkout_mode'] = 'If your checkout is incompatible with this payment, then we advise you to set the \'One Button\' mode.'; -$_['help_checkout_route'] = 'If your checkout has its own route, different from OpenCart\'s (checkout/checkout), then enter it here.'; +$_['help_checkout_route'] = 'If your checkout has its own route, different from the default route (checkout/checkout), then enter it here.'; $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; $_['help_country_code'] = 'Select the default country for PayPal.'; $_['help_currency_code'] = 'Select the default currency for PayPal.'; @@ -307,7 +307,7 @@ $_['help_card_currency_value'] = 'Set to 1.00000 if this is your default currency.'; $_['help_cron_url'] = 'Set a cron to call this URL. This integration is typically used for subscription/recurring product purchase.'; $_['help_card_secure_method'] = '3D Secure enables you to authenticate card holders through card issuers. \'SCA Always\' method trigger 3D Secure for every transaction, regardless of SCA requirements. \'SCA When Required\' method returns a 3D Secure contingency when it is a mandate in the region where you operate.'; -$_['help_card_secure_scenario'] = '3D Secure authentication is perfomed only if the card is enrolled for the service. In scenarios where the 3D Secure authentication has not been successful, you have the option to complete the payment at your own risk, meaning that you -the merchant- will be liable in case of a chargeback.'; +$_['help_card_secure_scenario'] = '3D Secure authentication is performed only if the card is enrolled for the service. In scenarios where the 3D Secure authentication has not been successful, you have the option to complete the payment at your own risk, meaning that you -the merchant- will be liable in case of a chargeback.'; // Button $_['button_connect'] = 'Connect'; @@ -332,7 +332,7 @@ // Success $_['success_save'] = 'Success: You have modified PayPal!'; -$_['success_send'] = 'Success: Your contact details have been successfully sent to paypal!'; +$_['success_send'] = 'Success: Your contact details have been successfully sent to PayPal!'; $_['success_download_host'] = 'Success: Association file has been successfully uploaded and hosted!'; $_['success_agree'] = 'Success: Deactivation was successful!'; $_['success_capture_payment'] = 'Success: Payment capture was completed.';