diff --git a/README.md b/README.md index 003c417..e24a121 100644 --- a/README.md +++ b/README.md @@ -1,93 +1,110 @@ -# openCart3 +# 🌟 Платёжный модуль PayAnyWay для [OpenCart](https://www.opencart.com/) v3.x +![openCart](https://img.shields.io/badge/openCart-3.x-0070C0?logo=php&logoColor=white) +![PHP](https://img.shields.io/badge/PHP-5.6%2B-purple) +![License](https://img.shields.io/badge/License-MIT-green) +> **📦 Версия модуля: 1.0.0** -## Getting started +> **ℹ️ Совместимость версий OpenCart:** +> 3.0.0.0, 3.0.1.1, 3.0.1.2, 3.0.2.0, 3.0.3.0, 3.0.3.1, 3.0.3.2, 3.0.3.3, 3.0.3.4, 3.0.3.5, 3.0.3.6, 3.0.3.7, 3.0.3.8, 3.0.3.9, 3.0.4.0, 3.0.4.1, 3.0.5.0 -To make it easy for you to get started with GitLab, here's a list of recommended next steps. +> **ℹ️ Совместимость версий OpenCart "Русская сборка":** +> 3.0.0.1, 3.0.1.1, 3.0.1.2, 3.0.2.0, 3.0.3.0, 3.0.3.1, 3.0.3.2, 3.0.3.6, 3.0.3.7, 3.0.3.8, 3.0.3.9, 3.0.4.0, 3.0.4.1, 3.0.5.0 -Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)! +> **ℹ️ Совместимость версий ocStore:** +> 3.0.2.0, 3.0.3.7, 3.0.3.9 -## Add your files +> **ℹ️ Примечание по валюте** +> Данный модуль работает **только с валютой RUB (Российский рубль)**. +> Перед активацией модуля убедитесь, что на сайте в качестве базовой валюты установлен RUB, либо у пользователя выбран счёт в RUB. Использование других валют не поддерживается. -* [Create](https://docs.gitlab.com/user/project/repository/web_editor/#create-a-file) or [upload](https://docs.gitlab.com/user/project/repository/web_editor/#upload-a-file) files -* [Add files using the command line](https://docs.gitlab.com/topics/git/add_files/#add-files-to-a-git-repository) or push an existing Git repository with the following command: +## 🏗️ Структура модуля ``` -cd existing_repo -git remote add origin https://git.moneta.ru:8000/products/cashier/cms/openCart3.git -git branch -M main -git push -uf origin main +├── upload +│ ├── admin +│ │ ├── controller/extension/payment/payanyway.php +│ │ ├── language/{en-gb,ru-ru}/extension/payment/payanyway.php +│ │ ├── view/image/payment/payanyway.png +│ │ └── view/template/extension/payment/payanyway.twig +│ └── catalog +│ ├── controller/extension/payment/payanyway.php +│ ├── language/{en-gb,ru-ru}/extension/payment/payanyway.php +│ ├── model/extension/payment/payanyway.php +│ └── view/theme/default/template/extension/payment/payanyway.twig +├── install.xml +└── README.md ``` -## Integrate with your tools +## 🚀 Установка и настройка модуля -* [Set up project integrations](https://git.moneta.ru:8000/products/cashier/cms/openCart3/-/settings/integrations) +1. 📥 [Скачайте архив модуля](https://git.pub.moneta.ru/CMS/openCart3/releases) и переименуйте в `payanyway.ocmod.zip`. +2. 📂 Загрузите расширение через панель управления интернет-магазином. + Выберите раздел **"Модули / Расширения"** → **"Установка расширений"**. Нажмите "Загрузить" и выберите скачанный архив. +3. ⚙️ В разделе **"Модули / Расширения"** → **"Модули / Расширения"** выберите тип расширения **"Оплата"**. + В списке модулей оплаты найдите **PayAnyWay** и нажмите: + - **«Активировать»** — для включения модуля + - **«Редактировать»** — для перехода к настройкам +4. ✏️ Заполните соответствующие поля в настройках способа оплаты: -## Collaborate with your team +| Поле | Описание | +|-------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| **Включить модуль оплаты** | Включите или выключите модуль оплаты | +| **Номер счёта** | Ван номер расширенного счёта в системе [MONETA.RU](https://moneta.ru/) | +| **Код проверки целостности данных** | Код проверки целостности данных, указанный в настройках расширенного счёта в системе [MONETA.RU](https://moneta.ru/) | +| **Сервер платежей** | `Боевой` / `Тестовый` | +| **НДС** | Выберите из списка | +| **Валюта платежа** | `RUB` | +| **Статусы заказа** | Выберите соответствующие статусы заказа из списка | +| **Обрабатываемый** | Укажите статус заказа, который выставляется при его создании | +| **Успешный** | Укажите статус заказа, который выставляется при успешной оплате | +| **Неуспешный** | Укажите статус заказа, который выставляется при ошибке оплаты | +| **Регион отображения** | Географическая зона, в которой будет отображаться способ оплаты | +| **Порядок сортировки** | Определяет порядок отображения платежного метода в списке методов оплаты при оформлении заказа. Чем меньше число, тем выше позиция в списке | -* [Invite team members and collaborators](https://docs.gitlab.com/user/project/members/) -* [Create a new merge request](https://docs.gitlab.com/user/project/merge_requests/creating_merge_requests/) -* [Automatically close issues from merge requests](https://docs.gitlab.com/user/project/issues/managing_issues/#closing-issues-automatically) -* [Enable merge request approvals](https://docs.gitlab.com/user/project/merge_requests/approvals/) -* [Set auto-merge](https://docs.gitlab.com/user/project/merge_requests/auto_merge/) +--- -## Test and Deploy +## 🔧 Инструкция по настройке счета PayAnyWay -Use the built-in continuous integration in GitLab. +1. 📝 [Зарегистрируйтесь](https://payanyway.ru/partnerRegistration.htm) в платёжной системе PayAnyWay и заполните все необходимые данные. Дождитесь проверки аккаунта и создайте **расширенный счет**. -* [Get started with GitLab CI/CD](https://docs.gitlab.com/ci/quick_start/) -* [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/user/application_security/sast/) -* [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/topics/autodevops/requirements/) -* [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/user/clusters/agent/) -* [Set up protected environments](https://docs.gitlab.com/ci/environments/protected_environments/) +2. ⚙️ Заполните настройки расширенного счета (раздел **«Мой счет» → «Управление счетами» → «Редактировать счет»**): -*** +| Параметр | Значение | +|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Тестовый режим** | `Нет` | +| **Check URL** | `https://your_site_name/index.php?route=extension/payment/payanyway/callback` | +| **Pay URL** | `https://your_site_name/index.php?route=extension/payment/payanyway/callback` | +| **HTTP method** | `GET` / `POST` | +| **Можно переопределять настройки в URL** | `Да` | +| **Подпись формы оплаты обязательна** | `Да` | +| **Код проверки целостности данных** | `ваш_код` (произвольный набор символов) | +| **Success URL** | Оставить пустым | +| **Fail URL** | Оставить пустым | +| **InProgress URL** | Необязательное поле. URL страницы магазина, куда должен попасть покупатель после успешного запроса на авторизацию средств, до подтверждения списания и зачисления средств. Поддерживается ограниченным количеством методов оплаты. Переход пользователя произойдет независимо от получения магазином средств и отчета о проведенной оплате | +| **Return URL** | Оставить пустым | -# Editing this README +> ⚠️ **Важно!** Для кириллического домена PayURL и CheckURL должны быть указаны в кодировке [Punycode](https://2ip.ru/punycode/). -When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template. +--- -## Suggestions for a good README +## 📚 Полезные ресурсы OpenCart -Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information. +* [OpenCart](https://www.opencart.com/) +* [Документация](https://docs.opencart.com/) +* [Релизы](https://github.com/opencart/opencart/releases) -## Name -Choose a self-explaining name for your project. +## 📚 Полезные ресурсы OpenCart "Русская сборка" -## Description -Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors. +* [Русская сборка OpenCart](https://opencart-russia.ru/) +* [Документация и FAQ](https://forum.opencart-russia.ru/forums/wiki/) +* [Форум поддержки](https://forum.opencart-russia.ru/) -## Badges -On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge. +## 📚 Полезные ресурсы OsStore -## Visuals -Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method. +* [OsStore](https://ocstore.com/) +* [Форум поддержки](https://opencartforum.com/) +--- -## Installation -Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection. - -## Usage -Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README. - -## Support -Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc. - -## Roadmap -If you have ideas for releases in the future, it is a good idea to list them in the README. - -## Contributing -State if you are open to contributions and what your requirements are for accepting them. - -For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self. - -You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser. - -## Authors and acknowledgment -Show your appreciation to those who have contributed to the project. - -## License -For open source projects, say how it is licensed. - -## Project status -If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers. +**✅ Модуль настроен, приятных платежей!** 💰🎉 \ No newline at end of file diff --git a/install.xml b/install.xml new file mode 100644 index 0000000..10ab807 --- /dev/null +++ b/install.xml @@ -0,0 +1,8 @@ + + + PayAnyWay + payanyway + 1.0.0 + PayAnyWay + https://payanyway.ru/ + diff --git a/upload/admin/controller/extension/payment/payanyway.php b/upload/admin/controller/extension/payment/payanyway.php new file mode 100755 index 0000000..9a1a31d --- /dev/null +++ b/upload/admin/controller/extension/payment/payanyway.php @@ -0,0 +1,333 @@ + '1105', + 'vat0' => '1104', + 'vat5' => '1108', + 'vat7' => '1109', + 'vat10' => '1103', + 'vat22' => '1113', + 'vat105' => '1110', + 'vat107' => '1111', + 'vat110' => '1107', + 'vat122' => '1114' + ); + + private $error = array(); + + /** + * @return void + * @throws \Exception + */ + public function index() { + $this->load->language('extension/payment/payanyway'); + $this->document->setTitle($this->language->get('heading_title')); + + if (($this->request->server['REQUEST_METHOD'] === 'POST') && $this->validate($this->request)) { + $this->load->model('setting/setting'); + $this->model_setting_setting->editSetting('payment_payanyway', $this->request->post); + + $this->session->data['success'] = $this->language->get('text_success'); + + $this->response->redirect($this->url->link('marketplace/extension', 'user_token=' . $this->session->data['user_token'] . '&type=payment', true)); + } + + $data = array(); + $this->applyValidationErrors($data); + + $data['breadcrumbs'] = $this->getBreadcrumbs(); + $data['action'] = $this->url->link('extension/payment/payanyway', 'user_token=' . $this->session->data['user_token'], true); + $data['cancel'] = $this->url->link('marketplace/extension', 'user_token=' . $this->session->data['user_token'] . '&type=payment', true); + + $data['payment_payanyway_status'] = $this->retrieveValue('payment_payanyway_status'); + $data['payment_payanyway_account'] = $this->retrieveValue('payment_payanyway_account'); + $data['payment_payanyway_integrity_code'] = $this->getIntegrityCode('payment_payanyway_integrity_code'); + $data['payment_payanyway_server'] = $this->retrieveValue('payment_payanyway_server'); + $data['payment_payanyway_vat_rates'] = $this->getModuleVatRates(); + $data['payment_payanyway_vat_rate'] = $this->retrieveValue('payment_payanyway_vat_rate'); + $data['payment_payanyway_currencies'] = $this->getModuleCurrencies(); + $data['payment_payanyway_currency'] = $this->retrieveValue('payment_payanyway_currency'); + $data['order_statuses'] = $this->getAvailableOrderStatuses(); + $data['payment_payanyway_pending_order_status_id'] = $this->retrieveValue('payment_payanyway_pending_order_status_id'); + $data['payment_payanyway_success_order_status_id'] = $this->retrieveValue('payment_payanyway_success_order_status_id'); + $data['payment_payanyway_error_order_status_id'] = $this->retrieveValue('payment_payanyway_error_order_status_id'); + $data['geo_zones'] = $this->getAvailableGeoZones(); + $data['payment_payanyway_geo_zone_id'] = $this->retrieveValue('payment_payanyway_geo_zone_id'); + $data['payment_payanyway_sort_order'] = $this->retrieveValue('payment_payanyway_sort_order'); + $data['payment_payanyway_cms_module_version'] = $this->getCmsModuleVersion(); + + $data['header'] = $this->load->controller('common/header'); + $data['column_left'] = $this->load->controller('common/column_left'); + $data['footer'] = $this->load->controller('common/footer'); + + $this->response->setOutput($this->load->view('extension/payment/payanyway', $data)); + } + + /** + * @return void + * @throws \Exception + */ + public function install() { + $defaultSettings = array( + 'payment_payanyway_status' => 0, + 'payment_payanyway_account' => '', + 'payment_payanyway_integrity_code' => '', + 'payment_payanyway_server' => 'prod', + 'payment_payanyway_sort_order' => 0, + 'payment_payanyway_cms_module_version' => $this->getCmsModuleVersion(), + ); + + $orderStatuses = $this->getAvailableOrderStatuses(); + + $pendingStatus = array_filter($orderStatuses, function ($status) { + return (int)$status['order_status_id'] === 1; + }); + if (!empty($pendingStatus)) { + $pendingKey = key($pendingStatus); + $defaultSettings['payment_payanyway_pending_order_status_id'] = $pendingStatus[$pendingKey]['order_status_id']; + } + + $successStatus = array_filter($orderStatuses, function ($status) { + return (int)$status['order_status_id'] === 5; + }); + if (!empty($successStatus)) { + $successKey = key($successStatus); + $defaultSettings['payment_payanyway_success_order_status_id'] = $successStatus[$successKey]['order_status_id']; + } + + $errorStatus = array_filter($orderStatuses, function ($status) { + return (int)$status['order_status_id'] === 10; + }); + if (!empty($errorStatus)) { + $errorKey = key($errorStatus); + $defaultSettings['payment_payanyway_error_order_status_id'] = $errorStatus[$errorKey]['order_status_id']; + } + + $this->load->model('setting/setting'); + $this->model_setting_setting->editSetting('payment_payanyway', $defaultSettings); + } + + /** + * @return void + * @throws \Exception + */ + public function uninstall() { + $this->load->model('setting/setting'); + $this->model_setting_setting->deleteSetting('payment_payanyway'); + } + + /** + * @param \Request $request + * @return bool + */ + private function validate($request) { + if (!$this->user->hasPermission('modify', 'extension/payment/payanyway')) { + $this->error['warning'] = $this->language->get('error_permission'); + } + + if (!isset($request->post['payment_payanyway_account']) || + ((int)$request->post['payment_payanyway_account'] <= 0) + ) { + $this->error['account'] = $this->language->get('error_account'); + } + + if (empty($request->post['payment_payanyway_integrity_code'])) { + $this->error['integrity_code'] = $this->language->get('error_integrity_code'); + } + + if (empty($request->post['payment_payanyway_pending_order_status_id'])) { + $this->error['pending_order_status'] = $this->language->get('error_order_status'); + } + if (empty($request->post['payment_payanyway_success_order_status_id'])) { + $this->error['success_order_status'] = $this->language->get('error_order_status'); + } + if (empty($request->post['payment_payanyway_error_order_status_id'])) { + $this->error['error_order_status'] = $this->language->get('error_order_status'); + } + + $sortOrder = isset($request->post['payment_payanyway_sort_order']) + ? (int)$request->post['payment_payanyway_sort_order'] + : self::MODULE_DEFAULT_SORT_ORDER; + $request->post['payment_payanyway_sort_order'] = $sortOrder; + $request->post['payment_payanyway_cms_module_version'] = $this->getCmsModuleVersion(); + + return empty($this->error); + } + + /** + * @param array $data + * @return void + */ + private function applyValidationErrors(array &$data) { + $data['error_warning'] = isset($this->error['warning']) ? $this->error['warning'] : ''; + $data['error_account'] = isset($this->error['account']) ? $this->error['account'] : ''; + $data['error_integrity_code'] = isset($this->error['integrity_code']) ? $this->error['integrity_code'] : ''; + $data['error_pending_order_status'] = isset($this->error['pending_order_status']) ? $this->error['pending_order_status'] : ''; + $data['error_success_order_status'] = isset($this->error['success_order_status']) ? $this->error['success_order_status'] : ''; + $data['error_error_order_status'] = isset($this->error['error_order_status']) ? $this->error['error_order_status'] : ''; + } + + /** @return array */ + private function getBreadcrumbs() { + return array( + array( + 'text' => $this->language->get('text_home'), + 'href' => $this->url->link('common/dashboard', 'user_token=' . $this->session->data['user_token'], true), + ), + array( + 'text' => $this->language->get('text_extension'), + 'href' => $this->url->link('marketplace/extension', 'user_token=' . $this->session->data['user_token'] . '&type=payment', true), + ), + array( + 'text' => $this->language->get('heading_title'), + 'href' => $this->url->link('extension/payment/payanyway', 'user_token=' . $this->session->data['user_token'], true), + ), + ); + } + + /** + * @param string $key + * @return string + */ + private function getIntegrityCode($key) { + $value = $this->retrieveValue($key); + if (null === $value) { + return ''; + } + + return htmlspecialchars($value, ENT_QUOTES, 'UTF-8'); + } + + /** @return array */ + private function getModuleVatRates() { + $result = array(); + foreach ($this->availableVatRates as $vat => $value) { + $label = 'entry_' . $vat . '_label'; + $result[$value] = $this->language->get($label); + } + + return $result; + } + + /** + * @return array + * @throws \Exception + */ + private function getModuleCurrencies() { + $this->load->model('localisation/currency'); + $shopCurrencies = $this->model_localisation_currency->getCurrencies(); + + $result = array(); + foreach ($this->supportedCurrencies as $currencyCode) { + $result[$currencyCode] = isset($shopCurrencies[$currencyCode]) + ? $shopCurrencies[$currencyCode] + : $this->getDefaultCurrencyDefinition($currencyCode); + } + + return $result; + } + + /** + * @param string $currencyCode + * @return array + */ + private function getDefaultCurrencyDefinition($currencyCode) { + $definitions = array( + 'RUB' => array( + 'currency_id' => 0, + 'title' => 'Рубль', + 'code' => 'RUB', + 'symbol_left' => '', + 'symbol_right' => '₽', + 'decimal_place' => '2', + 'value' => 1.00000000, + 'status' => '1', + 'date_modified' => date('Y-m-d H:i:s'), + ), + ); + + return isset($definitions[$currencyCode]) ? $definitions[$currencyCode] : array(); + } + + /** + * @return array + * @throws \Exception + */ + private function getAvailableOrderStatuses() { + $this->load->model('localisation/order_status'); + return $this->model_localisation_order_status->getOrderStatuses(); + } + + /** + * @return array + * @throws \Exception + */ + private function getAvailableGeoZones() { + $this->load->model('localisation/geo_zone'); + return $this->model_localisation_geo_zone->getGeoZones(); + } + + /** @return string */ + private function getCmsModuleVersion() { + $this->load->language('common/footer'); + $textFooter = $this->language->get('text_footer'); + $textFooter = is_string($textFooter) ? $textFooter : ''; + + $cmsName = $this->detectCmsByPatterns($textFooter); + $cmsVersion = defined('VERSION') ? constant('VERSION') : '.unknown'; + + return sprintf('%s v%s | %s v%s', + $cmsName, + $cmsVersion, + self::MODULE_NAME, + self::MODULE_VERSION + ); + } + + private function detectCmsByPatterns($textFooter) { + $patterns = [ + 'ocStore' => '/ocStore/i', + 'Russian OpenCart' => '/opencart-russia/i', + self::CMS_NAME => '/opencart\.com/i' + ]; + + if (!empty($textFooter)) { + foreach ($patterns as $cms => $pattern) { + if (preg_match($pattern, $textFooter)) { + return $cms; + } + } + } + + return self::CMS_NAME; + } + + /** + * @param string $name + * @return mixed + */ + private function retrieveValue($name) { + if (!is_string($name)) { + throw new \InvalidArgumentException("The name must be a string"); + } + + if (isset($this->request->post[$name])) { + return $this->request->post[$name]; + } + + return $this->config->get($name); + } +} diff --git a/upload/admin/language/en-gb/extension/payment/payanyway.php b/upload/admin/language/en-gb/extension/payment/payanyway.php new file mode 100755 index 0000000..7bc0459 --- /dev/null +++ b/upload/admin/language/en-gb/extension/payment/payanyway.php @@ -0,0 +1,58 @@ +PayAnyWay'; + +// Entry +$_['entry_status_label'] = 'Enable payment module'; + +$_['entry_account_label'] = 'Account number'; +$_['entry_account_description'] = 'Your extended account number in the MONETA.RU system'; +$_['entry_integrity_code_label'] = 'Integrity Code'; +$_['entry_integrity_code_description'] = 'Data integrity verification code specified in the extended account settings in the MONETA.RU system'; +$_['entry_server_label'] = 'Payment server'; +$_['entry_server_prod_label'] = 'Production'; +$_['entry_server_demo_label'] = 'Demo'; + +$_['entry_vat_rate_label'] = 'VAT'; +$_['entry_vat_none_label'] = 'Without VAT'; +$_['entry_vat0_label'] = '0%'; +$_['entry_vat5_label'] = '5%'; +$_['entry_vat7_label'] = '7%'; +$_['entry_vat10_label'] = '10%'; +$_['entry_vat22_label'] = '22%'; +$_['entry_vat105_label'] = '5% (calculated rate 5/105)'; +$_['entry_vat107_label'] = '7% (calculated rate 7/107)'; +$_['entry_vat110_label'] = '10% (calculated rate 10/110)'; +$_['entry_vat122_label'] = '22% (calculated rate 22/122)'; + +$_['entry_currency_label'] = 'Payment acceptance'; +$_['entry_currency_rub_label'] = 'Russian Ruble'; +$_['entry_currency_description'] = 'The currencies in the MONETA.RU system and in the store must match'; + +$_['entry_select_order_status_label'] = ' --- Select status --- '; +$_['entry_order_statuses_label'] = 'Order Statuses'; +$_['entry_pending_order_status_label'] = 'Pending'; +$_['entry_success_order_status_label'] = 'Success'; +$_['entry_error_order_status_label'] = 'Error'; + +$_['entry_geo_zone_label'] = 'Area of display'; +$_['entry_sort_order_label'] = 'Sort Order'; + +// Help +$_['help_pending_order_status'] = 'Specify the order status that is set when the order is created'; +$_['help_success_order_status'] = 'Specify the order status that is set upon successful payment'; +$_['help_error_order_status'] = 'Specify the order status that is set upon payment error'; +$_['help_geo_zone'] = 'Geographic area where the payment method will be displayed'; +$_['help_sort_order'] = 'Determines the display order of the payment method. The smaller the number, the higher the position in the list'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayAnyWay!'; +$_['error_account'] = 'Account Number is required and must be greater than 0'; +$_['error_integrity_code'] = 'Account Integrity Code Required'; +$_['error_order_status'] = 'Select order status'; diff --git a/upload/admin/language/ru-ru/extension/payment/payanyway.php b/upload/admin/language/ru-ru/extension/payment/payanyway.php new file mode 100755 index 0000000..6b2e120 --- /dev/null +++ b/upload/admin/language/ru-ru/extension/payment/payanyway.php @@ -0,0 +1,58 @@ +PayAnyWay'; + +// Entry +$_['entry_status_label'] = 'Включить модуль оплаты'; + +$_['entry_account_label'] = 'Номер счёта'; +$_['entry_account_description'] = 'Ваш номер расширенного счёта в системе MONETA.RU'; +$_['entry_integrity_code_label'] = 'Код проверки целостности данных'; +$_['entry_integrity_code_description'] = 'Код проверки целостности данных, указанный в настройках расширенного счёта в системе MONETA.RU'; +$_['entry_server_label'] = 'Сервер платежей'; +$_['entry_server_prod_label'] = 'Боевой'; +$_['entry_server_demo_label'] = 'Тестовый'; + +$_['entry_vat_rate_label'] = 'НДС'; +$_['entry_vat_none_label'] = 'Без НДС'; +$_['entry_vat0_label'] = '0%'; +$_['entry_vat5_label'] = '5%'; +$_['entry_vat7_label'] = '7%'; +$_['entry_vat10_label'] = '10%'; +$_['entry_vat22_label'] = '22%'; +$_['entry_vat105_label'] = '5% (расчётная ставка 5/105)'; +$_['entry_vat107_label'] = '7% (расчётная ставка 7/107)'; +$_['entry_vat110_label'] = '10% (расчётная ставка 10/110)'; +$_['entry_vat122_label'] = '22% (расчётная ставка 22/122)'; + +$_['entry_currency_label'] = 'Валюта платежа'; +$_['entry_currency_rub_label'] = 'Рубль'; +$_['entry_currency_description'] = 'Валюты в системе MONETA.RU и в магазине должны совпадать'; + +$_['entry_select_order_status_label'] = ' --- Выберите статус --- '; +$_['entry_order_statuses_label'] = 'Статусы заказа'; +$_['entry_pending_order_status_label'] = 'Обрабатываемый'; +$_['entry_success_order_status_label'] = 'Успешный'; +$_['entry_error_order_status_label'] = 'Неуспешный'; + +$_['entry_geo_zone_label'] = 'Регион отображения'; +$_['entry_sort_order_label'] = 'Порядок сортировки'; + +// Help +$_['help_pending_order_status'] = 'Укажите статус заказа, который выставляется при его создании'; +$_['help_success_order_status'] = 'Укажите статус заказа, который выставляется при успешной оплате'; +$_['help_error_order_status'] = 'Укажите статус заказа, который выставляется при ошибке оплаты'; +$_['help_geo_zone'] = 'Географическая зона, в которой будет отображаться способ оплаты'; +$_['help_sort_order'] = 'Определяет порядок отображения платежного метода в списке методов оплаты при оформлении заказа. Чем меньше число, тем выше позиция в списке'; + +// Error +$_['error_permission'] = 'Недостаточно прав для изменения настроек способа оплаты PayAnyWay'; +$_['error_account'] = 'Номер счёта обязателен'; +$_['error_integrity_code'] = 'Код проверки целостности данных обязателен'; +$_['error_order_status'] = 'Выберите статус заказа'; diff --git a/upload/admin/view/image/payment/payanyway.png b/upload/admin/view/image/payment/payanyway.png new file mode 100755 index 0000000..724d34b Binary files /dev/null and b/upload/admin/view/image/payment/payanyway.png differ diff --git a/upload/admin/view/template/extension/payment/payanyway.twig b/upload/admin/view/template/extension/payment/payanyway.twig new file mode 100755 index 0000000..45b0db8 --- /dev/null +++ b/upload/admin/view/template/extension/payment/payanyway.twig @@ -0,0 +1,237 @@ +{{ header }} {{ column_left }} +
+ +
+ {% if error_warning %} +
{{ error_warning }} + +
+ {% endif %} +
+
+

{{ text_edit }}

+
+
+ + PayAnyWay + +
+
+
+ + {# Вкл/выкл платежного модуля #} +
+
+
+ + + +
+
+
+ + {# Номер счета #} +
+ +
+ + {% if error_account %} +
{{ error_account }}
+ {% endif %} +
+
+ + {# Код проверки целостности данных #} +
+ +
+ + {% if error_integrity_code %} +
{{ error_integrity_code }}
+ {% endif %} +
+
+ + {# Сервер платежей #} +
+ +
+ +
+
+ + {# НДС #} +
+ +
+ +
+
+ + {# Валюта платежа #} +
+ +
+ +

{{ entry_currency_description }}

+
+
+ + {# Статусы заказа #} +
+ +
+ +
+
+ {# pending #} +
+ +
+ + {% if error_pending_order_status %} +
{{ error_order_status }}
+ {% endif %} +
+
+ + {# success #} +
+ +
+ + {% if error_success_order_status %} +
{{ error_order_status }}
+ {% endif %} +
+
+ + {# error #} +
+ +
+ + {% if error_error_order_status %} +
{{ error_order_status }}
+ {% endif %} +
+
+
+
+ +
+
+ + {# module_geo_zone #} +
+ +
+ +

{{ entry_geo_zone_description }}

+
+
+ + {# sort-order #} +
+ +
+ +
+
+
+
+
+
+
+{{ footer }} diff --git a/upload/catalog/controller/extension/payment/payanyway.php b/upload/catalog/controller/extension/payment/payanyway.php new file mode 100755 index 0000000..60ec208 --- /dev/null +++ b/upload/catalog/controller/extension/payment/payanyway.php @@ -0,0 +1,672 @@ + */ + private $orderInfo; + + /** @throws \Exception */ + public function __construct($registry) { + parent::__construct($registry); + + $this->initializeModule(); + + $this->orderId = $this->getOrderId(); + $this->orderInfo = $this->getOrderInfo(); + } + + /** + * @return string + * @throws \Exception + */ + public function index() { + $this->load->language('extension/payment/payanyway'); + $this->document->setTitle($this->language->get('heading_title')); + + $data['action'] = (self::PAYMENT_SERVER_PROD === $this->server) ? self::PAYMENT_URL_PROD : self::PAYMENT_URL_DEMO; + + $orderTotal = (float)(isset($this->orderInfo['total']) ? $this->orderInfo['total'] : 0); + + $data['MNT_ID'] = $this->mntId; + $data['MNT_TRANSACTION_ID'] = $this->createTransactionId(); + $data['MNT_AMOUNT'] = $this->formatPrice($orderTotal); + $data['MNT_CURRENCY_CODE'] = $this->currency; + $data['MNT_TEST_MODE'] = '0'; + $data['MNT_DESCRIPTION'] = $this->getDescription(); + $data['MNT_SUBSCRIBER_ID'] = $this->getSubscriberId(); + + $signature = md5( + $data['MNT_ID'] . + $data['MNT_TRANSACTION_ID'] . + $data['MNT_AMOUNT'] . + $data['MNT_CURRENCY_CODE'] . + $data['MNT_SUBSCRIBER_ID'] . + $data['MNT_TEST_MODE'] . + $this->integrityCode + ); + $data['MNT_SIGNATURE'] = $signature; + $data['MNT_SUCCESS_URL'] = $this->url->link('extension/payment/payanyway/success', 'language=' . $this->config->get('config_language'), true); + $data['MNT_FAIL_URL'] = $this->url->link('extension/payment/payanyway/fail', 'language=' . $this->config->get('config_language'), true); + $data['MNT_RETURN_URL'] = $this->url->link('checkout/checkout', 'language=' . $this->config->get('config_language'), true); + $data['MNT_CMS'] = $this->cmsModuleVersion; + + $data['btn_confirm'] = $this->language->get('text_paw_pay'); + + $data['confirm_url'] = $this->url->link('extension/payment/payanyway/confirm', 'language=' . $this->config->get('config_language'), true); + + return $this->load->view('extension/payment/payanyway', $data); + } + + /** + * @return void + * @throws \Exception + */ + public function confirm() { + $json = array(); + + $this->load->language('extension/payment/payanyway'); + $this->addOrderHistory($this->pendingOrderStatusId, $this->language->get('text_order_confirmed')); + + $json['success'] = true; + + $this->response->addHeader('Content-Type: application/json'); + $this->response->setOutput(json_encode($json)); + } + + /** + * @return void + * @throws \Exception + */ + public function success() { + $this->load->language('extension/payment/payanyway'); + $this->addOrderHistory($this->pendingOrderStatusId, $this->language->get('text_payment_processing')); + + $this->response->redirect($this->url->link('checkout/success', '', true)); + } + + /** + * @return void + * @throws \Exception + */ + public function fail() { + $this->load->language('extension/payment/payanyway'); + $this->addOrderHistory($this->errorOrderStatusId, $this->language->get('text_payment_error')); + + $this->response->redirect($this->url->link('checkout/failure', '', true)); + } + + /** @return int|null */ + private function getOrderId() { + $orderId = $this->getOrderIdFromTransactionId(); + if (null !== $orderId) { + return $orderId; + } + + return $this->getOrderIdFromSession(); + } + + /** + * @return false|array + * @throws \Exception + */ + private function getOrderInfo() { + if (null === $this->orderId) { + return array(); + } + + $this->load->model('checkout/order'); + return $this->model_checkout_order->getOrder($this->orderId); + } + + /** @return string */ + private function createTransactionId() { + $date = (new \DateTimeImmutable())->format('YmdHis'); + return $this->orderId . self::TRANSACTION_ID_STRING_DELIMITER . $date; + } + + /** + * @param float $price + * @return string + */ + private function formatPrice($price) { + return number_format($price, 2, '.', ''); + } + + /** @return string */ + private function getDescription() { + $clientFirstName = isset($this->orderInfo['firstname']) ? $this->orderInfo['firstname'] : ''; + $clientLastName = isset($this->orderInfo['lastname']) ? $this->orderInfo['lastname'] : ''; + $clientName = trim($clientFirstName . ' ' . $clientLastName); + + $orderId = isset($this->orderInfo['order_id']) ? $this->orderInfo['order_id'] : null; + $description = "Оплата заказа" . (!empty($orderId) ? " №{$orderId}" : ''); + + if ('' !== $clientName) { + $description .= " от {$clientName}"; + } + + $comment = isset($this->orderInfo['comment']) ? $this->orderInfo['comment'] : ''; + if ('' !== $comment) { + $description .= ': ' . htmlspecialchars($comment, ENT_QUOTES, 'UTF-8'); + } + + return $this->validateString($description, self::DESCRIPTION_MAX_LENGTH); + } + + /** + * @param string $value + * @param int $maxLength + * @return string + */ + private function validateString($value, $maxLength) { + $maxLength = max(0, $maxLength); + $value = $this->sanitizeString($value); + + if (mb_strlen($value, 'UTF-8') <= $maxLength) { + return $value; + } + + $trimLength = max(0, $maxLength - 3); + return mb_substr($value, 0, $trimLength, 'UTF-8') . ($maxLength > 3 ? '...' : ''); + } + + /** + * @param string $value + * @return string + */ + private function sanitizeString($value) { + $decoded = html_entity_decode($value, ENT_QUOTES | ENT_HTML5, 'UTF-8'); + $cleaned = preg_replace('/[^\p{L}\p{N}\s.,()_№+-]/u', '', $decoded); + $cleaned = str_replace(['&', '/', '\\', ';', '%', '#', '"', "'"], '', $cleaned); + + return trim(preg_replace('/\s+/', ' ', $cleaned)); + } + + /** @return string */ + private function getSubscriberId() { + $email = isset($this->orderInfo['email']) + ? filter_var($this->orderInfo['email'], FILTER_SANITIZE_EMAIL) + : ''; + if ('' !== $email) { + return $email; + } + + return isset($this->orderInfo['telephone']) + ? preg_replace('/[^0-9+]/', '', $this->orderInfo['telephone']) + : ''; + } + + /** + * @param int $orderStatusId + * @param string $comment + * @return void + * @throws \Exception + */ + private function addOrderHistory($orderStatusId, $comment) { + $this->load->model('checkout/order'); + $this->model_checkout_order->addOrderHistory($this->orderId, $orderStatusId, $comment); + } + + /** + * @return void + * @throws \Exception + */ + public function callback() { + if (null === $this->orderId) { + $this->sendResponse('FAIL'); + } + if (false === $this->orderInfo) { + $this->sendResponse('FAIL'); + } + + $requestData = ($_SERVER['REQUEST_METHOD'] === 'POST') ? $_POST : $_GET; + $callbackData = $this->getCallbackData($requestData); + + (isset($callbackData['MNT_COMMAND'])) && ('CHECK' === $callbackData['MNT_COMMAND']) + ? $this->handleCheckCallback($callbackData) + : $this->handlePayCallback($callbackData); + } + + /** + * @param array $requestData + * @return array + */ + private function getCallbackData(array $requestData) { + return array( + 'MNT_COMMAND' => $this->getOptionalStringWithDefault($requestData, 'MNT_COMMAND'), + 'MNT_ID' => $this->getRequiredString($requestData, 'MNT_ID'), + 'MNT_TRANSACTION_ID' => $this->getRequiredString($requestData, 'MNT_TRANSACTION_ID'), + 'MNT_OPERATION_ID' => $this->getOptionalStringWithDefault($requestData, 'MNT_OPERATION_ID'), + 'MNT_AMOUNT' => $this->getOptionalStringWithDefault($requestData, 'MNT_AMOUNT'), + 'MNT_CURRENCY_CODE' => $this->getRequiredString($requestData, 'MNT_CURRENCY_CODE'), + 'MNT_SUBSCRIBER_ID' => $this->getOptionalStringWithDefault($requestData, 'MNT_SUBSCRIBER_ID'), + 'MNT_TEST_MODE' => $this->getRequiredString($requestData, 'MNT_TEST_MODE'), + 'MNT_SIGNATURE' => $this->getRequiredString($requestData, 'MNT_SIGNATURE'), + ); + } + + /** @return int|null */ + private function getOrderIdFromTransactionId() { + if (!isset($_REQUEST['MNT_TRANSACTION_ID'])) { + return null; + } + $transactionIdData = explode(self::TRANSACTION_ID_STRING_DELIMITER, $_REQUEST['MNT_TRANSACTION_ID']); + + return isset($transactionIdData[0]) ? (int)$transactionIdData[0] : null; + } + + /** @return int|null */ + private function getOrderIdFromSession() { + return isset($this->session->data['order_id']) ? (int)$this->session->data['order_id'] : null; + } + + /** + * @param string $response + * @param int $statusCode + * @return void + */ + private function sendResponse($response, $statusCode = 200) { + http_response_code($statusCode); + + if (strpos($response, ' $data + * @return bool + */ + private function checkSignature(array $data, $callbackSignature) { + $baseFields = array( + 'MNT_ID', + 'MNT_TRANSACTION_ID', + 'MNT_OPERATION_ID', + 'MNT_AMOUNT', + 'MNT_CURRENCY_CODE', + 'MNT_SUBSCRIBER_ID', + 'MNT_TEST_MODE', + ); + + $fields = isset($data['MNT_COMMAND']) && ('CHECK' === $data['MNT_COMMAND']) + ? array_merge(['MNT_COMMAND'], $baseFields) + : $baseFields; + + $signatureString = array_reduce($fields, static function ($carry, $field) use ($data) { + return $carry . $data[$field]; + }, '') . $this->integrityCode; + + return hash_equals(md5($signatureString), $callbackSignature); + } + + /** + * @param array $callbackData + * @return void + * @throws \Exception + */ + private function handleCheckCallback(array $callbackData) { + if (!$this->checkSignature($callbackData, $callbackData['MNT_SIGNATURE'])) { + $this->sendResponse('FAIL'); + } + + $this->load->model('account/order'); + $products = $this->model_account_order->getOrderProducts($this->orderId); + $deliveryPrice = $this->getDeliveryPrice(); + + $orderTotal = (float)(isset($this->orderInfo['total']) ? $this->orderInfo['total'] : 0); + + $xmlData = array( + 'MNT_ID' => $this->mntId, + 'MNT_TRANSACTION_ID' => $callbackData['MNT_TRANSACTION_ID'], + 'MNT_AMOUNT' => $this->formatPrice($orderTotal), + 'MNT_CURRENCY_CODE' => $callbackData['MNT_CURRENCY_CODE'], + 'inventory' => $this->getInventoryJson($products) ?: null, + 'client' => $callbackData['MNT_SUBSCRIBER_ID'], + 'sno' => null, + 'delivery' => (null !== $deliveryPrice) ? $this->formatPrice($deliveryPrice) : null, + ); + + $orderStatusId = (int)(isset($this->orderInfo['order_status_id']) ? $this->orderInfo['order_status_id'] : 1); + + list($xmlData['MNT_RESULT_CODE'], $xmlData['MNT_DESCRIPTION']) = $this->determineCheckResult($callbackData, $orderStatusId); + + $xmlData['MNT_SIGNATURE'] = md5( + $xmlData['MNT_RESULT_CODE'] . + $xmlData['MNT_ID'] . + $xmlData['MNT_TRANSACTION_ID'] . + $this->integrityCode + ); + + $this->sendResponse($this->buildXMLResponse($xmlData)); + } + + /** + * @param array $callbackData + * @param int $orderStatusId + * @return array + * @throws \Exception + */ + private function determineCheckResult(array $callbackData, $orderStatusId) { + $orderStatus = $this->getOrderStatusById($orderStatusId); + + if (empty($callbackData['MNT_AMOUNT'])) { + return array(100, "Order status is '{$orderStatus}'"); + } + + if ($this->successOrderStatusId === $orderStatusId) { + return array(200, 'Order Paid'); + } + + if (in_array($orderStatusId, array(7, 9, 16), true)) { + return array(500, "Order status is '{$orderStatus}'"); + } + + return array(402, 'Order created, but not paid'); + } + + /** + * @param array $callbackData + * @return void + * @throws \Exception + */ + private function handlePayCallback(array $callbackData) { + $orderTotal = (float)(isset($this->orderInfo['total']) ? $this->orderInfo['total'] : 0); + + $currencyCode = isset($this->orderInfo['currency_code']) ? $this->orderInfo['currency_code'] : 'RUB'; + $shopData = array( + 'MNT_ID' => $this->mntId, + 'MNT_TRANSACTION_ID' => $callbackData['MNT_TRANSACTION_ID'], + 'MNT_OPERATION_ID' => $callbackData['MNT_OPERATION_ID'], + 'MNT_AMOUNT' => $this->formatPrice($orderTotal), + 'MNT_CURRENCY_CODE' => $currencyCode, + 'MNT_SUBSCRIBER_ID' => $callbackData['MNT_SUBSCRIBER_ID'], + 'MNT_TEST_MODE' => $callbackData['MNT_TEST_MODE'], + ); + + if (!$this->checkSignature($shopData, $callbackData['MNT_SIGNATURE'])) { + $this->sendResponse('FAIL'); + } + + $isPayedOrder = $this->isOrderPaid(); + + $resultCode = 200; + + $this->load->model('account/order'); + $products = $this->model_account_order->getOrderProducts($this->orderId); + $deliveryPrice = $this->getDeliveryPrice(); + + $xmlData = array( + 'MNT_ID' => $this->mntId, + 'MNT_TRANSACTION_ID' => $callbackData['MNT_TRANSACTION_ID'], + 'MNT_RESULT_CODE' => $resultCode, + 'MNT_SIGNATURE' => md5($resultCode . $this->mntId . $callbackData['MNT_TRANSACTION_ID'] . $this->integrityCode), + 'MNT_AMOUNT' => $callbackData['MNT_AMOUNT'], + 'MNT_CURRENCY_CODE' => $callbackData['MNT_CURRENCY_CODE'], + 'MNT_DESCRIPTION' => $isPayedOrder ? 'Order already paid' : 'Order success paid', + 'inventory' => $this->getInventoryJson($products), + 'client' => $callbackData['MNT_SUBSCRIBER_ID'], + 'sno' => null, + 'delivery' => $deliveryPrice !== null ? $this->formatPrice($deliveryPrice) : null, + ); + + if (!$isPayedOrder) { + $this->load->language('extension/payment/payanyway'); + $this->addOrderHistory($this->successOrderStatusId, $this->language->get('text_payment_completed')); + } + + $this->sendResponse($this->buildXMLResponse($xmlData)); + } + + /** @return bool */ + private function isOrderPaid() { + if (!isset($this->orderInfo['order_status_id'])) { + return false; + } + + return $this->successOrderStatusId === (int)$this->orderInfo['order_status_id']; + } + + /** + * @return float|null + * @throws \Exception + */ + private function getDeliveryPrice() { + $this->load->model('account/order'); + foreach ($this->model_account_order->getOrderTotals($this->orderId) as $orderTotal) { + if (isset($orderTotal['code']) && ($orderTotal['code'] === 'shipping')) { + $deliveryPrice = isset($orderTotal['value']) ? (float)$orderTotal['value'] : 0; + return ($deliveryPrice !== 0.0) ? $deliveryPrice : null; + } + } + + return null; + } + + /** + * @param array $products + * @return false|string + */ + private function getInventoryJson(array $products) { + $inventory = array(); + foreach ($products as $product) { + $name = isset($product['name']) ? $product['name'] : ''; + $price = isset($product['price']) ? (float)$product['price'] : 0; + $quantity = isset($product['quantity']) ? (string)$product['quantity'] : '0'; + + $inventory[] = array( + 'name' => $this->validateString($name, self::INVENTORY_ITEM_NAME_MAX_LENGTH), + 'price' => $this->formatPrice($price), + 'quantity' => $this->formatQuantity($quantity), + 'vatTag' => $this->vatRate, + 'pm' => self::INVENTORY_ITEM_DEFAULT_PAYMENT_METHOD, + 'po' => self::INVENTORY_ITEM_DEFAULT_PAYMENT_OBJECT, + 'measure' => self::INVENTORY_ITEM_DEFAULT_MEASURE, + ); + } + + return json_encode($inventory, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES); + } + + /** + * @param int $orderStatusId + * @return string + * @throws \Exception + */ + public function getOrderStatusById($orderStatusId) { + $this->load->model('localisation/order_status'); + /**@var array $orderStatuses */ + $orderStatuses = $this->model_localisation_order_status->getOrderStatuses(); + + $orderStatus = 'unknown'; + foreach ($orderStatuses as $orderStatus) { + $statusId = isset($orderStatus['order_status_id']) ? (int)$orderStatus['order_status_id'] : null; + if ($statusId === $orderStatusId) { + $orderStatus = $orderStatus['name']; + break; + } + } + + return $orderStatus; + } + + /** + * @param string $quantity + * @return string + */ + private function formatQuantity($quantity) { + $quantity = str_replace(',', '.', $quantity); + if (strpos($quantity, '.') === false && ctype_digit($quantity)) { + return (string)(int)$quantity; + } + + return number_format((float)$quantity, 3, '.', ''); + } + + /** + * @param array $data + * @return false|string + * @return bool|string + * @throws \Exception + */ + private function buildXMLResponse(array $data) { + $dom = new \DOMDocument('1.0', 'UTF-8'); + $dom->formatOutput = false; + + $root = $dom->createElement('MNT_RESPONSE'); + $dom->appendChild($root); + + $requiredFields = array( + 'MNT_ID', + 'MNT_TRANSACTION_ID', + 'MNT_RESULT_CODE', + 'MNT_DESCRIPTION', + 'MNT_AMOUNT', + 'MNT_CURRENCY_CODE', + 'MNT_SIGNATURE', + ); + + foreach ($requiredFields as $field) { + if (isset($data[$field]) && ($data[$field] !== '')) { + $root->appendChild($dom->createElement($field, (string)$data[$field])); + } + } + + $attributes = $dom->createElement('MNT_ATTRIBUTES'); + $root->appendChild($attributes); + + $attributeMap = array( + 'INVENTORY' => isset($data['inventory']) ? $data['inventory'] : null, + 'CLIENT' => isset($data['client']) ? $data['client'] : null, + 'SNO' => isset($data['sno']) ? $data['sno'] : null, + 'DELIVERY' => isset($data['delivery']) ? $data['delivery'] : null, + ); + + foreach ($attributeMap as $key => $value) { + if (!empty($value)) { + $attrElement = $dom->createElement('ATTRIBUTE'); + $attrElement->appendChild($dom->createElement('KEY', $key)); + $attrElement->appendChild($dom->createElement('VALUE', (string)$value)); + $attributes->appendChild($attrElement); + } + } + + return $dom->saveXML(); + } + + /** + * @param array $params + * @param string $key + * @param string $default + * @return string + */ + private function getOptionalStringWithDefault(array $params, $key, $default = '') { + $optionalString = $this->getOptionalString($params, $key); + if (null !== $optionalString) { + return $optionalString; + } + + return $default; + } + + /** + * @param array $params + * @param string $key + * @return string|null + */ + private function getOptionalString(array $params, $key) { + $value = isset($params[$key]) ? $params[$key] : null; + if (!is_string($value) || trim($value) === '') { + return null; + } + + return $value; + } + + /** + * @param array $params + * @param string $key + * @return string + * @throws \InvalidArgumentException + */ + private function getRequiredString(array $params, $key) { + if (!isset($params[$key])) { + throw new \InvalidArgumentException('Missing required field: ' . $key); + } + + $value = $params[$key]; + if (!is_string($value)) { + throw new \InvalidArgumentException( + sprintf('Field "%s" must be a string, %s given', $key, gettype($value)) + ); + } + + if ('' === $value) { + throw new \InvalidArgumentException(sprintf('Field "%s" must be a non-empty string', $key)); + } + + return $value; + } + + private function initializeModule() { + $this->mntId = (int)$this->config->get('payment_payanyway_account'); + $this->integrityCode = (string)$this->config->get('payment_payanyway_integrity_code'); + $this->server = (string)$this->config->get('payment_payanyway_server'); + $this->vatRate = (string)$this->config->get('payment_payanyway_vat_rate'); + $this->currency = $this->config->get('payment_payanyway_currency'); + $this->pendingOrderStatusId = (int)$this->config->get('payment_payanyway_pending_order_status_id'); + $this->successOrderStatusId = (int)$this->config->get('payment_payanyway_success_order_status_id'); + $this->errorOrderStatusId = (int)$this->config->get('payment_payanyway_error_order_status_id'); + $this->cmsModuleVersion = (string)$this->config->get('payment_payanyway_cms_module_version'); + } +} diff --git a/upload/catalog/language/en-gb/extension/payment/payanyway.php b/upload/catalog/language/en-gb/extension/payment/payanyway.php new file mode 100755 index 0000000..b48dddf --- /dev/null +++ b/upload/catalog/language/en-gb/extension/payment/payanyway.php @@ -0,0 +1,14 @@ + $address + * @return array + */ + public function getMethod(array $address) { + $this->load->language('extension/payment/payanyway'); + + if (!$this->isModuleEnabled() || + !$this->isCurrencySupported() || + !$this->isGeoZoneValid($address) + ) { + return array(); + } + + return array( + 'code' => 'payanyway', + 'title' => $this->language->get('text_title'), + 'terms' => '', + 'sort_order' => $this->config->get('payment_payanyway_sort_order'), + ); + } + + /** @return bool */ + private function isModuleEnabled() { + return (bool)$this->config->get('payment_payanyway_status'); + } + + /** @return bool */ + private function isCurrencySupported() { + $shopCurrency = isset($this->session->data['currency']) ? $this->session->data['currency'] : ''; + + return $shopCurrency === $this->config->get('payment_payanyway_currency'); + } + + /** + * @param array $address + * @return bool + */ + private function isGeoZoneValid(array $address) { + $geoZoneId = (int)$this->config->get('payment_payanyway_geo_zone_id'); + + if ($geoZoneId === 0) { + return true; + } + + $query = $this->db->query( + "SELECT * FROM " . DB_PREFIX . "zone_to_geo_zone + WHERE geo_zone_id = '" . $geoZoneId . "' + AND country_id = '" . (int)$address['country_id'] . "' + AND (zone_id = '" . (int)$address['zone_id'] . "' OR zone_id = '0')" + ); + + return $query->num_rows > 0; + } +} diff --git a/upload/catalog/view/theme/default/template/extension/payment/payanyway.twig b/upload/catalog/view/theme/default/template/extension/payment/payanyway.twig new file mode 100755 index 0000000..a7064d9 --- /dev/null +++ b/upload/catalog/view/theme/default/template/extension/payment/payanyway.twig @@ -0,0 +1,44 @@ +
+ + + + + + + + + + + + +
+
+ +
+
+
+ +