Version Notes
.
Download this release
Release Info
Developer | Magento Core Team |
Extension | BigFish_PaymentGateway_Magento |
Version | 1.10.51 |
Comparing to | |
See all releases |
Code changes from version 1.10.50 to 1.10.51
app/code/local/BigFish/PaymentGateway/Model/Borgun.php
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* BIG FISH Ltd.
|
4 |
+
* http://www.bigfish.hu
|
5 |
+
*
|
6 |
+
* @title Magento -> Custom Payment Module for BIG FISH Payment Gateway
|
7 |
+
* @category BigFish
|
8 |
+
* @package BigFish_PaymentGateway
|
9 |
+
* @author Gabor Huszak / BIG FISH Ltd. -> huszy [at] bigfish [dot] hu
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @copyright Copyright (c) 2011, BIG FISH Ltd.
|
12 |
+
*/
|
13 |
+
class BigFish_PaymentGateway_Model_Borgun extends BigFish_PaymentGateway_Model_Abstract
|
14 |
+
{
|
15 |
+
protected $_code = 'paymentgateway_borgun';
|
16 |
+
|
17 |
+
protected $_paymentMethod = 'Borgun';
|
18 |
+
|
19 |
+
}
|
app/code/local/BigFish/PaymentGateway/Model/Fhb.php
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* BIG FISH Ltd.
|
4 |
+
* http://www.bigfish.hu
|
5 |
+
*
|
6 |
+
* @title Magento -> Custom Payment Module for BIG FISH Payment Gateway
|
7 |
+
* @category BigFish
|
8 |
+
* @package BigFish_PaymentGateway
|
9 |
+
* @author Gabor Huszak / BIG FISH Ltd. -> huszy [at] bigfish [dot] hu
|
10 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
11 |
+
* @copyright Copyright (c) 2011, BIG FISH Ltd.
|
12 |
+
*/
|
13 |
+
class BigFish_PaymentGateway_Model_Fhb extends BigFish_PaymentGateway_Model_Abstract
|
14 |
+
{
|
15 |
+
protected $_code = 'paymentgateway_fhb';
|
16 |
+
|
17 |
+
protected $_paymentMethod = 'FHB';
|
18 |
+
|
19 |
+
}
|
app/code/local/BigFish/PaymentGateway/etc/config.xml
CHANGED
@@ -245,6 +245,13 @@
|
|
245 |
<title><![CDATA[Wirecard]]></title>
|
246 |
<allowspecific>0</allowspecific>
|
247 |
</paymentgateway_wirecard>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
<paymentgateway_unicredit>
|
249 |
<group>paymentgw</group>
|
250 |
<active>0</active>
|
@@ -273,6 +280,13 @@
|
|
273 |
<title><![CDATA[Sofort]]></title>
|
274 |
<allowspecific>0</allowspecific>
|
275 |
</paymentgateway_sofort>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
</payment>
|
277 |
<paymentgateway>
|
278 |
<settings>
|
245 |
<title><![CDATA[Wirecard]]></title>
|
246 |
<allowspecific>0</allowspecific>
|
247 |
</paymentgateway_wirecard>
|
248 |
+
<paymentgateway_fhb>
|
249 |
+
<group>paymentgw</group>
|
250 |
+
<active>0</active>
|
251 |
+
<model>paymentgateway/fhb</model>
|
252 |
+
<title><![CDATA[FHB Bank]]></title>
|
253 |
+
<allowspecific>0</allowspecific>
|
254 |
+
</paymentgateway_fhb>
|
255 |
<paymentgateway_unicredit>
|
256 |
<group>paymentgw</group>
|
257 |
<active>0</active>
|
280 |
<title><![CDATA[Sofort]]></title>
|
281 |
<allowspecific>0</allowspecific>
|
282 |
</paymentgateway_sofort>
|
283 |
+
<paymentgateway_borgun>
|
284 |
+
<group>paymentgw</group>
|
285 |
+
<active>0</active>
|
286 |
+
<model>paymentgateway/borgun</model>
|
287 |
+
<title><![CDATA[Borgun]]></title>
|
288 |
+
<allowspecific>0</allowspecific>
|
289 |
+
</paymentgateway_borgun>
|
290 |
</payment>
|
291 |
<paymentgateway>
|
292 |
<settings>
|
app/code/local/BigFish/PaymentGateway/etc/system.xml
CHANGED
@@ -965,6 +965,66 @@
|
|
965 |
</specificcountry>
|
966 |
</fields>
|
967 |
</paymentgateway_wirecard>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
968 |
<paymentgateway_unicredit translate="label">
|
969 |
<label>UniCredit Bank</label>
|
970 |
<frontend_type>text</frontend_type>
|
@@ -1205,6 +1265,66 @@
|
|
1205 |
</specificcountry>
|
1206 |
</fields>
|
1207 |
</paymentgateway_sofort>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1208 |
</groups>
|
1209 |
</paymentgateway>
|
1210 |
</sections>
|
965 |
</specificcountry>
|
966 |
</fields>
|
967 |
</paymentgateway_wirecard>
|
968 |
+
<paymentgateway_fhb translate="label">
|
969 |
+
<label>FHB Bank</label>
|
970 |
+
<frontend_type>text</frontend_type>
|
971 |
+
<sort_order>111</sort_order>
|
972 |
+
<show_in_default>1</show_in_default>
|
973 |
+
<show_in_website>1</show_in_website>
|
974 |
+
<show_in_store>1</show_in_store>
|
975 |
+
<fields>
|
976 |
+
<active translate="label">
|
977 |
+
<label>Enabled</label>
|
978 |
+
<frontend_type>select</frontend_type>
|
979 |
+
<config_path>payment/paymentgateway_fhb/active</config_path>
|
980 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
981 |
+
<sort_order>1</sort_order>
|
982 |
+
<show_in_default>1</show_in_default>
|
983 |
+
<show_in_website>1</show_in_website>
|
984 |
+
<show_in_store>0</show_in_store>
|
985 |
+
</active>
|
986 |
+
<sort_order translate="label">
|
987 |
+
<label>Sort Order</label>
|
988 |
+
<frontend_type>text</frontend_type>
|
989 |
+
<config_path>payment/paymentgateway_fhb/sort_order</config_path>
|
990 |
+
<sort_order>3</sort_order>
|
991 |
+
<show_in_default>1</show_in_default>
|
992 |
+
<show_in_website>1</show_in_website>
|
993 |
+
<show_in_store>1</show_in_store>
|
994 |
+
</sort_order>
|
995 |
+
<title translate="label">
|
996 |
+
<label>Title</label>
|
997 |
+
<frontend_type>text</frontend_type>
|
998 |
+
<config_path>payment/paymentgateway_fhb/title</config_path>
|
999 |
+
<sort_order>5</sort_order>
|
1000 |
+
<show_in_default>1</show_in_default>
|
1001 |
+
<show_in_website>1</show_in_website>
|
1002 |
+
<show_in_store>1</show_in_store>
|
1003 |
+
</title>
|
1004 |
+
<allowspecific translate="label">
|
1005 |
+
<label>Payment from Applicable Countries</label>
|
1006 |
+
<frontend_type>allowspecific</frontend_type>
|
1007 |
+
<config_path>payment/paymentgateway_fhb/allowspecific</config_path>
|
1008 |
+
<sort_order>6</sort_order>
|
1009 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1010 |
+
<show_in_default>1</show_in_default>
|
1011 |
+
<show_in_website>1</show_in_website>
|
1012 |
+
<show_in_store>0</show_in_store>
|
1013 |
+
</allowspecific>
|
1014 |
+
<specificcountry translate="label">
|
1015 |
+
<label>Payment from Specific Countries</label>
|
1016 |
+
<frontend_type>multiselect</frontend_type>
|
1017 |
+
<config_path>payment/paymentgateway_fhb/specificcountry</config_path>
|
1018 |
+
<sort_order>7</sort_order>
|
1019 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
1020 |
+
<show_in_default>1</show_in_default>
|
1021 |
+
<show_in_website>1</show_in_website>
|
1022 |
+
<show_in_store>0</show_in_store>
|
1023 |
+
<can_be_empty>1</can_be_empty>
|
1024 |
+
<depends><allowspecific>1</allowspecific></depends>
|
1025 |
+
</specificcountry>
|
1026 |
+
</fields>
|
1027 |
+
</paymentgateway_fhb>
|
1028 |
<paymentgateway_unicredit translate="label">
|
1029 |
<label>UniCredit Bank</label>
|
1030 |
<frontend_type>text</frontend_type>
|
1265 |
</specificcountry>
|
1266 |
</fields>
|
1267 |
</paymentgateway_sofort>
|
1268 |
+
<paymentgateway_borgun translate="label">
|
1269 |
+
<label><![CDATA[Borgun]]></label>
|
1270 |
+
<frontend_type>text</frontend_type>
|
1271 |
+
<sort_order>111</sort_order>
|
1272 |
+
<show_in_default>1</show_in_default>
|
1273 |
+
<show_in_website>1</show_in_website>
|
1274 |
+
<show_in_store>1</show_in_store>
|
1275 |
+
<fields>
|
1276 |
+
<active translate="label">
|
1277 |
+
<label>Enabled</label>
|
1278 |
+
<frontend_type>select</frontend_type>
|
1279 |
+
<config_path>payment/paymentgateway_borgun/active</config_path>
|
1280 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1281 |
+
<sort_order>1</sort_order>
|
1282 |
+
<show_in_default>1</show_in_default>
|
1283 |
+
<show_in_website>1</show_in_website>
|
1284 |
+
<show_in_store>0</show_in_store>
|
1285 |
+
</active>
|
1286 |
+
<sort_order translate="label">
|
1287 |
+
<label>Sort Order</label>
|
1288 |
+
<frontend_type>text</frontend_type>
|
1289 |
+
<config_path>payment/paymentgateway_borgun/sort_order</config_path>
|
1290 |
+
<sort_order>3</sort_order>
|
1291 |
+
<show_in_default>1</show_in_default>
|
1292 |
+
<show_in_website>1</show_in_website>
|
1293 |
+
<show_in_store>1</show_in_store>
|
1294 |
+
</sort_order>
|
1295 |
+
<title translate="label">
|
1296 |
+
<label>Title</label>
|
1297 |
+
<frontend_type>text</frontend_type>
|
1298 |
+
<config_path>payment/paymentgateway_borgun/title</config_path>
|
1299 |
+
<sort_order>5</sort_order>
|
1300 |
+
<show_in_default>1</show_in_default>
|
1301 |
+
<show_in_website>1</show_in_website>
|
1302 |
+
<show_in_store>1</show_in_store>
|
1303 |
+
</title>
|
1304 |
+
<allowspecific translate="label">
|
1305 |
+
<label>Payment from Applicable Countries</label>
|
1306 |
+
<frontend_type>allowspecific</frontend_type>
|
1307 |
+
<config_path>payment/paymentgateway_borgun/allowspecific</config_path>
|
1308 |
+
<sort_order>6</sort_order>
|
1309 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1310 |
+
<show_in_default>1</show_in_default>
|
1311 |
+
<show_in_website>1</show_in_website>
|
1312 |
+
<show_in_store>0</show_in_store>
|
1313 |
+
</allowspecific>
|
1314 |
+
<specificcountry translate="label">
|
1315 |
+
<label>Payment from Specific Countries</label>
|
1316 |
+
<frontend_type>multiselect</frontend_type>
|
1317 |
+
<config_path>payment/paymentgateway_borgun/specificcountry</config_path>
|
1318 |
+
<sort_order>7</sort_order>
|
1319 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
1320 |
+
<show_in_default>1</show_in_default>
|
1321 |
+
<show_in_website>1</show_in_website>
|
1322 |
+
<show_in_store>0</show_in_store>
|
1323 |
+
<can_be_empty>1</can_be_empty>
|
1324 |
+
<depends><allowspecific>1</allowspecific></depends>
|
1325 |
+
</specificcountry>
|
1326 |
+
</fields>
|
1327 |
+
</paymentgateway_borgun>
|
1328 |
</groups>
|
1329 |
</paymentgateway>
|
1330 |
</sections>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>BigFish_PaymentGateway_Magento</name>
|
4 |
-
<version>1.10.
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
@@ -11,9 +11,9 @@
|
|
11 |
A látogatók a megvásárolt termékeket és szolgáltatásokat azonnal kifizethetik, így a webáruház pénzügyei tervezhetőbbé válnak. A Payment Gateway beépítése nem igényel mást, mint egy egyszeri, néhány órás továbbfejlesztést, amihez mi teljeskörű tanácsadást és technikai támogatást nyújtunk.</description>
|
12 |
<notes>.</notes>
|
13 |
<authors><author><name>BIG FISH Kft.</name><user>auto-converted</user><email>dev@bigfish.hu</email></author></authors>
|
14 |
-
<date>2015-02-
|
15 |
-
<time>
|
16 |
-
<contents><target name="magelocal"><dir name="BigFish"><dir name="PaymentGateway"><dir name="Block"><dir name="Form"><file name="Escalion.php" hash="ce277a2ff408d44b252043d49d819269"/><file name="Otp2.php" hash="cae3f2cf804e8f225104dadc02b283a3"/><file name="Redirect.php" hash="63a0da532a48e0bc7b03b93256d5a61c"/></dir><dir name="Pending"><file name="History.php" hash="745dd59b8de60076d8a6b5ccf496fabd"/><file name="View.php" hash="b3404a72a31bf60861f8862a15bb3568"/></dir><file name="Form.php" hash="c936919ddc23e849e4428f28589ee070"/><file name="Info.php" hash="5bc4551306f21ff8bf488fc72ed0c4fd"/><file name="Jsinit.php" hash="178788393e09dd98d0009f0db422e545"/></dir><dir name="Helper"><file name="Data.php" hash="3c368881e9a0f021ebb7b88976e6b1e4"/></dir><dir name="Lib"><file name="PaymentGateway.php" hash="5d96a80a4594e8dea6dceda5a5a45031"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="3e99f7b52cee958e71f9a412c9ea4edd"/></dir><dir name="Paymentgateway"><file name="Collection.php" hash="abc8ba82d181a15cfa48d09cdc2a35d6"/></dir><file name="Log.php" hash="d4138f11251a717b79b68fadb883ee23"/><file name="Paymentgateway.php" hash="870020b535b30552f4f5a47bb4bd0935"/></dir><file name="Abaqoos.php" hash="655322910e7b15a5f999a535b2eda4c6"/><file name="Abstract.php" hash="2c6d60f197e2908c9aa258bdf012d367"/><file name="Barion.php" hash="651cc96eeb82c8a0321bdabd60e6509a"/><file name="Cib.php" hash="ea48d14762362222837b1d1522512254"/><file name="Config.php" hash="4a158edc6574521b4526f2c3baaa410d"/><file name="Escalion.php" hash="23366a2ebdbbcfd68ef4069d48ce9fbe"/><file name="Event.php" hash="15acccb702ebde6d8f73ff79830a6824"/><file name="Khb.php" hash="1fe9debe58da3fc9e34006d31cb8f019"/><file name="Log.php" hash="a887de7bb3b215d81d3c70b4b8588bce"/><file name="Mcm.php" hash="727dc6636cf1174c2db1ed7b26930946"/><file name="Mpp.php" hash="144a389c61da0556bc46fc10b0d92e23"/><file name="Otp.php" hash="c0a4a946222f2c09dd0ec198d749ac45"/><file name="Otp2.php" hash="f2bc840dd39af910c19c2b3f5834ea8c"/><file name="Otpay.php" hash="c7f2829710e07894e59f6ca15562424c"/><file name="PaymentGateway.php" hash="c91b0648df0514d2cfb9c40129baa018"/><file name="Paypal.php" hash="4c165d3dd02115173ba21e22a1496adc"/><file name="Payu.php" hash="e31bfd9ce6322df6fdf1dd38bc33f581"/><file name="Payucash.php" hash="ea040fc4306fbbe1a273ccf1dc375a7a"/><file name="Payumobile.php" hash="31792f27fdd5a6305f548df2ed57bd69"/><file name="Payuwire.php" hash="24b510a92769fefdb201887a4c0e9642"/><file name="Sms.php" hash="dfa6c5d919dfa48cae185f2747d0f171"/><file name="Sofort.php" hash="c1a3cf4dd9ac043d2b9847cd96ddab6e"/><file name="Unicredit.php" hash="deabee29cbe39feccb7da1dd2180ea8e"/><file name="Wirecard.php" hash="b450f048577287c85c65d83692f89877"/></dir><dir name="controllers"><file name="PaymentgatewayController.php" hash="af5dcdd2a03a46c4a6bcf80bdb61dbe0"/><file name="PendingController.php" hash="722f4941550bb9f889bcba035cac3b97"/><file name="ProcessingController.php" hash="c626f03c58cb808b94020ba200bbf19a"/></dir><dir name="etc"><file name="config.xml" hash="
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>BigFish_PaymentGateway_Magento</name>
|
4 |
+
<version>1.10.51</version>
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
11 |
A látogatók a megvásárolt termékeket és szolgáltatásokat azonnal kifizethetik, így a webáruház pénzügyei tervezhetőbbé válnak. A Payment Gateway beépítése nem igényel mást, mint egy egyszeri, néhány órás továbbfejlesztést, amihez mi teljeskörű tanácsadást és technikai támogatást nyújtunk.</description>
|
12 |
<notes>.</notes>
|
13 |
<authors><author><name>BIG FISH Kft.</name><user>auto-converted</user><email>dev@bigfish.hu</email></author></authors>
|
14 |
+
<date>2015-02-17</date>
|
15 |
+
<time>09:50:22</time>
|
16 |
+
<contents><target name="magelocal"><dir name="BigFish"><dir name="PaymentGateway"><dir name="Block"><dir name="Form"><file name="Escalion.php" hash="ce277a2ff408d44b252043d49d819269"/><file name="Otp2.php" hash="cae3f2cf804e8f225104dadc02b283a3"/><file name="Redirect.php" hash="63a0da532a48e0bc7b03b93256d5a61c"/></dir><dir name="Pending"><file name="History.php" hash="745dd59b8de60076d8a6b5ccf496fabd"/><file name="View.php" hash="b3404a72a31bf60861f8862a15bb3568"/></dir><file name="Form.php" hash="c936919ddc23e849e4428f28589ee070"/><file name="Info.php" hash="5bc4551306f21ff8bf488fc72ed0c4fd"/><file name="Jsinit.php" hash="178788393e09dd98d0009f0db422e545"/></dir><dir name="Helper"><file name="Data.php" hash="3c368881e9a0f021ebb7b88976e6b1e4"/></dir><dir name="Lib"><file name="PaymentGateway.php" hash="5d96a80a4594e8dea6dceda5a5a45031"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="3e99f7b52cee958e71f9a412c9ea4edd"/></dir><dir name="Paymentgateway"><file name="Collection.php" hash="abc8ba82d181a15cfa48d09cdc2a35d6"/></dir><file name="Log.php" hash="d4138f11251a717b79b68fadb883ee23"/><file name="Paymentgateway.php" hash="870020b535b30552f4f5a47bb4bd0935"/></dir><file name="Abaqoos.php" hash="655322910e7b15a5f999a535b2eda4c6"/><file name="Abstract.php" hash="2c6d60f197e2908c9aa258bdf012d367"/><file name="Barion.php" hash="651cc96eeb82c8a0321bdabd60e6509a"/><file name="Borgun.php" hash="d4b7a0993bd32dabdbfc7a8736224a97"/><file name="Cib.php" hash="ea48d14762362222837b1d1522512254"/><file name="Config.php" hash="4a158edc6574521b4526f2c3baaa410d"/><file name="Escalion.php" hash="23366a2ebdbbcfd68ef4069d48ce9fbe"/><file name="Event.php" hash="15acccb702ebde6d8f73ff79830a6824"/><file name="Fhb.php" hash="47234f39d0c4140aaf2e1d7660d0ba85"/><file name="Khb.php" hash="1fe9debe58da3fc9e34006d31cb8f019"/><file name="Log.php" hash="a887de7bb3b215d81d3c70b4b8588bce"/><file name="Mcm.php" hash="727dc6636cf1174c2db1ed7b26930946"/><file name="Mpp.php" hash="144a389c61da0556bc46fc10b0d92e23"/><file name="Otp.php" hash="c0a4a946222f2c09dd0ec198d749ac45"/><file name="Otp2.php" hash="f2bc840dd39af910c19c2b3f5834ea8c"/><file name="Otpay.php" hash="c7f2829710e07894e59f6ca15562424c"/><file name="PaymentGateway.php" hash="c91b0648df0514d2cfb9c40129baa018"/><file name="Paypal.php" hash="4c165d3dd02115173ba21e22a1496adc"/><file name="Payu.php" hash="e31bfd9ce6322df6fdf1dd38bc33f581"/><file name="Payucash.php" hash="ea040fc4306fbbe1a273ccf1dc375a7a"/><file name="Payumobile.php" hash="31792f27fdd5a6305f548df2ed57bd69"/><file name="Payuwire.php" hash="24b510a92769fefdb201887a4c0e9642"/><file name="Sms.php" hash="dfa6c5d919dfa48cae185f2747d0f171"/><file name="Sofort.php" hash="c1a3cf4dd9ac043d2b9847cd96ddab6e"/><file name="Unicredit.php" hash="deabee29cbe39feccb7da1dd2180ea8e"/><file name="Wirecard.php" hash="b450f048577287c85c65d83692f89877"/></dir><dir name="controllers"><file name="PaymentgatewayController.php" hash="af5dcdd2a03a46c4a6bcf80bdb61dbe0"/><file name="PendingController.php" hash="722f4941550bb9f889bcba035cac3b97"/><file name="ProcessingController.php" hash="c626f03c58cb808b94020ba200bbf19a"/></dir><dir name="etc"><file name="config.xml" hash="eb9d9ae75523125fb32e93fecb6d77d9"/><file name="system.xml" hash="c7a454ed13bc7c2bcbb7743b9a158c17"/></dir><dir name="sql"><dir name="paymentgateway_setup"><file name="mysql4-install-0.1.0.php" hash="51b1e7dc9386c9b9589f366b70c9d343"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="bfpaymentgateway.xml" hash="ef59bce8615f7a6f32c7e49e86136174"/></dir><dir name="template"><dir name="bfpaymentgateway"><dir name="form"><file name="escalion.phtml" hash="64b0688d3b8cb8a3a9e2af9df55753f0"/><file name="otp2.phtml" hash="cb2344e34a935e54f8be0b7d25a5ea8e"/><file name="redirect.phtml" hash="97ec1f105e0085f2f2cd233881a5666e"/></dir><dir name="pending"><file name="history.phtml" hash="73ab4e2b784203ace98881b01bfb3e7b"/></dir><file name="blank.phtml" hash="b29130ec79f42bb958a644cdab06af5e"/><file name="info.phtml" hash="51ab770a43d4e2a608d20f0fb6561a96"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="BigFish_PaymentGateway.xml" hash="bb16234eadf8490e8c5c09084fba33c5"/></dir></target><target name="magelocale"><dir name="hu_HU"><file name="BigFish_PaymentGateway.csv" hash="faf3a22c49102141a4ed47c4752326df"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|