Releases: payrexx/prestashop-payrexx-gateway
Releases · payrexx/prestashop-payrexx-gateway
v1.4.3
v1.4.2
v1.4.1
v1.4.0
With this major release, the payment method selection takes place in the last step of the checkout.
Payment methods of Payrexx can now be configured in the Prestashop administration. It is possible to configure payment methods to be hidden/shown based on the country of the customer, currency of the order or the customer group itself. Payment methods can also be sorted and translated.
- Feature: Payment methods can be configured in the plugin configurations
- Feature: The plugin configuration page was redesigned
- Feature: The API data is checked on every save action of the plugin configurations
- Improvement: The plugin is officially compatible with Prestashop 8.x
v1.3.1
- Bugfix: Fixes issue with out of stock products
- Bugfix: With multiple transaction attempts, the plugin didn't always find the latest confirmed transaction, but sometimes processed a failed attempt instead.
- Improvement: API Credentials are now validated on every save action of the plugin configurations
- Improvement: Module configuration view was beautified using bootstrap
v1.2.2
New major version
Improvements
- Transaction status declined is now processed
- New prestashop version compatibility
Bugfixes
- Final status of order can no longer be overwritten
- Basket transmition issue fixed
- Payment error fixed in case of missing webhooks
Architecture
- Vendor is now loaded using composer by Prestashop recommendation
- Services are loaded the recommended way using services.yml
- Removed and outsourced redundant codeto services