AlternativePaymentsInc_AlternativePayments - Version 1.0.3

Version Notes

This module adds the wide range of different alternative payment methods.

Download this release

Release Info

Developer Alternative Payments Inc
Extension AlternativePaymentsInc_AlternativePayments
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/code/community/AlternativePaymentsInc/AlternativePayments/etc/config.xml CHANGED
@@ -22,7 +22,7 @@
22
  <config>
23
  <modules>
24
  <AlternativePaymentsInc_AlternativePayments>
25
- <version>1.0.2</version>
26
  </AlternativePaymentsInc_AlternativePayments>
27
  </modules>
28
 
22
  <config>
23
  <modules>
24
  <AlternativePaymentsInc_AlternativePayments>
25
+ <version>1.0.3</version>
26
  </AlternativePaymentsInc_AlternativePayments>
27
  </modules>
28
 
app/code/community/AlternativePaymentsInc/AlternativePayments/sql/alternativepayments_setup/mysql4-install-0.1.0.php CHANGED
@@ -25,8 +25,6 @@
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
- echo 'Running Insall script (mysql4-install-0.1.0.php) for module AlternativePaymentsInc_AlternativePayments <br />';
29
-
30
  $installer = $this;
31
 
32
  $installer->startSetup();
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
 
 
28
  $installer = $this;
29
 
30
  $installer->startSetup();
app/code/community/AlternativePaymentsInc/AlternativePayments/sql/alternativepayments_setup/mysql4-upgrade-0.1.0-0.1.4.php CHANGED
@@ -26,8 +26,6 @@
26
  */
27
 
28
 
29
- echo 'Running Upgrade script (mysql4-upgrade-0.1.0-0.1.4.php) for AlternativePaymentsInc_AlternativePayments<br />';
30
-
31
  $installer = $this;
32
 
33
  $installer->startSetup();
26
  */
27
 
28
 
 
 
29
  $installer = $this;
30
 
31
  $installer->startSetup();
app/code/community/AlternativePaymentsInc/AlternativePayments/sql/alternativepayments_setup/mysql4-upgrade-0.1.4-0.2.0.php CHANGED
@@ -25,8 +25,6 @@
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
- echo 'Running Upgrade script (mysql4-upgrade-0.1.4-0.2.0.php) for AlternativePaymentsInc_AlternativePayments<br />';
29
-
30
  $installer = $this;
31
 
32
  $installer->startSetup();
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
 
 
28
  $installer = $this;
29
 
30
  $installer->startSetup();
app/code/community/AlternativePaymentsInc/AlternativePayments/sql/alternativepayments_setup/mysql4-upgrade-0.2.0-0.2.2.php CHANGED
@@ -25,8 +25,6 @@
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
- echo 'Running Upgrade script (mysql4-upgrade-0.2.0-0.2.2.php) for AlternativePaymentsInc_AlternativePayments<br />';
29
-
30
  $installer = $this;
31
 
32
  $installer->startSetup();
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
 
 
28
  $installer = $this;
29
 
30
  $installer->startSetup();
app/code/community/AlternativePaymentsInc/AlternativePayments/sql/alternativepayments_setup/mysql4-upgrade-0.2.2-1.0.0.php CHANGED
@@ -25,8 +25,6 @@
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
- echo 'Running Upgrade script (mysql4-upgrade-0.2.2-1.0.0.php) for AlternativePaymentsInc_AlternativePayments<br />';
29
-
30
  $installer = $this;
31
 
32
  $installer->startSetup();
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
 
 
28
  $installer = $this;
29
 
30
  $installer->startSetup();
app/code/community/AlternativePaymentsInc/AlternativePayments/sql/alternativepayments_setup/mysql4-upgrade-1.0.0-1.0.1.php CHANGED
@@ -25,8 +25,6 @@
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
28
- echo 'Running Upgrade script (mysql4-upgrade-1.0.0-1.0.1.php) for AlternativePaymentsInc_AlternativePayments<br />';
29
-
30
  $installer = $this;
31
 
32
  $installer->startSetup();
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
 
 
28
  $installer = $this;
29
 
30
  $installer->startSetup();
app/code/community/AlternativePaymentsInc/AlternativePayments/sql/alternativepayments_setup/{mysql4-upgrade-1.0.1-1.0.2.php → mysql4-upgrade-1.0.1-1.0.3.php} RENAMED
@@ -26,8 +26,6 @@
26
  */
27
 
28
 
29
- echo 'Running Upgrade script (mysql4-upgrade-1.0.1-1.0.2.php) for AlternativePaymentsInc_AlternativePayments<br />';
30
-
31
  $installer = $this;
32
 
33
  $installer->startSetup();
26
  */
27
 
28
 
 
 
29
  $installer = $this;
30
 
31
  $installer->startSetup();
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AlternativePaymentsInc_AlternativePayments</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">OSL v3.0</license>
7
  <channel>community</channel>
@@ -11,7 +11,6 @@
11
  Alternative Payments offers merchants a variety of payment methods that will limit the exposure and risks involved in providing services online to consumers worldwide.&#xD;
12
  Adding Alternative Payments extension will increase your sales because you can offer consumers more options to pay:&#xD;
13
  ACH - Online Check&#xD;
14
- BARPAY&#xD;
15
  EPS&#xD;
16
  iDEAL&#xD;
17
  GiroPay&#xD;
@@ -28,8 +27,8 @@ QIWI</description>
28
  <notes>This module adds the wide range of different alternative payment methods.</notes>
29
  <authors><author><name>Alternative Payments Inc</name><user>alternativepayments</user><email>magento@alternativepayments.com</email></author></authors>
30
  <date>2014-01-29</date>
31
- <time>12:38:25</time>
32
- <contents><target name="magecommunity"><dir name="AlternativePaymentsInc"><dir name="AlternativePayments"><dir name="Block"><dir name="Adminhtml"><file name="Textfields.php" hash="7e8d3f62121707cc30d370ed8782e0d2"/><file name="Textfields1.php" hash="451d68fc966e6a917c899be289f39443"/><file name="Textfields2.php" hash="aecd2fac88f06689931186c7b5eed222"/></dir><file name="Form.php" hash="7872bc7c6373e95cd6baa62308c761e8"/><file name="PaymentInfo.php" hash="f9fd55ba85bf393b477e8349ce111189"/><file name="Redirect.php" hash="6da455eed980c9cc81dc6faba3fb07c5"/></dir><dir name="Helper"><file name="Data.php" hash="a34b1fde4d3fd9f7fe3c1c9cd466735a"/></dir><dir name="Model"><file name="Dbiban.php" hash="77570789806b0777dd080aff5297b36f"/><file name="Dbsource.php" hash="0901fcf408b616e3dece942c36466ebd"/><dir name="Mysql4"><dir name="Dbiban"><file name="Collection.php" hash="3308f64b6eb00f45f11f14f15e6bd455"/></dir><file name="Dbiban.php" hash="27488a50bffc0283cf7d9ca7bf1100f9"/><dir name="Dbsource"><file name="Collection.php" hash="cf58c8f838e9a60bc9df251fa79813ce"/></dir><file name="Dbsource.php" hash="cb7421422905d1b71aab74bc6a0657c6"/></dir><dir name="Resource"><file name="Setup.php" hash="c895acc6ccdd12f3f1dc656fa0075c9a"/></dir><file name="Session.php" hash="935ad9754dd2be70455bb77dde200056"/><file name="Standard.php" hash="f10abdb0921a509573ddce489249fe46"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Allowtypeall.php" hash="5e8a9672c445a9ea959863d10bf01581"/><dir name="Payment"><file name="Alternativepaymenttype.php" hash="f46c88e5b2185f11a4c97ea7b9e65d34"/><file name="_Tshow1.php" hash="e8898e83621d573313bfd61ca7aac8be"/></dir><file name="Testmode.php" hash="ea23e270155e949398963977a3281bf4"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="3f140638fb6a07b14594783784fff77a"/><file name="PaymentController.php" hash="762ba0744fd3c4f5ee4bfa85033f27eb"/></dir><dir name="etc"><file name="config.xml" hash="d0d81786148434e89dd650223230a421"/><file name="system.xml" hash="5f51fe0a10543ce6728ae79891bd285a"/></dir><dir name="sql"><dir name="alternativepayments_setup"><file name="mysql4-install-0.1.0.php" hash="55837bbfa25529cbbf463ed6775951a0"/><file name="mysql4-upgrade-0.1.0-0.1.4.php" hash="d29e5b80d189e99601ef34de81297067"/><file name="mysql4-upgrade-0.1.4-0.2.0.php" hash="67731c22b9017e2988e037f5f2a6ec09"/><file name="mysql4-upgrade-0.2.0-0.2.2.php" hash="28e1ed22715f799d2ae785d12553ba34"/><file name="mysql4-upgrade-0.2.2-1.0.0.php" hash="e02d2be64400e4aef70a9f67b6242ca3"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="737de6352262b4dac5dcb374d5db64cf"/><file name="mysql4-upgrade-1.0.1-1.0.2.php" hash="4d09d965ba40b89593b8ab88c02c7cca"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="AlternativePaymentsInc_AlternativePayments.xml" hash="c95eef35957a05ed40dbc8f038432c6a"/></dir></target><target name="magelocale"><dir name="en_US"><file name="AlternativePaymentsInc_AlternativePayments.csv" hash="8ddcaf54ac93ec7b5af8b5f9c4df350a"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="alternativepayments"><file name="failure.phtml" hash="9a6181d271abaa1250857a8f26394afe"/><dir name="form"><file name="ach.phtml" hash="3ab3dce8e907f6a26a58e2fc74010c7f"/><file name="barpay.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="brazilpay.phtml" hash="1ebcedd34b5bb07188a928f748172846"/><file name="chinadebit.phtml" hash="56bbeed4548aad597a9784dc1ed5deba"/><file name="creditcard.phtml" hash="a6ee16f20da3e30f5e69b842733d735d"/><file name="directpay.phtml" hash="ad1411f184341fca5db6a4835604fcd1"/><file name="directpaymax.phtml" hash="c2ffc0a97df4342de20039634af4e2f0"/><file name="eps.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="eurodebit.phtml" hash="862e8f92191801bd180a3b9ea231f3e7"/><file name="giropay.phtml" hash="dee7411000671a92ec6566d056ff64a6"/><file name="ideal.phtml" hash="9fa3d535b9dcffe76d31b10b4dee18f7"/><file name="paysafe.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="poli.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="przelewy.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="qiwi.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="sepa.phtml" hash="f820294236eb728ccd72e862013b9f32"/><file name="teleingreso.phtml" hash="07d2fb74b92b506fd5c94700d288d66d"/><file name="telepay.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="yellowpay.phtml" hash="092ff9792b4ab8a1f1cee1cce9c5c96b"/></dir><file name="form.phtml" hash="a2714b2ac583cc595a9afa63f93df2e7"/><file name="isapprove.phtml" hash="c527d3e50ca91452420cccb3053a90cf"/><file name="redirect.phtml" hash="ed106333c9638351b909d409abe5dfd0"/><file name="response.phtml" hash="36dda28d50a5fb9d3dc76bdb6dee0525"/><file name="success.phtml" hash="5b505b11de29af9fa3e587e5c54af25e"/></dir></dir><dir name="layout"><file name="alternativepayments.xml" hash="929215c56b35ff6feb7ce85bc155fe45"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="alternativepayments"><dir name="css"><file name="styles.css" hash="fb7201cf0a6971e2a6815448b4f5c194"/></dir><dir name="images"><file name="cvv22.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="information.png" hash="db8ec00f3807b9c6a4f83f860507473c"/><file name="phoneverf1.jpg" hash="e767327aeb2ac74f63dab481102963ab"/><file name="phoneverf2.jpg" hash="8a2b8e54fcc8ed9e9d374798b9a151df"/><file name="phoneverf3.jpg" hash="6e01da6a98e7416993974867e155350a"/><file name="phoneverf4.jpg" hash="c2d41b2e90ff26d1cd5b25c104bd14e5"/><file name="qm.gif" hash="90db9e3e88dbd76eaf7c1f902262ddc6"/></dir></dir></dir></dir></dir></target></contents>
33
  <compatible/>
34
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mygento_JQueryLib</name><channel>community</channel><min>1.8.1.0</min><max></max></package></required></dependencies>
35
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AlternativePaymentsInc_AlternativePayments</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">OSL v3.0</license>
7
  <channel>community</channel>
11
  Alternative Payments offers merchants a variety of payment methods that will limit the exposure and risks involved in providing services online to consumers worldwide.&#xD;
12
  Adding Alternative Payments extension will increase your sales because you can offer consumers more options to pay:&#xD;
13
  ACH - Online Check&#xD;
 
14
  EPS&#xD;
15
  iDEAL&#xD;
16
  GiroPay&#xD;
27
  <notes>This module adds the wide range of different alternative payment methods.</notes>
28
  <authors><author><name>Alternative Payments Inc</name><user>alternativepayments</user><email>magento@alternativepayments.com</email></author></authors>
29
  <date>2014-01-29</date>
30
+ <time>14:01:48</time>
31
+ <contents><target name="magecommunity"><dir name="AlternativePaymentsInc"><dir name="AlternativePayments"><dir name="Block"><dir name="Adminhtml"><file name="Textfields.php" hash="7e8d3f62121707cc30d370ed8782e0d2"/><file name="Textfields1.php" hash="451d68fc966e6a917c899be289f39443"/><file name="Textfields2.php" hash="aecd2fac88f06689931186c7b5eed222"/></dir><file name="Form.php" hash="7872bc7c6373e95cd6baa62308c761e8"/><file name="PaymentInfo.php" hash="f9fd55ba85bf393b477e8349ce111189"/><file name="Redirect.php" hash="6da455eed980c9cc81dc6faba3fb07c5"/></dir><dir name="Helper"><file name="Data.php" hash="a34b1fde4d3fd9f7fe3c1c9cd466735a"/></dir><dir name="Model"><file name="Dbiban.php" hash="77570789806b0777dd080aff5297b36f"/><file name="Dbsource.php" hash="0901fcf408b616e3dece942c36466ebd"/><dir name="Mysql4"><dir name="Dbiban"><file name="Collection.php" hash="3308f64b6eb00f45f11f14f15e6bd455"/></dir><file name="Dbiban.php" hash="27488a50bffc0283cf7d9ca7bf1100f9"/><dir name="Dbsource"><file name="Collection.php" hash="cf58c8f838e9a60bc9df251fa79813ce"/></dir><file name="Dbsource.php" hash="cb7421422905d1b71aab74bc6a0657c6"/></dir><dir name="Resource"><file name="Setup.php" hash="c895acc6ccdd12f3f1dc656fa0075c9a"/></dir><file name="Session.php" hash="935ad9754dd2be70455bb77dde200056"/><file name="Standard.php" hash="f10abdb0921a509573ddce489249fe46"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Allowtypeall.php" hash="5e8a9672c445a9ea959863d10bf01581"/><dir name="Payment"><file name="Alternativepaymenttype.php" hash="f46c88e5b2185f11a4c97ea7b9e65d34"/><file name="_Tshow1.php" hash="e8898e83621d573313bfd61ca7aac8be"/></dir><file name="Testmode.php" hash="ea23e270155e949398963977a3281bf4"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="3f140638fb6a07b14594783784fff77a"/><file name="PaymentController.php" hash="762ba0744fd3c4f5ee4bfa85033f27eb"/></dir><dir name="etc"><file name="config.xml" hash="99482cbe396125a4814689103ba51489"/><file name="system.xml" hash="5f51fe0a10543ce6728ae79891bd285a"/></dir><dir name="sql"><dir name="alternativepayments_setup"><file name="mysql4-install-0.1.0.php" hash="3ee11c91d4ce4d4020d656399bd37cbd"/><file name="mysql4-upgrade-0.1.0-0.1.4.php" hash="231431559f663faf11f753e18c3f567d"/><file name="mysql4-upgrade-0.1.4-0.2.0.php" hash="f7da994d9e5b5182717cc93feef40960"/><file name="mysql4-upgrade-0.2.0-0.2.2.php" hash="b3698ba4a624deb21876a545db43c99a"/><file name="mysql4-upgrade-0.2.2-1.0.0.php" hash="63d822327180714a28e9d6102c352cc2"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="fa1878ab9552d7c52eb3d28b61ab6151"/><file name="mysql4-upgrade-1.0.1-1.0.3.php" hash="8ca38f9f8b7b0c0bbb83b368770423c4"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="AlternativePaymentsInc_AlternativePayments.xml" hash="c95eef35957a05ed40dbc8f038432c6a"/></dir></target><target name="magelocale"><dir name="en_US"><file name="AlternativePaymentsInc_AlternativePayments.csv" hash="8ddcaf54ac93ec7b5af8b5f9c4df350a"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="alternativepayments"><file name="failure.phtml" hash="9a6181d271abaa1250857a8f26394afe"/><dir name="form"><file name="ach.phtml" hash="3ab3dce8e907f6a26a58e2fc74010c7f"/><file name="barpay.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="brazilpay.phtml" hash="1ebcedd34b5bb07188a928f748172846"/><file name="chinadebit.phtml" hash="56bbeed4548aad597a9784dc1ed5deba"/><file name="creditcard.phtml" hash="a6ee16f20da3e30f5e69b842733d735d"/><file name="directpay.phtml" hash="ad1411f184341fca5db6a4835604fcd1"/><file name="directpaymax.phtml" hash="c2ffc0a97df4342de20039634af4e2f0"/><file name="eps.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="eurodebit.phtml" hash="862e8f92191801bd180a3b9ea231f3e7"/><file name="giropay.phtml" hash="dee7411000671a92ec6566d056ff64a6"/><file name="ideal.phtml" hash="9fa3d535b9dcffe76d31b10b4dee18f7"/><file name="paysafe.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="poli.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="przelewy.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="qiwi.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="sepa.phtml" hash="f820294236eb728ccd72e862013b9f32"/><file name="teleingreso.phtml" hash="07d2fb74b92b506fd5c94700d288d66d"/><file name="telepay.phtml" hash="d2bb7cad795645f5b0ed3d32c933cec3"/><file name="yellowpay.phtml" hash="092ff9792b4ab8a1f1cee1cce9c5c96b"/></dir><file name="form.phtml" hash="a2714b2ac583cc595a9afa63f93df2e7"/><file name="isapprove.phtml" hash="c527d3e50ca91452420cccb3053a90cf"/><file name="redirect.phtml" hash="ed106333c9638351b909d409abe5dfd0"/><file name="response.phtml" hash="36dda28d50a5fb9d3dc76bdb6dee0525"/><file name="success.phtml" hash="5b505b11de29af9fa3e587e5c54af25e"/></dir></dir><dir name="layout"><file name="alternativepayments.xml" hash="929215c56b35ff6feb7ce85bc155fe45"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="alternativepayments"><dir name="css"><file name="styles.css" hash="fb7201cf0a6971e2a6815448b4f5c194"/></dir><dir name="images"><file name="cvv22.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="information.png" hash="db8ec00f3807b9c6a4f83f860507473c"/><file name="phoneverf1.jpg" hash="e767327aeb2ac74f63dab481102963ab"/><file name="phoneverf2.jpg" hash="8a2b8e54fcc8ed9e9d374798b9a151df"/><file name="phoneverf3.jpg" hash="6e01da6a98e7416993974867e155350a"/><file name="phoneverf4.jpg" hash="c2d41b2e90ff26d1cd5b25c104bd14e5"/><file name="qm.gif" hash="90db9e3e88dbd76eaf7c1f902262ddc6"/></dir></dir></dir></dir></dir></target></contents>
32
  <compatible/>
33
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mygento_JQueryLib</name><channel>community</channel><min>1.8.1.0</min><max></max></package></required></dependencies>
34
  </package>