paysure - Version 1.0.4

Version Notes

Receive Visa, Kenswitch and M-pesa payments on your Magento Website through Paysure Gateway.
Contact the developer at https://www.facebook.com/jkuts

Download this release

Release Info

Developer MageKenya
Extension paysure
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.4

Files changed (35) hide show
  1. app/code/community/MageKenya/Paysurek/Model/Checkout.php +1 -1
  2. app/code/community/MageKenya/Paysuremobile/Model/Checkout.php +1 -1
  3. app/code/community/MageKenya/Paysuremobile/etc/system.xml +4 -4
  4. app/code/community/MageKenya/Paysurev/Model/Checkout.php +1 -1
  5. app/code/community/MageKenya/Paysurev/etc/system.xml +3 -3
  6. app/design/adminhtml/default/default/template/paysurek/form.phtml +0 -6
  7. app/design/adminhtml/default/default/template/paysuremobile/form.phtml +0 -6
  8. app/design/adminhtml/default/default/template/paysurev/form.phtml +0 -6
  9. app/design/frontend/base/default/template/Paysurek/form.phtml +6 -0
  10. app/design/{adminhtml/default/default/template/paysurek → frontend/base/default/template/Paysurek}/info.phtml +0 -0
  11. app/design/frontend/base/default/template/Paysuremobile/form.phtml +6 -0
  12. app/design/{adminhtml/default/default/template/paysuremobile → frontend/base/default/template/Paysuremobile}/info.phtml +0 -0
  13. app/design/frontend/base/default/template/Paysurev/form.phtml +6 -0
  14. app/design/{adminhtml/default/default/template/paysurev → frontend/base/default/template/Paysurev}/info.phtml +0 -0
  15. app/design/frontend/base/default/template/paysurek/form.phtml +0 -6
  16. app/design/frontend/base/default/template/paysurek/info.phtml +0 -5
  17. app/design/frontend/base/default/template/paysuremobile/form.phtml +0 -6
  18. app/design/frontend/base/default/template/paysuremobile/info.phtml +0 -5
  19. app/design/frontend/base/default/template/paysurev/form.phtml +0 -6
  20. app/design/frontend/base/default/template/paysurev/info.phtml +0 -5
  21. app/design/frontend/default/default/template/paysurek/form.phtml +0 -6
  22. app/design/frontend/default/default/template/paysurek/info.phtml +0 -5
  23. app/design/frontend/default/default/template/paysuremobile/form.phtml +0 -6
  24. app/design/frontend/default/default/template/paysuremobile/info.phtml +0 -5
  25. app/design/frontend/default/default/template/paysurev/form.phtml +0 -6
  26. app/design/frontend/default/default/template/paysurev/info.phtml +0 -5
  27. package.xml +6 -7
  28. skin/{adminhtml/default/default/images/paysurek → frontend/base/default/images}/kenswitch.gif +0 -0
  29. skin/frontend/base/default/images/{paysuremobile/mpesa.jpg → mpesa.jpg} +0 -0
  30. skin/frontend/base/default/images/paysurek/kenswitch.gif +0 -0
  31. skin/frontend/base/default/images/paysurev/visa.png +0 -0
  32. skin/{adminhtml/default/default/images/paysurev → frontend/base/default/images}/visa.png +0 -0
  33. skin/frontend/default/default/images/paysurek/kenswitch.gif +0 -0
  34. skin/frontend/default/default/images/paysuremobile/mpesa.jpg +0 -0
  35. skin/frontend/default/default/images/paysurev/visa.png +0 -0
app/code/community/MageKenya/Paysurek/Model/Checkout.php CHANGED
@@ -24,7 +24,7 @@ class MageKenya_Paysurek_Model_Checkout extends Mage_Payment_Model_Method_Abstra
24
 
25
  public function getPaysurekUrl() {
26
  $url=$this->getPaysureCheckoutFormFields();
27
- $wsdl='http://196.216.64.237:8080/webdirect/onlinepay?WSDL';
28
  $client=new SoapClient($wsdl,array('trace'=>TRUE));
29
  $result=$client->pickData($url);
30
 
24
 
25
  public function getPaysurekUrl() {
26
  $url=$this->getPaysureCheckoutFormFields();
27
+ $wsdl='https://epayments.paysure.co.ke/webdirect/onlinepay?wsdl';
28
  $client=new SoapClient($wsdl,array('trace'=>TRUE));
29
  $result=$client->pickData($url);
30
 
app/code/community/MageKenya/Paysuremobile/Model/Checkout.php CHANGED
@@ -24,7 +24,7 @@ class MageKenya_Paysuremobile_Model_Checkout extends Mage_Payment_Model_Method_A
24
 
25
  public function getPaysuremobileUrl() {
26
  $url=$this->getPaysuremobileCheckoutFormFields();
27
- $wsdl='http://196.216.64.237:8080/webdirect/onlinepay?WSDL';
28
  $client=new SoapClient($wsdl,array('trace'=>TRUE));
29
  $result=$client->pickData($url);
30
 
24
 
25
  public function getPaysuremobileUrl() {
26
  $url=$this->getPaysuremobileCheckoutFormFields();
27
+ $wsdl='https://epayments.paysure.co.ke/webdirect/onlinepay?wsdl';
28
  $client=new SoapClient($wsdl,array('trace'=>TRUE));
29
  $result=$client->pickData($url);
30
 
app/code/community/MageKenya/Paysuremobile/etc/system.xml CHANGED
@@ -6,10 +6,10 @@
6
  <paysuremobile translate="label" module="paysuremobile">
7
  <label>Paysure | M-pesa</label>
8
  <frontend_type>text</frontend_type>
9
- <sort_order>2</sort_order>
10
- <show_in_default>1</show_in_default>
11
- <show_in_website>1</show_in_website>
12
- <show_in_store>1</show_in_store>
13
  <fields>
14
  <active translate="label">
15
  <label>Enabled</label>
6
  <paysuremobile translate="label" module="paysuremobile">
7
  <label>Paysure | M-pesa</label>
8
  <frontend_type>text</frontend_type>
9
+ <sort_order>3</sort_order>
10
+ <show_in_default>3</show_in_default>
11
+ <show_in_website>3</show_in_website>
12
+ <show_in_store>3</show_in_store>
13
  <fields>
14
  <active translate="label">
15
  <label>Enabled</label>
app/code/community/MageKenya/Paysurev/Model/Checkout.php CHANGED
@@ -24,7 +24,7 @@ class MageKenya_Paysurev_Model_Checkout extends Mage_Payment_Model_Method_Abstra
24
 
25
  public function getPaysurevUrl() {
26
  $url=$this->getPaysurevCheckoutFormFields();
27
- $wsdl='http://196.216.64.237:8080/webdirect/onlinepay?WSDL';
28
  $client=new SoapClient($wsdl,array('trace'=>TRUE));
29
  $result=$client->pickData($url);
30
 
24
 
25
  public function getPaysurevUrl() {
26
  $url=$this->getPaysurevCheckoutFormFields();
27
+ $wsdl='https://epayments.paysure.co.ke/webdirect/onlinepay?wsdl';
28
  $client=new SoapClient($wsdl,array('trace'=>TRUE));
29
  $result=$client->pickData($url);
30
 
app/code/community/MageKenya/Paysurev/etc/system.xml CHANGED
@@ -7,9 +7,9 @@
7
  <label>Paysure | Visa</label>
8
  <frontend_type>text</frontend_type>
9
  <sort_order>2</sort_order>
10
- <show_in_default>1</show_in_default>
11
- <show_in_website>1</show_in_website>
12
- <show_in_store>1</show_in_store>
13
  <fields>
14
  <active translate="label">
15
  <label>Enabled</label>
7
  <label>Paysure | Visa</label>
8
  <frontend_type>text</frontend_type>
9
  <sort_order>2</sort_order>
10
+ <show_in_default>2</show_in_default>
11
+ <show_in_website>2</show_in_website>
12
+ <show_in_store>2</show_in_store>
13
  <fields>
14
  <active translate="label">
15
  <label>Enabled</label>
app/design/adminhtml/default/default/template/paysurek/form.phtml DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- echo '<table border="0">';
3
- echo '<tr><td><img src="'.$this->getSkinUrl("images/paysurek/kenswitch.gif").'" alt="kenswitch" /></tr>';
4
- echo '</table>';
5
-
6
- ?>
 
 
 
 
 
 
app/design/adminhtml/default/default/template/paysuremobile/form.phtml DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- echo '<table border="0">';
3
- echo '<tr><td><img src="'.$this->getSkinUrl("images/paysuremobile/mpesa.jpg").'" alt="visa" /></tr>';
4
- echo '</table>';
5
-
6
- ?>
 
 
 
 
 
 
app/design/adminhtml/default/default/template/paysurev/form.phtml DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- echo '<table border="0">';
3
- echo '<tr><td><img src="'.$this->getSkinUrl("images/paysurev/visa.png").'" alt="visa" /></tr>';
4
- echo '</table>';
5
-
6
- ?>
 
 
 
 
 
 
app/design/frontend/base/default/template/Paysurek/form.phtml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <?php
2
+ echo '<table border="0">';
3
+ echo '<tr><td><img src="'.$this->getSkinUrl("images/kenswitch.gif").'" alt="kenswitch" /></tr>';
4
+ echo '</table>';
5
+
6
+ ?>
app/design/{adminhtml/default/default/template/paysurek → frontend/base/default/template/Paysurek}/info.phtml RENAMED
File without changes
app/design/frontend/base/default/template/Paysuremobile/form.phtml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <?php
2
+ echo '<table border="0">';
3
+ echo '<tr><td><img src="'.$this->getSkinUrl("images/mpesa.jpg").'" alt="M-pesa" /></tr>';
4
+ echo '</table>';
5
+
6
+ ?>
app/design/{adminhtml/default/default/template/paysuremobile → frontend/base/default/template/Paysuremobile}/info.phtml RENAMED
File without changes
app/design/frontend/base/default/template/Paysurev/form.phtml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <?php
2
+ echo '<table border="0">';
3
+ echo '<tr><td><img src="'.$this->getSkinUrl("images/visa.png").'" alt="visa" /></tr>';
4
+ echo '</table>';
5
+
6
+ ?>
app/design/{adminhtml/default/default/template/paysurev → frontend/base/default/template/Paysurev}/info.phtml RENAMED
File without changes
app/design/frontend/base/default/template/paysurek/form.phtml DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- echo '<table border="0">';
3
- echo '<tr><td><img src="'.$this->getSkinUrl("images/paysurek/kenswitch.gif").'" alt="kenswitch" /></tr>';
4
- echo '</table>';
5
-
6
- ?>
 
 
 
 
 
 
app/design/frontend/base/default/template/paysurek/info.phtml DELETED
@@ -1,5 +0,0 @@
1
- <?php
2
- echo 'Payment made by Kenswitch powerd by<a href="http://www.paysure.co.ke" target="_blank"> Paysure</a>';
3
- ?>
4
-
5
-
 
 
 
 
 
app/design/frontend/base/default/template/paysuremobile/form.phtml DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- echo '<table border="0">';
3
- echo '<tr><td><img src="'.$this->getSkinUrl("images/paysuremobile/mpesa.jpg").'" alt="M-pesa" /></tr>';
4
- echo '</table>';
5
-
6
- ?>
 
 
 
 
 
 
app/design/frontend/base/default/template/paysuremobile/info.phtml DELETED
@@ -1,5 +0,0 @@
1
- <?php
2
- echo 'Payment made by M-pesa powerd by<a href="http://www.paysure.co.ke" target="_blank"> Paysure</a>';
3
- ?>
4
-
5
-
 
 
 
 
 
app/design/frontend/base/default/template/paysurev/form.phtml DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- echo '<table border="0">';
3
- echo '<tr><td><img src="'.$this->getSkinUrl("images/paysurev/visa.png").'" alt="visa" /></tr>';
4
- echo '</table>';
5
-
6
- ?>
 
 
 
 
 
 
app/design/frontend/base/default/template/paysurev/info.phtml DELETED
@@ -1,5 +0,0 @@
1
- <?php
2
- echo 'Payment made by Visa powerd by<a href="http://www.paysure.co.ke" target="_blank"> Paysure</a>';
3
- ?>
4
-
5
-
 
 
 
 
 
app/design/frontend/default/default/template/paysurek/form.phtml DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- echo '<table border="0">';
3
- echo '<tr><td><img src="'.$this->getSkinUrl("images/paysurek/kenswitch.gif").'" alt="kenswitch" /></tr>';
4
- echo '</table>';
5
-
6
- ?>
 
 
 
 
 
 
app/design/frontend/default/default/template/paysurek/info.phtml DELETED
@@ -1,5 +0,0 @@
1
- <?php
2
- echo 'Payment made by Kenswitch powerd by<a href="http://www.paysure.co.ke" target="_blank"> Paysure</a>';
3
- ?>
4
-
5
-
 
 
 
 
 
app/design/frontend/default/default/template/paysuremobile/form.phtml DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- echo '<table border="0">';
3
- echo '<tr><td><img src="'.$this->getSkinUrl("images/paysuremobile/mpesa.jpg").'" alt="M-pesa" /></tr>';
4
- echo '</table>';
5
-
6
- ?>
 
 
 
 
 
 
app/design/frontend/default/default/template/paysuremobile/info.phtml DELETED
@@ -1,5 +0,0 @@
1
- <?php
2
- echo 'Payment made by M-pesa powerd by<a href="http://www.paysure.co.ke" target="_blank"> Paysure</a>';
3
- ?>
4
-
5
-
 
 
 
 
 
app/design/frontend/default/default/template/paysurev/form.phtml DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- echo '<table border="0">';
3
- echo '<tr><td><img src="'.$this->getSkinUrl("images/paysurev/visa.png").'" alt="visa" /></tr>';
4
- echo '</table>';
5
-
6
- ?>
 
 
 
 
 
 
app/design/frontend/default/default/template/paysurev/info.phtml DELETED
@@ -1,5 +0,0 @@
1
- <?php
2
- echo 'Payment made by Visa powerd by<a href="http://www.paysure.co.ke" target="_blank"> Paysure</a>';
3
- ?>
4
-
5
-
 
 
 
 
 
package.xml CHANGED
@@ -1,22 +1,21 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>paysure</name>
4
- <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Paysure Gateway Payment module.&#xD;
10
  Incorporates Visa and Kenswitch cards and M-pesa.</summary>
11
  <description>This module enables Merchants to receive Visa, Kenswitch and M-pesa payments on their Magento Website through Paysure Gateway.&#xD;
12
- &#xD;
13
  Visit www.paysure.co.ke for more about Paysure</description>
14
  <notes>Receive Visa, Kenswitch and M-pesa payments on your Magento Website through Paysure Gateway.&#xD;
15
- Contact the developer at http://www.facebook.com/jkuts</notes>
16
  <authors><author><name>MageKenya</name><user>kuts2010</user><email>jokuts@gmail.com</email></author></authors>
17
- <date>2013-10-18</date>
18
- <time>06:00:18</time>
19
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="paysurek"><file name="form.phtml" hash="ca33a6a4d9a5c70e04f1052bee5d3942"/><file name="info.phtml" hash="4ad6db1f2f3e35198d7c8527ad9bebc7"/></dir><dir name="paysuremobile"><file name="form.phtml" hash="59545b6c1400da61e8ff280a9778acea"/><file name="info.phtml" hash="47c08d19221bd9b256d03ed232b28ba7"/></dir><dir name="paysurev"><file name="form.phtml" hash="0df3b3f2cf8df5f786a0bfa1735e61f6"/><file name="info.phtml" hash="f027c2cebc0af5bffc6ecae8608cb55c"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="paysurek"><file name="form.phtml" hash="ca33a6a4d9a5c70e04f1052bee5d3942"/><file name="info.phtml" hash="4ad6db1f2f3e35198d7c8527ad9bebc7"/></dir><dir name="paysuremobile"><file name="form.phtml" hash="b85a7ae13ed09bec728e0a2097610e53"/><file name="info.phtml" hash="47c08d19221bd9b256d03ed232b28ba7"/></dir><dir name="paysurev"><file name="form.phtml" hash="0df3b3f2cf8df5f786a0bfa1735e61f6"/><file name="info.phtml" hash="f027c2cebc0af5bffc6ecae8608cb55c"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="paysurek"><file name="form.phtml" hash="ca33a6a4d9a5c70e04f1052bee5d3942"/><file name="info.phtml" hash="4ad6db1f2f3e35198d7c8527ad9bebc7"/></dir><dir name="paysuremobile"><file name="form.phtml" hash="b85a7ae13ed09bec728e0a2097610e53"/><file name="info.phtml" hash="47c08d19221bd9b256d03ed232b28ba7"/></dir><dir name="paysurev"><file name="form.phtml" hash="0df3b3f2cf8df5f786a0bfa1735e61f6"/><file name="info.phtml" hash="f027c2cebc0af5bffc6ecae8608cb55c"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MageKenya_Paysurek.xml" hash="f7c3a14cef7d39fcac64f537115cea84"/><file name="MageKenya_Paysuremobile.xml" hash="2623ff047f066b4ffb3be385858feafb"/><file name="MageKenya_Paysurev.xml" hash="77303e647239e94dfeee7eb9567c44eb"/></dir></target><target name="magelocale"><dir name="en_US"><file name="MageKenya_Paysurek.csv" hash="b7c7c106dddc476ea5783e09b2bdd86f"/><file name="MageKenya_Paysuremobile.csv" hash="b7c7c106dddc476ea5783e09b2bdd86f"/><file name="MageKenya_Paysurev.csv" hash="b7c7c106dddc476ea5783e09b2bdd86f"/></dir><dir name="ru_RU"><file name="MageKenya_Paysurek.csv" hash="1d9f0f2bd43579cbe55c31c25387a9a6"/><file name="MageKenya_Paysuremobile.csv" hash="1d9f0f2bd43579cbe55c31c25387a9a6"/><file name="MageKenya_Paysurev.csv" hash="1d9f0f2bd43579cbe55c31c25387a9a6"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="paysurek"><file name="kenswitch.gif" hash="d753218d44bf02c6eeee86d7d129a197"/></dir><dir name="paysuremobile"><file name="mpesa.jpg" hash=""/></dir><dir name="paysurev"><file name="visa.png" hash="60ed32f5791eef60655456eefd33b16f"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="paysurek"><file name="kenswitch.gif" hash="d753218d44bf02c6eeee86d7d129a197"/></dir><dir name="paysuremobile"><file name="mpesa.jpg" hash="4429f9754914fb34fc0581bbea957f43"/></dir><dir name="paysurev"><file name="visa.png" hash="60ed32f5791eef60655456eefd33b16f"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="images"><dir name="paysurek"><file name="kenswitch.gif" hash="d753218d44bf02c6eeee86d7d129a197"/></dir><dir name="paysuremobile"><file name="mpesa.jpg" hash="4429f9754914fb34fc0581bbea957f43"/></dir><dir name="paysurev"><file name="visa.png" hash="60ed32f5791eef60655456eefd33b16f"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="MageKenya"><dir name="Paysurek"><dir name="Block"><file name="Form.php" hash="7f5cc1fca38364f87af821382653f471"/><file name="Info.php" hash="f88e0bec1a199a016ef8d5bf96ddb99f"/><file name="Redirect.php" hash="6e03f0d16583cdb3690e25e1b1819be2"/></dir><dir name="controllers"><file name="RedirectController.php" hash="d1648562b9db9c0e08f159a567d17688"/></dir><dir name="etc"><file name="system.xml" hash="bc3398d18fade3c16d2095f5b71c5e9d"/><file name="config.xml" hash="8b644e1856e3db85967fbc00261b7356"/></dir><dir name="Helper"><file name="Data.php" hash="eee7efb7a69bfb9c91217c0a3d2d22e6"/></dir><dir name="Model"><file name="Checkout.php" hash="5e9b43482ff0246c081f477278985fec"/></dir></dir><dir name="Paysuremobile"><dir name="Block"><file name="Form.php" hash="ec599280f88d2cf1d4382c8a9f545c7e"/><file name="Info.php" hash="da279a8019cce023672793070f4d4daf"/><file name="Redirect.php" hash="df21a77c4832bb8bae7e8a060ddce245"/></dir><dir name="controllers"><file name="RedirectController.php" hash="a6b565f407a5685c1c21355c4f9d4bea"/></dir><dir name="etc"><file name="system.xml" hash="d08484978b7c0a8380f9428780fbabdb"/><file name="config.xml" hash="eefb6f9f98196e02c011bad65a61e1bf"/></dir><dir name="Helper"><file name="Data.php" hash="412d7931704d9ecff0489a703b715897"/></dir><dir name="Model"><file name="Checkout.php" hash="01250b04a5cdad5b3f1ea862aacabe20"/></dir></dir><dir name="Paysurev"><dir name="Block"><file name="Form.php" hash="86e01e0b0c7cc863bc2b6f77a4fc2694"/><file name="Info.php" hash="b3a8dbf9ef685bf43c0be7fbd1561938"/><file name="Redirect.php" hash="19e8d170966cf4fae4949078489f5d7e"/></dir><dir name="controllers"><file name="RedirectController.php" hash="a2ba3e1e7aca0b8623b5383e45d92d37"/></dir><dir name="etc"><file name="system.xml" hash="23fe1509f307d49e098e01ea1819de6e"/><file name="config.xml" hash="771e5b35e819b6a51d82d4f9ae193c47"/></dir><dir name="Helper"><file name="Data.php" hash="8541b287ea6d5e17e822b24c99af90f8"/></dir><dir name="Model"><file name="Checkout.php" hash="c2fc0196dd45ee5c2495c45034920a04"/></dir></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>paysure</name>
4
+ <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Paysure Gateway Payment module&#xD;
10
  Incorporates Visa and Kenswitch cards and M-pesa.</summary>
11
  <description>This module enables Merchants to receive Visa, Kenswitch and M-pesa payments on their Magento Website through Paysure Gateway.&#xD;
 
12
  Visit www.paysure.co.ke for more about Paysure</description>
13
  <notes>Receive Visa, Kenswitch and M-pesa payments on your Magento Website through Paysure Gateway.&#xD;
14
+ Contact the developer at https://www.facebook.com/jkuts</notes>
15
  <authors><author><name>MageKenya</name><user>kuts2010</user><email>jokuts@gmail.com</email></author></authors>
16
+ <date>2013-10-29</date>
17
+ <time>06:02:46</time>
18
+ <contents><target name="magecommunity"><dir name="MageKenya"><dir name="Paysurek"><dir name="Block"><file name="Form.php" hash="7f5cc1fca38364f87af821382653f471"/><file name="Info.php" hash="f88e0bec1a199a016ef8d5bf96ddb99f"/><file name="Redirect.php" hash="6e03f0d16583cdb3690e25e1b1819be2"/></dir><dir name="controllers"><file name="RedirectController.php" hash="d1648562b9db9c0e08f159a567d17688"/></dir><dir name="etc"><file name="system.xml" hash="bc3398d18fade3c16d2095f5b71c5e9d"/><file name="config.xml" hash="8b644e1856e3db85967fbc00261b7356"/></dir><dir name="Helper"><file name="Data.php" hash="eee7efb7a69bfb9c91217c0a3d2d22e6"/></dir><dir name="Model"><file name="Checkout.php" hash="6571c124298c83ae85b774e813e87000"/></dir></dir><dir name="Paysuremobile"><dir name="Block"><file name="Form.php" hash="ec599280f88d2cf1d4382c8a9f545c7e"/><file name="Info.php" hash="da279a8019cce023672793070f4d4daf"/><file name="Redirect.php" hash="df21a77c4832bb8bae7e8a060ddce245"/></dir><dir name="controllers"><file name="RedirectController.php" hash="a6b565f407a5685c1c21355c4f9d4bea"/></dir><dir name="etc"><file name="system.xml" hash="af67b430a17eda6c1b49f20a567a7e49"/><file name="config.xml" hash="eefb6f9f98196e02c011bad65a61e1bf"/></dir><dir name="Helper"><file name="Data.php" hash="412d7931704d9ecff0489a703b715897"/></dir><dir name="Model"><file name="Checkout.php" hash="df4aaba1cf5d8ce050b6fa0226a142d8"/></dir></dir><dir name="Paysurev"><dir name="Block"><file name="Form.php" hash="86e01e0b0c7cc863bc2b6f77a4fc2694"/><file name="Info.php" hash="b3a8dbf9ef685bf43c0be7fbd1561938"/><file name="Redirect.php" hash="19e8d170966cf4fae4949078489f5d7e"/></dir><dir name="controllers"><file name="RedirectController.php" hash="a2ba3e1e7aca0b8623b5383e45d92d37"/></dir><dir name="etc"><file name="system.xml" hash="36ad4a103127ba9c7551fef6f2b0ac63"/><file name="config.xml" hash="771e5b35e819b6a51d82d4f9ae193c47"/></dir><dir name="Helper"><file name="Data.php" hash="8541b287ea6d5e17e822b24c99af90f8"/></dir><dir name="Model"><file name="Checkout.php" hash="f8720584cc591b0504f68e3aae5aef5a"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="Paysurev"><file name="form.phtml" hash="3770907078518441c048adae02545b7c"/><file name="info.phtml" hash="f027c2cebc0af5bffc6ecae8608cb55c"/></dir><dir name="Paysurek"><file name="form.phtml" hash="8d90539188cd8d9351a3bd05040f3725"/><file name="info.phtml" hash="4ad6db1f2f3e35198d7c8527ad9bebc7"/></dir><dir name="Paysuremobile"><file name="form.phtml" hash="799880af77596aee0e99a6e0b6629f73"/><file name="info.phtml" hash="47c08d19221bd9b256d03ed232b28ba7"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MageKenya_Paysurek.xml" hash="f7c3a14cef7d39fcac64f537115cea84"/><file name="MageKenya_Paysuremobile.xml" hash="2623ff047f066b4ffb3be385858feafb"/><file name="MageKenya_Paysurev.xml" hash="77303e647239e94dfeee7eb9567c44eb"/></dir></target><target name="magelocale"><dir name="en_US"><file name="MageKenya_Paysurek.csv" hash="b7c7c106dddc476ea5783e09b2bdd86f"/><file name="MageKenya_Paysuremobile.csv" hash="b7c7c106dddc476ea5783e09b2bdd86f"/><file name="MageKenya_Paysurev.csv" hash="b7c7c106dddc476ea5783e09b2bdd86f"/></dir><dir name="ru_RU"><file name="MageKenya_Paysurek.csv" hash="1d9f0f2bd43579cbe55c31c25387a9a6"/><file name="MageKenya_Paysuremobile.csv" hash="1d9f0f2bd43579cbe55c31c25387a9a6"/><file name="MageKenya_Paysurev.csv" hash="1d9f0f2bd43579cbe55c31c25387a9a6"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><file name="visa.png" hash="60ed32f5791eef60655456eefd33b16f"/><file name="kenswitch.gif" hash="d753218d44bf02c6eeee86d7d129a197"/><file name="mpesa.jpg" hash="4429f9754914fb34fc0581bbea957f43"/></dir></dir></dir></dir></target></contents>
19
  <compatible/>
20
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
21
  </package>
skin/{adminhtml/default/default/images/paysurek → frontend/base/default/images}/kenswitch.gif RENAMED
File without changes
skin/frontend/base/default/images/{paysuremobile/mpesa.jpg → mpesa.jpg} RENAMED
File without changes
skin/frontend/base/default/images/paysurek/kenswitch.gif DELETED
Binary file
skin/frontend/base/default/images/paysurev/visa.png DELETED
Binary file
skin/{adminhtml/default/default/images/paysurev → frontend/base/default/images}/visa.png RENAMED
File without changes
skin/frontend/default/default/images/paysurek/kenswitch.gif DELETED
Binary file
skin/frontend/default/default/images/paysuremobile/mpesa.jpg DELETED
Binary file
skin/frontend/default/default/images/paysurev/visa.png DELETED
Binary file