Skip to content

Commit

Permalink
Merge pull request #18 from conekta/Janee-patch-1
Browse files Browse the repository at this point in the history
Fix add webhook
  • Loading branch information
MauricioMurga authored Oct 28, 2016
2 parents 5b676ed + 65c1351 commit 31327d4
Show file tree
Hide file tree
Showing 53 changed files with 27 additions and 895 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,7 @@
=== 0.5.8 2016-03-4
* Do not send shipping info if empty.
=== 0.5.9 2016-03-31
* Add BANORTE CEP again.
* Add BANORTE CEP again.
=== 0.6.0 2016-03-31
* Enhance Webhook creation logic.
* Remove Realtime module.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![alt tag](https://raw.github.com/conekta/conekta-magento/master/readme_files/cover.png)

Magento Plugin v.0.5.9
Magento Plugin v.0.6.0
=======================
This plugin is an official and stable version of the Conekta Magento extension. It bundles functionality to process credit cards, bank and OXXO payments securely as well as send email notifications to your customers when they complete a successful purchase.

Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Conekta/Bank/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Conekta_Bank>
<version>0.5.9</version>
<version>0.6.0</version>
</Conekta_Bank>
</modules>
<adminhtml>
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Conekta/Card/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Conekta_Card>
<version>0.5.9</version>
<version>0.6.0</version>
</Conekta_Card>
</modules>
<adminhtml>
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Conekta/Oxxo/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Conekta_Oxxo>
<version>0.5.9</version>
<version>0.6.0</version>
</Conekta_Oxxo>
</modules>
<adminhtml>
Expand Down

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions app/code/community/Conekta/Realtime/Block/Form/Realtime.php

This file was deleted.

27 changes: 0 additions & 27 deletions app/code/community/Conekta/Realtime/Block/Info/Realtime.php

This file was deleted.

6 changes: 0 additions & 6 deletions app/code/community/Conekta/Realtime/Helper/Data.php

This file was deleted.

156 changes: 0 additions & 156 deletions app/code/community/Conekta/Realtime/Model/Observer.php

This file was deleted.

23 changes: 0 additions & 23 deletions app/code/community/Conekta/Realtime/Model/Realtime.php

This file was deleted.

Loading

0 comments on commit 31327d4

Please sign in to comment.