Skip to content

Commit

Permalink
Merge pull request #13 from OnTap/MPGS-666
Browse files Browse the repository at this point in the history
Version 103.7.2
  • Loading branch information
riversy authored Apr 20, 2022
2 parents 35bcd90 + e0436fa commit eab3345
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## [103.7.1] - 2022-03-11
## [103.7.2] - 2022-03-11
### Fixed
- EMV 3DS doesn't work if Website Code is used in the Base URL
- EMV 3DS doesn't work if "device.browser" is the required parameter for 3DS validation rules


## [103.7.1] - 2021-12-01
### Fixed
- Fixed a race condition issue for Hosted Payment Form rendering
- Fixed an issue for Hosted Payment Form when payment form is rendered even if the payment session JS fails to load entirely


## [103.7.0] - 2021-10-19
### Changed
- Add support for the "Enforce Unique Order Reference" and "Enforce Unique Merchant Transaction Reference" gateway features
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
The OnTap_MasterCard module implements the integration with the MasterCard Payment Gateway Services and makes the latter available as a payment method in Magento.

[![Quality Gate Status](http://sonarqube.extensions.ontap.cloud/api/project_badges/measure?project=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn&metric=alert_status)](http://sonarqube.extensions.ontap.cloud/dashboard?id=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn)
[![Security Rating](http://sonarqube.extensions.ontap.cloud/api/project_badges/measure?project=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn&metric=security_rating)](http://sonarqube.extensions.ontap.cloud/dashboard?id=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn)
[![Vulnerabilities](http://sonarqube.extensions.ontap.cloud/api/project_badges/measure?project=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn&metric=vulnerabilities)](http://sonarqube.extensions.ontap.cloud/dashboard?id=mpgs_module-mastercard_AXZHYjTSYbrCcxJa7xyn)

## Feature Support

Magento 2 Mastercard Payment Gateway Service module supports following list of features:
Expand All @@ -22,4 +18,4 @@ Magento 2 Mastercard Payment Gateway Service module supports following list of f

## Documentation

The official documentation for this module is available on: [http://ontap.wiki/magento-mastercard-payment-gateway-services/](http://ontap.wiki/magento-mastercard-payment-gateway-services/)
The official documentation for this module is available on: [http://ontap.wiki/magento-mastercard-payment-gateway-services/](http://ontap.wiki/magento-mastercard-payment-gateway-services/)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Official Magento2 Plugin to integrate with MasterCard Payments",
"type": "magento2-module",
"license": "Apache-2.0",
"version": "103.7.1",
"version": "103.7.2",
"require": {
"magento/framework": "^102.0.0|^103.0.0"
},
Expand Down

0 comments on commit eab3345

Please sign in to comment.