Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/1.13.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennelandais committed Dec 9, 2019
2 parents 4191e8b + 65e51e8 commit 38c41ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.13.5
- **Fix**: Switch ING to API order

# Version 1.13.4
- Fix: Check GitHub API rate before polling GitHub for new versions

Expand Down
2 changes: 1 addition & 1 deletion src/app/code/community/Allopass/Hipay/Model/Method/Ing.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @license https://github.com/hipay/hipay-fullservice-sdk-magento1/blob/master/LICENSE.md
* @link https://github.com/hipay/hipay-fullservice-sdk-magento1
*/
class Allopass_Hipay_Model_Method_Ing extends Allopass_Hipay_Model_Method_HostedAbstract
class Allopass_Hipay_Model_Method_Ing extends Allopass_Hipay_Model_Method_AbstractOrderApi
{
protected $_code = 'hipay_ing';

Expand Down
2 changes: 1 addition & 1 deletion src/app/code/community/Allopass/Hipay/etc/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<config>
<modules>
<Allopass_Hipay>
<version>1.13.4</version>
<version>1.13.5</version>
</Allopass_Hipay>
</modules>
<global>
Expand Down
18 changes: 0 additions & 18 deletions src/app/code/community/Allopass/Hipay/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3213,24 +3213,6 @@ From this information, an estimated (estimated) delivery day is calculated and s
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
</pending_redirect_page>
<css_url translate="label coment">
<label>Css Url</label>
<comment>Important, HTTPS protocol is required</comment>
<frontend_type>text</frontend_type>
<sort_order>30</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</css_url>
<template translate="label">
<label>Page payment template</label>
<frontend_type>select</frontend_type>
<source_model>hipay/source_template</source_model>
<sort_order>35</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</template>
<re_add_to_cart translate="label comment">
<label>Add product to cart</label>
<comment>Fill cart when payment canceled or refused</comment>
Expand Down

0 comments on commit 38c41ac

Please sign in to comment.