From 140e7334e79f57c42943a789537e65dd835d34a3 Mon Sep 17 00:00:00 2001 From: alessio Date: Thu, 24 Oct 2019 15:00:10 +0200 Subject: [PATCH] Updated copyright --- README.md | 24 +++++++++---------- adyen.php | 4 ++-- controllers/admin/index.php | 2 +- controllers/front/index.php | 2 +- css/index.php | 2 +- helper/Data.php | 2 +- helper/index.php | 2 +- model/Hashing.php | 2 +- model/index.php | 2 +- service/CheckoutFactory.php | 2 +- .../adapter/classes/CustomerThreadAdapter.php | 2 +- views/templates/front/index.php | 2 +- views/templates/index.php | 2 +- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 1779a31f..fe47981d 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ -# Adyen Payment plugin for Prestashop -Use Adyen's plugin for Prestashop to offer frictionless payments online, in-app, and in-store. +# Adyen Payment plugin for PrestaShop +Use Adyen's plugin for PrestaShop to offer frictionless payments online, in-app, and in-store. ## Integration The plugin integrates card component(Secured Fields) using Adyen Checkout for all card payments. ## Requirements -This plugin supports Prestashop version 1.6 or 1.7. +This plugin supports PrestaShop version 1.6 or 1.7. ## Collaboration We commit all our new features directly into our GitHub repository. But you can also request or suggest new features or code changes yourself! ## Installation -Copy the folders into the **/modules/adyen** folder of your main Prestashop environment. +Copy the folders into the **/modules/adyen** folder of your main PrestaShop environment. -Search for Adyen in the **Modules and Services**(1.6) / **Module Manager**(1.7) menu in the Prestashop admin panel and select Enable +Search for Adyen in the **Modules and Services**(1.6) / **Module Manager**(1.7) menu in the PrestaShop admin panel and select Enable ## Set up Adyen Customer Area -For authenticating API requests from your Prestashop platform, you need to provide an API key.  +For authenticating API requests from your PrestaShop platform, you need to provide an API key.  To generate an API Key: @@ -26,18 +26,18 @@ To generate an API Key: 2. Go to **Account** > **Users**, and click the user **ws@Company.[YourCompanyAccount]**. 3. Under **Authentication**, click **Generate New API Key**.  - (\*) Don't forget to copy and securely store the API Key in your system – you will need it later when [Configuring the plugin in Prestashop](). + (\*) Don't forget to copy and securely store the API Key in your system – you will need it later when [Configuring the plugin in PrestaShop](). 4. Click **Save** at the bottom of the page. -## Configuring the plugin in Prestashop -The configuration window is the same for both Prestashop 1.6 and 1.7 +## Configuring the plugin in PrestaShop +The configuration window is the same for both PrestaShop 1.6 and 1.7 Before you begin, make sure that you have set up your Adyen Customer Area. -Configure the Adyen plugin in your Prestashop admin panel:  +Configure the Adyen plugin in your PrestaShop admin panel:  -1. Log in to your Prestashop admin panel.  +1. Log in to your PrestaShop admin panel.  2. In the left navigation bar, go to **Modules and Services**(1.6) / **Modules** > **Module Manager**(1.7).  3. Search for Adyen in the search bar 4. Click on **Install** / **Enable Module** @@ -56,7 +56,7 @@ Configure the Adyen plugin in your Prestashop admin panel:  (\*) You noted this down when you Set up Adyen Customer Area. ## Support -You can create issues on our Prestashop Repository. In case of specific problems with your account, please contact support@adyen.com. +You can create issues on our PrestaShop Repository. In case of specific problems with your account, please contact support@adyen.com. ## API Library This module is using the Adyen APIs Library for PHP for all (API) connections to Adyen. diff --git a/adyen.php b/adyen.php index cc3a1aa8..3211aece 100644 --- a/adyen.php +++ b/adyen.php @@ -502,7 +502,7 @@ public function displayForm() } /** - * Hook for header Prestashop 1.6 & > 1.7 + * Hook for header PrestaShop 1.6 & > 1.7 */ public function hookHeader() { @@ -686,7 +686,7 @@ public function hookPayment() $this->context->smarty->assign( array( - 'locale' => $this->helper_data->getLocale($this->context->language), // no locale in Prestashop1.6 only languageCode that is en-en but we need en_EN + 'locale' => $this->helper_data->getLocale($this->context->language), // no locale in PrestaShop1.6 only languageCode that is en-en but we need en_EN 'originKey' => $this->helper_data->getOriginKeyForOrigin(), 'environment' => Configuration::get('ADYEN_MODE'), 'paymentProcessUrl' => $this->context->link->getModuleLink($this->name, 'Payment', array(), true), diff --git a/controllers/admin/index.php b/controllers/admin/index.php index 5b3d8c71..f7ab767f 100644 --- a/controllers/admin/index.php +++ b/controllers/admin/index.php @@ -13,7 +13,7 @@ * ############# * ############ * - * Adyen PrestaShop module + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. diff --git a/controllers/front/index.php b/controllers/front/index.php index ae43cf8f..66c14b79 100755 --- a/controllers/front/index.php +++ b/controllers/front/index.php @@ -13,7 +13,7 @@ * ############# * ############ * - * Adyen Prestashop Extension + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. diff --git a/css/index.php b/css/index.php index ae43cf8f..66c14b79 100755 --- a/css/index.php +++ b/css/index.php @@ -13,7 +13,7 @@ * ############# * ############ * - * Adyen Prestashop Extension + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. diff --git a/helper/Data.php b/helper/Data.php index 5a137b59..e13071cf 100644 --- a/helper/Data.php +++ b/helper/Data.php @@ -440,7 +440,7 @@ public function startSession() */ public function getLocale($language) { - // no locale in Prestashop1.6 only languageCode that is en-en but we need en_EN + // no locale in PrestaShop1.6 only languageCode that is en-en but we need en_EN if ($this->isPrestashop16()) { return $language->iso_code; } else { diff --git a/helper/index.php b/helper/index.php index 0d637bd4..5b6a2a44 100644 --- a/helper/index.php +++ b/helper/index.php @@ -13,7 +13,7 @@ * ############# * ############ * - * Adyen Prestashop Extension + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. diff --git a/model/Hashing.php b/model/Hashing.php index 7a008822..4a69cb50 100644 --- a/model/Hashing.php +++ b/model/Hashing.php @@ -13,7 +13,7 @@ * ############# * ############ * - * Adyen Prestashop Extension + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. diff --git a/model/index.php b/model/index.php index 0d637bd4..5b6a2a44 100644 --- a/model/index.php +++ b/model/index.php @@ -13,7 +13,7 @@ * ############# * ############ * - * Adyen Prestashop Extension + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. diff --git a/service/CheckoutFactory.php b/service/CheckoutFactory.php index 424fc25d..4671234c 100644 --- a/service/CheckoutFactory.php +++ b/service/CheckoutFactory.php @@ -13,7 +13,7 @@ * ############# * ############ * - * Adyen PrestaShop Module + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. diff --git a/service/adapter/classes/CustomerThreadAdapter.php b/service/adapter/classes/CustomerThreadAdapter.php index 19826c67..4ed646a7 100644 --- a/service/adapter/classes/CustomerThreadAdapter.php +++ b/service/adapter/classes/CustomerThreadAdapter.php @@ -14,7 +14,7 @@ * ############# * ############ * - * Adyen PrestaShop module + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. diff --git a/views/templates/front/index.php b/views/templates/front/index.php index 0d637bd4..5b6a2a44 100644 --- a/views/templates/front/index.php +++ b/views/templates/front/index.php @@ -13,7 +13,7 @@ * ############# * ############ * - * Adyen Prestashop Extension + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. diff --git a/views/templates/index.php b/views/templates/index.php index 0d637bd4..5b6a2a44 100644 --- a/views/templates/index.php +++ b/views/templates/index.php @@ -13,7 +13,7 @@ * ############# * ############ * - * Adyen Prestashop Extension + * Adyen PrestaShop plugin * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license.