Instamojo_Imojo - Version 0.0.7

Version Notes

FIxed issue with URL.

Download this release

Release Info

Developer Instamojo
Extension Instamojo_Imojo
Version 0.0.7
Comparing to
See all releases


Code changes from version 0.0.6 to 0.0.7

app/code/community/Instamojo/Imojo/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Instamojo_Imojo>
5
- <version>0.0.6</version>
6
  </Instamojo_Imojo>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Instamojo_Imojo>
5
+ <version>0.0.7</version>
6
  </Instamojo_Imojo>
7
  </modules>
8
  <global>
app/design/frontend/base/default/template/imojo/redirect.phtml CHANGED
@@ -16,12 +16,12 @@ $custom_field = $$custom_field_name;
16
  </div>
17
  <!-- Hidden form to submit -->
18
  <form name="instamojo" method="get" action="<?php echo $url; ?>">
 
19
  <input type="hidden" name="<?php echo $custom_field_name;?>" value="<?php echo $custom_field;?>">
20
  <input type="hidden" name="data_amount" value="<?php echo $data_amount;?>">
21
  <input type="hidden" name="data_email" value="<?php echo $data_email;?>">
22
  <input type="hidden" name="data_name" value="<?php echo $data_name;?>">
23
  <input type="hidden" name="data_phone" value="<?php echo $data_phone;?>">
24
- <input type="hidden" name="intent" value="buy">
25
  <input type="hidden" name="data_readonly" value="data_email">
26
  <input type="hidden" name="data_readonly" value="data_name">
27
  <input type="hidden" name="data_readonly" value="data_amount">
16
  </div>
17
  <!-- Hidden form to submit -->
18
  <form name="instamojo" method="get" action="<?php echo $url; ?>">
19
+ <input type="hidden" name="embed" value="form">
20
  <input type="hidden" name="<?php echo $custom_field_name;?>" value="<?php echo $custom_field;?>">
21
  <input type="hidden" name="data_amount" value="<?php echo $data_amount;?>">
22
  <input type="hidden" name="data_email" value="<?php echo $data_email;?>">
23
  <input type="hidden" name="data_name" value="<?php echo $data_name;?>">
24
  <input type="hidden" name="data_phone" value="<?php echo $data_phone;?>">
 
25
  <input type="hidden" name="data_readonly" value="data_email">
26
  <input type="hidden" name="data_readonly" value="data_name">
27
  <input type="hidden" name="data_readonly" value="data_amount">
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Instamojo_Imojo</name>
4
- <version>0.0.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/MIT">MIT</license>
7
  <channel>community</channel>
@@ -11,11 +11,11 @@
11
  &#xD;
12
  We provide you an out-of-the-box e-commerce framework that takes care of mundane stuff from payments to delivery. All you need to do is share a link wherever your audience is.&#xD;
13
  </description>
14
- <notes>Fixed issue with template path.</notes>
15
  <authors><author><name>Instamojo</name><user>Instamojo</user><email>dev@instamojo.com</email></author></authors>
16
- <date>2015-04-15</date>
17
- <time>01:54:47</time>
18
- <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="3eb0e176696408fd756ca40ba022b1f3"/></dir><dir name="controllers"><file name="PaymentController.php" hash="d2010587021f9757f7e8f02edc55295a"/></dir><dir name="etc"><file name="config.xml" hash="4e59689c297bb48e836964b8b2ca33d7"/><file name="system.xml" hash="428898819cd38b15ab4a222964179e65"/></dir></dir></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="42463d0fa90f0085320b5069ed9ba7af"/><file name="success.phtml" hash="ad5d2318608673f5ba6ea85bd784198f"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Instamojo_Imojo.xml" hash="9a80f70915e53671e26ea6476fdbe6a4"/></dir></target></contents>
19
  <compatible/>
20
  <dependencies><required><php><min>5.3.0</min><max>5.6.6</max></php></required></dependencies>
21
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Instamojo_Imojo</name>
4
+ <version>0.0.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/MIT">MIT</license>
7
  <channel>community</channel>
11
  &#xD;
12
  We provide you an out-of-the-box e-commerce framework that takes care of mundane stuff from payments to delivery. All you need to do is share a link wherever your audience is.&#xD;
13
  </description>
14
+ <notes>FIxed issue with URL.</notes>
15
  <authors><author><name>Instamojo</name><user>Instamojo</user><email>dev@instamojo.com</email></author></authors>
16
+ <date>2015-04-17</date>
17
+ <time>12:43:43</time>
18
+ <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="3eb0e176696408fd756ca40ba022b1f3"/></dir><dir name="controllers"><file name="PaymentController.php" hash="d2010587021f9757f7e8f02edc55295a"/></dir><dir name="etc"><file name="config.xml" hash="b2bc18242ac0e1b038ccce4636696792"/><file name="system.xml" hash="428898819cd38b15ab4a222964179e65"/></dir></dir></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="dd912eaefc1cd8f5ebba0bb8f6e4a383"/><file name="success.phtml" hash="ad5d2318608673f5ba6ea85bd784198f"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Instamojo_Imojo.xml" hash="9a80f70915e53671e26ea6476fdbe6a4"/></dir></target></contents>
19
  <compatible/>
20
  <dependencies><required><php><min>5.3.0</min><max>5.6.6</max></php></required></dependencies>
21
  </package>