Eximbay - Version 1.0.5

Version Notes

Added configuration option.

Download this release

Release Info

Developer KRPartners Co.,Ltd
Extension Eximbay
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.4 to 1.0.5

app/code/local/Mage/Eximbay/etc/config.xml CHANGED
@@ -148,7 +148,7 @@
148
  <group>xbay</group>
149
  <active>1</active>
150
  <model>eximbay/acc</model>
151
- <title>Eximbay</title>
152
  <allowspecific>0</allowspecific>
153
  </eximbay_acc>
154
  </payment>
148
  <group>xbay</group>
149
  <active>1</active>
150
  <model>eximbay/acc</model>
151
+ <title>Credit Card (Eximbay)</title>
152
  <allowspecific>0</allowspecific>
153
  </eximbay_acc>
154
  </payment>
app/code/local/Mage/Eximbay/etc/system.xml CHANGED
@@ -28,7 +28,7 @@
28
  <groups>
29
 
30
  <!-- newmodule fieldset -->
31
- <eximbay translate="label" module="eximbay">
32
  <!-- will have title 'Cash On Delivery' -->
33
  <label>Eximbay Secure Payment</label>
34
  <!-- position between other payment methods -->
@@ -41,7 +41,8 @@
41
  <!-- is this payment method active for the website? -->
42
  <active translate="label">
43
  <!-- label for the field -->
44
- <label>Enabled</label>
 
45
  <!-- input type for configuration value -->
46
  <frontend_type>select</frontend_type>
47
  <!-- model to take the option values from -->
@@ -53,16 +54,18 @@
53
  <show_in_website>1</show_in_website>
54
  <show_in_store>0</show_in_store>
55
  </active>
56
- <!--<title translate="label">
57
- <label>Title</label>
 
58
  <frontend_type>text</frontend_type>
59
  <sort_order>2</sort_order>
60
  <show_in_default>1</show_in_default>
61
  <show_in_website>1</show_in_website>
62
  <show_in_store>0</show_in_store>
63
- </title> -->
64
  <mid translate="label">
65
  <label>Merchant ID</label>
 
66
  <frontend_type>obscure</frontend_type>
67
  <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
68
  <sort_order>3</sort_order>
@@ -72,6 +75,7 @@
72
  </mid>
73
  <secret_key translate="label">
74
  <label>Secret Key</label>
 
75
  <frontend_type>obscure</frontend_type>
76
  <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
77
  <sort_order>4</sort_order>
@@ -92,6 +96,7 @@
92
  </order_status>-->
93
  <test translate="label">
94
  <label>Test Mode</label>
 
95
  <frontend_type>select</frontend_type>
96
  <source_model>adminhtml/system_config_source_yesno</source_model>
97
  <sort_order>6</sort_order>
@@ -137,7 +142,7 @@
137
  </specificcountry>
138
  -->
139
  </fields>
140
- </eximbay>
141
  </groups>
142
  </payment>
143
  </sections>
28
  <groups>
29
 
30
  <!-- newmodule fieldset -->
31
+ <eximbay_acc translate="label" module="eximbay">
32
  <!-- will have title 'Cash On Delivery' -->
33
  <label>Eximbay Secure Payment</label>
34
  <!-- position between other payment methods -->
41
  <!-- is this payment method active for the website? -->
42
  <active translate="label">
43
  <!-- label for the field -->
44
+ <label>Enabled</label>
45
+ <comment>Enable or disable this payment method</comment>
46
  <!-- input type for configuration value -->
47
  <frontend_type>select</frontend_type>
48
  <!-- model to take the option values from -->
54
  <show_in_website>1</show_in_website>
55
  <show_in_store>0</show_in_store>
56
  </active>
57
+ <title translate="label">
58
+ <label>Title</label>
59
+ <comment>Insert a custom title for this payment method</comment>
60
  <frontend_type>text</frontend_type>
61
  <sort_order>2</sort_order>
62
  <show_in_default>1</show_in_default>
63
  <show_in_website>1</show_in_website>
64
  <show_in_store>0</show_in_store>
65
+ </title>
66
  <mid translate="label">
67
  <label>Merchant ID</label>
68
+ <comment>Insert a merchant id provided by Eximbay</comment>
69
  <frontend_type>obscure</frontend_type>
70
  <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
71
  <sort_order>3</sort_order>
75
  </mid>
76
  <secret_key translate="label">
77
  <label>Secret Key</label>
78
+ <comment>Insert a secret key provided by Eximbay</comment>
79
  <frontend_type>obscure</frontend_type>
80
  <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
81
  <sort_order>4</sort_order>
96
  </order_status>-->
97
  <test translate="label">
98
  <label>Test Mode</label>
99
+ <comment>If you want to work in test mode, choose 'Yes'. Otherwise, choose 'No'</comment>
100
  <frontend_type>select</frontend_type>
101
  <source_model>adminhtml/system_config_source_yesno</source_model>
102
  <sort_order>6</sort_order>
142
  </specificcountry>
143
  -->
144
  </fields>
145
+ </eximbay_acc>
146
  </groups>
147
  </payment>
148
  </sections>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eximbay</name>
4
- <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/gpl-license.php">GNU General Public License</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Official Eximbay Payment Extension</summary>
10
  <description>This payment module offers a variety of popular payment methods for online merchants.</description>
11
- <notes>charset to UTF-8.</notes>
12
  <authors><author><name>KRPartners Co.,Ltd</name><user>prokod1</user><email>prokod@kr.net</email></author></authors>
13
- <date>2014-01-29</date>
14
- <time>09:25:22</time>
15
- <contents><target name="magelocal"><dir name="Mage"><dir name="Eximbay"><dir name="Block"><file name="Form.php" hash="35efc06faf8ffcc8521bae67554a667c"/><file name="Info.php" hash="d54164acde35a307cba6c2a93efa545d"/><file name="Jsinit.php" hash="8485fc4e1405c247c66bc2c3a998945a"/><file name="Payment.php" hash="a6562c1ddfe6af8deab4955b5717555d"/><file name="Placeform.php" hash="847d84d6cd2a4109fe86167122b48238"/><file name="Redirect.php" hash="5fc99df4853e337c429eec463452d73f"/></dir><dir name="Helper"><file name="Data.php" hash="152b123f6ff4de1ecb49f07c4ddfb85d"/></dir><dir name="Model"><file name="Abstract.php" hash="425ec9324cab9a4e4434b386095a9f6a"/><file name="Acc.php" hash="216134d769ee10f0704b7d592967c5f4"/><file name="Event.php" hash="0583b8edbdef2533f70c45ae03c34343"/></dir><dir name="controllers"><file name="EximbayController.php" hash="f4830633769127a2d2558053494fab51"/><file name="ProcessingController.php" hash="7c364f13d4c744fec2a5c3442969a9aa"/></dir><dir name="etc"><file name="config.xml" hash="f491319783513429337e584054c61813"/><file name="system.xml" hash="a8a4ea5e68b1848d503fbd51c49048c2"/></dir><dir name="sql"><dir name="eximbay_setup"><file name="mysql4-install-0.1.0.php" hash="a6be2fbf126da40e119bf9d15acd545e"/><file name="mysql4-ugrade-0.1.0-0.2.0.php" hash="b6adcaae8201d20284c53eee72cbca36"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eximbay.xml" hash="a40141b94abc2e79f48261c380f6bee8"/></dir><dir name="template"><dir name="eximbay"><file name="info.phtml" hash="eb6781c9c3239e9e7680c6d135608a98"/><file name="jsinit.phtml" hash="0c96e841bb9c384df2e04d018c5d3a3e"/><dir name="pdf"><file name="info.phtml" hash="d087d55b5aca15306673e37c37650b9b"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eximbay.xml" hash="6ff8a6036e516221aad42f5144942278"/></dir><dir name="template"><dir name="eximbay"><file name="blank.phtml" hash="6a2650fc18513a3cfb13d3b8362fac63"/><file name="form.phtml" hash="7119f884b9ffc992dd03e69648c00337"/><file name="info.phtml" hash="e06bb65b3d5e5c57e15be49b2c69c5b9"/><file name="payment.phtml" hash="ea31e59c91642e37b79a1d4a29eac83e"/><file name="placeform.phtml" hash="ba16a18c16295d7fbc1aa16a9db09a53"/><file name="redirect.phtml" hash="5bb15bfb2aed1212200bbb4910bbd2e5"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Eximbay.xml" hash="d2ad4447bb58e1fb25f3624eee141768"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_Eximbay.csv" hash="dcea44085c5e6f5bd41b49eb9333863d"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="eximbay"><file name="banner_120_int.gif" hash="54276432f5b4f61f32e8c8cd2a0cc6d1"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eximbay</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/gpl-license.php">GNU General Public License</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Official Eximbay Payment Extension</summary>
10
  <description>This payment module offers a variety of popular payment methods for online merchants.</description>
11
+ <notes>Added configuration option.</notes>
12
  <authors><author><name>KRPartners Co.,Ltd</name><user>prokod1</user><email>prokod@kr.net</email></author></authors>
13
+ <date>2014-02-04</date>
14
+ <time>08:38:10</time>
15
+ <contents><target name="magelocal"><dir name="Mage"><dir name="Eximbay"><dir name="Block"><file name="Form.php" hash="35efc06faf8ffcc8521bae67554a667c"/><file name="Info.php" hash="d54164acde35a307cba6c2a93efa545d"/><file name="Jsinit.php" hash="8485fc4e1405c247c66bc2c3a998945a"/><file name="Payment.php" hash="a6562c1ddfe6af8deab4955b5717555d"/><file name="Placeform.php" hash="847d84d6cd2a4109fe86167122b48238"/><file name="Redirect.php" hash="5fc99df4853e337c429eec463452d73f"/></dir><dir name="Helper"><file name="Data.php" hash="152b123f6ff4de1ecb49f07c4ddfb85d"/></dir><dir name="Model"><file name="Abstract.php" hash="425ec9324cab9a4e4434b386095a9f6a"/><file name="Acc.php" hash="216134d769ee10f0704b7d592967c5f4"/><file name="Event.php" hash="0583b8edbdef2533f70c45ae03c34343"/></dir><dir name="controllers"><file name="EximbayController.php" hash="f4830633769127a2d2558053494fab51"/><file name="ProcessingController.php" hash="7c364f13d4c744fec2a5c3442969a9aa"/></dir><dir name="etc"><file name="config.xml" hash="0a47d0024927e959bbbdf5acca24aba0"/><file name="system.xml" hash="1b863f74d068cc7db22c9822a5e37039"/></dir><dir name="sql"><dir name="eximbay_setup"><file name="mysql4-install-0.1.0.php" hash="a6be2fbf126da40e119bf9d15acd545e"/><file name="mysql4-ugrade-0.1.0-0.2.0.php" hash="b6adcaae8201d20284c53eee72cbca36"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eximbay.xml" hash="a40141b94abc2e79f48261c380f6bee8"/></dir><dir name="template"><dir name="eximbay"><file name="info.phtml" hash="eb6781c9c3239e9e7680c6d135608a98"/><file name="jsinit.phtml" hash="0c96e841bb9c384df2e04d018c5d3a3e"/><dir name="pdf"><file name="info.phtml" hash="d087d55b5aca15306673e37c37650b9b"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eximbay.xml" hash="6ff8a6036e516221aad42f5144942278"/></dir><dir name="template"><dir name="eximbay"><file name="blank.phtml" hash="6a2650fc18513a3cfb13d3b8362fac63"/><file name="form.phtml" hash="7119f884b9ffc992dd03e69648c00337"/><file name="info.phtml" hash="e06bb65b3d5e5c57e15be49b2c69c5b9"/><file name="payment.phtml" hash="ea31e59c91642e37b79a1d4a29eac83e"/><file name="placeform.phtml" hash="ba16a18c16295d7fbc1aa16a9db09a53"/><file name="redirect.phtml" hash="5bb15bfb2aed1212200bbb4910bbd2e5"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Eximbay.xml" hash="d2ad4447bb58e1fb25f3624eee141768"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_Eximbay.csv" hash="dcea44085c5e6f5bd41b49eb9333863d"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="eximbay"><file name="banner_120_int.gif" hash="54276432f5b4f61f32e8c8cd2a0cc6d1"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>