Version Notes
Auguria_DebitPayment
Download this release
Release Info
Developer | Auguria |
Extension | Auguria_DebitPayment |
Version | 0.0.4 |
Comparing to | |
See all releases |
Code changes from version 0.0.3 to 0.0.4
app/code/community/Auguria/DebitPayment/etc/config.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Auguria_DebitPayment>
|
13 |
-
<version>0.0.
|
14 |
</Auguria_DebitPayment>
|
15 |
</modules>
|
16 |
<global>
|
@@ -83,7 +83,7 @@
|
|
83 |
<min_order_total></min_order_total>
|
84 |
<max_order_total></max_order_total>
|
85 |
<instruction>Un prélèvement automatique sera effectué sur votre compte</instruction>
|
86 |
-
<not_validated_customer_instruction><![CDATA[Un prélèvement automatique sera effectué sur votre compte, après réception de <a target='_blank' href='
|
87 |
<form_cms_page></form_cms_page>
|
88 |
</auguria_debitpayment>
|
89 |
</payment>
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Auguria_DebitPayment>
|
13 |
+
<version>0.0.4</version>
|
14 |
</Auguria_DebitPayment>
|
15 |
</modules>
|
16 |
<global>
|
83 |
<min_order_total></min_order_total>
|
84 |
<max_order_total></max_order_total>
|
85 |
<instruction>Un prélèvement automatique sera effectué sur votre compte</instruction>
|
86 |
+
<not_validated_customer_instruction><![CDATA[Un prélèvement automatique sera effectué sur votre compte, après réception de <a target='_blank' href='/media/wysiwyg/documents/demande_prelevement.pdf'>l'autorisation de prélèvement</a>]]></not_validated_customer_instruction>
|
87 |
<form_cms_page></form_cms_page>
|
88 |
</auguria_debitpayment>
|
89 |
</payment>
|
app/code/community/Auguria/DebitPayment/sql/auguria_debitpayment_setup/mysql4-upgrade-0.0.1-0.0.2.php
CHANGED
@@ -8,6 +8,8 @@
|
|
8 |
*/
|
9 |
|
10 |
$setup = $this;
|
|
|
|
|
11 |
|
12 |
$entityTypeId = $setup->getEntityTypeId('customer');
|
13 |
$attributeSetId = $setup->getDefaultAttributeSetId($entityTypeId);
|
8 |
*/
|
9 |
|
10 |
$setup = $this;
|
11 |
+
|
12 |
+
$setup->startSetup();
|
13 |
|
14 |
$entityTypeId = $setup->getEntityTypeId('customer');
|
15 |
$attributeSetId = $setup->getDefaultAttributeSetId($entityTypeId);
|
app/etc/modules/Auguria_DebitPayment.xml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Auguria
|
5 |
+
* @package Auguria_DebitPayment
|
6 |
+
* @copyright Auguria
|
7 |
+
* @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3 (GPLv3)
|
8 |
+
*/
|
9 |
+
-->
|
10 |
+
<config>
|
11 |
+
<modules>
|
12 |
+
<Auguria_DebitPayment>
|
13 |
+
<active>true</active>
|
14 |
+
<codePool>community</codePool>
|
15 |
+
<depends>
|
16 |
+
<Mage_Payment />
|
17 |
+
</depends>
|
18 |
+
</Auguria_DebitPayment>
|
19 |
+
</modules>
|
20 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Auguria_DebitPayment</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
11 |
<notes>Auguria_DebitPayment</notes>
|
12 |
<authors><author><name>Auguria</name><user>Auguria</user><email>magento@auguria.net</email></author></authors>
|
13 |
<date>2012-06-25</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php><package><name>Mage_Payment</name><channel>core</channel><min></min><max></max></package></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Auguria_DebitPayment</name>
|
4 |
+
<version>0.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
11 |
<notes>Auguria_DebitPayment</notes>
|
12 |
<authors><author><name>Auguria</name><user>Auguria</user><email>magento@auguria.net</email></author></authors>
|
13 |
<date>2012-06-25</date>
|
14 |
+
<time>10:26:36</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Auguria_DebitPayment.xml" hash="910dfbd21706e1af890e7daf17d8edb0"/></dir></target><target name="magecommunity"><dir name="Auguria"><dir name="DebitPayment"><dir name="Block"><file name="Form.php" hash="1cf19e8ddc796b86b98269f2dc204f4c"/><file name="Info.php" hash="0eff44236dae92a43a86f49c2b12be15"/></dir><dir name="Helper"><file name="Data.php" hash="c1599f7a7dcca534376baa40233ce2db"/></dir><dir name="Model"><file name="DebitPayment.php" hash="27effe8bc4e6a6260da8e52cf6ce3d64"/><dir name="Source"><file name="CmsPage.php" hash="f50f52c49d79ec770c02b5ef4fe99d74"/><dir name="Order"><file name="Status.php" hash="8453f28e49ff70df346870e1cc4286ea"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="c12063a80ff152f61f571f759dc0aab5"/><file name="system.xml" hash="78d8d63bb4fc95d906cadabeaeae60c2"/></dir><dir name="sql"><dir name="auguria_debitpayment_setup"><file name="mysql4-install-0.0.1.php" hash="3733b27160ae52cc50eec99b78c92df1"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="48ccb5305e99b7bd95e29e46e4c65168"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="auguria"><dir name="debitpayment"><file name="form.phtml" hash="9f3e76e5a1db2711e6bf45fb068177b0"/><file name="info.phtml" hash="0cd47b7241016b328fedf08e9fddd086"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="auguria"><dir name="debitpayment"><file name="form.phtml" hash="2883dbf277b01b2839133e904f6c5a10"/><file name="info.phtml" hash="367e5ba6dd4406ecbe012ca8ae23cd76"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Auguria_DebitPayment.csv" hash="e3f38b708268c3a78aabca983d902649"/></dir></target><target name="magemedia"><dir name="wysiwyg"><dir name="documents"><file name="demande_prelevement.pdf" hash="486fbed5b00e2a00230b2a806460d8ab"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php><package><name>Mage_Payment</name><channel>core</channel><min></min><max></max></package></required></dependencies>
|
18 |
</package>
|