Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from heidelpay/develop
Browse files Browse the repository at this point in the history
Hotfix response error in case of prepayment and invoice
  • Loading branch information
devheidelpay authored Jul 14, 2017
2 parents de5187c + 9a8ff7e commit 43c6b27
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes - heidelpay Payment Gateway for Magento 2

## 17.7.14

### Fixed
- Update php-api because of response issue in case of prepayment and invoice
- remove name input field on secured invoice

## v17.6.16

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"magento/module-payment" : "<100.2.0",
"magento/module-backend" : "<100.2.0",
"magento/framework" : "<100.2.0",
"heidelpay/php-api" : "~17.5.2",
"heidelpay/php-api" : "~17.7.14",
"heidelpay/php-customer-messages": "~17.2.3"
},
"require-dev" : {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Heidelpay_Gateway" schema_version="17.6.16" setup_version="17.6.16">
<module name="Heidelpay_Gateway" schema_version="17.7.14" setup_version="17.7.14">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
</div>
<!-- Full Name Input Field -->
<div class="field" style="float: left; margin-right: 10px; width: 60%;">
<input type="text" id="hgwivs_fullname"
<!-- <input type="text" id="hgwivs_fullname"
name="payment[hgw_fullname]"
data-bind='value: getFullName()' readonly />
data-bind='value: getFullName()' readonly /> -->
</div>
</div>
</fieldset>
Expand Down

0 comments on commit 43c6b27

Please sign in to comment.