Version Notes
Removed unnecessary config options
Download this release
Release Info
Developer | Juicy Media |
Extension | Juicy_BarclaysPSPID |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/local/Juicy/Barclayspspid/Helper/Data.php
CHANGED
@@ -47,7 +47,7 @@ class Juicy_Barclayspspid_Helper_Data extends Mage_Core_Helper_Abstract
|
|
47 |
$mail->setType('html');// YOu can use Html or text as Mail format
|
48 |
|
49 |
try {
|
50 |
-
|
51 |
}
|
52 |
catch (Exception $e) {
|
53 |
//var_dump($e>getMessage());
|
47 |
$mail->setType('html');// YOu can use Html or text as Mail format
|
48 |
|
49 |
try {
|
50 |
+
//REMOVE MAIL SEND $mail->send();
|
51 |
}
|
52 |
catch (Exception $e) {
|
53 |
//var_dump($e>getMessage());
|
app/code/local/Juicy/Barclayspspid/etc/config.xml
CHANGED
@@ -106,8 +106,8 @@
|
|
106 |
<magheader>1</magheader>
|
107 |
<allowspecific>0</allowspecific>
|
108 |
|
109 |
-
<debuglog>
|
110 |
-
<debugemail>
|
111 |
</barclayspspid_standard>
|
112 |
<barclayspspid_moto>
|
113 |
<group>barclayspspid_moto</group>
|
106 |
<magheader>1</magheader>
|
107 |
<allowspecific>0</allowspecific>
|
108 |
|
109 |
+
<debuglog>0</debuglog>
|
110 |
+
<debugemail>0</debugemail>
|
111 |
</barclayspspid_standard>
|
112 |
<barclayspspid_moto>
|
113 |
<group>barclayspspid_moto</group>
|
app/code/local/Juicy/Barclayspspid/etc/system.xml
CHANGED
@@ -329,7 +329,7 @@
|
|
329 |
<show_in_website>1</show_in_website>
|
330 |
<show_in_store>0</show_in_store>
|
331 |
</sort_order>
|
332 |
-
|
333 |
<head_debug translate="label">
|
334 |
<label>Debug</label>
|
335 |
<frontend_type>text</frontend_type>
|
@@ -357,6 +357,7 @@
|
|
357 |
<show_in_store>0</show_in_store>
|
358 |
<depends><debuglog>1</debuglog></depends>
|
359 |
</debugemail>
|
|
|
360 |
</fields>
|
361 |
</barclayspspid_standard>
|
362 |
</groups>
|
329 |
<show_in_website>1</show_in_website>
|
330 |
<show_in_store>0</show_in_store>
|
331 |
</sort_order>
|
332 |
+
<!--
|
333 |
<head_debug translate="label">
|
334 |
<label>Debug</label>
|
335 |
<frontend_type>text</frontend_type>
|
357 |
<show_in_store>0</show_in_store>
|
358 |
<depends><debuglog>1</debuglog></depends>
|
359 |
</debugemail>
|
360 |
+
-->
|
361 |
</fields>
|
362 |
</barclayspspid_standard>
|
363 |
</groups>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Juicy_BarclaysPSPID</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Barclays PSPID Payment gateway solution from Juicy Media</summary>
|
10 |
<description>Barclays PSPID Payment gateway solution from Juicy Media</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Juicy Media</name><user>juicymedia</user><email>jonathan.webb@juicymedia.co.uk</email></author></authors>
|
13 |
<date>2015-01-16</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Juicy"><dir name="Barclayspspid"><dir name="Block"><file name="Dynamic.php" hash="4137b57f1088eaf9545e428a1152a799"/><file name="Failure.php" hash="db0b7261cd536d40c8bedd5416ee26bf"/><file name="Form.php" hash="270a5d2ac3b22c0a3c728484e7365246"/><file name="Info.php" hash="a5270fe895b83b71ad69c764ae765821"/><file name="Motoform.php" hash="e33033bf4b33849946c9cffe8aae5a9a"/><file name="Motoinfo.php" hash="4b541df7928a24aa82db5adf72d03c2b"/><file name="Redirect.php" hash="3907d29d14d5599db3f8b400a9bae2c9"/></dir><dir name="Helper"><file name="Data.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name/><channel>connect.magentocommerce.com/core</channel><min/><max/></package></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Juicy_BarclaysPSPID</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Barclays PSPID Payment gateway solution from Juicy Media</summary>
|
10 |
<description>Barclays PSPID Payment gateway solution from Juicy Media</description>
|
11 |
+
<notes>Removed unnecessary config options</notes>
|
12 |
<authors><author><name>Juicy Media</name><user>juicymedia</user><email>jonathan.webb@juicymedia.co.uk</email></author></authors>
|
13 |
<date>2015-01-16</date>
|
14 |
+
<time>15:32:59</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Juicy"><dir name="Barclayspspid"><dir name="Block"><file name="Dynamic.php" hash="4137b57f1088eaf9545e428a1152a799"/><file name="Failure.php" hash="db0b7261cd536d40c8bedd5416ee26bf"/><file name="Form.php" hash="270a5d2ac3b22c0a3c728484e7365246"/><file name="Info.php" hash="a5270fe895b83b71ad69c764ae765821"/><file name="Motoform.php" hash="e33033bf4b33849946c9cffe8aae5a9a"/><file name="Motoinfo.php" hash="4b541df7928a24aa82db5adf72d03c2b"/><file name="Redirect.php" hash="3907d29d14d5599db3f8b400a9bae2c9"/></dir><dir name="Helper"><file name="Data.php" hash="23c2d7e31dbcdf24454789087f2007c0"/></dir><dir name="Model"><file name="Barclaysmoto.php" hash="a818adaf0c5eb82ecc61a00a8fd6b8f4"/><file name="Barclayspspid.php" hash="b4de1b038e03515cbe0087693d97dbc6"/><file name="Config.php" hash="001ecb5f3c2b58300f7529269ff68e0f"/><file name="Directlink.php" hash="9cdb8ca9e53549f179e7059e5061bded"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="bdde91e908925e167663c66ee6919b28"/></dir></dir></dir><file name="Session.php" hash="50dd3a74fda13bc71684ddeca782e122"/><dir name="Source"><file name="CardcodeAction.php" hash="1689f56c8d57a7d863e4da968b7b9214"/><file name="CreditCards.php" hash="9505bf8f0113b0bd68041472abce597a"/><file name="CurrencyAction.php" hash="56641ce30591dcd0a5c70b543d40a550"/><file name="PaymentAction.php" hash="02b8f864cc8233bea5e2bf26134c655a"/></dir><file name="Submitform.php" hash="eb0283ca0851619e5453d0f83447913e"/></dir><dir name="controllers"><file name="PaymentController.php" hash="7700f53b12e10a758b48256882cd8d51"/><file name="RefundController.php" hash="515f179ce5c2e43119a5ee1e1101d8c8"/></dir><dir name="etc"><dir name="adminhtml"><file name="acl.xml" hash="0f201b5b96868ac9e06cb77a6c3efd9e"/><file name="system.xml" hash="fc3960b4818b5fb5af1d38131d87f311"/></dir><file name="adminhtml.xml" hash="7268a179979e78b27e41a845124e9b92"/><file name="config.xml" hash="1b7c4d66f00cc94080335d9cf6198dc8"/><file name="system.xml" hash="5a611701fb9dc8160cd3972722a2f47b"/></dir><dir name="sql"><dir name="barclayspspid_setup"><file name="mysql4-install-1.0.0.php" hash="0889601005384f8415cbd428a22a60e7"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><file name="barclayspspid" hash=""/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Juicy_Barclayspspid.xml" hash="f4cb22251d52a8e0d9de86775b74690a"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="barclayspspid"><file name="info.phtml" hash="167c33dfa221b8c50607dee92298f69b"/><file name="motoform.phtml" hash="d8a2b2552a47c883eacb89b8de7916ef"/><file name="motoinfo.phtml" hash="446732fbd64dd4a6d2ccc7305e9e4945"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name/><channel>connect.magentocommerce.com/core</channel><min/><max/></package></required></dependencies>
|
18 |
</package>
|