IG_PostePay - Version 1.0.5

Version Notes

Enjoy it ;)

Download this release

Release Info

Developer Riccardo Tempesta
Extension IG_PostePay
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.4 to 1.0.5

app/code/community/IG/PostePay/CHANGELOG.txt CHANGED
@@ -1,2 +1,5 @@
1
  1.0.4:
2
- Added fiscal code information
 
 
 
1
  1.0.4:
2
+ Added fiscal code information
3
+
4
+ 1.0.5:
5
+ FIX: Order's status change problem
app/code/community/IG/PostePay/Model/Postepay.php CHANGED
@@ -32,15 +32,19 @@ class IG_PostePay_Model_Postepay extends Mage_Payment_Model_Method_Abstract
32
  protected $_formBlockType = 'ig_postepay/form';
33
  protected $_infoBlockType = 'ig_postepay/info';
34
 
35
- protected $_isGateway = false;
36
  protected $_canAuthorize = true;
 
 
 
 
 
37
  protected $_canCapture = false;
38
  protected $_canCapturePartial = false;
39
  protected $_canRefund = false;
40
  protected $_canVoid = true;
41
  protected $_canUseInternal = true;
42
  protected $_canUseCheckout = true;
43
- protected $_canUseForMultishipping = true;
44
 
45
  public function getConfig($key)
46
  {
32
  protected $_formBlockType = 'ig_postepay/form';
33
  protected $_infoBlockType = 'ig_postepay/info';
34
 
 
35
  protected $_canAuthorize = true;
36
+ protected $_canUseInternal = true;
37
+ protected $_canUseCheckout = true;
38
+ protected $_canUseForMultishipping = true;
39
+
40
+ /*protected $_isGateway = false;
41
  protected $_canCapture = false;
42
  protected $_canCapturePartial = false;
43
  protected $_canRefund = false;
44
  protected $_canVoid = true;
45
  protected $_canUseInternal = true;
46
  protected $_canUseCheckout = true;
47
+ protected $_canUseForMultishipping = true;*/
48
 
49
  public function getConfig($key)
50
  {
app/code/community/IG/PostePay/etc/config.xml CHANGED
@@ -28,7 +28,7 @@
28
  <config>
29
  <modules>
30
  <IG_PostePay>
31
- <version>1.0.4</version>
32
  </IG_PostePay>
33
  </modules>
34
 
28
  <config>
29
  <modules>
30
  <IG_PostePay>
31
+ <version>1.0.5</version>
32
  </IG_PostePay>
33
  </modules>
34
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>IG_PostePay</name>
4
- <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>Modulo molto semplice e pronto all'uso per ricevere pagamenti con ricariche postepay.</description>
11
  <notes>Enjoy it ;)</notes>
12
  <authors><author><name>Riccardo Tempesta</name><user>idealiagroup</user><email>tempesta@idealiagroup.com</email></author><author><name>Marco Giorgetti</name><user>idealiagroup</user><email>giorgetti@idealiagroup.com</email></author></authors>
13
- <date>2012-01-16</date>
14
- <time>18:44:48</time>
15
- <contents><target name="magecommunity"><dir name="IG"><dir name="PostePay"><dir name="Block"><file name="Form.php" hash="fc724211e458017a4a53be273da14a55"/><file name="Info.php" hash="e82ced1fd9bc905b066de2db8cc03f6c"/></dir><file name="CHANGELOG.txt" hash="3ad41af26c89749ea8744cebb489420a"/><file name="COMPATIBILITY.txt" hash="d3b64c7bb51137148e6b0feed3224af5"/><dir name="Helper"><file name="Data.php" hash="e0c10a1da09c61204e52e0028322667a"/></dir><file name="LICENSE.txt" hash="b7870fbc716085862b4cba9b4629a24e"/><dir name="Model"><file name="Postepay.php" hash="28938fe6bea8a159a89284f35efd36b6"/></dir><dir name="etc"><file name="config.xml" hash="2b2342e768dc2e59340f05047c68e75e"/><file name="system.xml" hash="522d572a26748e1cfb3ad4042c35b2bf"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ig_postepay"><file name="form.phtml" hash="c5ed7ed3b3fc72d337420f8180e6474b"/><file name="info.phtml" hash="159a3351aa9574bb870486493b61378e"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="ig_postepay"><file name="form.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="info.phtml" hash="900b9c86412dc7befd1470687ec7e634"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="IG_PostePay.xml" hash="7feb712df5d00b003b85a681db6e045f"/></dir></target><target name="magelocale"><dir name="it_IT"><file name="IG_PostePay.csv" hash="02e8c535ac13ef361d266e32b8933f01"/></dir><dir name="en_US"><file name="IG_PostePay.csv" hash="b8ed000749ecc50ea773f38c2c42901c"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>IG_PostePay</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
10
  <description>Modulo molto semplice e pronto all'uso per ricevere pagamenti con ricariche postepay.</description>
11
  <notes>Enjoy it ;)</notes>
12
  <authors><author><name>Riccardo Tempesta</name><user>idealiagroup</user><email>tempesta@idealiagroup.com</email></author><author><name>Marco Giorgetti</name><user>idealiagroup</user><email>giorgetti@idealiagroup.com</email></author></authors>
13
+ <date>2012-01-20</date>
14
+ <time>15:56:46</time>
15
+ <contents><target name="magecommunity"><dir name="IG"><dir name="PostePay"><dir name="Block"><file name="Form.php" hash="fc724211e458017a4a53be273da14a55"/><file name="Info.php" hash="e82ced1fd9bc905b066de2db8cc03f6c"/></dir><file name="CHANGELOG.txt" hash="1c302b5d22b6f7251489b2453fef8457"/><file name="COMPATIBILITY.txt" hash="d3b64c7bb51137148e6b0feed3224af5"/><dir name="Helper"><file name="Data.php" hash="e0c10a1da09c61204e52e0028322667a"/></dir><file name="LICENSE.txt" hash="b7870fbc716085862b4cba9b4629a24e"/><dir name="Model"><file name="Postepay.php" hash="bd8f081dcce74abd6b5d9bdaf4a7441a"/></dir><dir name="etc"><file name="config.xml" hash="937fd4b4d491b5ab3c2b1d9806ba477d"/><file name="system.xml" hash="522d572a26748e1cfb3ad4042c35b2bf"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ig_postepay"><file name="form.phtml" hash="c5ed7ed3b3fc72d337420f8180e6474b"/><file name="info.phtml" hash="159a3351aa9574bb870486493b61378e"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="ig_postepay"><file name="form.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="info.phtml" hash="900b9c86412dc7befd1470687ec7e634"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="IG_PostePay.xml" hash="7feb712df5d00b003b85a681db6e045f"/></dir></target><target name="magelocale"><dir name="it_IT"><file name="IG_PostePay.csv" hash="02e8c535ac13ef361d266e32b8933f01"/></dir><dir name="en_US"><file name="IG_PostePay.csv" hash="b8ed000749ecc50ea773f38c2c42901c"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>