{"id":15296463,"url":"https://github.com/kyrena/openmage-paymentmax","last_synced_at":"2026-01-05T21:42:22.736Z","repository":{"id":61194172,"uuid":"457008687","full_name":"kyrena/openmage-paymentmax","owner":"kyrena","description":"A module to add new payment methods for OpenMage. ","archived":false,"fork":false,"pushed_at":"2023-06-16T16:46:49.000Z","size":132,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T05:26:41.391Z","etag":null,"topics":["es5","i18n","magento","magento-module","open-source","openmage","openmage-module","php7","php8","vanilla-js"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyrena.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-08T16:16:08.000Z","updated_at":"2023-02-02T08:39:59.000Z","dependencies_parsed_at":"2024-11-12T13:03:24.526Z","dependency_job_id":null,"html_url":"https://github.com/kyrena/openmage-paymentmax","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"55c2d32cb3b61c96992a7e78cda7b3234a5c7c52"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrena%2Fopenmage-paymentmax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrena%2Fopenmage-paymentmax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrena%2Fopenmage-paymentmax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrena%2Fopenmage-paymentmax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyrena","download_url":"https://codeload.github.com/kyrena/openmage-paymentmax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245407755,"owners_count":20610232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["es5","i18n","magento","magento-module","open-source","openmage","openmage-module","php7","php8","vanilla-js"],"created_at":"2024-09-30T18:10:36.589Z","updated_at":"2026-01-05T21:42:17.681Z","avatar_url":"https://github.com/kyrena.png","language":"PHP","funding_links":["https://www.paypal.com/"],"categories":[],"sub_categories":[],"readme":"Stop russian war. **🇺🇦 Free Ukraine!**\n\n# paymentmax\n\nA module to add new payment methods for [OpenMage](https://github.com/OpenMage/magento-lts).\n\nComposer requirements:\n* [tpay-com/tpay-php](https://github.com/tpay-com/tpay-php) (only for Tpay)\n* [yoomoney/yookassa-sdk-php](https://github.com/yoomoney/yookassa-sdk-php) (only for YooKassa)\n\n## New configuration options\n\nIn **System / Configuration / Payment Methods / General**, you can _hide and clear configuration_ for a custom selection of unused payment methods. You are seeing a `*` in section head? This is a mark to inform you that the payment method is available for the default country of the current store view.\n\n## New payment methods\n\n| Name | Logo/Link | Info |\n| ---- | ---- | ---- |\n| **PayPal** | [\u003cimg src=\"src/skin/frontend/base/default/images/kyrena/paymentmax/ic-logo-paypal.svg?raw=true\" alt=\"\" width=\"150\" height=\"50\"/\u003e](https://www.paypal.com/) | |\n| **Tpay** | [\u003cimg src=\"src/skin/frontend/base/default/images/kyrena/paymentmax/ic-logo-tpay.svg?raw=true\" alt=\"\" width=\"150\" height=\"50\"/\u003e](https://www.tpay.com/) | |\n| **YooKassa** | [\u003cimg src=\"src/skin/frontend/base/default/images/kyrena/paymentmax/ic-logo-yookassa.svg?raw=true\" alt=\"\" width=\"150\" height=\"50\"/\u003e](https://yookassa.ru/) | don't work with this country, it's an enemy of your freedom |\n\n## Copyright and Credits\n\n- Current version: 1.1.3-beta (16/06/2023)\n- Compatibility: OpenMage 19.x / 20.x / 21.x, PHP 7.2 / 7.3 / 7.4 / 8.0 / 8.1 / 8.2\n- Client compatibility: Firefox 36+, Chrome 32+, Opera 19+, Edge 16+, Safari 9+\n- Translations: English (en), French (fr-FR/fr-CA), German (de), Italian (it), Portuguese (pt-PT/pt-BR), Spanish (es) / Chinese (zh), Czech (cs), Dutch (nl), Greek (el), Hungarian (hu), Japanese (ja), Polish (pl), Romanian (ro), Russian (ru), Slovak (sk), Turkish (tr), Ukrainian (uk)\n- License: GNU GPL 2+\n\nIf you like, take some of your time to improve the translations, go to https://bit.ly/2HyCCEc.\n\n## Installation\n\nFirst, remove Mage_Paypal and Mage_PaypalUk:\n```\nrm -r app/code/core/Mage/PaypalUk\nrm -r app/code/core/Mage/Paypal\nrm -r app/design/adminhtml/default/default/template/paypal\nrm -r app/design/frontend/base/default/template/paypal\nrm -r app/design/frontend/rwd/default/template/paypal\nrm -f app/locale/*/Mage_Paypal.csv app/locale/*/Mage_Paypaluk.csv\nrm -f app/design/frontend/base/default/layout/paypaluk.xml\nrm -f app/design/frontend/base/default/layout/paypal.xml\nrm -f app/design/frontend/rwd/default/layout/paypal.xml\nrm -r skin/adminhtml/default/default/images/paypal*\nrm -f skin/frontend/rwd/default/scss/module/_paypal.scss\n```\n```sql\nDELETE FROM core_config_data WHERE path LIKE \"payment/paypal%\"\n OR path LIKE \"paypal/%\" OR path LIKE \"paypalrefund/%\";\n```\n\nThen, with composer:\n- `composer require kyrena/openmage-paymentmax`\n- clear cache\n\nOr, without composer:\n- download latest [release](https://github.com/kyrena/openmage-paymentmax/releases) and extract _src/*_ directories\n- clear cache\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyrena%2Fopenmage-paymentmax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyrena%2Fopenmage-paymentmax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyrena%2Fopenmage-paymentmax/lists"}