Version Notes
Minor update
Download this release
Release Info
Developer | J2T DESIGN |
Extension | J2t_Payplug |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/code/community/J2t/Payplug/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<J2t_Payplug>
|
5 |
-
<version>1.0.
|
6 |
</J2t_Payplug>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<J2t_Payplug>
|
5 |
+
<version>1.0.4</version>
|
6 |
</J2t_Payplug>
|
7 |
</modules>
|
8 |
|
app/code/community/J2t/Payplug/etc/system.xml
CHANGED
@@ -64,28 +64,7 @@
|
|
64 |
<show_in_default>1</show_in_default>
|
65 |
<show_in_website>1</show_in_website>
|
66 |
<show_in_store>0</show_in_store>
|
67 |
-
|
68 |
-
<comment><![CDATA[
|
69 |
-
<script type="text/javascript">
|
70 |
-
|
71 |
-
hideAll = function(){
|
72 |
-
$('payment_j2tpayplug_private_key').up(1).hide();
|
73 |
-
$('payment_j2tpayplug_public_key').up(1).hide();
|
74 |
-
$('payment_j2tpayplug_module_url').up(1).hide();
|
75 |
-
$('payment_j2tpayplug_min_amount').up(1).hide();
|
76 |
-
$('payment_j2tpayplug_max_amount').up(1).hide();
|
77 |
-
$('payment_j2tpayplug_currencies').up(1).hide();
|
78 |
-
};
|
79 |
-
|
80 |
-
Event.observe(window, 'load', function() {
|
81 |
-
hideAll();
|
82 |
-
});
|
83 |
-
</script>
|
84 |
-
]]>
|
85 |
-
</comment>
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
<fields>
|
90 |
<active translate="label">
|
91 |
<label>Enabled</label>
|
@@ -95,6 +74,22 @@
|
|
95 |
<show_in_default>1</show_in_default>
|
96 |
<show_in_website>1</show_in_website>
|
97 |
<show_in_store>0</show_in_store>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
</active>
|
99 |
<title translate="label">
|
100 |
<label>Title</label>
|
64 |
<show_in_default>1</show_in_default>
|
65 |
<show_in_website>1</show_in_website>
|
66 |
<show_in_store>0</show_in_store>
|
67 |
+
<comment><![CDATA[In order to use this payment method, it is necessary to create an account on <a target='_blank' href='http://www.payplug.fr/inscription?sponsor=83'>PayPlug</a>.]]></comment>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
<fields>
|
69 |
<active translate="label">
|
70 |
<label>Enabled</label>
|
74 |
<show_in_default>1</show_in_default>
|
75 |
<show_in_website>1</show_in_website>
|
76 |
<show_in_store>0</show_in_store>
|
77 |
+
<comment><![CDATA[
|
78 |
+
<script type="text/javascript">
|
79 |
+
hideAll = function(){
|
80 |
+
$('payment_j2tpayplug_private_key').up(1).hide();
|
81 |
+
$('payment_j2tpayplug_public_key').up(1).hide();
|
82 |
+
$('payment_j2tpayplug_module_url').up(1).hide();
|
83 |
+
$('payment_j2tpayplug_min_amount').up(1).hide();
|
84 |
+
$('payment_j2tpayplug_max_amount').up(1).hide();
|
85 |
+
$('payment_j2tpayplug_currencies').up(1).hide();
|
86 |
+
};
|
87 |
+
|
88 |
+
Event.observe(window, 'load', function() {
|
89 |
+
hideAll();
|
90 |
+
});
|
91 |
+
</script>
|
92 |
+
]]></comment>
|
93 |
</active>
|
94 |
<title translate="label">
|
95 |
<label>Title</label>
|
app/locale/fr_FR/j2t_payplug.csv
CHANGED
@@ -21,4 +21,5 @@
|
|
21 |
"New order status","Statut nouvelle commande"
|
22 |
"Approved order status","Statut commande approuvée"
|
23 |
"Rejected order status","Statut commande rejetée"
|
24 |
-
"Invoice when complete","Facturer les commandes valides"
|
|
21 |
"New order status","Statut nouvelle commande"
|
22 |
"Approved order status","Statut commande approuvée"
|
23 |
"Rejected order status","Statut commande rejetée"
|
24 |
+
"Invoice when complete","Facturer les commandes valides"
|
25 |
+
"In order to use this payment method, it is necessary to create an account on <a target='_blank' href='http://www.payplug.fr/inscription?sponsor=83'>PayPlug</a>.","Afin de pouvoir utiliser ce mode de paiement, il est nécessaire de créer un compte sur <a target='_blank' href='http://www.payplug.fr/inscription?sponsor=83'>PayPlug</a>."
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>J2t_Payplug</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>PayPlug payment gateway</summary>
|
10 |
<description>It allows to pay with PayPlug</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>J2T Design</name><user>j2tdesign</user><email>j2tdesign.net@gmail.com</email></author></authors>
|
13 |
-
<date>2014-09-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="J2t"><dir name="Payplug"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Accountdetails.php" hash="c89acdccd51f392dac8dfd032013683f"/></dir></dir></dir><file name="Form.php" hash="0c89710b2d4e94d76e9cc4b37ae3e7a6"/><file name="Info.php" hash="1879d72dca0d0762afa48d7039d07925"/></dir><dir name="Helper"><file name="Data.php" hash="123d5de46cd1577e867e8ab9b0236d09"/></dir><dir name="Model"><file name="Feed.php" hash="a7a040e81827020e74f22f760b8f3f64"/><file name="Observer.php" hash="6d67e04bd3fd33e44c8381e64d5e9682"/><file name="PaymentMethod.php" hash="ecdb9dddcaaac90b80e5df92690b8d4a"/></dir><dir name="controllers"><file name="PaymentController.php" hash="39dc7cde45283f1c5d6c62e1bb8efcac"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>J2t_Payplug</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>PayPlug payment gateway</summary>
|
10 |
<description>It allows to pay with PayPlug</description>
|
11 |
+
<notes>Minor update</notes>
|
12 |
<authors><author><name>J2T Design</name><user>j2tdesign</user><email>j2tdesign.net@gmail.com</email></author></authors>
|
13 |
+
<date>2014-09-29</date>
|
14 |
+
<time>08:46:57</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="J2t"><dir name="Payplug"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Accountdetails.php" hash="c89acdccd51f392dac8dfd032013683f"/></dir></dir></dir><file name="Form.php" hash="0c89710b2d4e94d76e9cc4b37ae3e7a6"/><file name="Info.php" hash="1879d72dca0d0762afa48d7039d07925"/></dir><dir name="Helper"><file name="Data.php" hash="123d5de46cd1577e867e8ab9b0236d09"/></dir><dir name="Model"><file name="Feed.php" hash="a7a040e81827020e74f22f760b8f3f64"/><file name="Observer.php" hash="6d67e04bd3fd33e44c8381e64d5e9682"/><file name="PaymentMethod.php" hash="ecdb9dddcaaac90b80e5df92690b8d4a"/></dir><dir name="controllers"><file name="PaymentController.php" hash="39dc7cde45283f1c5d6c62e1bb8efcac"/></dir><dir name="etc"><file name="config.xml" hash="0f4544ffd59462b9f2d5234fb90e37e9"/><file name="system.xml" hash="3162cbcfe20e70dea4f3361f15b05b4f"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="j2tpayplug"><file name="form.phtml" hash="6edeec68d52f962cfe43b703d9925302"/><file name="info.phtml" hash="7270ac2591cb0ad18915d8f5e92bef69"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="j2tpayplug.xml" hash="b4f4d0cbe73cbd00bff554680f531741"/></dir><dir name="template"><dir name="j2tpayplug"><file name="info.phtml" hash="f6aa9ac4ef5ec0aa207e4b5a03666bd1"/><dir name="pdf"><file name="info.phtml" hash="007c81c2ae9e9b16522924a8073294ef"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="J2t_Payplug.xml" hash="dccffdae1d3e6bae6c2e01ed7ec0cff3"/></dir></target><target name="magelocale"><dir><dir name="fr_FR"><file name="j2t_payplug.csv" hash="e974dd6332fdb4714dc519e4df59f1b0"/></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="j2t_all_admin_1.css" hash="6d64fbd2a114cd820c11017c61bd0897"/><dir name="images"><file name="j2t_all_1.png" hash="19abc9040d74479f19eeb0c686f84766"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="."><file name="icon_accepted_cards_payplug.gif" hash="5270a1ef6a85f679504849cdb1dccb2a"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|