Version Notes
- Fixed URL
Download this release
Release Info
Developer | Instamojo |
Extension | Instamojo_Imojo |
Version | 0.1.11 |
Comparing to | |
See all releases |
Code changes from version 0.1.10 to 0.1.11
app/code/community/Instamojo/Imojo/controllers/PaymentController.php
CHANGED
@@ -215,7 +215,7 @@ class Instamojo_Imojo_PaymentController extends Mage_Core_Controller_Front_Actio
|
|
215 |
$storeCode = Mage::app()->getStore()->getCode();
|
216 |
Mage::log("Store ID and Code: $storeId | $storeCode", Zend_Log::DEBUG, $this->LOG_FILE_NAME);
|
217 |
|
218 |
-
$cUrl = '
|
219 |
$api_key = Mage::getStoreConfig('payment/imojo/api_key', $storeId);
|
220 |
$auth_token = Mage::getStoreConfig('payment/imojo/auth_token', $storeId);
|
221 |
|
215 |
$storeCode = Mage::app()->getStore()->getCode();
|
216 |
Mage::log("Store ID and Code: $storeId | $storeCode", Zend_Log::DEBUG, $this->LOG_FILE_NAME);
|
217 |
|
218 |
+
$cUrl = 'https://www.instamojo.com/api/1.1/payments/' . $iTransactionId . '/';
|
219 |
$api_key = Mage::getStoreConfig('payment/imojo/api_key', $storeId);
|
220 |
$auth_token = Mage::getStoreConfig('payment/imojo/auth_token', $storeId);
|
221 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Instamojo_Imojo</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/MIT">MIT</license>
|
7 |
<channel>community</channel>
|
@@ -73,11 +73,11 @@ After the custom field has been created <b>Existing Custom Fields</b>
|
|
73 |
<br />
|
74 |

|
75 |
For detailed steps with screenshots visit our GitHub page: https://github.com/Instamojo/Instamojo-Magento</description>
|
76 |
-
<notes>-
|
77 |
<authors><author><name>Instamojo</name><user>Instamojo</user><email>dev@instamojo.com</email></author></authors>
|
78 |
<date>2017-05-18</date>
|
79 |
-
<time>17:
|
80 |
-
<contents><target name="magecommunity"><dir name="Instamojo"><dir name="Imojo"><dir name="Helper"><file name="Data.php" hash="e53c6598fa917d8791e046b20d76d221"/></dir><dir name="Model"><file name="PaymentMethod.php" hash="43002098206ee603c86b0b166d359f11"/></dir><dir name="controllers"><file name="PaymentController.php" hash="
|
81 |
<compatible/>
|
82 |
<dependencies><required><php><min>5.2.0</min><max>7.1.4</max></php></required></dependencies>
|
83 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Instamojo_Imojo</name>
|
4 |
+
<version>0.1.11</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/MIT">MIT</license>
|
7 |
<channel>community</channel>
|
73 |
<br />
|
74 |

|
75 |
For detailed steps with screenshots visit our GitHub page: https://github.com/Instamojo/Instamojo-Magento</description>
|
76 |
+
<notes>- Fixed URL</notes>
|
77 |
<authors><author><name>Instamojo</name><user>Instamojo</user><email>dev@instamojo.com</email></author></authors>
|
78 |
<date>2017-05-18</date>
|
79 |
+
<time>17:37:09</time>
|
80 |
+
<contents><target name="magecommunity"><dir name="Instamojo"><dir name="Imojo"><dir name="Helper"><file name="Data.php" hash="e53c6598fa917d8791e046b20d76d221"/></dir><dir name="Model"><file name="PaymentMethod.php" hash="43002098206ee603c86b0b166d359f11"/></dir><dir name="controllers"><file name="PaymentController.php" hash="d8547d34d951c5b79b7da7e24bdac12d"/></dir><dir name="etc"><file name="config.xml" hash="d403c6c7f9d26a16ac326e798ffefc3b"/><file name="system.xml" hash="9b322fb2c27f4b8f0863f85eea68eafe"/></dir><file name=".DS_Store" hash="822777d708619165d544d3256174adc2"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Instamojo_Imojo.xml" hash="9a80f70915e53671e26ea6476fdbe6a4"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="imojo"><file name="deposit_failure.phtml" hash="a01f8d2f503ccaf5d3f6a4682b9caf2b"/><file name="deposit_success.phtml" hash="6952afc4383fbf0eab18ee94e185f329"/><file name="redirect.phtml" hash="4e2252a9605cfbc035cc9d809498f333"/><file name="success.phtml" hash="ad5d2318608673f5ba6ea85bd784198f"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir></dir></dir></dir></target></contents>
|
81 |
<compatible/>
|
82 |
<dependencies><required><php><min>5.2.0</min><max>7.1.4</max></php></required></dependencies>
|
83 |
</package>
|