Version Notes
- New translations: en_US, en_GB
Download this release
Release Info
Developer | Magento Core Team |
Extension | BigFish_PaymentGateway_Magento |
Version | 1.10.54 |
Comparing to | |
See all releases |
Code changes from version 1.10.53 to 1.10.54
app/locale/en_GB/BigFish_PaymentGateway.csv
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"redirectMessage","You will be redirected to the payment page."
|
2 |
+
"info_notprocessed","Payment is not processed yet."
|
3 |
+
"info_ccNumber","Bank card number"
|
4 |
+
"info_ccExpiration","Bank card expiry date"
|
5 |
+
"status_paymentTimeout","Cancelled payment. The available time for shopping expired."
|
6 |
+
"status_paymentFailed","Unsuccessful payment."
|
7 |
+
"status_paymentCancelled","Payment cancelled."
|
8 |
+
"status_paymentPending","Transaction pending."
|
9 |
+
"status_paymentSuccess","Successful transaction."
|
10 |
+
"event_orderCancelled","The order request is cancelled."
|
11 |
+
"process_messageCustomerRedirected","The customer is redirected to the payment area."
|
12 |
+
"process_noOrderFound","There is no order waiting to be processed."
|
13 |
+
"process_noTransactionIdInResponse","Missing transaction ID."
|
14 |
+
"validation_invalidCcNumber","Invalid Bank card number."
|
15 |
+
"validation_invalidExpDate","Invalid Bank card expiry date."
|
16 |
+
"validation_invalidCcData","Invalid bank card details."
|
17 |
+
"validation_invalidPocketId","Invalid pocket ID."
|
18 |
+
"Please, select a pocket.","Please choose a pocket."
|
19 |
+
"Accommodation","Accommodation"
|
20 |
+
"Hospitality","Hospitality"
|
21 |
+
"Leisure","Leisure"
|
22 |
+
"The next pocket will be debited at payment:","The following pocket will be debited during the payment:"
|
23 |
+
"Provider Transaction ID","Payment provider transaction ID."
|
24 |
+
"Anum","Anum"
|
25 |
+
"Paid amount","Amount paid"
|
app/locale/en_US/BigFish_PaymentGateway.csv
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"redirectMessage","You will be redirected to the payment page."
|
2 |
+
"info_notprocessed","Payment is not processed yet."
|
3 |
+
"info_ccNumber","Bank card number"
|
4 |
+
"info_ccExpiration","Bank card expiry date"
|
5 |
+
"status_paymentTimeout","Cancelled payment. The available time for shopping expired."
|
6 |
+
"status_paymentFailed","Unsuccessful payment."
|
7 |
+
"status_paymentCancelled","Payment cancelled."
|
8 |
+
"status_paymentPending","Transaction pending."
|
9 |
+
"status_paymentSuccess","Successful transaction."
|
10 |
+
"event_orderCancelled","The order request is cancelled."
|
11 |
+
"process_messageCustomerRedirected","The customer is redirected to the payment area."
|
12 |
+
"process_noOrderFound","There is no order waiting to be processed."
|
13 |
+
"process_noTransactionIdInResponse","Missing transaction ID."
|
14 |
+
"validation_invalidCcNumber","Invalid Bank card number."
|
15 |
+
"validation_invalidExpDate","Invalid Bank card expiry date."
|
16 |
+
"validation_invalidCcData","Invalid bank card details."
|
17 |
+
"validation_invalidPocketId","Invalid pocket ID."
|
18 |
+
"Please, select a pocket.","Please choose a pocket."
|
19 |
+
"Accommodation","Accommodation"
|
20 |
+
"Hospitality","Hospitality"
|
21 |
+
"Leisure","Leisure"
|
22 |
+
"The next pocket will be debited at payment:","The following pocket will be debited during the payment:"
|
23 |
+
"Provider Transaction ID","Payment provider transaction ID."
|
24 |
+
"Anum","Anum"
|
25 |
+
"Paid amount","Amount paid"
|
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>
|
@@ -9,19 +9,11 @@
|
|
9 |
<summary>A BIG FISH Payment Gateway egy olyan szolgáltatás, amely segítségével bármely Internetes kereskedő többféle elektronikus fizetési megoldást kínálhat webáruházában.</summary>
|
10 |
<description>A webáruházak és a fizetési szolgáltatók közti kommunikációt a Payment Gateway biztosítja, ez által komolyabb fejlesztés nélkül, egy lépésben több elektronikus fizetési szolgáltatás beköthető, mivel a Payment Gateway és a kereskedők között sztenderdizált kommunikáció zajlik, függetlenül a fizetési szolgáltatóktól, a tranzakciós üzeneteket a Payment Gateway "fordítja le a fizetési szolgáltatók nyelvére".
|
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>- New
|
13 |
-

|
14 |
-
- Show transaction data on success and unsuccess pages
|
15 |
-

|
16 |
-
- MasterCard Mobile, PayU, PayU Wire, PayU Cash providers turn off
|
17 |
-

|
18 |
-
- OTP SZÉP Card StoreName bug fix
|
19 |
-

|
20 |
-
- Borgun, Barion coupon code handling bug fix</notes>
|
21 |
<authors><author><name>BIG FISH Kft.</name><user>auto-converted</user><email>dev@bigfish.hu</email></author></authors>
|
22 |
-
<date>2016-01-
|
23 |
-
<time>10:
|
24 |
-
<contents><target name="magelocal"><dir name="BigFish"><dir name="PaymentGateway"><dir name="Block"><dir name="Form"><file name="Escalion.php" hash="ce277a2ff408d44b252043d49d819269"/><file name="Khbszep.php" hash="ef337c5b94e90a4d191fb04240bdb5e9"/><file name="Mkbszep.php" hash="14f38badd7157db0c9ce1e10d5f9a24f"/><file name="Otp2.php" hash="cae3f2cf804e8f225104dadc02b283a3"/><file name="Otpszep.php" hash="bbc4fc9dee172ee69034ee4268ff160f"/><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="00e3cfff471358799fc1b6279accf84a"/></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="ddd072bdbfc2233defa7d02752782c76"/><file name="Barion.php" hash="651cc96eeb82c8a0321bdabd60e6509a"/><file name="Borgun.php" hash="d4b7a0993bd32dabdbfc7a8736224a97"/><file name="Cib.php" hash="ea48d14762362222837b1d1522512254"/><file name="Config.php" hash="dd1745557d09ccfd359e9bbb2a82d52a"/><file name="Escalion.php" hash="23366a2ebdbbcfd68ef4069d48ce9fbe"/><file name="Event.php" hash="a8f42e44752d6e40c2899627a27ca203"/><file name="Fhb.php" hash="47234f39d0c4140aaf2e1d7660d0ba85"/><file name="Khb.php" hash="1fe9debe58da3fc9e34006d31cb8f019"/><file name="Khbszep.php" hash="7b0744c5f7911ef7086de5caf28df5fc"/><file name="Log.php" hash="a887de7bb3b215d81d3c70b4b8588bce"/><file name="Mcm.php" hash="727dc6636cf1174c2db1ed7b26930946"/><file name="Mkbszep.php" hash="a639657ce632a71324538fe90bfc2812"/><file name="Mpp.php" hash="144a389c61da0556bc46fc10b0d92e23"/><file name="Otp.php" hash="c0a4a946222f2c09dd0ec198d749ac45"/><file name="Otp2.php" hash="a392215103974748fd93e4235b6e68d0"/><file name="Otpay.php" hash="c7f2829710e07894e59f6ca15562424c"/><file name="Otpaymp.php" hash="b3da87a4a0b06445c0d1753844cc0ea0"/><file name="Otpmultipont.php" hash="6d3d476a2792d90cd13e435364cf5217"/><file name="Otpszep.php" hash="44c04637fa019b9421620a2d6178e290"/><file name="PaymentGateway.php" hash="c91b0648df0514d2cfb9c40129baa018"/><file name="Paypal.php" hash="4c165d3dd02115173ba21e22a1496adc"/><file name="Payu.php" hash="e31bfd9ce6322df6fdf1dd38bc33f581"/><file name="Payu2.php" hash="560bf3928ca3894f21a3ff6391fe455b"/><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="18973881c2f6fe7995fb335cbf5ebef9"/></dir><dir name="etc"><file name="config.xml" hash="25b5fc5fce55c27962ca13c0adb0cbf0"/><file name="system.xml" hash="9ba4d9b12f2f400548f45b85eec88a12"/></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="khbszep.phtml" hash="4ca022cced52b4f4ebf68f943e58784a"/><file name="mkbszep.phtml" hash="773bd2b24dd157e9ce93e16451575c1b"/><file name="otp2.phtml" hash="9f00dfdba938162f43feb980f4416969"/><file name="otpszep.phtml" hash="4ca022cced52b4f4ebf68f943e58784a"/><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="fe2423e17ece499788ab6a0e24ceaf48"/></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies/>
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>BigFish_PaymentGateway_Magento</name>
|
4 |
+
<version>1.10.54</version>
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
9 |
<summary>A BIG FISH Payment Gateway egy olyan szolgáltatás, amely segítségével bármely Internetes kereskedő többféle elektronikus fizetési megoldást kínálhat webáruházában.</summary>
|
10 |
<description>A webáruházak és a fizetési szolgáltatók közti kommunikációt a Payment Gateway biztosítja, ez által komolyabb fejlesztés nélkül, egy lépésben több elektronikus fizetési szolgáltatás beköthető, mivel a Payment Gateway és a kereskedők között sztenderdizált kommunikáció zajlik, függetlenül a fizetési szolgáltatóktól, a tranzakciós üzeneteket a Payment Gateway "fordítja le a fizetési szolgáltatók nyelvére".
|
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>- New translations: en_US, en_GB</notes>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
<authors><author><name>BIG FISH Kft.</name><user>auto-converted</user><email>dev@bigfish.hu</email></author></authors>
|
14 |
+
<date>2016-01-27</date>
|
15 |
+
<time>10:14:53</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="Khbszep.php" hash="ef337c5b94e90a4d191fb04240bdb5e9"/><file name="Mkbszep.php" hash="14f38badd7157db0c9ce1e10d5f9a24f"/><file name="Otp2.php" hash="cae3f2cf804e8f225104dadc02b283a3"/><file name="Otpszep.php" hash="bbc4fc9dee172ee69034ee4268ff160f"/><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="00e3cfff471358799fc1b6279accf84a"/></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="ddd072bdbfc2233defa7d02752782c76"/><file name="Barion.php" hash="651cc96eeb82c8a0321bdabd60e6509a"/><file name="Borgun.php" hash="d4b7a0993bd32dabdbfc7a8736224a97"/><file name="Cib.php" hash="ea48d14762362222837b1d1522512254"/><file name="Config.php" hash="dd1745557d09ccfd359e9bbb2a82d52a"/><file name="Escalion.php" hash="23366a2ebdbbcfd68ef4069d48ce9fbe"/><file name="Event.php" hash="a8f42e44752d6e40c2899627a27ca203"/><file name="Fhb.php" hash="47234f39d0c4140aaf2e1d7660d0ba85"/><file name="Khb.php" hash="1fe9debe58da3fc9e34006d31cb8f019"/><file name="Khbszep.php" hash="7b0744c5f7911ef7086de5caf28df5fc"/><file name="Log.php" hash="a887de7bb3b215d81d3c70b4b8588bce"/><file name="Mcm.php" hash="727dc6636cf1174c2db1ed7b26930946"/><file name="Mkbszep.php" hash="a639657ce632a71324538fe90bfc2812"/><file name="Mpp.php" hash="144a389c61da0556bc46fc10b0d92e23"/><file name="Otp.php" hash="c0a4a946222f2c09dd0ec198d749ac45"/><file name="Otp2.php" hash="a392215103974748fd93e4235b6e68d0"/><file name="Otpay.php" hash="c7f2829710e07894e59f6ca15562424c"/><file name="Otpaymp.php" hash="b3da87a4a0b06445c0d1753844cc0ea0"/><file name="Otpmultipont.php" hash="6d3d476a2792d90cd13e435364cf5217"/><file name="Otpszep.php" hash="44c04637fa019b9421620a2d6178e290"/><file name="PaymentGateway.php" hash="c91b0648df0514d2cfb9c40129baa018"/><file name="Paypal.php" hash="4c165d3dd02115173ba21e22a1496adc"/><file name="Payu.php" hash="e31bfd9ce6322df6fdf1dd38bc33f581"/><file name="Payu2.php" hash="560bf3928ca3894f21a3ff6391fe455b"/><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="18973881c2f6fe7995fb335cbf5ebef9"/></dir><dir name="etc"><file name="config.xml" hash="25b5fc5fce55c27962ca13c0adb0cbf0"/><file name="system.xml" hash="9ba4d9b12f2f400548f45b85eec88a12"/></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="khbszep.phtml" hash="4ca022cced52b4f4ebf68f943e58784a"/><file name="mkbszep.phtml" hash="773bd2b24dd157e9ce93e16451575c1b"/><file name="otp2.phtml" hash="9f00dfdba938162f43feb980f4416969"/><file name="otpszep.phtml" hash="4ca022cced52b4f4ebf68f943e58784a"/><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="fe2423e17ece499788ab6a0e24ceaf48"/></dir><dir name="en_US"><file name="BigFish_PaymentGateway.csv" hash="8293e9311dde2feb43733b786708f7a1"/></dir><dir name="en_GB"><file name="BigFish_PaymentGateway.csv" hash="8293e9311dde2feb43733b786708f7a1"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|