From add2fd3b579e8d94137de5e09443ea995a374269 Mon Sep 17 00:00:00 2001 From: Dimitar Natskin Date: Fri, 16 Oct 2020 11:45:51 +0300 Subject: [PATCH] 5.3.4 --- README.md | 22 ++++++++-------- .../Admin/EcomprocessingSettings.php | 4 +-- .../Genesis/Controller/Customer/Checkout.php | 2 +- .../src/Genesis/API/Constants/Endpoints.php | 2 +- .../Module/EComProcessing/Genesis/Main.php | 18 ++++++------- .../Payment/Processor/AEComProcessing.php | 4 +-- .../Processor/EComProcessingCheckout.php | 4 +-- .../Processor/EComProcessingDirect.php | 4 +-- .../View/Checkout/DirectPaymentView.php | 2 +- .../Genesis/View/Checkout/Payment.php | 2 +- .../Genesis/View/Form/Settings.php | 4 +-- .../Checkout/Select/TransactionTypes.php | 2 +- .../Direct/Select/TransactionType.php | 2 +- .../Genesis/View/Menu/Admin/AAdmin.php | 4 +-- .../Genesis/View/Model/AEComProcessing.php | 2 +- .../View/Model/EComProcessingCheckout.php | 2 +- .../View/Model/EComProcessingDirect.php | 2 +- .../EComProcessing/Genesis/View/Settings.php | 4 +-- .../EComProcessing/Genesis/install.yaml | 26 +++++++++---------- .../EComProcessing/Genesis/css/style.css | 6 ++--- .../EComProcessing/Genesis/settings/body.tpl | 6 ++--- .../EComProcessing/Genesis/css/style.css | 6 ++--- .../EComProcessing/Genesis/settings/body.twig | 4 +-- .../checkout/ecomprocessingCheckout.twig | 6 ++--- .../checkout/ecomprocessingDirect.twig | 6 ++--- .../Genesis/css/direct/style.css | 8 +++--- .../Genesis/js/direct/payment.js | 8 +++--- .../Genesis/payment/ecomprocessingDirect.twig | 6 ++--- .../payment/ecomprocessingDirectInput.twig | 6 ++--- .../checkout/ecomprocessingCheckout.tpl | 6 ++--- .../Genesis/checkout/ecomprocessingDirect.tpl | 6 ++--- .../Genesis/css/direct/style.css | 8 +++--- .../Genesis/js/direct/payment.js | 6 ++--- .../Genesis/payment/ecomprocessingDirect.tpl | 6 ++--- .../payment/ecomprocessingDirectInput.tpl | 6 ++--- 35 files changed, 106 insertions(+), 106 deletions(-) diff --git a/README.md b/README.md index 8815fce..1a4df56 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -E-ComProcessing Gateway Module for X-Cart +E-Comprocessing Gateway Module for X-Cart =========================================== -This is a Payment Module for X-Cart, that gives you the ability to process payments through E-ComProcessing's Payment Gateway - Genesis. +This is a Payment Module for X-Cart, that gives you the ability to process payments through E-Comprocessing's Payment Gateway - Genesis. Requirements ------------ * X-Cart 5.3.x (you can get this plugin to work on older 5.2 versions simply by changing the __Major Version__ to ```5.2``` in ```Main.php```) * [GenesisPHP v1.4](https://github.com/GenesisGateway/genesis_php) - (Integrated in Module) -* PCI-certified server in order to use ```E-ComProcessing Direct``` +* PCI-certified server in order to use ```E-Comprocessing Direct``` GenesisPHP Requirements ------------ @@ -28,12 +28,12 @@ Installation * Log into ```X-Cart Administration Area``` with your Administrator account * Navigate to ```Modules``` * Install through the Marketplace OR click ```Upload add-on``` and select ```.zip``` file you downloaded -* Tick ```Enabled``` under the ```E-ComProcessing``` plugin and click ```Save changes``` +* Tick ```Enabled``` under the ```E-Comprocessing``` plugin and click ```Save changes``` * Navigate to ```Store setup -> Payment methods``` -* Under ```Online methods``` category, click ```Add payment method``` and select ```E-ComProcessing``` from the list +* Under ```Online methods``` category, click ```Add payment method``` and select ```E-Comprocessing``` from the list * Enter your credentials and configure the plugin to your liking -* Go back to ```Store setup -> Payment methods``` and toggle the ```E-ComProcessing``` payment method from ```INACTIVE``` to ```ACTIVE``` -* If you wish to use ```E-ComProcessing Direct```, the SSL of the Front Store must be enabled. +* Go back to ```Store setup -> Payment methods``` and toggle the ```E-Comprocessing``` payment method from ```INACTIVE``` to ```ACTIVE``` +* If you wish to use ```E-Comprocessing Direct```, the SSL of the Front Store must be enabled. If you have already configured a SSL Certificate, go to ```System settings``` -> ```HTTPS settings``` and click ```Enable HTTPS``` in order to be able to process direct payment transactions through our gateway Installation (Manual) @@ -42,12 +42,12 @@ Installation (Manual) * Upload the contents of folder (excluding ```README.md```) to the `````` folder of your X-Cart installation * Log into ```X-Cart Administration Area``` with your Administrator account * Go to ```System Settings``` -> ```Cache Management```, click ```Re-deploy the store``` and wait until the ```Deployment Process``` finishes -* Go to ```Modules``` -> Locate ```E-ComProcessing``` Module and tick ```Enabled``` under the ```E-ComProcessing``` plugin and click ```Save changes``` +* Go to ```Modules``` -> Locate ```E-Comprocessing``` Module and tick ```Enabled``` under the ```E-Comprocessing``` plugin and click ```Save changes``` * Navigate to ```Store setup -> Payment methods``` -* Under ```Online methods``` category, click ```Add payment method``` and select ```E-ComProcessing``` from the list +* Under ```Online methods``` category, click ```Add payment method``` and select ```E-Comprocessing``` from the list * Enter your credentials and configure the plugin to your liking -* Go back to ```Store setup -> Payment methods``` and toggle the ```E-ComProcessing``` payment method from ```INACTIVE``` to ```ACTIVE``` -* If you wish to use ```E-ComProcessing Direct```, the SSL of the Front Store must be enabled. +* Go back to ```Store setup -> Payment methods``` and toggle the ```E-Comprocessing``` payment method from ```INACTIVE``` to ```ACTIVE``` +* If you wish to use ```E-Comprocessing Direct```, the SSL of the Front Store must be enabled. If you have already configured a SSL Certificate, go to ```System settings``` -> ```HTTPS settings``` and click ```Enable HTTPS``` in order to be able to process direct payment transactions through our gateway _Note_: If you have trouble with your credentials or terminal configuration, get in touch with our [support] team diff --git a/classes/XLite/Module/EComProcessing/Genesis/Controller/Admin/EcomprocessingSettings.php b/classes/XLite/Module/EComProcessing/Genesis/Controller/Admin/EcomprocessingSettings.php index 604dba2..e83c2c4 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/Controller/Admin/EcomprocessingSettings.php +++ b/classes/XLite/Module/EComProcessing/Genesis/Controller/Admin/EcomprocessingSettings.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -20,7 +20,7 @@ namespace XLite\Module\EComProcessing\Genesis\Controller\Admin; /** - * E-ComProcessing Settings Controller + * E-Comprocessing Settings Controller * * @package XLite\Module\EComProcessing\Genesis\Controller\Admin */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/Controller/Customer/Checkout.php b/classes/XLite/Module/EComProcessing/Genesis/Controller/Customer/Checkout.php index f4a2ec9..6bf74f2 100644 --- a/classes/XLite/Module/EComProcessing/Genesis/Controller/Customer/Checkout.php +++ b/classes/XLite/Module/EComProcessing/Genesis/Controller/Customer/Checkout.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/Library/Genesis/src/Genesis/API/Constants/Endpoints.php b/classes/XLite/Module/EComProcessing/Genesis/Library/Genesis/src/Genesis/API/Constants/Endpoints.php index 4737b9d..a69f5cb 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/Library/Genesis/src/Genesis/API/Constants/Endpoints.php +++ b/classes/XLite/Module/EComProcessing/Genesis/Library/Genesis/src/Genesis/API/Constants/Endpoints.php @@ -32,7 +32,7 @@ class Endpoints { /** - * Domain for E-ComProcessing's Genesis instance + * Domain for E-Comprocessing's Genesis instance * * @link http://www.e-comprocessing.com/ */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/Main.php b/classes/XLite/Module/EComProcessing/Genesis/Main.php index ddae5ec..1327e5d 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/Main.php +++ b/classes/XLite/Module/EComProcessing/Genesis/Main.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -20,15 +20,15 @@ namespace XLite\Module\EComProcessing\Genesis; /** - * E-ComProcessing Module + * E-Comprocessing Module */ abstract class Main extends \XLite\Module\AModule { /** - * Name of the E-ComProcessing Checkout method + * Name of the E-Comprocessing Checkout method */ - const ECP_CHECKOUT = 'EComProcessingCheckout'; - const ECP_DIRECT = 'EComProcessingDirect'; + const ECP_CHECKOUT = 'EComprocessingCheckout'; + const ECP_DIRECT = 'EComprocessingDirect'; /** @@ -38,7 +38,7 @@ abstract class Main extends \XLite\Module\AModule */ public static function getAuthorName() { - return 'E-ComProcessing'; + return 'E-Comprocessing'; } /** @@ -58,7 +58,7 @@ public static function getAuthorWebsite() */ public static function getModuleName() { - return 'E-ComProcessing'; + return 'E-Comprocessing'; } /** @@ -78,7 +78,7 @@ public static function getMajorVersion() */ public static function getMinorVersion() { - return '3'; + return '4'; } /** @@ -88,7 +88,7 @@ public static function getMinorVersion() */ public static function getDescription() { - return 'Accept payments through E-ComProcessing\'s Payment Gateway - Genesis'; + return 'Accept payments through E-Comprocessing\'s Payment Gateway - Genesis'; } /** diff --git a/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/AEComProcessing.php b/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/AEComProcessing.php index 25171cd..de531f7 100644 --- a/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/AEComProcessing.php +++ b/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/AEComProcessing.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -1122,7 +1122,7 @@ protected static function log($data) $data = implode(PHP_EOL, $data); } - \XLite\Logger::logCustom('E-ComProcessing', (string)$data); + \XLite\Logger::logCustom('E-Comprocessing', (string)$data); } } diff --git a/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/EComProcessingCheckout.php b/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/EComProcessingCheckout.php index 71c500c..0a85ed7 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/EComProcessingCheckout.php +++ b/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/EComProcessingCheckout.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -20,7 +20,7 @@ namespace XLite\Module\EComProcessing\Genesis\Model\Payment\Processor; /** - * E-ComProcessing Checkout Payment Method + * E-Comprocessing Checkout Payment Method * * @package XLite\Module\EComProcessing\Genesis\Model\Payment\Processor */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/EComProcessingDirect.php b/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/EComProcessingDirect.php index 5cc629c..02ce6f0 100644 --- a/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/EComProcessingDirect.php +++ b/classes/XLite/Module/EComProcessing/Genesis/Model/Payment/Processor/EComProcessingDirect.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -20,7 +20,7 @@ namespace XLite\Module\EComProcessing\Genesis\Model\Payment\Processor; /** - * E-ComProcessing Checkout Payment Method + * E-Comprocessing Checkout Payment Method * * @package XLite\Module\EComProcessing\Genesis\Model\Payment\Processor */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/Checkout/DirectPaymentView.php b/classes/XLite/Module/EComProcessing/Genesis/View/Checkout/DirectPaymentView.php index e8b867c..3a16e40 100644 --- a/classes/XLite/Module/EComProcessing/Genesis/View/Checkout/DirectPaymentView.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/Checkout/DirectPaymentView.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/Checkout/Payment.php b/classes/XLite/Module/EComProcessing/Genesis/View/Checkout/Payment.php index 715f45f..f00e697 100644 --- a/classes/XLite/Module/EComProcessing/Genesis/View/Checkout/Payment.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/Checkout/Payment.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/Form/Settings.php b/classes/XLite/Module/EComProcessing/Genesis/View/Form/Settings.php index e57db04..9ef28b7 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/View/Form/Settings.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/Form/Settings.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -20,7 +20,7 @@ namespace XLite\Module\EComProcessing\Genesis\View\Form; /** - * E-ComProcessing Settings Form + * E-Comprocessing Settings Form */ class Settings extends \XLite\View\Form\AForm { diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/FormField/Checkout/Select/TransactionTypes.php b/classes/XLite/Module/EComProcessing/Genesis/View/FormField/Checkout/Select/TransactionTypes.php index d22b372..8e8bfa0 100644 --- a/classes/XLite/Module/EComProcessing/Genesis/View/FormField/Checkout/Select/TransactionTypes.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/FormField/Checkout/Select/TransactionTypes.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/FormField/Direct/Select/TransactionType.php b/classes/XLite/Module/EComProcessing/Genesis/View/FormField/Direct/Select/TransactionType.php index c9f2ce4..727eca9 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/View/FormField/Direct/Select/TransactionType.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/FormField/Direct/Select/TransactionType.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/Menu/Admin/AAdmin.php b/classes/XLite/Module/EComProcessing/Genesis/View/Menu/Admin/AAdmin.php index bee08f6..3b736d0 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/View/Menu/Admin/AAdmin.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/Menu/Admin/AAdmin.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -20,7 +20,7 @@ namespace XLite\Module\EComProcessing\Genesis\View\Menu\Admin; /** - * Add EComProcessing to the menu + * Add EComprocessing to the menu */ abstract class AAdmin extends \XLite\View\Menu\Admin\AAdmin implements \XLite\Base\IDecorator { diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/Model/AEComProcessing.php b/classes/XLite/Module/EComProcessing/Genesis/View/Model/AEComProcessing.php index ecb9cf9..ac1109f 100644 --- a/classes/XLite/Module/EComProcessing/Genesis/View/Model/AEComProcessing.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/Model/AEComProcessing.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/Model/EComProcessingCheckout.php b/classes/XLite/Module/EComProcessing/Genesis/View/Model/EComProcessingCheckout.php index 8585975..8343e86 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/View/Model/EComProcessingCheckout.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/Model/EComProcessingCheckout.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/Model/EComProcessingDirect.php b/classes/XLite/Module/EComProcessing/Genesis/View/Model/EComProcessingDirect.php index a90db77..2384d10 100644 --- a/classes/XLite/Module/EComProcessing/Genesis/View/Model/EComProcessingDirect.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/Model/EComProcessingDirect.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/View/Settings.php b/classes/XLite/Module/EComProcessing/Genesis/View/Settings.php index 19523a0..a0afbc8 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/View/Settings.php +++ b/classes/XLite/Module/EComProcessing/Genesis/View/Settings.php @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing + * @author E-Comprocessing * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -20,7 +20,7 @@ namespace XLite\Module\EComProcessing\Genesis\View; /** - * E-ComProcessing per-method settings page + * E-Comprocessing per-method settings page * * @ListChild (list="admin.center", zone="admin") */ diff --git a/classes/XLite/Module/EComProcessing/Genesis/install.yaml b/classes/XLite/Module/EComProcessing/Genesis/install.yaml index 4b50ee6..6869c5b 100755 --- a/classes/XLite/Module/EComProcessing/Genesis/install.yaml +++ b/classes/XLite/Module/EComProcessing/Genesis/install.yaml @@ -12,24 +12,24 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# @author E-ComProcessing +# @author E-Comprocessing # @copyright 2016 E-Comprocessing™ # @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) XLite\Model\Payment\Method: - - service_name: EComProcessingCheckout + - service_name: EComprocessingCheckout class: Module\EComProcessing\Genesis\Model\Payment\Processor\EComProcessingCheckout type: C orderby: -10600 translations: - code: en - name: 'E-ComProcessing Checkout' - title: 'E-ComProcessing Checkout' - description: 'E-ComProcessing offers a secure way to pay for your order, using Credit/Debit/Prepaid Card, e-Wallet or Vouchers.' - altAdminDescription: 'Accept Credit/Debit Cards or Alternative Payments (e-Wallet, Prepaid-Cards, Vouchers etc.) via Payment Form on E-ComProcessing PCI-certified servers.' + name: 'E-Comprocessing Checkout' + title: 'E-Comprocessing Checkout' + description: 'E-Comprocessing offers a secure way to pay for your order, using Credit/Debit/Prepaid Card, e-Wallet or Vouchers.' + altAdminDescription: 'Accept Credit/Debit Cards or Alternative Payments (e-Wallet, Prepaid-Cards, Vouchers etc.) via Payment Form on E-Comprocessing PCI-certified servers.' settings: - name: title - value: 'E-ComProcessing Checkout' + value: 'E-Comprocessing Checkout' - name: username - name: secret - name: mode @@ -39,19 +39,19 @@ XLite\Model\Payment\Method: - name: transaction_types value: '["authorize", "sale"]' - - service_name: EComProcessingDirect + - service_name: EComprocessingDirect class: Module\EComProcessing\Genesis\Model\Payment\Processor\EComProcessingDirect type: C orderby: -10650 translations: - code: en - name: 'E-ComProcessing Direct' - title: 'E-ComProcessing Direct' - description: 'E-ComProcessing offers a secure way to pay for your order, using Credit/Debit Card' + name: 'E-Comprocessing Direct' + title: 'E-Comprocessing Direct' + description: 'E-Comprocessing offers a secure way to pay for your order, using Credit/Debit Card' altAdminDescription: 'Direct API - allow customers to enter their CreditCard information on your website. Note: You need PCI-DSS certificate in order to enable this payment method.' settings: - name: title - value: 'E-ComProcessing Direct' + value: 'E-Comprocessing Direct' - name: username - name: secret - name: token @@ -60,4 +60,4 @@ XLite\Model\Payment\Method: - name: prefix value: store_ - name: transaction_type - value: 'authorize' \ No newline at end of file + value: 'authorize' diff --git a/skins/admin/en/modules/EComProcessing/Genesis/css/style.css b/skins/admin/en/modules/EComProcessing/Genesis/css/style.css index f422fc6..8fcf3d1 100644 --- a/skins/admin/en/modules/EComProcessing/Genesis/css/style.css +++ b/skins/admin/en/modules/EComProcessing/Genesis/css/style.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -11,8 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/skins/admin/en/modules/EComProcessing/Genesis/settings/body.tpl b/skins/admin/en/modules/EComProcessing/Genesis/settings/body.tpl index af74728..853c7a8 100644 --- a/skins/admin/en/modules/EComProcessing/Genesis/settings/body.tpl +++ b/skins/admin/en/modules/EComProcessing/Genesis/settings/body.tpl @@ -1,5 +1,5 @@ {** - * E-ComProcessing Settings + * E-Comprocessing Settings * * Copyright (C) 2016 E-Comprocessing™ * @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing™ + * @author E-Comprocessing™ * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) *} @@ -57,4 +57,4 @@ - \ No newline at end of file + diff --git a/skins/admin/modules/EComProcessing/Genesis/css/style.css b/skins/admin/modules/EComProcessing/Genesis/css/style.css index f422fc6..8fcf3d1 100755 --- a/skins/admin/modules/EComProcessing/Genesis/css/style.css +++ b/skins/admin/modules/EComProcessing/Genesis/css/style.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -11,8 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/skins/admin/modules/EComProcessing/Genesis/settings/body.twig b/skins/admin/modules/EComProcessing/Genesis/settings/body.twig index e676f67..e8765ea 100755 --- a/skins/admin/modules/EComProcessing/Genesis/settings/body.twig +++ b/skins/admin/modules/EComProcessing/Genesis/settings/body.twig @@ -1,5 +1,5 @@ {## - * E-ComProcessing Settings + * E-Comprocessing Settings * * Copyright (C) 2016 E-Comprocessing™ * @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing™ + * @author E-Comprocessing™ * @copyright 2016 E-Comprocessing™ * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) #} diff --git a/skins/customer/modules/EComProcessing/Genesis/checkout/ecomprocessingCheckout.twig b/skins/customer/modules/EComProcessing/Genesis/checkout/ecomprocessingCheckout.twig index 8d72426..e9238a7 100755 --- a/skins/customer/modules/EComProcessing/Genesis/checkout/ecomprocessingCheckout.twig +++ b/skins/customer/modules/EComProcessing/Genesis/checkout/ecomprocessingCheckout.twig @@ -1,7 +1,7 @@ {## * EComProcessingCheckout Template * - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) #} diff --git a/skins/customer/modules/EComProcessing/Genesis/checkout/ecomprocessingDirect.twig b/skins/customer/modules/EComProcessing/Genesis/checkout/ecomprocessingDirect.twig index 3b798f4..220de2f 100755 --- a/skins/customer/modules/EComProcessing/Genesis/checkout/ecomprocessingDirect.twig +++ b/skins/customer/modules/EComProcessing/Genesis/checkout/ecomprocessingDirect.twig @@ -1,7 +1,7 @@ {## * EComProcessingCheckout Template * - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) #} diff --git a/skins/customer/modules/EComProcessing/Genesis/css/direct/style.css b/skins/customer/modules/EComProcessing/Genesis/css/direct/style.css index c90c8b1..3ed2b8c 100755 --- a/skins/customer/modules/EComProcessing/Genesis/css/direct/style.css +++ b/skins/customer/modules/EComProcessing/Genesis/css/direct/style.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -11,8 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -94,4 +94,4 @@ .card-wrapper-container, .card-controls-container { float: left; width: 100%; -} \ No newline at end of file +} diff --git a/skins/customer/modules/EComProcessing/Genesis/js/direct/payment.js b/skins/customer/modules/EComProcessing/Genesis/js/direct/payment.js index f2f87a6..084b52d 100755 --- a/skins/customer/modules/EComProcessing/Genesis/js/direct/payment.js +++ b/skins/customer/modules/EComProcessing/Genesis/js/direct/payment.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -11,8 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -78,4 +78,4 @@ core.bind( } } -); \ No newline at end of file +); diff --git a/skins/customer/modules/EComProcessing/Genesis/payment/ecomprocessingDirect.twig b/skins/customer/modules/EComProcessing/Genesis/payment/ecomprocessingDirect.twig index d7411c8..4bde2fd 100755 --- a/skins/customer/modules/EComProcessing/Genesis/payment/ecomprocessingDirect.twig +++ b/skins/customer/modules/EComProcessing/Genesis/payment/ecomprocessingDirect.twig @@ -1,7 +1,7 @@ {## * EComProcessingCheckout Template * - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) #} diff --git a/skins/customer/modules/EComProcessing/Genesis/payment/ecomprocessingDirectInput.twig b/skins/customer/modules/EComProcessing/Genesis/payment/ecomprocessingDirectInput.twig index 9b9ae29..5271879 100755 --- a/skins/customer/modules/EComProcessing/Genesis/payment/ecomprocessingDirectInput.twig +++ b/skins/customer/modules/EComProcessing/Genesis/payment/ecomprocessingDirectInput.twig @@ -1,7 +1,7 @@ {## * EComProcessingCheckout Template * - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) #} diff --git a/skins/default/en/modules/EComProcessing/Genesis/checkout/ecomprocessingCheckout.tpl b/skins/default/en/modules/EComProcessing/Genesis/checkout/ecomprocessingCheckout.tpl index d1d9e85..0d2fe91 100644 --- a/skins/default/en/modules/EComProcessing/Genesis/checkout/ecomprocessingCheckout.tpl +++ b/skins/default/en/modules/EComProcessing/Genesis/checkout/ecomprocessingCheckout.tpl @@ -1,7 +1,7 @@ {** * EComProcessingCheckout Template * - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) *} diff --git a/skins/default/en/modules/EComProcessing/Genesis/checkout/ecomprocessingDirect.tpl b/skins/default/en/modules/EComProcessing/Genesis/checkout/ecomprocessingDirect.tpl index b699814..442abfb 100644 --- a/skins/default/en/modules/EComProcessing/Genesis/checkout/ecomprocessingDirect.tpl +++ b/skins/default/en/modules/EComProcessing/Genesis/checkout/ecomprocessingDirect.tpl @@ -1,7 +1,7 @@ {** * EComProcessingDirect Template * - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) *} diff --git a/skins/default/en/modules/EComProcessing/Genesis/css/direct/style.css b/skins/default/en/modules/EComProcessing/Genesis/css/direct/style.css index cf41647..af76a28 100644 --- a/skins/default/en/modules/EComProcessing/Genesis/css/direct/style.css +++ b/skins/default/en/modules/EComProcessing/Genesis/css/direct/style.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -11,8 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ @@ -95,4 +95,4 @@ .card-wrapper-container, .card-controls-container { float: left; width: 100%; -} \ No newline at end of file +} diff --git a/skins/default/en/modules/EComProcessing/Genesis/js/direct/payment.js b/skins/default/en/modules/EComProcessing/Genesis/js/direct/payment.js index c04bd56..c860570 100644 --- a/skins/default/en/modules/EComProcessing/Genesis/js/direct/payment.js +++ b/skins/default/en/modules/EComProcessing/Genesis/js/direct/payment.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -11,8 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) */ diff --git a/skins/default/en/modules/EComProcessing/Genesis/payment/ecomprocessingDirect.tpl b/skins/default/en/modules/EComProcessing/Genesis/payment/ecomprocessingDirect.tpl index c240ebe..dc777c7 100644 --- a/skins/default/en/modules/EComProcessing/Genesis/payment/ecomprocessingDirect.tpl +++ b/skins/default/en/modules/EComProcessing/Genesis/payment/ecomprocessingDirect.tpl @@ -1,7 +1,7 @@ {** * EComProcessingDirect Payment Template * - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) *} diff --git a/skins/default/en/modules/EComProcessing/Genesis/payment/ecomprocessingDirectInput.tpl b/skins/default/en/modules/EComProcessing/Genesis/payment/ecomprocessingDirectInput.tpl index 01c5f81..c157c21 100755 --- a/skins/default/en/modules/EComProcessing/Genesis/payment/ecomprocessingDirectInput.tpl +++ b/skins/default/en/modules/EComProcessing/Genesis/payment/ecomprocessingDirectInput.tpl @@ -1,7 +1,7 @@ {** * EComProcessingDirect Payment Template * - * Copyright (C) 2016 E-ComProcessing + * Copyright (C) 2016 E-Comprocessing * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * @author E-ComProcessing - * @copyright 2016 E-ComProcessing + * @author E-Comprocessing + * @copyright 2016 E-Comprocessing * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0) *}