Version Notes
See Configuration Guidelines on MagentoConnect Extension Page.
Download this release
Release Info
Developer | Elizabeth Kukla |
Extension | Knox_Payments |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- package.xml +11 -53
package.xml
CHANGED
@@ -1,62 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Knox_Payments</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://opensource.org/licenses/osl-3.0.php">
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-

|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
System=> Web Services => SOAP- Roles
|
18 |
-
click Add New Role
|
19 |
-
Role Name: Knox
|
20 |
-
Resource Access: All (defaults to “custom” so this must be updated under role resources)
|
21 |
-
Save the role
|
22 |
-

|
23 |
-
Add a user for Knox
|
24 |
-
System=> Web Services => SOAP- Users
|
25 |
-
click Add New User
|
26 |
-
Under User Info:
|
27 |
-
User Name : Knox (case sensitive)
|
28 |
-
First Name, Last Name, Email can be made anything be the admin
|
29 |
-
API Key: enter your knox api key (found in your knox dashboard)
|
30 |
-
Under User Role:
|
31 |
-
you should see the role “Knox” that you just created, select the role “Knox” for the user “Knox you are creating.
|
32 |
-
Save the User
|
33 |
-

|
34 |
-

|
35 |
-
Magento 1.5 or later</description>
|
36 |
-
<notes>For knox to work, an admin must create a SOAP api role and user so the plugin can communicate back to your store.
|
37 |
-

|
38 |
-
Add a role for Knox:
|
39 |
-
System=> Web Services => SOAP- Roles
|
40 |
-
click Add New Role
|
41 |
-
Role Name: Knox
|
42 |
-
Resource Access: All (defaults to “custom” so this must be updated under role resources)
|
43 |
-
Save the role
|
44 |
-

|
45 |
-
Add a user for Knox
|
46 |
-
System=> Web Services => SOAP- Users
|
47 |
-
click Add New User
|
48 |
-
Under User Info:
|
49 |
-
User Name : Knox (case sensitive)
|
50 |
-
First Name, Last Name, Email can be made anything be the admin
|
51 |
-
API Key: enter your knox api key (found in your knox dashboard)
|
52 |
-
Under User Role:
|
53 |
-
you should see the role “Knox” that you just created, select the role “Knox” for the user “Knox you are creating.
|
54 |
-
Save the User
|
55 |
-
</notes>
|
56 |
-
<authors><author><name>Knox Payments</name><user>knoxpayments</user><email>tommy@knoxpayments.com</email></author><author><name>Elizabeth Kukla</name><user>KnoxPayments</user><email>elizabeth@knoxpayments.com</email></author></authors>
|
57 |
-
<date>2014-08-06</date>
|
58 |
-
<time>22:06:18</time>
|
59 |
<contents><target name="magelocal"><dir name="Knox"><dir name="KnoxGateway"><dir name="Helper"><file name="Data.php" hash="5bd4ca4320d14e43f9c1cb2c75c81c1c"/></dir><dir name="Model"><file name="Observer.php" hash="1c39f6b9783f6c039895376fc36e35ff"/><file name="Standard.php" hash="9ce57b760f8e610d18a328610a21bb5e"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="f4cf4dab44220740b29355813c3a0d1d"/><file name="system.xml" hash="92dc8887092782dc1c78d647732d0b87"/></dir><file name=".DS_Store" hash="6a4832a0d6d4f18d18a0fb9c4db7cc40"/></dir><file name=".DS_Store" hash="b0a445b5f4a500ade9471247a67d4b92"/></dir></target><target name="mageetc"><dir name="modules"><file name="Knox_Knoxgateway.xml" hash="9c683e5c9faa8fbbe095e93993a70926"/></dir></target></contents>
|
60 |
<compatible/>
|
61 |
-
<dependencies><required><php><min>5.
|
62 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Knox_Payments</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Allow customers to pay seemlessly with their online banking credentials.</summary>
|
10 |
+
<description>Allow your customers to pay seamlessly with just their online banking credentials. 
|
11 |
+

|
12 |
+
Knox enables the next generation of ACH payments, allowing users to make secure payments with just their online banking username and password, all while saving merchants from the burdens of incredibly high processing fees.</description>
|
13 |
+
<notes>See Configuration Guidelines on MagentoConnect Extension Page. </notes>
|
14 |
+
<authors><author><name>Elizabeth Kukla</name><user>KnoxPayments</user><email>elizabeth@knoxpayments.com</email></author></authors>
|
15 |
+
<date>2014-08-07</date>
|
16 |
+
<time>18:23:24</time>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
<contents><target name="magelocal"><dir name="Knox"><dir name="KnoxGateway"><dir name="Helper"><file name="Data.php" hash="5bd4ca4320d14e43f9c1cb2c75c81c1c"/></dir><dir name="Model"><file name="Observer.php" hash="1c39f6b9783f6c039895376fc36e35ff"/><file name="Standard.php" hash="9ce57b760f8e610d18a328610a21bb5e"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="f4cf4dab44220740b29355813c3a0d1d"/><file name="system.xml" hash="92dc8887092782dc1c78d647732d0b87"/></dir><file name=".DS_Store" hash="6a4832a0d6d4f18d18a0fb9c4db7cc40"/></dir><file name=".DS_Store" hash="b0a445b5f4a500ade9471247a67d4b92"/></dir></target><target name="mageetc"><dir name="modules"><file name="Knox_Knoxgateway.xml" hash="9c683e5c9faa8fbbe095e93993a70926"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|