Skip to content

Commit

Permalink
Merge branch 'support/1.x/release/1.4.0' into support/1.x/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alima Grine committed Nov 16, 2020
2 parents ad07399 + e4b6884 commit 683d9ff
Show file tree
Hide file tree
Showing 47 changed files with 5,959 additions and 3,037 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
1.4.0, 2020-11-16:
- Enable signature algorithm selection (SHA-1 or HMAC-SHA-256).
- [multi] Added payment in installments feature to the plugin.
- Improve plugin translations (English, German, French).
- Added Spanish translation.
- Improve plugin logs.
- Disable payment submodules for unsupported currencies.
- Display card brand user choice if any in order details in the Back Office.
- [prodfaq] Fix notice about shifting the shop to production mode.
- [technical] Manage enabled/disabled features by plugin variant.

1.3.4, 2014-10-13:
- Bug fix: relative to order status update in version 2.6.10.

1.3c, 2013-15-04:
- Added selective 3DS option.
- Sending VirtueMart version to payment gateway.

1.3b, 2013-02-18:
- Compatibility with multi-payment module.
- Add an information block for going into production during return to shop in test mode.

1.2a, 2012-08-10:
- Correct server URL.

1.2, 2012-07-13:
- Module creation.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Anyone is welcome to contribute to PayZen payment plugin for VirtueMart. There are various ways you can contribute:

- Raise an issue on GitHub.
- Send us a Pull Request with your bug fixes.
- Send us a Pull Request on **develop** branch with your bug fixes.
- Fork your own copy of the repository to add new features.
- Provide feedback and suggestions on enhancements.
- Provide feedback and suggestions on enhancements.
15 changes: 15 additions & 0 deletions COPYING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Copyright © 2012-2020 Lyra Network.

PayZen plugin for VirtueMart is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

PayZen plugin for VirtueMart is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
File renamed without changes.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
# PayZen for VirtueMart

PayZen for VirtueMart is an open source plugin that links e-commerce websites based on Joomla VirtueMart to PayZen secured payment gateway developped by [Lyra Network](https://www.lyra-network.com/).
PayZen for VirtueMart is an open source plugin that links e-commerce websites based on VirtueMart to PayZen secure payment gateway developed by [Lyra Network](https://www.lyra.com/).

# Installation & Upgrade
## Installation & Upgrade

Coming soon.
If a previous version of the PayZen module is installed on your shop, you must uninstall it before adding. Connect to your FTP server and delete the plugin files and directories.

# Configuration
**Do not forget to backup your module settings.**

Coming soon.
The module installs as a Joomla extension:

- From the Joomla admin panel, browse to `Extensions > Manage > Install`.
- Upload the downloaded .zip folder of PayZen payment gateway.
- Go to `Extentions > Plugins`.
- Select `PayZen` payment gateway plugin.
- Click `Enable` button.

After Installing the plugin you can create a new payment method using PayZen installed plugin in VirtueMart administrator.

## Configuration

- Go to `Components > VirtueMart > Payment methods` menu.
- Click on New (+ New) button.
- In `Payment Method` list, select an VM Payment - PayZen payment method and then enter your PayZen credentials.

## License

Each PayZen payment plugin source file included in this distribution is licensed under GNU GENERAL PUBLIC LICENSE (GPL 2.0 or later).
Each PayZen for VirtueMart source file included in this distribution is licensed under the GNU GENERAL PUBLIC LICENSE (GPL 2.0 or later).

Please see LICENSE for the full text of the GPL 2.0 license. It is also available through the world-wide-web at this URL: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .
Please see LICENSE for the full text of the GNU General Public License (GPL v2). It is also available through the world-wide-web at this URL: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
Loading

0 comments on commit 683d9ff

Please sign in to comment.