Version Notes
Atwix Western Union Payment module adds a new Payment Method for Magento.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Atwix_Western_Union_Payment_Module |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/local/Atwix/WesternUnionPayment/etc/config.xml
CHANGED
@@ -39,6 +39,7 @@
|
|
39 |
<payment>
|
40 |
<westernunionpayment>
|
41 |
<active>1</active>
|
|
|
42 |
<model>westernunionpayment/paymentMethod</model>
|
43 |
<order_status>pending</order_status>
|
44 |
<title>Western Union Payment</title>
|
39 |
<payment>
|
40 |
<westernunionpayment>
|
41 |
<active>1</active>
|
42 |
+
<payable_to>Enter your Western Union details</payable_to>
|
43 |
<model>westernunionpayment/paymentMethod</model>
|
44 |
<order_status>pending</order_status>
|
45 |
<title>Western Union Payment</title>
|
app/code/local/Atwix/WesternUnionPayment/etc/system.xml
CHANGED
@@ -29,14 +29,6 @@
|
|
29 |
<show_in_website>1</show_in_website>
|
30 |
<show_in_store>0</show_in_store>
|
31 |
</order_status>
|
32 |
-
<sort_order translate="label">
|
33 |
-
<label>Sort Order</label>
|
34 |
-
<frontend_type>text</frontend_type>
|
35 |
-
<sort_order>100</sort_order>
|
36 |
-
<show_in_default>1</show_in_default>
|
37 |
-
<show_in_website>1</show_in_website>
|
38 |
-
<show_in_store>0</show_in_store>
|
39 |
-
</sort_order>
|
40 |
<title translate="label">
|
41 |
<label>Title</label>
|
42 |
<frontend_type>text</frontend_type>
|
@@ -72,6 +64,14 @@
|
|
72 |
<show_in_website>1</show_in_website>
|
73 |
<show_in_store>1</show_in_store>
|
74 |
</payable_to>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
</fields>
|
76 |
</westernunionpayment>
|
77 |
</groups>
|
29 |
<show_in_website>1</show_in_website>
|
30 |
<show_in_store>0</show_in_store>
|
31 |
</order_status>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
<title translate="label">
|
33 |
<label>Title</label>
|
34 |
<frontend_type>text</frontend_type>
|
64 |
<show_in_website>1</show_in_website>
|
65 |
<show_in_store>1</show_in_store>
|
66 |
</payable_to>
|
67 |
+
<sort_order translate="label">
|
68 |
+
<label>Sort Order</label>
|
69 |
+
<frontend_type>text</frontend_type>
|
70 |
+
<sort_order>100</sort_order>
|
71 |
+
<show_in_default>1</show_in_default>
|
72 |
+
<show_in_website>1</show_in_website>
|
73 |
+
<show_in_store>0</show_in_store>
|
74 |
+
</sort_order>
|
75 |
</fields>
|
76 |
</westernunionpayment>
|
77 |
</groups>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Atwix_Western_Union_Payment_Module</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Atwix Western Union Payment Module</description>
|
11 |
<notes>Atwix Western Union Payment module adds a new Payment Method for Magento.</notes>
|
12 |
<authors><author><name>atwix</name><user>auto-converted</user><email>info@atwix.com</email></author></authors>
|
13 |
-
<date>2011-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="westernunionpayment"><dir name="info"><file name="westernunionpayment.phtml" hash="aa0b1aa54889aa6f5c9636d8c58bac3b"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="westernunionpayment"><dir name="form"><file name="westernunionpayment.phtml" hash="73e5e56301ff42a540f94bb7e8254d3d"/></dir><dir name="info"><file name="westernunionpayment.phtml" hash="aa0b1aa54889aa6f5c9636d8c58bac3b"/></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Atwix"><dir name="WesternUnionPayment"><dir name="Block"><dir name="Form"><file name="Westernunionpayment.php" hash="95f61e1cdeb1d359a1bcaa46cdab88a2"/></dir><dir name="Info"><file name="Westernunionpayment.php" hash="5989ddd4f7f16149b5251404ec1c5c02"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Atwix_Western_Union_Payment_Module</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Atwix Western Union Payment Module</description>
|
11 |
<notes>Atwix Western Union Payment module adds a new Payment Method for Magento.</notes>
|
12 |
<authors><author><name>atwix</name><user>auto-converted</user><email>info@atwix.com</email></author></authors>
|
13 |
+
<date>2011-05-03</date>
|
14 |
+
<time>14:49:42</time>
|
15 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="westernunionpayment"><dir name="info"><file name="westernunionpayment.phtml" hash="aa0b1aa54889aa6f5c9636d8c58bac3b"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="westernunionpayment"><dir name="form"><file name="westernunionpayment.phtml" hash="73e5e56301ff42a540f94bb7e8254d3d"/></dir><dir name="info"><file name="westernunionpayment.phtml" hash="aa0b1aa54889aa6f5c9636d8c58bac3b"/></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Atwix"><dir name="WesternUnionPayment"><dir name="Block"><dir name="Form"><file name="Westernunionpayment.php" hash="95f61e1cdeb1d359a1bcaa46cdab88a2"/></dir><dir name="Info"><file name="Westernunionpayment.php" hash="5989ddd4f7f16149b5251404ec1c5c02"/></dir></dir><dir name="etc"><file name="config.xml" hash="effd309c60ff1f8b924018f8e3076e7c"/><file name="system.xml" hash="75b79dd57a1060164e7c71731e0d8cf4"/></dir><dir name="Model"><file name="PaymentMethod.php" hash="979406f8bba02e8b2a755cf21e2db41a"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Atwix_WesternUnionPayment.xml" hash="1602ce163e7387c6daf838bef06757eb"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|