CoinGate_For_Magento - Version 1.0.7

Version Notes

* Fix email notification

Download this release

Release Info

Developer CoinGate
Extension CoinGate_For_Magento
Version 1.0.7
Comparing to
See all releases


Code changes from version 1.0.6 to 1.0.7

app/code/community/Mage/Coingate/Model/CoingateFactory.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  require_once(Mage::getBaseDir() . '/app/code/community/Mage/Coingate/lib/coingate_merchant.class.php');
4
 
5
- define('COINGATE_MAGENTO_VERSION', '1.0.6');
6
 
7
  class Mage_Coingate_Model_CoingateFactory extends Mage_Payment_Model_Method_Abstract
8
  {
@@ -111,9 +111,7 @@ class Mage_Coingate_Model_CoingateFactory extends Mage_Payment_Model_Method_Abst
111
  }
112
 
113
  if (!is_null($mage_status)) {
114
- $order->sendNewOrderEmail()
115
- ->setState($mage_status, TRUE)
116
- ->save();
117
  }
118
  } catch (Exception $e) {
119
  echo get_class($e) . ': ' . $e->getMessage();
2
 
3
  require_once(Mage::getBaseDir() . '/app/code/community/Mage/Coingate/lib/coingate_merchant.class.php');
4
 
5
+ define('COINGATE_MAGENTO_VERSION', '1.0.7');
6
 
7
  class Mage_Coingate_Model_CoingateFactory extends Mage_Payment_Model_Method_Abstract
8
  {
111
  }
112
 
113
  if (!is_null($mage_status)) {
114
+ $order->setState($mage_status, TRUE)->save();
 
 
115
  }
116
  } catch (Exception $e) {
117
  echo get_class($e) . ': ' . $e->getMessage();
app/code/community/Mage/Coingate/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Mage_Coingate>
5
- <version>1.0.6</version>
6
  </Mage_Coingate>
7
  </modules>
8
 
2
  <config>
3
  <modules>
4
  <Mage_Coingate>
5
+ <version>1.0.7</version>
6
  </Mage_Coingate>
7
  </modules>
8
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CoinGate_For_Magento</name>
4
- <version>1.0.6</version>
5
  <stability>stable</stability>
6
  <license uri="https://github.com/coingate/magento-plugin/blob/master/LICENSE">MITL</license>
7
  <channel>community</channel>
@@ -27,12 +27,11 @@ After the customer pays the invoice, the merchant receives 19.80 euro (20 euro m
27
  &#xD;
28
  To be able to use the plugin you have to create an account on &lt;a href="https://coingate.com" target="_blank"&gt;https://coingate.com&lt;/a&gt;&#xD;
29
  </description>
30
- <notes>* Update API urls&#xD;
31
- * Update order cancel action functionality</notes>
32
  <authors><author><name>CoinGate</name><user>coingate</user><email>info@coingate.com</email></author></authors>
33
- <date>2017-04-18</date>
34
- <time>11:58:01</time>
35
- <contents><target name="magecommunity"><dir name="Mage"><dir name="Coingate"><dir name="Block"><file name="Callback.php" hash="ad228ee9b00f327052a72246fe76b339"/><file name="Form.php" hash="ab93f50ac62fab7b986ccfe4732d63e4"/><file name="Redirect.php" hash="21b349e960636fd441b35d42facaf17d"/></dir><dir name="Model"><file name="CoingateFactory.php" hash="d698d9c29761ae8e7c68b279d62ed3e2"/><file name="ReceiveCurrencies.php" hash="94f7f39c759012b8e75ec8e6846cae5f"/></dir><dir name="controllers"><file name="PayController.php" hash="3d2635fa3a2dac26b5289699f1010b9a"/></dir><dir name="etc"><file name="config.xml" hash="5cc245db13cd3781f7ba714f461e7b51"/><file name="system.xml" hash="c796ca7a6c0259b3a09e64e06eef60d9"/></dir><dir name="lib"><file name="coingate_merchant.class.php" hash="8dc30b243cda139f3fa7f4dc44c6f583"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Coingate.xml" hash="cc8a4080d714fd0c50eadf91a77be49c"/></dir></target></contents>
36
  <compatible/>
37
  <dependencies><required><php><min>5.0.0</min><max>7.0.0</max></php></required></dependencies>
38
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CoinGate_For_Magento</name>
4
+ <version>1.0.7</version>
5
  <stability>stable</stability>
6
  <license uri="https://github.com/coingate/magento-plugin/blob/master/LICENSE">MITL</license>
7
  <channel>community</channel>
27
  &#xD;
28
  To be able to use the plugin you have to create an account on &lt;a href="https://coingate.com" target="_blank"&gt;https://coingate.com&lt;/a&gt;&#xD;
29
  </description>
30
+ <notes>* Fix email notification</notes>
 
31
  <authors><author><name>CoinGate</name><user>coingate</user><email>info@coingate.com</email></author></authors>
32
+ <date>2017-06-16</date>
33
+ <time>13:19:58</time>
34
+ <contents><target name="magecommunity"><dir name="Mage"><dir name="Coingate"><dir name="Block"><file name="Callback.php" hash="ad228ee9b00f327052a72246fe76b339"/><file name="Form.php" hash="ab93f50ac62fab7b986ccfe4732d63e4"/><file name="Redirect.php" hash="21b349e960636fd441b35d42facaf17d"/></dir><dir name="Model"><file name="CoingateFactory.php" hash="ee31c95c0601248ce08f57bdd7043481"/><file name="ReceiveCurrencies.php" hash="94f7f39c759012b8e75ec8e6846cae5f"/></dir><dir name="controllers"><file name="PayController.php" hash="3d2635fa3a2dac26b5289699f1010b9a"/></dir><dir name="etc"><file name="config.xml" hash="a9634b8ff849d18514fe6ee28f0547c4"/><file name="system.xml" hash="c796ca7a6c0259b3a09e64e06eef60d9"/></dir><dir name="lib"><file name="coingate_merchant.class.php" hash="8dc30b243cda139f3fa7f4dc44c6f583"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Coingate.xml" hash="cc8a4080d714fd0c50eadf91a77be49c"/></dir></target></contents>
35
  <compatible/>
36
  <dependencies><required><php><min>5.0.0</min><max>7.0.0</max></php></required></dependencies>
37
  </package>