Version Notes
no additional notes included
Download this release
Release Info
Developer | Esphere Dev Team |
Extension | Skrill_Hosted_Payment_Solution |
Version | 1.0.18 |
Comparing to | |
See all releases |
Code changes from version 1.0.12 to 1.0.18
- app/code/community/Skrill/Block/Payment/Form/Abstract.php +61 -61
- app/code/community/Skrill/Block/Payment/Form/Acc.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Ali.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Amx.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Creditcard.php +65 -65
- app/code/community/Skrill/Block/Payment/Form/Csi.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Did.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Din.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Directdebit.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Dnk.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Ebt.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Eps.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Epy.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Flexible.php +33 -33
- app/code/community/Skrill/Block/Payment/Form/Gcb.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Gir.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Giropay.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Glu.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Ideal.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Idl.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Jcb.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Mae.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Msc.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Npy.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Obt.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Payolutionins.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Payolutioninv.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Paypal.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Paysafecard.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Paytrail.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Pli.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Psc.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Psp.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Pwy.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Sft.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Sofortuberweisung.php +37 -37
- app/code/community/Skrill/Block/Payment/Form/Vsa.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Vse.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Wlt.php +32 -32
- app/code/community/Skrill/Block/Payment/Form/Yandex.php +32 -32
- app/code/community/Skrill/Block/Payment/Formcc.php +32 -32
- app/code/community/Skrill/Block/Payment/Formcp.php +32 -32
- app/code/community/Skrill/Block/Payment/Formdd.php +32 -32
- app/code/community/Skrill/Block/Payment/Payoninfo.php +31 -31
- app/code/community/Skrill/Block/Payment/Qcheckout.php +32 -32
- app/code/community/Skrill/Block/Payment/Skrillinfo.php +31 -31
- app/code/community/Skrill/Helper/Data.php +1488 -1469
- app/code/community/Skrill/Helper/VersionTracker.php +76 -76
- app/code/community/Skrill/Model/Method/Abstract.php +483 -483
- app/code/community/Skrill/Model/Method/Acc.php +51 -51
- app/code/community/Skrill/Model/Method/Ali.php +51 -51
- app/code/community/Skrill/Model/Method/Amx.php +51 -51
- app/code/community/Skrill/Model/Method/Creditcard.php +55 -55
- app/code/community/Skrill/Model/Method/Csi.php +51 -51
- app/code/community/Skrill/Model/Method/Did.php +55 -55
- app/code/community/Skrill/Model/Method/Din.php +51 -51
- app/code/community/Skrill/Model/Method/Directdebit.php +46 -46
- app/code/community/Skrill/Model/Method/Dnk.php +51 -51
- app/code/community/Skrill/Model/Method/Ebt.php +51 -51
- app/code/community/Skrill/Model/Method/Eps.php +58 -58
- app/code/community/Skrill/Model/Method/Epy.php +51 -51
- app/code/community/Skrill/Model/Method/Flexible.php +51 -51
- app/code/community/Skrill/Model/Method/Gcb.php +51 -51
- app/code/community/Skrill/Model/Method/Gir.php +54 -54
- app/code/community/Skrill/Model/Method/Giropay.php +58 -58
- app/code/community/Skrill/Model/Method/Glu.php +51 -51
- app/code/community/Skrill/Model/Method/Ideal.php +58 -58
- app/code/community/Skrill/Model/Method/Idl.php +55 -55
- app/code/community/Skrill/Model/Method/Jcb.php +51 -51
- app/code/community/Skrill/Model/Method/Mae.php +51 -51
- app/code/community/Skrill/Model/Method/Msc.php +51 -51
- app/code/community/Skrill/Model/Method/Npy.php +55 -55
- app/code/community/Skrill/Model/Method/Obt.php +51 -51
- app/code/community/Skrill/Model/Method/Payolutionins.php +58 -58
- app/code/community/Skrill/Model/Method/Payolutioninv.php +58 -58
- app/code/community/Skrill/Model/Method/Paypal.php +64 -64
- app/code/community/Skrill/Model/Method/Paysafecard.php +58 -58
- app/code/community/Skrill/Model/Method/Paytrail.php +58 -58
- app/code/community/Skrill/Model/Method/Pli.php +51 -51
- app/code/community/Skrill/Model/Method/Psc.php +51 -51
- app/code/community/Skrill/Model/Method/Psp.php +51 -51
- app/code/community/Skrill/Model/Method/Pwy.php +51 -51
- app/code/community/Skrill/Model/Method/Sft.php +55 -55
- app/code/community/Skrill/Model/Method/Skrill.php +32 -4
- app/code/community/Skrill/Model/Method/Sofortuberweisung.php +71 -71
- app/code/community/Skrill/Model/Method/Vsa.php +51 -51
- app/code/community/Skrill/Model/Method/Vse.php +51 -51
- app/code/community/Skrill/Model/Method/Wlt.php +51 -51
- app/code/community/Skrill/Model/Method/Yandex.php +58 -58
- app/code/community/Skrill/Model/Source/Card.php +53 -53
- app/code/community/Skrill/Model/Source/Display.php +46 -46
- app/code/community/Skrill/Model/Source/Gateway.php +46 -46
- app/code/community/Skrill/Model/Source/Mode.php +46 -46
- app/code/community/Skrill/Model/Source/Transaction.php +45 -45
- app/code/community/Skrill/Model/Success/Observer.php +38 -38
- app/code/community/Skrill/controllers/PaymentController.php +72 -31
- app/code/community/Skrill/controllers/ResponseController.php +267 -267
- app/code/community/Skrill/controllers/UpdateorderController.php +29 -38
- app/code/community/Skrill/etc/adminhtml.xml +48 -48
- app/code/community/Skrill/etc/config.xml +2 -2
- app/code/community/Skrill/etc/system.xml +45 -34
- app/code/community/Skrill/sql/skrill_setup/mysql4-install-1.0.0.php +43 -43
- app/code/community/Skrill/sql/skrill_setup/mysql4-upgrade-1.0.16-1.0.17.php +6 -0
- app/design/adminhtml/default/Skrill/template/system/config/edit.phtml +368 -368
- app/design/adminhtml/default/default/template/skrill/payoninfo.phtml +37 -37
- app/design/frontend/base/default/template/checkout/onepage/payment/skrill/methods.phtml +73 -73
- app/design/frontend/base/default/template/skrill/payment/formcc.phtml +66 -66
- app/design/frontend/base/default/template/skrill/payment/formcp.phtml +64 -64
- app/design/frontend/base/default/template/skrill/payment/formdd.phtml +57 -57
- app/design/frontend/base/default/template/skrill/payment/qcheckout.phtml +23 -23
- app/design/frontend/base/default/template/skrill/payoninfo.phtml +21 -21
- app/design/frontend/base/default/template/skrill/skrillinfo.phtml +21 -21
- app/design/frontend/rwd/default/layout/skrill_checkout.xml +58 -58
- app/design/frontend/rwd/default/template/checkout/cart/minicart/skrill/default.phtml +189 -189
- app/etc/modules/Skrill.xml +31 -31
- app/locale/af_ZA/Skrill.csv +251 -249
- app/locale/ar_DZ/Skrill.csv +251 -249
- app/locale/ar_EG/Skrill.csv +251 -249
- app/locale/ar_KW/Skrill.csv +251 -249
- app/locale/ar_MA/Skrill.csv +251 -249
- app/locale/ar_SA/Skrill.csv +251 -249
- app/locale/az_AZ/Skrill.csv +251 -249
- app/locale/be_BY/Skrill.csv +251 -249
- app/locale/bg_BG/Skrill.csv +251 -249
- app/locale/bn_BD/Skrill.csv +251 -249
- app/locale/bs_BA/Skrill.csv +251 -249
- app/locale/ca_ES/Skrill.csv +251 -249
- app/locale/cs_CZ/Skrill.csv +251 -249
- app/locale/cy_GB/Skrill.csv +251 -249
- app/locale/da_DK/Skrill.csv +251 -249
- app/locale/de_AT/Skrill.csv +251 -249
- app/locale/de_CH/Skrill.csv +251 -249
- app/locale/de_DE/Skrill.csv +177 -249
app/code/community/Skrill/Block/Payment/Form/Abstract.php
CHANGED
@@ -1,61 +1,61 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
abstract class Skrill_Block_Payment_Form_Abstract extends Mage_Payment_Block_Form
|
22 |
-
{
|
23 |
-
protected $logo_height = "35";
|
24 |
-
|
25 |
-
protected function _construct()
|
26 |
-
{
|
27 |
-
$this->setMethodTitle('')
|
28 |
-
->setMethodLabelAfterHtml($this->_getLogoHtml());
|
29 |
-
}
|
30 |
-
|
31 |
-
protected function _getLogoHtml()
|
32 |
-
{
|
33 |
-
return sprintf(
|
34 |
-
'<img src="%s" alt="%s"/ height="'.$this->logo_height.'px">',
|
35 |
-
$this->_getLogoUrl(),
|
36 |
-
$this->_getLogoAlt()
|
37 |
-
);
|
38 |
-
}
|
39 |
-
|
40 |
-
/**
|
41 |
-
* Retrieves the alt attribute for the logo
|
42 |
-
*
|
43 |
-
* @return string
|
44 |
-
*/
|
45 |
-
protected function _getLogoAlt()
|
46 |
-
{
|
47 |
-
return $this->_logoAlt;
|
48 |
-
}
|
49 |
-
|
50 |
-
/**
|
51 |
-
* Retrieves the url to the logo
|
52 |
-
*
|
53 |
-
* @return string
|
54 |
-
*/
|
55 |
-
protected function _getLogoUrl()
|
56 |
-
{
|
57 |
-
return $this->_logoUrl;
|
58 |
-
}
|
59 |
-
|
60 |
-
|
61 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
abstract class Skrill_Block_Payment_Form_Abstract extends Mage_Payment_Block_Form
|
22 |
+
{
|
23 |
+
protected $logo_height = "35";
|
24 |
+
|
25 |
+
protected function _construct()
|
26 |
+
{
|
27 |
+
$this->setMethodTitle('')
|
28 |
+
->setMethodLabelAfterHtml($this->_getLogoHtml());
|
29 |
+
}
|
30 |
+
|
31 |
+
protected function _getLogoHtml()
|
32 |
+
{
|
33 |
+
return sprintf(
|
34 |
+
'<img src="%s" alt="%s"/ height="'.$this->logo_height.'px">',
|
35 |
+
$this->_getLogoUrl(),
|
36 |
+
$this->_getLogoAlt()
|
37 |
+
);
|
38 |
+
}
|
39 |
+
|
40 |
+
/**
|
41 |
+
* Retrieves the alt attribute for the logo
|
42 |
+
*
|
43 |
+
* @return string
|
44 |
+
*/
|
45 |
+
protected function _getLogoAlt()
|
46 |
+
{
|
47 |
+
return $this->_logoAlt;
|
48 |
+
}
|
49 |
+
|
50 |
+
/**
|
51 |
+
* Retrieves the url to the logo
|
52 |
+
*
|
53 |
+
* @return string
|
54 |
+
*/
|
55 |
+
protected function _getLogoUrl()
|
56 |
+
{
|
57 |
+
return $this->_logoUrl;
|
58 |
+
}
|
59 |
+
|
60 |
+
|
61 |
+
}
|
app/code/community/Skrill/Block/Payment/Form/Acc.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Acc extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_ACC');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/multiple-options.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Acc extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_ACC');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/multiple-options.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Ali.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Ali extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_ALI');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/alipay.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Ali extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_ALI');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/alipay.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Amx.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Amx extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_AMX');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/amex.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Amx extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_AMX');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/amex.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Creditcard.php
CHANGED
@@ -1,66 +1,66 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Creditcard extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_CC');
|
29 |
-
parent::_construct();
|
30 |
-
}
|
31 |
-
|
32 |
-
protected function _getLogoHtml()
|
33 |
-
{
|
34 |
-
if ( !Mage::getStoreConfig('payment/skrill_acc/card_selection') )
|
35 |
-
{
|
36 |
-
$cards = "AMEX,VISA,MASTER,MAESTRO";
|
37 |
-
}
|
38 |
-
else
|
39 |
-
{
|
40 |
-
$cards = explode(',', Mage::getStoreConfig('payment/skrill_acc/card_selection'));
|
41 |
-
}
|
42 |
-
|
43 |
-
$html = '';
|
44 |
-
foreach ($cards as $key => $value) {
|
45 |
-
if ($value == "AMEX" )
|
46 |
-
$logo_name = "amex.jpg";
|
47 |
-
if ($value == "VISA" )
|
48 |
-
$logo_name = "visa.png";
|
49 |
-
if ($value == "MASTER" )
|
50 |
-
$logo_name = "mastercard.jpg";
|
51 |
-
if ($value == "MAESTRO" )
|
52 |
-
$logo_name = "maestro.png";
|
53 |
-
|
54 |
-
$html .= "<img src='".$this->getSkinUrl('images/skrill/'.$logo_name.'')."' alt='".$this->_getLogoAlt()."' height='35px' style='margin-right:5px' />";
|
55 |
-
|
56 |
-
if ($value == "VISA" )
|
57 |
-
{
|
58 |
-
$logo_name = "visa-pay.png";
|
59 |
-
$html .= "<img src='".$this->getSkinUrl('images/skrill/'.$logo_name.'')."' alt='".$this->_getLogoAlt()."' height='35px' style='margin-right:5px' />";
|
60 |
-
}
|
61 |
-
|
62 |
-
}
|
63 |
-
|
64 |
-
return $html;
|
65 |
-
}
|
66 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Creditcard extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_CC');
|
29 |
+
parent::_construct();
|
30 |
+
}
|
31 |
+
|
32 |
+
protected function _getLogoHtml()
|
33 |
+
{
|
34 |
+
if ( !Mage::getStoreConfig('payment/skrill_acc/card_selection') )
|
35 |
+
{
|
36 |
+
$cards = "AMEX,VISA,MASTER,MAESTRO";
|
37 |
+
}
|
38 |
+
else
|
39 |
+
{
|
40 |
+
$cards = explode(',', Mage::getStoreConfig('payment/skrill_acc/card_selection'));
|
41 |
+
}
|
42 |
+
|
43 |
+
$html = '';
|
44 |
+
foreach ($cards as $key => $value) {
|
45 |
+
if ($value == "AMEX" )
|
46 |
+
$logo_name = "amex.jpg";
|
47 |
+
if ($value == "VISA" )
|
48 |
+
$logo_name = "visa.png";
|
49 |
+
if ($value == "MASTER" )
|
50 |
+
$logo_name = "mastercard.jpg";
|
51 |
+
if ($value == "MAESTRO" )
|
52 |
+
$logo_name = "maestro.png";
|
53 |
+
|
54 |
+
$html .= "<img src='".$this->getSkinUrl('images/skrill/'.$logo_name.'')."' alt='".$this->_getLogoAlt()."' height='35px' style='margin-right:5px' />";
|
55 |
+
|
56 |
+
if ($value == "VISA" )
|
57 |
+
{
|
58 |
+
$logo_name = "visa-pay.png";
|
59 |
+
$html .= "<img src='".$this->getSkinUrl('images/skrill/'.$logo_name.'')."' alt='".$this->_getLogoAlt()."' height='35px' style='margin-right:5px' />";
|
60 |
+
}
|
61 |
+
|
62 |
+
}
|
63 |
+
|
64 |
+
return $html;
|
65 |
+
}
|
66 |
}
|
app/code/community/Skrill/Block/Payment/Form/Csi.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Csi extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_CSI');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/cartasi.gif');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Csi extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_CSI');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/cartasi.gif');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Did.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Did extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DID');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/ec.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Did extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DID');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/ec.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Din.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Din extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DIN');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/dinersclub.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Din extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DIN');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/dinersclub.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Directdebit.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Directdebit extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_DD');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/direct-debit.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Directdebit extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_DD');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/direct-debit.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Dnk.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Dnk extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DNK');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/dankort.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Dnk extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DNK');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/dankort.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Ebt.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Ebt extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_EBT');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/nordea.gif');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Ebt extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_EBT');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/nordea.gif');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Eps.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Eps extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_EPS');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/eps.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Eps extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_EPS');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/eps.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Epy.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Epy extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_EPY');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/epay.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Epy extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_EPY');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/epay.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Flexible.php
CHANGED
@@ -1,34 +1,34 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Flexible extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
protected $logo_height = "70";
|
24 |
-
|
25 |
-
/**
|
26 |
-
* Construct
|
27 |
-
*/
|
28 |
-
protected function _construct()
|
29 |
-
{
|
30 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_FLEXIBLE');
|
31 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/acceptance_mark.png');
|
32 |
-
parent::_construct();
|
33 |
-
}
|
34 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Flexible extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
protected $logo_height = "70";
|
24 |
+
|
25 |
+
/**
|
26 |
+
* Construct
|
27 |
+
*/
|
28 |
+
protected function _construct()
|
29 |
+
{
|
30 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_FLEXIBLE');
|
31 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/acceptance_mark.png');
|
32 |
+
parent::_construct();
|
33 |
+
}
|
34 |
}
|
app/code/community/Skrill/Block/Payment/Form/Gcb.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Gcb extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GCB');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/cartebleue.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Gcb extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GCB');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/cartebleue.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Gir.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Gir extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GIR');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/giropay2.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Gir extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GIR');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/giropay2.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Giropay.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Giropay extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_GIROPAY');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/giropay.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Giropay extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_GIROPAY');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/giropay.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Glu.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Glu extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GLU');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/Trustly-120.png";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Glu extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GLU');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/Trustly-120.png";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Ideal.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Ideal extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_IDEAL');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/ideal.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Ideal extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_IDEAL');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/ideal.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Idl.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Idl extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_IDL');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/ideal.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Idl extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_IDL');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/ideal.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Jcb.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Jcb extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_JCB');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/jcb.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Jcb extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_JCB');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/jcb.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Mae.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Mae extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_MAE');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/maestro2.jpg');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Mae extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_MAE');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/maestro2.jpg');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Msc.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Msc extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_MSC');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/mc.png";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Msc extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_MSC');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/mc.png";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Npy.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Npy extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_NPY');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/eps-netpay-120_02.png";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Npy extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_NPY');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/eps-netpay-120_02.png";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Obt.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Obt extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_OBT');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options_by_Skrill/skrill-direct_120x60.png";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Obt extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_OBT');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options_by_Skrill/skrill-direct_120x60.png";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Payolutionins.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Payolutionins extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYOLUTIONINS');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/payolutionins.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Payolutionins extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYOLUTIONINS');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/payolutionins.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Payolutioninv.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Payolutioninv extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYOLUTIONINV');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/payolutioninv.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Payolutioninv extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYOLUTIONINV');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/payolutioninv.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Paypal.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Paypal extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYPAL');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/paypal.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Paypal extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYPAL');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/paypal.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Paysafecard.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Paysafecard extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYSAFECARD');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/paysafecard_Logos/logo_paysafecard_blue_claim_RGB.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Paysafecard extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYSAFECARD');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/paysafecard_Logos/logo_paysafecard_blue_claim_RGB.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Paytrail.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Paytrail extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYTRAIL');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/paytrail-120.png";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Paytrail extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYTRAIL');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/paytrail-120.png";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Pli.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Pli extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PLI');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/poli-logo-120.png";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Pli extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PLI');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/poli-logo-120.png";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Psc.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Psc extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PSC');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/paysafecard_Logos/logo_paysafecard_blue_claim_RGB.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Psc extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PSC');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/paysafecard_Logos/logo_paysafecard_blue_claim_RGB.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Psp.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Psp extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PSP');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/postepay.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Psp extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PSP');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/postepay.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Pwy.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Pwy extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PWY');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/przelewy24.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Pwy extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PWY');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/przelewy24.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Sft.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Sft extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_SFT');
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/sofortuberweisung.png');
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Sft extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_SFT');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/sofortuberweisung.png');
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Sofortuberweisung.php
CHANGED
@@ -1,38 +1,38 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Sofortuberweisung extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$code = array('DE', 'CH', 'AT');
|
29 |
-
if (in_array(strtoupper(Mage::getSingleton('checkout/session')->getQuote()->getBillingAddress()->getCountryId()), $code)) {
|
30 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_SOFORT');
|
31 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/sofortlogo.png');
|
32 |
-
} else {
|
33 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_SOFORTBANK');
|
34 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/sofort.png');
|
35 |
-
}
|
36 |
-
parent::_construct();
|
37 |
-
}
|
38 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Sofortuberweisung extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$code = array('DE', 'CH', 'AT');
|
29 |
+
if (in_array(strtoupper(Mage::getSingleton('checkout/session')->getQuote()->getBillingAddress()->getCountryId()), $code)) {
|
30 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_SOFORT');
|
31 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/sofortlogo.png');
|
32 |
+
} else {
|
33 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_SOFORTBANK');
|
34 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/sofort.png');
|
35 |
+
}
|
36 |
+
parent::_construct();
|
37 |
+
}
|
38 |
}
|
app/code/community/Skrill/Block/Payment/Form/Vsa.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Vsa extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_VSA');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/visa.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Vsa extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_VSA');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/visa.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Vse.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Vse extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_VSE');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/visaelectron.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Vse extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_VSE');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/visaelectron.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Wlt.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Wlt extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_WLT');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Skrill_Logos/skrill-200x87_en.gif";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Wlt extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_WLT');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Skrill_Logos/skrill-200x87_en.gif";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Form/Yandex.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Form_Yandex extends Skrill_Block_Payment_Form_Abstract
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Construct
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_YANDEX');
|
29 |
-
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/YandexMoneyLogo-120.png";
|
30 |
-
parent::_construct();
|
31 |
-
}
|
32 |
-
|
33 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Form_Yandex extends Skrill_Block_Payment_Form_Abstract
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Construct
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_YANDEX');
|
29 |
+
$this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/YandexMoneyLogo-120.png";
|
30 |
+
parent::_construct();
|
31 |
+
}
|
32 |
+
|
33 |
}
|
app/code/community/Skrill/Block/Payment/Formcc.php
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*/
|
21 |
-
|
22 |
-
class Skrill_Block_Payment_Formcc extends Mage_Core_Block_Template
|
23 |
-
{
|
24 |
-
/**
|
25 |
-
* Construct
|
26 |
-
*/
|
27 |
-
public function _construct()
|
28 |
-
{
|
29 |
-
parent::_construct();
|
30 |
-
$this->setTemplate('skrill/payment/formcc.phtml');
|
31 |
-
}
|
32 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*/
|
21 |
+
|
22 |
+
class Skrill_Block_Payment_Formcc extends Mage_Core_Block_Template
|
23 |
+
{
|
24 |
+
/**
|
25 |
+
* Construct
|
26 |
+
*/
|
27 |
+
public function _construct()
|
28 |
+
{
|
29 |
+
parent::_construct();
|
30 |
+
$this->setTemplate('skrill/payment/formcc.phtml');
|
31 |
+
}
|
32 |
+
}
|
app/code/community/Skrill/Block/Payment/Formcp.php
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*/
|
21 |
-
|
22 |
-
class Skrill_Block_Payment_Formcp extends Mage_Core_Block_Template
|
23 |
-
{
|
24 |
-
/**
|
25 |
-
* Construct
|
26 |
-
*/
|
27 |
-
public function _construct()
|
28 |
-
{
|
29 |
-
parent::_construct();
|
30 |
-
$this->setTemplate('skrill/payment/formcp.phtml');
|
31 |
-
}
|
32 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*/
|
21 |
+
|
22 |
+
class Skrill_Block_Payment_Formcp extends Mage_Core_Block_Template
|
23 |
+
{
|
24 |
+
/**
|
25 |
+
* Construct
|
26 |
+
*/
|
27 |
+
public function _construct()
|
28 |
+
{
|
29 |
+
parent::_construct();
|
30 |
+
$this->setTemplate('skrill/payment/formcp.phtml');
|
31 |
+
}
|
32 |
+
}
|
app/code/community/Skrill/Block/Payment/Formdd.php
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*/
|
21 |
-
|
22 |
-
class Skrill_Block_Payment_Formdd extends Mage_Core_Block_Template
|
23 |
-
{
|
24 |
-
/**
|
25 |
-
* Construct
|
26 |
-
*/
|
27 |
-
public function _construct()
|
28 |
-
{
|
29 |
-
parent::_construct();
|
30 |
-
$this->setTemplate('skrill/payment/formdd.phtml');
|
31 |
-
}
|
32 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*/
|
21 |
+
|
22 |
+
class Skrill_Block_Payment_Formdd extends Mage_Core_Block_Template
|
23 |
+
{
|
24 |
+
/**
|
25 |
+
* Construct
|
26 |
+
*/
|
27 |
+
public function _construct()
|
28 |
+
{
|
29 |
+
parent::_construct();
|
30 |
+
$this->setTemplate('skrill/payment/formdd.phtml');
|
31 |
+
}
|
32 |
+
}
|
app/code/community/Skrill/Block/Payment/Payoninfo.php
CHANGED
@@ -1,31 +1,31 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Payoninfo extends Mage_Payment_Block_Info
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Constructor. Set template.
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
parent::_construct();
|
29 |
-
$this->setTemplate('skrill/payoninfo.phtml');
|
30 |
-
}
|
31 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Payoninfo extends Mage_Payment_Block_Info
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Constructor. Set template.
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
parent::_construct();
|
29 |
+
$this->setTemplate('skrill/payoninfo.phtml');
|
30 |
+
}
|
31 |
+
}
|
app/code/community/Skrill/Block/Payment/Qcheckout.php
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*/
|
21 |
-
|
22 |
-
class Skrill_Block_Payment_Qcheckout extends Mage_Core_Block_Template
|
23 |
-
{
|
24 |
-
/**
|
25 |
-
* Construct
|
26 |
-
*/
|
27 |
-
public function _construct()
|
28 |
-
{
|
29 |
-
parent::_construct();
|
30 |
-
$this->setTemplate('skrill/payment/qcheckout.phtml');
|
31 |
-
}
|
32 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*/
|
21 |
+
|
22 |
+
class Skrill_Block_Payment_Qcheckout extends Mage_Core_Block_Template
|
23 |
+
{
|
24 |
+
/**
|
25 |
+
* Construct
|
26 |
+
*/
|
27 |
+
public function _construct()
|
28 |
+
{
|
29 |
+
parent::_construct();
|
30 |
+
$this->setTemplate('skrill/payment/qcheckout.phtml');
|
31 |
+
}
|
32 |
+
}
|
app/code/community/Skrill/Block/Payment/Skrillinfo.php
CHANGED
@@ -1,31 +1,31 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Block_Payment_Skrillinfo extends Mage_Payment_Block_Info
|
22 |
-
{
|
23 |
-
/**
|
24 |
-
* Constructor. Set template.
|
25 |
-
*/
|
26 |
-
protected function _construct()
|
27 |
-
{
|
28 |
-
parent::_construct();
|
29 |
-
$this->setTemplate('skrill/skrillinfo.phtml');
|
30 |
-
}
|
31 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Block_Payment_Skrillinfo extends Mage_Payment_Block_Info
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Constructor. Set template.
|
25 |
+
*/
|
26 |
+
protected function _construct()
|
27 |
+
{
|
28 |
+
parent::_construct();
|
29 |
+
$this->setTemplate('skrill/skrillinfo.phtml');
|
30 |
+
}
|
31 |
+
}
|
app/code/community/Skrill/Helper/Data.php
CHANGED
@@ -1,1469 +1,1488 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Skrill helper
|
23 |
-
*
|
24 |
-
*/
|
25 |
-
class Skrill_Helper_Data extends Mage_Core_Helper_Abstract
|
26 |
-
{
|
27 |
-
// Enterprise =================================
|
28 |
-
|
29 |
-
protected $tokenUrlLive = 'https://ctpe.net/frontend/GenerateToken';
|
30 |
-
protected $tokenUrlTest = 'https://test.ctpe.net/frontend/GenerateToken';
|
31 |
-
|
32 |
-
protected $executeUrlLive = 'https://ctpe.net/frontend/ExecutePayment';
|
33 |
-
protected $executeUrlTest = 'https://test.ctpe.net/frontend/ExecutePayment';
|
34 |
-
|
35 |
-
protected $statusUrlLive = 'https://ctpe.net/frontend/GetStatus;jsessionid=';
|
36 |
-
protected $statusUrlTest = 'https://test.ctpe.net/frontend/GetStatus;jsessionid=';
|
37 |
-
|
38 |
-
protected $jsUrlLive = 'https://ctpe.net/frontend/widget/v3/widget.js?style=card&version=beautified&language=';
|
39 |
-
protected $jsUrlTest = 'https://test.ctpe.net/frontend/widget/v3/widget.js?style=card&version=beautified&language=';
|
40 |
-
|
41 |
-
public function getErrorIdentifier($code)
|
42 |
-
{
|
43 |
-
$error_messages = array(
|
44 |
-
"40.10" => "ERROR_CC_DECLINED_CARD",
|
45 |
-
"40.15" => "",
|
46 |
-
"40.20" => "",
|
47 |
-
"59.94" => "",
|
48 |
-
"60.95" => "ERROR_CC_DECLINED_CARD",
|
49 |
-
"60.70" => "ERROR_GENERAL_CANCEL",
|
50 |
-
"60.71" => "",
|
51 |
-
"60.40" => "ERROR_GENERAL_GENERAL",
|
52 |
-
"60.80" => "",
|
53 |
-
"60.90" => "ERROR_GENERAL_CANCEL",
|
54 |
-
"64.78" => "",
|
55 |
-
"65.78" => "ERROR_CC_DECLINED_CARD",
|
56 |
-
"65.60" => "",
|
57 |
-
"65.61" => "ERROR_CC_3DERROR",
|
58 |
-
"65.75" => "",
|
59 |
-
"65.77" => "",
|
60 |
-
"65.79" => "",
|
61 |
-
"65.80" => "ERROR_GENERAL_DECLINED_RISK",
|
62 |
-
"65.85" => "ERROR_CC_3DERROR",
|
63 |
-
"65.50" => "ERROR_GENERAL_BLACKLIST",
|
64 |
-
"65.30" => "",
|
65 |
-
"65.31" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
66 |
-
"65.38" => "",
|
67 |
-
"65.32" => "",
|
68 |
-
"65.33" => "",
|
69 |
-
"65.36" => "ERROR_CC_ACCOUNT",
|
70 |
-
"65.35" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
71 |
-
"65.37" => "ERROR_CC_ADDRESS",
|
72 |
-
"70.10" => "",
|
73 |
-
"70.64" => "ERROR_SEPA_MANDATE",
|
74 |
-
"70.70" => "",
|
75 |
-
"70.30" => "",
|
76 |
-
"70.20" => "ERROR_CC_3DAUTH",
|
77 |
-
"70.60" => "",
|
78 |
-
"70.61" => "",
|
79 |
-
"70.40" => "ERROR_CC_INVALIDDATA",
|
80 |
-
"70.35" => "",
|
81 |
-
"70.80" => "",
|
82 |
-
"70.21" => "ERROR_GENERAL_BLACKLIST",
|
83 |
-
|
84 |
-
"800.150.100" => "ERROR_CC_ACCOUNT",
|
85 |
-
|
86 |
-
"800.100.402" => "ERROR_CC_INVALIDDATA",
|
87 |
-
"100.100.101" => "ERROR_CC_INVALIDDATA",
|
88 |
-
"800.100.151" => "ERROR_CC_INVALIDDATA",
|
89 |
-
"000.400.108" => "ERROR_CC_INVALIDDATA",
|
90 |
-
"100.100.100" => "ERROR_CC_INVALIDDATA",
|
91 |
-
"100.100.200" => "ERROR_CC_INVALIDDATA",
|
92 |
-
"100.100.201" => "ERROR_CC_INVALIDDATA",
|
93 |
-
"100.100.300" => "ERROR_CC_INVALIDDATA",
|
94 |
-
"100.100.301" => "ERROR_CC_INVALIDDATA",
|
95 |
-
"100.100.304" => "ERROR_CC_INVALIDDATA",
|
96 |
-
"100.100.400" => "ERROR_CC_INVALIDDATA",
|
97 |
-
"100.100.401" => "ERROR_CC_INVALIDDATA",
|
98 |
-
"100.100.402" => "ERROR_CC_INVALIDDATA",
|
99 |
-
"100.100.651" => "ERROR_CC_INVALIDDATA",
|
100 |
-
"100.100.700" => "ERROR_CC_INVALIDDATA",
|
101 |
-
"100.200.100" => "ERROR_CC_INVALIDDATA",
|
102 |
-
"100.200.103" => "ERROR_CC_INVALIDDATA",
|
103 |
-
"100.200.104" => "ERROR_CC_INVALIDDATA",
|
104 |
-
"100.400.000" => "ERROR_CC_INVALIDDATA",
|
105 |
-
"100.400.001" => "ERROR_CC_INVALIDDATA",
|
106 |
-
"100.400.086" => "ERROR_CC_INVALIDDATA",
|
107 |
-
"100.400.087" => "ERROR_CC_INVALIDDATA",
|
108 |
-
"100.400.002" => "ERROR_CC_INVALIDDATA",
|
109 |
-
"100.400.316" => "ERROR_CC_INVALIDDATA",
|
110 |
-
"100.400.317" => "ERROR_CC_INVALIDDATA",
|
111 |
-
"800.100.402" => "ERROR_CC_INVALIDDATA",
|
112 |
-
|
113 |
-
"800.300.401" => "ERROR_CC_BLACKLIST",
|
114 |
-
|
115 |
-
"800.100.171" => "ERROR_CC_DECLINED_CARD",
|
116 |
-
"800.100.165" => "ERROR_CC_DECLINED_CARD",
|
117 |
-
"800.100.159" => "ERROR_CC_DECLINED_CARD",
|
118 |
-
"800.100.195" => "ERROR_CC_DECLINED_CARD",
|
119 |
-
"000.400.101" => "ERROR_CC_DECLINED_CARD",
|
120 |
-
"100.100.501" => "ERROR_CC_DECLINED_CARD",
|
121 |
-
"100.100.701" => "ERROR_CC_DECLINED_CARD",
|
122 |
-
"100.400.005" => "ERROR_CC_DECLINED_CARD",
|
123 |
-
"100.400.020" => "ERROR_CC_DECLINED_CARD",
|
124 |
-
"100.400.021" => "ERROR_CC_DECLINED_CARD",
|
125 |
-
"100.400.030" => "ERROR_CC_DECLINED_CARD",
|
126 |
-
"100.400.039" => "ERROR_CC_DECLINED_CARD",
|
127 |
-
"100.400.081" => "ERROR_CC_DECLINED_CARD",
|
128 |
-
"100.400.100" => "ERROR_CC_DECLINED_CARD",
|
129 |
-
"100.400.123" => "ERROR_CC_DECLINED_CARD",
|
130 |
-
"100.400.319" => "ERROR_CC_DECLINED_CARD",
|
131 |
-
"800.100.154" => "ERROR_CC_DECLINED_CARD",
|
132 |
-
"800.100.156" => "ERROR_CC_DECLINED_CARD",
|
133 |
-
"800.100.158" => "ERROR_CC_DECLINED_CARD",
|
134 |
-
"800.100.160" => "ERROR_CC_DECLINED_CARD",
|
135 |
-
"800.100.161" => "ERROR_CC_DECLINED_CARD",
|
136 |
-
"800.100.163" => "ERROR_CC_DECLINED_CARD",
|
137 |
-
"800.100.164" => "ERROR_CC_DECLINED_CARD",
|
138 |
-
"800.100.166" => "ERROR_CC_DECLINED_CARD",
|
139 |
-
"800.100.167" => "ERROR_CC_DECLINED_CARD",
|
140 |
-
"800.100.169" => "ERROR_CC_DECLINED_CARD",
|
141 |
-
"800.100.170" => "ERROR_CC_DECLINED_CARD",
|
142 |
-
"800.100.173" => "ERROR_CC_DECLINED_CARD",
|
143 |
-
"800.100.174" => "ERROR_CC_DECLINED_CARD",
|
144 |
-
"800.100.175" => "ERROR_CC_DECLINED_CARD",
|
145 |
-
"800.100.176" => "ERROR_CC_DECLINED_CARD",
|
146 |
-
"800.100.177" => "ERROR_CC_DECLINED_CARD",
|
147 |
-
"800.100.190" => "ERROR_CC_DECLINED_CARD",
|
148 |
-
"800.100.191" => "ERROR_CC_DECLINED_CARD",
|
149 |
-
"800.100.196" => "ERROR_CC_DECLINED_CARD",
|
150 |
-
"800.100.197" => "ERROR_CC_DECLINED_CARD",
|
151 |
-
"800.100.168" => "ERROR_CC_DECLINED_CARD",
|
152 |
-
|
153 |
-
"100.100.303" => "ERROR_CC_EXPIRED",
|
154 |
-
|
155 |
-
"800.100.153" => "ERROR_CC_INVALIDCVV",
|
156 |
-
"100.100.601" => "ERROR_CC_INVALIDCVV",
|
157 |
-
"100.100.600" => "ERROR_CC_INVALIDCVV",
|
158 |
-
"800.100.192" => "ERROR_CC_INVALIDCVV",
|
159 |
-
|
160 |
-
"800.100.157" => "ERROR_CC_EXPIRY",
|
161 |
-
|
162 |
-
"800.100.162" => "ERROR_CC_LIMIT_EXCEED",
|
163 |
-
|
164 |
-
"100.400.040" => "ERROR_CC_3DAUTH",
|
165 |
-
"100.400.060" => "ERROR_CC_3DAUTH",
|
166 |
-
"100.400.080" => "ERROR_CC_3DAUTH",
|
167 |
-
"100.400.120" => "ERROR_CC_3DAUTH",
|
168 |
-
"100.400.260" => "ERROR_CC_3DAUTH",
|
169 |
-
"800.900.300" => "ERROR_CC_3DAUTH",
|
170 |
-
"800.900.301" => "ERROR_CC_3DAUTH",
|
171 |
-
"800.900.302" => "ERROR_CC_3DAUTH",
|
172 |
-
"100.380.401" => "ERROR_CC_3DAUTH",
|
173 |
-
|
174 |
-
"100.390.105" => "ERROR_CC_3DERROR",
|
175 |
-
"000.400.103" => "ERROR_CC_3DERROR",
|
176 |
-
"000.400.104" => "ERROR_CC_3DERROR",
|
177 |
-
"100.390.106" => "ERROR_CC_3DERROR",
|
178 |
-
"100.390.107" => "ERROR_CC_3DERROR",
|
179 |
-
"100.390.108" => "ERROR_CC_3DERROR",
|
180 |
-
"100.390.109" => "ERROR_CC_3DERROR",
|
181 |
-
"100.390.111" => "ERROR_CC_3DERROR",
|
182 |
-
"800.400.200" => "ERROR_CC_3DERROR",
|
183 |
-
"100.390.112" => "ERROR_CC_3DERROR",
|
184 |
-
|
185 |
-
"100.100.500" => "ERROR_CC_NOBRAND",
|
186 |
-
|
187 |
-
"800.100.155" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
188 |
-
"000.100.203" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
189 |
-
"100.550.310" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
190 |
-
"100.550.311" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
191 |
-
|
192 |
-
"800.120.101" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
193 |
-
"800.120.100" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
194 |
-
"800.120.102" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
195 |
-
"800.120.103" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
196 |
-
"800.120.200" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
197 |
-
"800.120.201" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
198 |
-
"800.120.202" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
199 |
-
"800.120.203" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
200 |
-
|
201 |
-
"800.100.152" => "ERROR_CC_DECLINED_AUTH",
|
202 |
-
|
203 |
-
"100.380.501" => "ERROR_GENERAL_DECLINED_RISK",
|
204 |
-
|
205 |
-
"800.400.151" => "ERROR_CC_ADDRESS",
|
206 |
-
"800.400.150" => "ERROR_CC_ADDRESS",
|
207 |
-
|
208 |
-
"100.400.300" => "ERROR_GENERAL_CANCEL",
|
209 |
-
"100.396.101" => "ERROR_GENERAL_CANCEL",
|
210 |
-
"900.300.600" => "ERROR_GENERAL_CANCEL",
|
211 |
-
|
212 |
-
"800.100.501" => "ERROR_CC_RECURRING",
|
213 |
-
"800.100.500" => "ERROR_CC_RECURRING",
|
214 |
-
|
215 |
-
"800.100.178" => "ERROR_CC_REPEATED",
|
216 |
-
"800.300.500" => "ERROR_CC_REPEATED",
|
217 |
-
"800.300.501" => "ERROR_CC_REPEATED",
|
218 |
-
|
219 |
-
"800.700.101" => "ERROR_GENERAL_ADDRESS",
|
220 |
-
"800.700.201" => "ERROR_GENERAL_ADDRESS",
|
221 |
-
"800.700.500" => "ERROR_GENERAL_ADDRESS",
|
222 |
-
"800.800.102" => "ERROR_GENERAL_ADDRESS",
|
223 |
-
"800.800.202" => "ERROR_GENERAL_ADDRESS",
|
224 |
-
"800.800.302" => "ERROR_GENERAL_ADDRESS",
|
225 |
-
"800.900.101" => "ERROR_GENERAL_ADDRESS",
|
226 |
-
"800.900.200" => "ERROR_GENERAL_ADDRESS",
|
227 |
-
"800.100.198" => "ERROR_GENERAL_ADDRESS",
|
228 |
-
"800.700.101" => "ERROR_GENERAL_ADDRESS",
|
229 |
-
|
230 |
-
"100.400.121" => "ERROR_GENERAL_BLACKLIST",
|
231 |
-
"800.100.172" => "ERROR_GENERAL_BLACKLIST",
|
232 |
-
"800.200.159" => "ERROR_GENERAL_BLACKLIST",
|
233 |
-
"800.200.160" => "ERROR_GENERAL_BLACKLIST",
|
234 |
-
"800.200.165" => "ERROR_GENERAL_BLACKLIST",
|
235 |
-
"800.200.202" => "ERROR_GENERAL_BLACKLIST",
|
236 |
-
"800.200.208" => "ERROR_GENERAL_BLACKLIST",
|
237 |
-
"800.200.220" => "ERROR_GENERAL_BLACKLIST",
|
238 |
-
"800.300.101" => "ERROR_GENERAL_BLACKLIST",
|
239 |
-
"800.300.102" => "ERROR_GENERAL_BLACKLIST",
|
240 |
-
"800.300.200" => "ERROR_GENERAL_BLACKLIST",
|
241 |
-
"800.300.301" => "ERROR_GENERAL_BLACKLIST",
|
242 |
-
"800.300.302" => "ERROR_GENERAL_BLACKLIST",
|
243 |
-
|
244 |
-
"800.500.100" => "ERROR_GENERAL_GENERAL",
|
245 |
-
"800.700.100" => "ERROR_GENERAL_GENERAL",
|
246 |
-
|
247 |
-
"000.100.203" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
248 |
-
"100.550.310" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
249 |
-
"100.550.311" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
250 |
-
|
251 |
-
"000.400.107" => "ERROR_GENERAL_TIMEOUT",
|
252 |
-
"100.395.502" => "ERROR_GENERAL_TIMEOUT",
|
253 |
-
|
254 |
-
"100.395.101" => "ERROR_GIRO_NOSUPPORT",
|
255 |
-
"100.395.102" => "ERROR_GIRO_NOSUPPORT",
|
256 |
-
|
257 |
-
"100.200.200" => "ERROR_SEPA_MANDATE",
|
258 |
-
"000.100.204" => "ERROR_SEPA_MANDATE",
|
259 |
-
"000.100.205" => "ERROR_SEPA_MANDATE"
|
260 |
-
);
|
261 |
-
if ($code)
|
262 |
-
return array_key_exists($code, $error_messages) ? $error_messages[$code] : 'ERROR_UNKNOWN';
|
263 |
-
else
|
264 |
-
return 'ERROR_UNKNOWN';
|
265 |
-
}
|
266 |
-
|
267 |
-
public function getJsUrl($server, $lang){
|
268 |
-
if ($server=="LIVE")
|
269 |
-
return $this->jsUrlLive . $lang;
|
270 |
-
else
|
271 |
-
return $this->jsUrlTest . $lang;
|
272 |
-
}
|
273 |
-
|
274 |
-
public function getTokenUrl($server)
|
275 |
-
{
|
276 |
-
if ($server=="LIVE")
|
277 |
-
return $this->tokenUrlLive;
|
278 |
-
else
|
279 |
-
return $this->tokenUrlTest;
|
280 |
-
}
|
281 |
-
|
282 |
-
public function getPostParameter($dataCust,$dataTransaction)
|
283 |
-
{
|
284 |
-
$data = "SECURITY.SENDER=" . $dataTransaction['sender'] .
|
285 |
-
"&TRANSACTION.CHANNEL=" . $dataTransaction['channel_id'] .
|
286 |
-
"&USER.LOGIN=" . $dataTransaction['login'] .
|
287 |
-
"&USER.PWD=" . $dataTransaction['password'] .
|
288 |
-
"&TRANSACTION.MODE=" . $dataTransaction['tx_mode'] .
|
289 |
-
"&IDENTIFICATION.TRANSACTIONID=" . $dataTransaction['transId'].
|
290 |
-
"&PAYMENT.TYPE=" . $dataTransaction['payment_type'] .
|
291 |
-
"&PRESENTATION.AMOUNT=" . $dataCust['amount'] .
|
292 |
-
"&PRESENTATION.CURRENCY=" . $dataCust['currency'] .
|
293 |
-
"&ADDRESS.STREET=" . $dataCust['street'] .
|
294 |
-
"&ADDRESS.ZIP=" . $dataCust['zip'] .
|
295 |
-
"&ADDRESS.CITY=" . $dataCust['city'] .
|
296 |
-
"&ADDRESS.COUNTRY=" . $dataCust['country_code'] .
|
297 |
-
"&CONTACT.EMAIL=" . $dataCust['email'] .
|
298 |
-
"&NAME.GIVEN=" . $dataCust['first_name'] .
|
299 |
-
"&NAME.FAMILY=" . $dataCust['last_name'];
|
300 |
-
|
301 |
-
return $data;
|
302 |
-
}
|
303 |
-
|
304 |
-
public function getToken($postData,$url)
|
305 |
-
{
|
306 |
-
$params = array('http' => array(
|
307 |
-
'method' => 'POST',
|
308 |
-
'header' => "Content-Type: application/x-www-form-urlencoded",
|
309 |
-
'content' => $postData
|
310 |
-
));
|
311 |
-
$ctx = stream_context_create($params);
|
312 |
-
$fp = @fopen($url, 'rb', false, $ctx);
|
313 |
-
if (!$fp) {
|
314 |
-
throw new Exception("Problem with $url, $php_errormsg");
|
315 |
-
}
|
316 |
-
$response = @stream_get_contents($fp);
|
317 |
-
if ($response === false) {
|
318 |
-
throw new Exception("Problem reading data from $url, $php_errormsg");
|
319 |
-
}
|
320 |
-
|
321 |
-
$obj=json_decode($response);
|
322 |
-
return $obj->{'transaction'}->{'token'};
|
323 |
-
}
|
324 |
-
|
325 |
-
public function getExecuteUrl($server)
|
326 |
-
{
|
327 |
-
if ($server=="LIVE")
|
328 |
-
return $this->executeUrlLive;
|
329 |
-
else
|
330 |
-
return $this->executeUrlTest;
|
331 |
-
}
|
332 |
-
|
333 |
-
public function getPostExecutePayment($dataTransaction)
|
334 |
-
{
|
335 |
-
$data = "IDENTIFICATION.REFERENCEID=". $dataTransaction['refId'] ."&" .
|
336 |
-
"PAYMENT.METHOD=". $dataTransaction['payment_method'] ."&" .
|
337 |
-
"PAYMENT.TYPE=". $dataTransaction['payment_type'] ."&" .
|
338 |
-
"PRESENTATION.AMOUNT=". $dataTransaction['amount'] ."&" .
|
339 |
-
"PRESENTATION.CURRENCY=". $dataTransaction['currency'] ."&" .
|
340 |
-
"SECURITY.SENDER=". $dataTransaction['sender'] ."&" .
|
341 |
-
"TRANSACTION.CHANNEL=". $dataTransaction['channel_id'] ."&" .
|
342 |
-
"TRANSACTION.MODE=" . $dataTransaction['tx_mode'] ."&" .
|
343 |
-
"USER.LOGIN=". $dataTransaction['login'] ."&" .
|
344 |
-
"USER.PWD=". $dataTransaction['password'];
|
345 |
-
|
346 |
-
return $data;
|
347 |
-
}
|
348 |
-
|
349 |
-
public function executePayment($postData, $url)
|
350 |
-
{
|
351 |
-
$params = array('http' => array(
|
352 |
-
'method' => 'POST',
|
353 |
-
'header' => "Content-Type: application/x-www-form-urlencoded",
|
354 |
-
'content' => $postData
|
355 |
-
));
|
356 |
-
|
357 |
-
$ctx = stream_context_create($params);
|
358 |
-
$fp = @fopen($url, 'rb', false, $ctx);
|
359 |
-
if (!$fp) {
|
360 |
-
throw new Exception("Problem with $url, $php_errormsg");
|
361 |
-
}
|
362 |
-
$response = @stream_get_contents($fp);
|
363 |
-
if ($response === false) {
|
364 |
-
throw new Exception("Problem reading data from $url, $php_errormsg");
|
365 |
-
}
|
366 |
-
return $response;
|
367 |
-
}
|
368 |
-
|
369 |
-
public function buildResponseArray($response)
|
370 |
-
{
|
371 |
-
$result = array();
|
372 |
-
$entries = explode("&", $response);
|
373 |
-
foreach ($entries as $entry) {
|
374 |
-
$pair = explode("=", $entry);
|
375 |
-
$result[$pair[0]] = urldecode($pair[1]);
|
376 |
-
}
|
377 |
-
return $result;
|
378 |
-
}
|
379 |
-
|
380 |
-
public function getStatusUrl($server, $token){
|
381 |
-
if ($server=="LIVE")
|
382 |
-
return $this->statusUrlLive . $token;
|
383 |
-
else
|
384 |
-
return $this->statusUrlTest . $token;
|
385 |
-
}
|
386 |
-
|
387 |
-
public function checkStatusPayment($url)
|
388 |
-
{
|
389 |
-
$ch = curl_init();
|
390 |
-
curl_setopt($ch, CURLOPT_URL, $url);
|
391 |
-
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
392 |
-
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
|
393 |
-
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
|
394 |
-
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
|
395 |
-
$resultPayment = curl_exec($ch);
|
396 |
-
if(curl_errno($ch))
|
397 |
-
{
|
398 |
-
throw new Exception("Curl error: ". curl_error($ch));
|
399 |
-
}
|
400 |
-
curl_close($ch);
|
401 |
-
$resultJson = json_decode($resultPayment, true);
|
402 |
-
|
403 |
-
return $resultJson;
|
404 |
-
}
|
405 |
-
|
406 |
-
public function getPayonTrnStatus($code, $payment_type, $separator_type)
|
407 |
-
{
|
408 |
-
switch ($payment_type) {
|
409 |
-
case 'PA':
|
410 |
-
if ($code == 'ACK')
|
411 |
-
$status = Mage::helper('skrill')->__('BACKEND_TT_PREAUTH');
|
412 |
-
else
|
413 |
-
$status = Mage::helper('skrill')->__('BACKEND_TT_PREAUTH_FAILED');
|
414 |
-
break;
|
415 |
-
case 'CP':
|
416 |
-
if ($code == 'ACK')
|
417 |
-
$status = Mage::helper('skrill')->__('BACKEND_TT_CAPTURED');
|
418 |
-
else
|
419 |
-
if ($separator_type != 'info')
|
420 |
-
$status = Mage::helper('skrill')->__('BACKEND_TT_CAPTURED_FAILED');
|
421 |
-
break;
|
422 |
-
case 'RF':
|
423 |
-
if ($code == 'ACK')
|
424 |
-
$status = Mage::helper('skrill')->__('BACKEND_TT_REFUNDED');
|
425 |
-
else
|
426 |
-
if ($separator_type != 'info')
|
427 |
-
$status = Mage::helper('skrill')->__('BACKEND_TT_REFUNDED_FAILED');
|
428 |
-
break;
|
429 |
-
default :
|
430 |
-
if ($code == 'ACK')
|
431 |
-
$status = Mage::helper('skrill')->__('BACKEND_TT_ACC');
|
432 |
-
else
|
433 |
-
$status = Mage::helper('skrill')->__('BACKEND_TT_FAILED');
|
434 |
-
}
|
435 |
-
return $status;
|
436 |
-
}
|
437 |
-
|
438 |
-
public function getPayonComment($status, $payment_type, $payment_brand, $bin, $separator_type, $type, $refund_id, $refund_status)
|
439 |
-
{
|
440 |
-
if ( $separator_type == "info" )
|
441 |
-
$separator = "<br />";
|
442 |
-
else
|
443 |
-
$separator = ". ";
|
444 |
-
|
445 |
-
$comment = Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_STATUS')." : ".Mage::helper('skrill')->getPayonTrnStatus($status, $payment_type, $separator_type).$separator;
|
446 |
-
if ($payment_brand)
|
447 |
-
{
|
448 |
-
switch ($payment_brand) {
|
449 |
-
case 'VISA':
|
450 |
-
$pm = "SKRILL_FRONTEND_PM_VSA";
|
451 |
-
break;
|
452 |
-
case 'MASTER':
|
453 |
-
$pm = "SKRILL_FRONTEND_PM_MSC";
|
454 |
-
break;
|
455 |
-
case 'MAESTRO':
|
456 |
-
$pm = "SKRILL_FRONTEND_PM_MAE";
|
457 |
-
break;
|
458 |
-
case 'AMEX':
|
459 |
-
$pm = "SKRILL_FRONTEND_PM_AMX";
|
460 |
-
break;
|
461 |
-
case 'DIRECTDEBIT_SEPA_MIX_DE':
|
462 |
-
$pm = "FRONTEND_PM_DD";
|
463 |
-
break;
|
464 |
-
case 'SOFORTUEBERWEISUNG':
|
465 |
-
$pm = "FRONTEND_PM_SOFORT";
|
466 |
-
break;
|
467 |
-
default:
|
468 |
-
$pm = "FRONTEND_PM_".$payment_brand;
|
469 |
-
break;
|
470 |
-
}
|
471 |
-
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_PM')." : ".Mage::helper('skrill')->__($pm).$separator;
|
472 |
-
}
|
473 |
-
if ($bin)
|
474 |
-
{
|
475 |
-
$country_iso2 = Mage::helper('skrill')->getCountryIssuer($bin);
|
476 |
-
if ($country_iso2)
|
477 |
-
{
|
478 |
-
$card_issuer = Mage::app()->getLocale()->getCountryTranslation($country_iso2);
|
479 |
-
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_COUNTRY')." : ".$card_issuer.$separator;
|
480 |
-
}
|
481 |
-
}
|
482 |
-
if ($type == "fraud")
|
483 |
-
{
|
484 |
-
$comment = Mage::helper('skrill')->__('SKRILL_BACKEND_GENERAL_TRANSACTION')." ".Mage::helper('skrill')->__('BACKEND_GENERAL_FRAUD').$separator;
|
485 |
-
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_GENERAL_TRANSACTION_ID')." : ".$refund_id.$separator;
|
486 |
-
if ($status == 'ACK')
|
487 |
-
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_STATUS')." : ".Mage::helper('skrill')->__('BACKEND_TT_'.$refund_status).$separator;
|
488 |
-
}
|
489 |
-
return $comment;
|
490 |
-
}
|
491 |
-
|
492 |
-
// Enterprise =================================
|
493 |
-
|
494 |
-
// Skrill =====================================
|
495 |
-
|
496 |
-
public function doQuery($action, $params)
|
497 |
-
{
|
498 |
-
$url = 'https://www.moneybookers.com/app/query.pl';
|
499 |
-
|
500 |
-
$fields = $params;
|
501 |
-
$fields['action'] = $action;
|
502 |
-
$fields['email'] = Mage::getStoreConfig('payment/skrill_settings/merchant_account');
|
503 |
-
$fields['password'] = Mage::getStoreConfig('payment/skrill_settings/api_passwd');
|
504 |
-
|
505 |
-
foreach($fields as $key=>$value) {
|
506 |
-
$fields_string .= $key.'='.$value.'&';
|
507 |
-
}
|
508 |
-
$fields_string = rtrim($fields_string, '&');
|
509 |
-
|
510 |
-
$curl = curl_init();
|
511 |
-
|
512 |
-
curl_setopt($curl,CURLOPT_URL, $url);
|
513 |
-
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 2);
|
514 |
-
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
|
515 |
-
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
|
516 |
-
curl_setopt($curl, CURLINFO_HEADER_OUT, true);
|
517 |
-
curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-type: application/x-www-form-urlencoded;charset=UTF-8'));
|
518 |
-
curl_setopt($curl, CURLOPT_FAILONERROR, 1);
|
519 |
-
curl_setopt($curl,CURLOPT_POST, count($fields));
|
520 |
-
curl_setopt($curl,CURLOPT_POSTFIELDS, $fields_string);
|
521 |
-
|
522 |
-
$result = curl_exec($curl);
|
523 |
-
|
524 |
-
if(curl_errno($curl))
|
525 |
-
{
|
526 |
-
throw new Exception("Curl error: ". curl_error($curl));
|
527 |
-
}
|
528 |
-
|
529 |
-
curl_close($curl);
|
530 |
-
|
531 |
-
return $result;
|
532 |
-
|
533 |
-
}
|
534 |
-
|
535 |
-
public function
|
536 |
-
{
|
537 |
-
|
538 |
-
$
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
$
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
$
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
$
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
"
|
678 |
-
"
|
679 |
-
"
|
680 |
-
"
|
681 |
-
"
|
682 |
-
"
|
683 |
-
"
|
684 |
-
"
|
685 |
-
"
|
686 |
-
"
|
687 |
-
"
|
688 |
-
"
|
689 |
-
"
|
690 |
-
"
|
691 |
-
"
|
692 |
-
"
|
693 |
-
"
|
694 |
-
"
|
695 |
-
"
|
696 |
-
"
|
697 |
-
"
|
698 |
-
"
|
699 |
-
"
|
700 |
-
"
|
701 |
-
"
|
702 |
-
"
|
703 |
-
"
|
704 |
-
"
|
705 |
-
"
|
706 |
-
"
|
707 |
-
"
|
708 |
-
"
|
709 |
-
"
|
710 |
-
"
|
711 |
-
"
|
712 |
-
"
|
713 |
-
"
|
714 |
-
"
|
715 |
-
"
|
716 |
-
"
|
717 |
-
"
|
718 |
-
"
|
719 |
-
"
|
720 |
-
"
|
721 |
-
"
|
722 |
-
"
|
723 |
-
"
|
724 |
-
"
|
725 |
-
"
|
726 |
-
"
|
727 |
-
"
|
728 |
-
"
|
729 |
-
"
|
730 |
-
"
|
731 |
-
"
|
732 |
-
"
|
733 |
-
"
|
734 |
-
"
|
735 |
-
"
|
736 |
-
"
|
737 |
-
"
|
738 |
-
"
|
739 |
-
"
|
740 |
-
"
|
741 |
-
"
|
742 |
-
"
|
743 |
-
"
|
744 |
-
"
|
745 |
-
"
|
746 |
-
"
|
747 |
-
"
|
748 |
-
"
|
749 |
-
"
|
750 |
-
"
|
751 |
-
"
|
752 |
-
"
|
753 |
-
"
|
754 |
-
"
|
755 |
-
"
|
756 |
-
"
|
757 |
-
"
|
758 |
-
"
|
759 |
-
"
|
760 |
-
"
|
761 |
-
"
|
762 |
-
"
|
763 |
-
"
|
764 |
-
"
|
765 |
-
"
|
766 |
-
"
|
767 |
-
"
|
768 |
-
"
|
769 |
-
"
|
770 |
-
"
|
771 |
-
"
|
772 |
-
"
|
773 |
-
"
|
774 |
-
"
|
775 |
-
"
|
776 |
-
"
|
777 |
-
"
|
778 |
-
"
|
779 |
-
"
|
780 |
-
"
|
781 |
-
"
|
782 |
-
"
|
783 |
-
"
|
784 |
-
"
|
785 |
-
"
|
786 |
-
"
|
787 |
-
"
|
788 |
-
"
|
789 |
-
"
|
790 |
-
"
|
791 |
-
"
|
792 |
-
"
|
793 |
-
"
|
794 |
-
"
|
795 |
-
"
|
796 |
-
"
|
797 |
-
"
|
798 |
-
"
|
799 |
-
"
|
800 |
-
"
|
801 |
-
"
|
802 |
-
"
|
803 |
-
"
|
804 |
-
"
|
805 |
-
"
|
806 |
-
"
|
807 |
-
"
|
808 |
-
"
|
809 |
-
"
|
810 |
-
"
|
811 |
-
"
|
812 |
-
"
|
813 |
-
"
|
814 |
-
"
|
815 |
-
"
|
816 |
-
"
|
817 |
-
"
|
818 |
-
"
|
819 |
-
"
|
820 |
-
"
|
821 |
-
"
|
822 |
-
"
|
823 |
-
"
|
824 |
-
"
|
825 |
-
"
|
826 |
-
"
|
827 |
-
"
|
828 |
-
"
|
829 |
-
"
|
830 |
-
"
|
831 |
-
"
|
832 |
-
"
|
833 |
-
"
|
834 |
-
"
|
835 |
-
"
|
836 |
-
"
|
837 |
-
"
|
838 |
-
"
|
839 |
-
"
|
840 |
-
"
|
841 |
-
"
|
842 |
-
"
|
843 |
-
"
|
844 |
-
"
|
845 |
-
"
|
846 |
-
"
|
847 |
-
"
|
848 |
-
"
|
849 |
-
"
|
850 |
-
"
|
851 |
-
"
|
852 |
-
"
|
853 |
-
"
|
854 |
-
"
|
855 |
-
"
|
856 |
-
"
|
857 |
-
"
|
858 |
-
"
|
859 |
-
"
|
860 |
-
"
|
861 |
-
"
|
862 |
-
"
|
863 |
-
"
|
864 |
-
"
|
865 |
-
"
|
866 |
-
"
|
867 |
-
"
|
868 |
-
"
|
869 |
-
"
|
870 |
-
"
|
871 |
-
"
|
872 |
-
"
|
873 |
-
"
|
874 |
-
"
|
875 |
-
"
|
876 |
-
"
|
877 |
-
"
|
878 |
-
"
|
879 |
-
"
|
880 |
-
"
|
881 |
-
"
|
882 |
-
"
|
883 |
-
"
|
884 |
-
"
|
885 |
-
"
|
886 |
-
"
|
887 |
-
"
|
888 |
-
"
|
889 |
-
"
|
890 |
-
"
|
891 |
-
"
|
892 |
-
"
|
893 |
-
"
|
894 |
-
"
|
895 |
-
"
|
896 |
-
"
|
897 |
-
"
|
898 |
-
"
|
899 |
-
"
|
900 |
-
"
|
901 |
-
"
|
902 |
-
"
|
903 |
-
"
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
"
|
934 |
-
"
|
935 |
-
"
|
936 |
-
"
|
937 |
-
"
|
938 |
-
"
|
939 |
-
"
|
940 |
-
"
|
941 |
-
"
|
942 |
-
"
|
943 |
-
"
|
944 |
-
"
|
945 |
-
"
|
946 |
-
"
|
947 |
-
"
|
948 |
-
"
|
949 |
-
"
|
950 |
-
"
|
951 |
-
"
|
952 |
-
"
|
953 |
-
"
|
954 |
-
"
|
955 |
-
"
|
956 |
-
"
|
957 |
-
"
|
958 |
-
"
|
959 |
-
"
|
960 |
-
"
|
961 |
-
"
|
962 |
-
"
|
963 |
-
"
|
964 |
-
"
|
965 |
-
"
|
966 |
-
"
|
967 |
-
"
|
968 |
-
"
|
969 |
-
"
|
970 |
-
"
|
971 |
-
"
|
972 |
-
"
|
973 |
-
"
|
974 |
-
"
|
975 |
-
"
|
976 |
-
"
|
977 |
-
"
|
978 |
-
"
|
979 |
-
"
|
980 |
-
"
|
981 |
-
"
|
982 |
-
"
|
983 |
-
"
|
984 |
-
"
|
985 |
-
"
|
986 |
-
"
|
987 |
-
"
|
988 |
-
"
|
989 |
-
"
|
990 |
-
"
|
991 |
-
"
|
992 |
-
"
|
993 |
-
"
|
994 |
-
"
|
995 |
-
"
|
996 |
-
"
|
997 |
-
"
|
998 |
-
"
|
999 |
-
"
|
1000 |
-
"
|
1001 |
-
"
|
1002 |
-
"
|
1003 |
-
"
|
1004 |
-
"
|
1005 |
-
"
|
1006 |
-
"
|
1007 |
-
"
|
1008 |
-
"
|
1009 |
-
"
|
1010 |
-
"
|
1011 |
-
"
|
1012 |
-
"
|
1013 |
-
"
|
1014 |
-
"
|
1015 |
-
"
|
1016 |
-
"
|
1017 |
-
"
|
1018 |
-
"
|
1019 |
-
"
|
1020 |
-
"
|
1021 |
-
"
|
1022 |
-
"
|
1023 |
-
"
|
1024 |
-
"
|
1025 |
-
"
|
1026 |
-
"
|
1027 |
-
"
|
1028 |
-
"
|
1029 |
-
"
|
1030 |
-
"
|
1031 |
-
"
|
1032 |
-
"
|
1033 |
-
"
|
1034 |
-
"
|
1035 |
-
"
|
1036 |
-
"
|
1037 |
-
"
|
1038 |
-
"
|
1039 |
-
"
|
1040 |
-
"
|
1041 |
-
"
|
1042 |
-
"
|
1043 |
-
"
|
1044 |
-
"
|
1045 |
-
"
|
1046 |
-
"
|
1047 |
-
"
|
1048 |
-
"
|
1049 |
-
"
|
1050 |
-
"
|
1051 |
-
"
|
1052 |
-
"
|
1053 |
-
"
|
1054 |
-
"
|
1055 |
-
"
|
1056 |
-
"
|
1057 |
-
"
|
1058 |
-
"
|
1059 |
-
"
|
1060 |
-
"
|
1061 |
-
"
|
1062 |
-
"
|
1063 |
-
"
|
1064 |
-
"
|
1065 |
-
"
|
1066 |
-
"
|
1067 |
-
"
|
1068 |
-
"
|
1069 |
-
"
|
1070 |
-
"
|
1071 |
-
"
|
1072 |
-
"
|
1073 |
-
"
|
1074 |
-
"
|
1075 |
-
"
|
1076 |
-
"
|
1077 |
-
"
|
1078 |
-
"
|
1079 |
-
"
|
1080 |
-
"
|
1081 |
-
"
|
1082 |
-
"
|
1083 |
-
"
|
1084 |
-
"
|
1085 |
-
"
|
1086 |
-
"
|
1087 |
-
"
|
1088 |
-
"
|
1089 |
-
"
|
1090 |
-
"
|
1091 |
-
"
|
1092 |
-
"
|
1093 |
-
"
|
1094 |
-
"
|
1095 |
-
"
|
1096 |
-
"
|
1097 |
-
"
|
1098 |
-
"
|
1099 |
-
"
|
1100 |
-
"
|
1101 |
-
"
|
1102 |
-
"
|
1103 |
-
"
|
1104 |
-
"
|
1105 |
-
"
|
1106 |
-
"
|
1107 |
-
"
|
1108 |
-
"
|
1109 |
-
"
|
1110 |
-
"
|
1111 |
-
"
|
1112 |
-
"
|
1113 |
-
"
|
1114 |
-
"
|
1115 |
-
"
|
1116 |
-
"
|
1117 |
-
"
|
1118 |
-
"
|
1119 |
-
"
|
1120 |
-
"
|
1121 |
-
"
|
1122 |
-
"
|
1123 |
-
"
|
1124 |
-
"
|
1125 |
-
"
|
1126 |
-
"
|
1127 |
-
"
|
1128 |
-
"
|
1129 |
-
"
|
1130 |
-
"
|
1131 |
-
"
|
1132 |
-
"
|
1133 |
-
"
|
1134 |
-
"
|
1135 |
-
"
|
1136 |
-
"
|
1137 |
-
"
|
1138 |
-
"
|
1139 |
-
"
|
1140 |
-
"
|
1141 |
-
"
|
1142 |
-
"
|
1143 |
-
"
|
1144 |
-
"
|
1145 |
-
"
|
1146 |
-
"
|
1147 |
-
"
|
1148 |
-
"
|
1149 |
-
"
|
1150 |
-
"
|
1151 |
-
"
|
1152 |
-
"
|
1153 |
-
"
|
1154 |
-
"
|
1155 |
-
"
|
1156 |
-
"
|
1157 |
-
"
|
1158 |
-
"
|
1159 |
-
"
|
1160 |
-
|
1161 |
-
|
1162 |
-
|
1163 |
-
|
1164 |
-
|
1165 |
-
|
1166 |
-
|
1167 |
-
|
1168 |
-
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
-
|
1173 |
-
|
1174 |
-
|
1175 |
-
|
1176 |
-
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
-
|
1184 |
-
|
1185 |
-
|
1186 |
-
|
1187 |
-
|
1188 |
-
"
|
1189 |
-
"
|
1190 |
-
"
|
1191 |
-
"
|
1192 |
-
"
|
1193 |
-
"
|
1194 |
-
|
1195 |
-
|
1196 |
-
|
1197 |
-
|
1198 |
-
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
|
1209 |
-
|
1210 |
-
|
1211 |
-
|
1212 |
-
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
-
|
1219 |
-
|
1220 |
-
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
|
1228 |
-
|
1229 |
-
|
1230 |
-
|
1231 |
-
|
1232 |
-
|
1233 |
-
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
|
1242 |
-
|
1243 |
-
|
1244 |
-
|
1245 |
-
*
|
1246 |
-
*
|
1247 |
-
|
1248 |
-
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
-
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
'
|
1277 |
-
'
|
1278 |
-
'
|
1279 |
-
'
|
1280 |
-
'
|
1281 |
-
);
|
1282 |
-
|
1283 |
-
return $data;
|
1284 |
-
}
|
1285 |
-
|
1286 |
-
/**
|
1287 |
-
* Retrieve
|
1288 |
-
*
|
1289 |
-
* @param Mage_Core_Model_Abstract $order
|
1290 |
-
* @return array
|
1291 |
-
*/
|
1292 |
-
public function
|
1293 |
-
{
|
1294 |
-
$data = array(
|
1295 |
-
'
|
1296 |
-
'
|
1297 |
-
'
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
|
1304 |
-
|
1305 |
-
|
1306 |
-
*
|
1307 |
-
*
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
|
1312 |
-
|
1313 |
-
|
1314 |
-
|
1315 |
-
|
1316 |
-
|
1317 |
-
|
1318 |
-
|
1319 |
-
|
1320 |
-
|
1321 |
-
|
1322 |
-
|
1323 |
-
|
1324 |
-
|
1325 |
-
|
1326 |
-
|
1327 |
-
|
1328 |
-
|
1329 |
-
|
1330 |
-
|
1331 |
-
|
1332 |
-
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
-
|
1340 |
-
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
|
1358 |
-
|
1359 |
-
|
1360 |
-
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
-
|
1370 |
-
|
1371 |
-
|
1372 |
-
|
1373 |
-
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
case '
|
1378 |
-
return '
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
-
|
1383 |
-
|
1384 |
-
|
1385 |
-
|
1386 |
-
|
1387 |
-
|
1388 |
-
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
|
1395 |
-
|
1396 |
-
|
1397 |
-
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
-
|
1404 |
-
|
1405 |
-
|
1406 |
-
|
1407 |
-
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
-
|
1415 |
-
|
1416 |
-
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
|
1422 |
-
$
|
1423 |
-
|
1424 |
-
$
|
1425 |
-
|
1426 |
-
|
1427 |
-
|
1428 |
-
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
1438 |
-
|
1439 |
-
$
|
1440 |
-
|
1441 |
-
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
return $
|
1446 |
-
}
|
1447 |
-
|
1448 |
-
public function
|
1449 |
-
{
|
1450 |
-
|
1451 |
-
$
|
1452 |
-
$
|
1453 |
-
|
1454 |
-
$
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
$
|
1459 |
-
|
1460 |
-
|
1461 |
-
$
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Skrill helper
|
23 |
+
*
|
24 |
+
*/
|
25 |
+
class Skrill_Helper_Data extends Mage_Core_Helper_Abstract
|
26 |
+
{
|
27 |
+
// Enterprise =================================
|
28 |
+
|
29 |
+
protected $tokenUrlLive = 'https://ctpe.net/frontend/GenerateToken';
|
30 |
+
protected $tokenUrlTest = 'https://test.ctpe.net/frontend/GenerateToken';
|
31 |
+
|
32 |
+
protected $executeUrlLive = 'https://ctpe.net/frontend/ExecutePayment';
|
33 |
+
protected $executeUrlTest = 'https://test.ctpe.net/frontend/ExecutePayment';
|
34 |
+
|
35 |
+
protected $statusUrlLive = 'https://ctpe.net/frontend/GetStatus;jsessionid=';
|
36 |
+
protected $statusUrlTest = 'https://test.ctpe.net/frontend/GetStatus;jsessionid=';
|
37 |
+
|
38 |
+
protected $jsUrlLive = 'https://ctpe.net/frontend/widget/v3/widget.js?style=card&version=beautified&language=';
|
39 |
+
protected $jsUrlTest = 'https://test.ctpe.net/frontend/widget/v3/widget.js?style=card&version=beautified&language=';
|
40 |
+
|
41 |
+
public function getErrorIdentifier($code)
|
42 |
+
{
|
43 |
+
$error_messages = array(
|
44 |
+
"40.10" => "ERROR_CC_DECLINED_CARD",
|
45 |
+
"40.15" => "",
|
46 |
+
"40.20" => "",
|
47 |
+
"59.94" => "",
|
48 |
+
"60.95" => "ERROR_CC_DECLINED_CARD",
|
49 |
+
"60.70" => "ERROR_GENERAL_CANCEL",
|
50 |
+
"60.71" => "",
|
51 |
+
"60.40" => "ERROR_GENERAL_GENERAL",
|
52 |
+
"60.80" => "",
|
53 |
+
"60.90" => "ERROR_GENERAL_CANCEL",
|
54 |
+
"64.78" => "",
|
55 |
+
"65.78" => "ERROR_CC_DECLINED_CARD",
|
56 |
+
"65.60" => "",
|
57 |
+
"65.61" => "ERROR_CC_3DERROR",
|
58 |
+
"65.75" => "",
|
59 |
+
"65.77" => "",
|
60 |
+
"65.79" => "",
|
61 |
+
"65.80" => "ERROR_GENERAL_DECLINED_RISK",
|
62 |
+
"65.85" => "ERROR_CC_3DERROR",
|
63 |
+
"65.50" => "ERROR_GENERAL_BLACKLIST",
|
64 |
+
"65.30" => "",
|
65 |
+
"65.31" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
66 |
+
"65.38" => "",
|
67 |
+
"65.32" => "",
|
68 |
+
"65.33" => "",
|
69 |
+
"65.36" => "ERROR_CC_ACCOUNT",
|
70 |
+
"65.35" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
71 |
+
"65.37" => "ERROR_CC_ADDRESS",
|
72 |
+
"70.10" => "",
|
73 |
+
"70.64" => "ERROR_SEPA_MANDATE",
|
74 |
+
"70.70" => "",
|
75 |
+
"70.30" => "",
|
76 |
+
"70.20" => "ERROR_CC_3DAUTH",
|
77 |
+
"70.60" => "",
|
78 |
+
"70.61" => "",
|
79 |
+
"70.40" => "ERROR_CC_INVALIDDATA",
|
80 |
+
"70.35" => "",
|
81 |
+
"70.80" => "",
|
82 |
+
"70.21" => "ERROR_GENERAL_BLACKLIST",
|
83 |
+
|
84 |
+
"800.150.100" => "ERROR_CC_ACCOUNT",
|
85 |
+
|
86 |
+
"800.100.402" => "ERROR_CC_INVALIDDATA",
|
87 |
+
"100.100.101" => "ERROR_CC_INVALIDDATA",
|
88 |
+
"800.100.151" => "ERROR_CC_INVALIDDATA",
|
89 |
+
"000.400.108" => "ERROR_CC_INVALIDDATA",
|
90 |
+
"100.100.100" => "ERROR_CC_INVALIDDATA",
|
91 |
+
"100.100.200" => "ERROR_CC_INVALIDDATA",
|
92 |
+
"100.100.201" => "ERROR_CC_INVALIDDATA",
|
93 |
+
"100.100.300" => "ERROR_CC_INVALIDDATA",
|
94 |
+
"100.100.301" => "ERROR_CC_INVALIDDATA",
|
95 |
+
"100.100.304" => "ERROR_CC_INVALIDDATA",
|
96 |
+
"100.100.400" => "ERROR_CC_INVALIDDATA",
|
97 |
+
"100.100.401" => "ERROR_CC_INVALIDDATA",
|
98 |
+
"100.100.402" => "ERROR_CC_INVALIDDATA",
|
99 |
+
"100.100.651" => "ERROR_CC_INVALIDDATA",
|
100 |
+
"100.100.700" => "ERROR_CC_INVALIDDATA",
|
101 |
+
"100.200.100" => "ERROR_CC_INVALIDDATA",
|
102 |
+
"100.200.103" => "ERROR_CC_INVALIDDATA",
|
103 |
+
"100.200.104" => "ERROR_CC_INVALIDDATA",
|
104 |
+
"100.400.000" => "ERROR_CC_INVALIDDATA",
|
105 |
+
"100.400.001" => "ERROR_CC_INVALIDDATA",
|
106 |
+
"100.400.086" => "ERROR_CC_INVALIDDATA",
|
107 |
+
"100.400.087" => "ERROR_CC_INVALIDDATA",
|
108 |
+
"100.400.002" => "ERROR_CC_INVALIDDATA",
|
109 |
+
"100.400.316" => "ERROR_CC_INVALIDDATA",
|
110 |
+
"100.400.317" => "ERROR_CC_INVALIDDATA",
|
111 |
+
"800.100.402" => "ERROR_CC_INVALIDDATA",
|
112 |
+
|
113 |
+
"800.300.401" => "ERROR_CC_BLACKLIST",
|
114 |
+
|
115 |
+
"800.100.171" => "ERROR_CC_DECLINED_CARD",
|
116 |
+
"800.100.165" => "ERROR_CC_DECLINED_CARD",
|
117 |
+
"800.100.159" => "ERROR_CC_DECLINED_CARD",
|
118 |
+
"800.100.195" => "ERROR_CC_DECLINED_CARD",
|
119 |
+
"000.400.101" => "ERROR_CC_DECLINED_CARD",
|
120 |
+
"100.100.501" => "ERROR_CC_DECLINED_CARD",
|
121 |
+
"100.100.701" => "ERROR_CC_DECLINED_CARD",
|
122 |
+
"100.400.005" => "ERROR_CC_DECLINED_CARD",
|
123 |
+
"100.400.020" => "ERROR_CC_DECLINED_CARD",
|
124 |
+
"100.400.021" => "ERROR_CC_DECLINED_CARD",
|
125 |
+
"100.400.030" => "ERROR_CC_DECLINED_CARD",
|
126 |
+
"100.400.039" => "ERROR_CC_DECLINED_CARD",
|
127 |
+
"100.400.081" => "ERROR_CC_DECLINED_CARD",
|
128 |
+
"100.400.100" => "ERROR_CC_DECLINED_CARD",
|
129 |
+
"100.400.123" => "ERROR_CC_DECLINED_CARD",
|
130 |
+
"100.400.319" => "ERROR_CC_DECLINED_CARD",
|
131 |
+
"800.100.154" => "ERROR_CC_DECLINED_CARD",
|
132 |
+
"800.100.156" => "ERROR_CC_DECLINED_CARD",
|
133 |
+
"800.100.158" => "ERROR_CC_DECLINED_CARD",
|
134 |
+
"800.100.160" => "ERROR_CC_DECLINED_CARD",
|
135 |
+
"800.100.161" => "ERROR_CC_DECLINED_CARD",
|
136 |
+
"800.100.163" => "ERROR_CC_DECLINED_CARD",
|
137 |
+
"800.100.164" => "ERROR_CC_DECLINED_CARD",
|
138 |
+
"800.100.166" => "ERROR_CC_DECLINED_CARD",
|
139 |
+
"800.100.167" => "ERROR_CC_DECLINED_CARD",
|
140 |
+
"800.100.169" => "ERROR_CC_DECLINED_CARD",
|
141 |
+
"800.100.170" => "ERROR_CC_DECLINED_CARD",
|
142 |
+
"800.100.173" => "ERROR_CC_DECLINED_CARD",
|
143 |
+
"800.100.174" => "ERROR_CC_DECLINED_CARD",
|
144 |
+
"800.100.175" => "ERROR_CC_DECLINED_CARD",
|
145 |
+
"800.100.176" => "ERROR_CC_DECLINED_CARD",
|
146 |
+
"800.100.177" => "ERROR_CC_DECLINED_CARD",
|
147 |
+
"800.100.190" => "ERROR_CC_DECLINED_CARD",
|
148 |
+
"800.100.191" => "ERROR_CC_DECLINED_CARD",
|
149 |
+
"800.100.196" => "ERROR_CC_DECLINED_CARD",
|
150 |
+
"800.100.197" => "ERROR_CC_DECLINED_CARD",
|
151 |
+
"800.100.168" => "ERROR_CC_DECLINED_CARD",
|
152 |
+
|
153 |
+
"100.100.303" => "ERROR_CC_EXPIRED",
|
154 |
+
|
155 |
+
"800.100.153" => "ERROR_CC_INVALIDCVV",
|
156 |
+
"100.100.601" => "ERROR_CC_INVALIDCVV",
|
157 |
+
"100.100.600" => "ERROR_CC_INVALIDCVV",
|
158 |
+
"800.100.192" => "ERROR_CC_INVALIDCVV",
|
159 |
+
|
160 |
+
"800.100.157" => "ERROR_CC_EXPIRY",
|
161 |
+
|
162 |
+
"800.100.162" => "ERROR_CC_LIMIT_EXCEED",
|
163 |
+
|
164 |
+
"100.400.040" => "ERROR_CC_3DAUTH",
|
165 |
+
"100.400.060" => "ERROR_CC_3DAUTH",
|
166 |
+
"100.400.080" => "ERROR_CC_3DAUTH",
|
167 |
+
"100.400.120" => "ERROR_CC_3DAUTH",
|
168 |
+
"100.400.260" => "ERROR_CC_3DAUTH",
|
169 |
+
"800.900.300" => "ERROR_CC_3DAUTH",
|
170 |
+
"800.900.301" => "ERROR_CC_3DAUTH",
|
171 |
+
"800.900.302" => "ERROR_CC_3DAUTH",
|
172 |
+
"100.380.401" => "ERROR_CC_3DAUTH",
|
173 |
+
|
174 |
+
"100.390.105" => "ERROR_CC_3DERROR",
|
175 |
+
"000.400.103" => "ERROR_CC_3DERROR",
|
176 |
+
"000.400.104" => "ERROR_CC_3DERROR",
|
177 |
+
"100.390.106" => "ERROR_CC_3DERROR",
|
178 |
+
"100.390.107" => "ERROR_CC_3DERROR",
|
179 |
+
"100.390.108" => "ERROR_CC_3DERROR",
|
180 |
+
"100.390.109" => "ERROR_CC_3DERROR",
|
181 |
+
"100.390.111" => "ERROR_CC_3DERROR",
|
182 |
+
"800.400.200" => "ERROR_CC_3DERROR",
|
183 |
+
"100.390.112" => "ERROR_CC_3DERROR",
|
184 |
+
|
185 |
+
"100.100.500" => "ERROR_CC_NOBRAND",
|
186 |
+
|
187 |
+
"800.100.155" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
188 |
+
"000.100.203" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
189 |
+
"100.550.310" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
190 |
+
"100.550.311" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
191 |
+
|
192 |
+
"800.120.101" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
193 |
+
"800.120.100" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
194 |
+
"800.120.102" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
195 |
+
"800.120.103" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
196 |
+
"800.120.200" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
197 |
+
"800.120.201" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
198 |
+
"800.120.202" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
199 |
+
"800.120.203" => "ERROR_GENERAL_LIMIT_TRANSACTIONS",
|
200 |
+
|
201 |
+
"800.100.152" => "ERROR_CC_DECLINED_AUTH",
|
202 |
+
|
203 |
+
"100.380.501" => "ERROR_GENERAL_DECLINED_RISK",
|
204 |
+
|
205 |
+
"800.400.151" => "ERROR_CC_ADDRESS",
|
206 |
+
"800.400.150" => "ERROR_CC_ADDRESS",
|
207 |
+
|
208 |
+
"100.400.300" => "ERROR_GENERAL_CANCEL",
|
209 |
+
"100.396.101" => "ERROR_GENERAL_CANCEL",
|
210 |
+
"900.300.600" => "ERROR_GENERAL_CANCEL",
|
211 |
+
|
212 |
+
"800.100.501" => "ERROR_CC_RECURRING",
|
213 |
+
"800.100.500" => "ERROR_CC_RECURRING",
|
214 |
+
|
215 |
+
"800.100.178" => "ERROR_CC_REPEATED",
|
216 |
+
"800.300.500" => "ERROR_CC_REPEATED",
|
217 |
+
"800.300.501" => "ERROR_CC_REPEATED",
|
218 |
+
|
219 |
+
"800.700.101" => "ERROR_GENERAL_ADDRESS",
|
220 |
+
"800.700.201" => "ERROR_GENERAL_ADDRESS",
|
221 |
+
"800.700.500" => "ERROR_GENERAL_ADDRESS",
|
222 |
+
"800.800.102" => "ERROR_GENERAL_ADDRESS",
|
223 |
+
"800.800.202" => "ERROR_GENERAL_ADDRESS",
|
224 |
+
"800.800.302" => "ERROR_GENERAL_ADDRESS",
|
225 |
+
"800.900.101" => "ERROR_GENERAL_ADDRESS",
|
226 |
+
"800.900.200" => "ERROR_GENERAL_ADDRESS",
|
227 |
+
"800.100.198" => "ERROR_GENERAL_ADDRESS",
|
228 |
+
"800.700.101" => "ERROR_GENERAL_ADDRESS",
|
229 |
+
|
230 |
+
"100.400.121" => "ERROR_GENERAL_BLACKLIST",
|
231 |
+
"800.100.172" => "ERROR_GENERAL_BLACKLIST",
|
232 |
+
"800.200.159" => "ERROR_GENERAL_BLACKLIST",
|
233 |
+
"800.200.160" => "ERROR_GENERAL_BLACKLIST",
|
234 |
+
"800.200.165" => "ERROR_GENERAL_BLACKLIST",
|
235 |
+
"800.200.202" => "ERROR_GENERAL_BLACKLIST",
|
236 |
+
"800.200.208" => "ERROR_GENERAL_BLACKLIST",
|
237 |
+
"800.200.220" => "ERROR_GENERAL_BLACKLIST",
|
238 |
+
"800.300.101" => "ERROR_GENERAL_BLACKLIST",
|
239 |
+
"800.300.102" => "ERROR_GENERAL_BLACKLIST",
|
240 |
+
"800.300.200" => "ERROR_GENERAL_BLACKLIST",
|
241 |
+
"800.300.301" => "ERROR_GENERAL_BLACKLIST",
|
242 |
+
"800.300.302" => "ERROR_GENERAL_BLACKLIST",
|
243 |
+
|
244 |
+
"800.500.100" => "ERROR_GENERAL_GENERAL",
|
245 |
+
"800.700.100" => "ERROR_GENERAL_GENERAL",
|
246 |
+
|
247 |
+
"000.100.203" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
248 |
+
"100.550.310" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
249 |
+
"100.550.311" => "ERROR_GENERAL_LIMIT_AMOUNT",
|
250 |
+
|
251 |
+
"000.400.107" => "ERROR_GENERAL_TIMEOUT",
|
252 |
+
"100.395.502" => "ERROR_GENERAL_TIMEOUT",
|
253 |
+
|
254 |
+
"100.395.101" => "ERROR_GIRO_NOSUPPORT",
|
255 |
+
"100.395.102" => "ERROR_GIRO_NOSUPPORT",
|
256 |
+
|
257 |
+
"100.200.200" => "ERROR_SEPA_MANDATE",
|
258 |
+
"000.100.204" => "ERROR_SEPA_MANDATE",
|
259 |
+
"000.100.205" => "ERROR_SEPA_MANDATE"
|
260 |
+
);
|
261 |
+
if ($code)
|
262 |
+
return array_key_exists($code, $error_messages) ? $error_messages[$code] : 'ERROR_UNKNOWN';
|
263 |
+
else
|
264 |
+
return 'ERROR_UNKNOWN';
|
265 |
+
}
|
266 |
+
|
267 |
+
public function getJsUrl($server, $lang){
|
268 |
+
if ($server=="LIVE")
|
269 |
+
return $this->jsUrlLive . $lang;
|
270 |
+
else
|
271 |
+
return $this->jsUrlTest . $lang;
|
272 |
+
}
|
273 |
+
|
274 |
+
public function getTokenUrl($server)
|
275 |
+
{
|
276 |
+
if ($server=="LIVE")
|
277 |
+
return $this->tokenUrlLive;
|
278 |
+
else
|
279 |
+
return $this->tokenUrlTest;
|
280 |
+
}
|
281 |
+
|
282 |
+
public function getPostParameter($dataCust,$dataTransaction)
|
283 |
+
{
|
284 |
+
$data = "SECURITY.SENDER=" . $dataTransaction['sender'] .
|
285 |
+
"&TRANSACTION.CHANNEL=" . $dataTransaction['channel_id'] .
|
286 |
+
"&USER.LOGIN=" . $dataTransaction['login'] .
|
287 |
+
"&USER.PWD=" . $dataTransaction['password'] .
|
288 |
+
"&TRANSACTION.MODE=" . $dataTransaction['tx_mode'] .
|
289 |
+
"&IDENTIFICATION.TRANSACTIONID=" . $dataTransaction['transId'].
|
290 |
+
"&PAYMENT.TYPE=" . $dataTransaction['payment_type'] .
|
291 |
+
"&PRESENTATION.AMOUNT=" . $dataCust['amount'] .
|
292 |
+
"&PRESENTATION.CURRENCY=" . $dataCust['currency'] .
|
293 |
+
"&ADDRESS.STREET=" . $dataCust['street'] .
|
294 |
+
"&ADDRESS.ZIP=" . $dataCust['zip'] .
|
295 |
+
"&ADDRESS.CITY=" . $dataCust['city'] .
|
296 |
+
"&ADDRESS.COUNTRY=" . $dataCust['country_code'] .
|
297 |
+
"&CONTACT.EMAIL=" . $dataCust['email'] .
|
298 |
+
"&NAME.GIVEN=" . $dataCust['first_name'] .
|
299 |
+
"&NAME.FAMILY=" . $dataCust['last_name'];
|
300 |
+
|
301 |
+
return $data;
|
302 |
+
}
|
303 |
+
|
304 |
+
public function getToken($postData,$url)
|
305 |
+
{
|
306 |
+
$params = array('http' => array(
|
307 |
+
'method' => 'POST',
|
308 |
+
'header' => "Content-Type: application/x-www-form-urlencoded",
|
309 |
+
'content' => $postData
|
310 |
+
));
|
311 |
+
$ctx = stream_context_create($params);
|
312 |
+
$fp = @fopen($url, 'rb', false, $ctx);
|
313 |
+
if (!$fp) {
|
314 |
+
throw new Exception("Problem with $url, $php_errormsg");
|
315 |
+
}
|
316 |
+
$response = @stream_get_contents($fp);
|
317 |
+
if ($response === false) {
|
318 |
+
throw new Exception("Problem reading data from $url, $php_errormsg");
|
319 |
+
}
|
320 |
+
|
321 |
+
$obj=json_decode($response);
|
322 |
+
return $obj->{'transaction'}->{'token'};
|
323 |
+
}
|
324 |
+
|
325 |
+
public function getExecuteUrl($server)
|
326 |
+
{
|
327 |
+
if ($server=="LIVE")
|
328 |
+
return $this->executeUrlLive;
|
329 |
+
else
|
330 |
+
return $this->executeUrlTest;
|
331 |
+
}
|
332 |
+
|
333 |
+
public function getPostExecutePayment($dataTransaction)
|
334 |
+
{
|
335 |
+
$data = "IDENTIFICATION.REFERENCEID=". $dataTransaction['refId'] ."&" .
|
336 |
+
"PAYMENT.METHOD=". $dataTransaction['payment_method'] ."&" .
|
337 |
+
"PAYMENT.TYPE=". $dataTransaction['payment_type'] ."&" .
|
338 |
+
"PRESENTATION.AMOUNT=". $dataTransaction['amount'] ."&" .
|
339 |
+
"PRESENTATION.CURRENCY=". $dataTransaction['currency'] ."&" .
|
340 |
+
"SECURITY.SENDER=". $dataTransaction['sender'] ."&" .
|
341 |
+
"TRANSACTION.CHANNEL=". $dataTransaction['channel_id'] ."&" .
|
342 |
+
"TRANSACTION.MODE=" . $dataTransaction['tx_mode'] ."&" .
|
343 |
+
"USER.LOGIN=". $dataTransaction['login'] ."&" .
|
344 |
+
"USER.PWD=". $dataTransaction['password'];
|
345 |
+
|
346 |
+
return $data;
|
347 |
+
}
|
348 |
+
|
349 |
+
public function executePayment($postData, $url)
|
350 |
+
{
|
351 |
+
$params = array('http' => array(
|
352 |
+
'method' => 'POST',
|
353 |
+
'header' => "Content-Type: application/x-www-form-urlencoded",
|
354 |
+
'content' => $postData
|
355 |
+
));
|
356 |
+
|
357 |
+
$ctx = stream_context_create($params);
|
358 |
+
$fp = @fopen($url, 'rb', false, $ctx);
|
359 |
+
if (!$fp) {
|
360 |
+
throw new Exception("Problem with $url, $php_errormsg");
|
361 |
+
}
|
362 |
+
$response = @stream_get_contents($fp);
|
363 |
+
if ($response === false) {
|
364 |
+
throw new Exception("Problem reading data from $url, $php_errormsg");
|
365 |
+
}
|
366 |
+
return $response;
|
367 |
+
}
|
368 |
+
|
369 |
+
public function buildResponseArray($response)
|
370 |
+
{
|
371 |
+
$result = array();
|
372 |
+
$entries = explode("&", $response);
|
373 |
+
foreach ($entries as $entry) {
|
374 |
+
$pair = explode("=", $entry);
|
375 |
+
$result[$pair[0]] = urldecode($pair[1]);
|
376 |
+
}
|
377 |
+
return $result;
|
378 |
+
}
|
379 |
+
|
380 |
+
public function getStatusUrl($server, $token){
|
381 |
+
if ($server=="LIVE")
|
382 |
+
return $this->statusUrlLive . $token;
|
383 |
+
else
|
384 |
+
return $this->statusUrlTest . $token;
|
385 |
+
}
|
386 |
+
|
387 |
+
public function checkStatusPayment($url)
|
388 |
+
{
|
389 |
+
$ch = curl_init();
|
390 |
+
curl_setopt($ch, CURLOPT_URL, $url);
|
391 |
+
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
392 |
+
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
|
393 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
|
394 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
|
395 |
+
$resultPayment = curl_exec($ch);
|
396 |
+
if(curl_errno($ch))
|
397 |
+
{
|
398 |
+
throw new Exception("Curl error: ". curl_error($ch));
|
399 |
+
}
|
400 |
+
curl_close($ch);
|
401 |
+
$resultJson = json_decode($resultPayment, true);
|
402 |
+
|
403 |
+
return $resultJson;
|
404 |
+
}
|
405 |
+
|
406 |
+
public function getPayonTrnStatus($code, $payment_type, $separator_type)
|
407 |
+
{
|
408 |
+
switch ($payment_type) {
|
409 |
+
case 'PA':
|
410 |
+
if ($code == 'ACK')
|
411 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_PREAUTH');
|
412 |
+
else
|
413 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_PREAUTH_FAILED');
|
414 |
+
break;
|
415 |
+
case 'CP':
|
416 |
+
if ($code == 'ACK')
|
417 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_CAPTURED');
|
418 |
+
else
|
419 |
+
if ($separator_type != 'info')
|
420 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_CAPTURED_FAILED');
|
421 |
+
break;
|
422 |
+
case 'RF':
|
423 |
+
if ($code == 'ACK')
|
424 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_REFUNDED');
|
425 |
+
else
|
426 |
+
if ($separator_type != 'info')
|
427 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_REFUNDED_FAILED');
|
428 |
+
break;
|
429 |
+
default :
|
430 |
+
if ($code == 'ACK')
|
431 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_ACC');
|
432 |
+
else
|
433 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_FAILED');
|
434 |
+
}
|
435 |
+
return $status;
|
436 |
+
}
|
437 |
+
|
438 |
+
public function getPayonComment($status, $payment_type, $payment_brand, $bin, $separator_type, $type, $refund_id, $refund_status)
|
439 |
+
{
|
440 |
+
if ( $separator_type == "info" )
|
441 |
+
$separator = "<br />";
|
442 |
+
else
|
443 |
+
$separator = ". ";
|
444 |
+
|
445 |
+
$comment = Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_STATUS')." : ".Mage::helper('skrill')->getPayonTrnStatus($status, $payment_type, $separator_type).$separator;
|
446 |
+
if ($payment_brand)
|
447 |
+
{
|
448 |
+
switch ($payment_brand) {
|
449 |
+
case 'VISA':
|
450 |
+
$pm = "SKRILL_FRONTEND_PM_VSA";
|
451 |
+
break;
|
452 |
+
case 'MASTER':
|
453 |
+
$pm = "SKRILL_FRONTEND_PM_MSC";
|
454 |
+
break;
|
455 |
+
case 'MAESTRO':
|
456 |
+
$pm = "SKRILL_FRONTEND_PM_MAE";
|
457 |
+
break;
|
458 |
+
case 'AMEX':
|
459 |
+
$pm = "SKRILL_FRONTEND_PM_AMX";
|
460 |
+
break;
|
461 |
+
case 'DIRECTDEBIT_SEPA_MIX_DE':
|
462 |
+
$pm = "FRONTEND_PM_DD";
|
463 |
+
break;
|
464 |
+
case 'SOFORTUEBERWEISUNG':
|
465 |
+
$pm = "FRONTEND_PM_SOFORT";
|
466 |
+
break;
|
467 |
+
default:
|
468 |
+
$pm = "FRONTEND_PM_".$payment_brand;
|
469 |
+
break;
|
470 |
+
}
|
471 |
+
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_PM')." : ".Mage::helper('skrill')->__($pm).$separator;
|
472 |
+
}
|
473 |
+
if ($bin)
|
474 |
+
{
|
475 |
+
$country_iso2 = Mage::helper('skrill')->getCountryIssuer($bin);
|
476 |
+
if ($country_iso2)
|
477 |
+
{
|
478 |
+
$card_issuer = Mage::app()->getLocale()->getCountryTranslation($country_iso2);
|
479 |
+
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_COUNTRY')." : ".$card_issuer.$separator;
|
480 |
+
}
|
481 |
+
}
|
482 |
+
if ($type == "fraud")
|
483 |
+
{
|
484 |
+
$comment = Mage::helper('skrill')->__('SKRILL_BACKEND_GENERAL_TRANSACTION')." ".Mage::helper('skrill')->__('BACKEND_GENERAL_FRAUD').$separator;
|
485 |
+
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_GENERAL_TRANSACTION_ID')." : ".$refund_id.$separator;
|
486 |
+
if ($status == 'ACK')
|
487 |
+
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_STATUS')." : ".Mage::helper('skrill')->__('BACKEND_TT_'.$refund_status).$separator;
|
488 |
+
}
|
489 |
+
return $comment;
|
490 |
+
}
|
491 |
+
|
492 |
+
// Enterprise =================================
|
493 |
+
|
494 |
+
// Skrill =====================================
|
495 |
+
|
496 |
+
public function doQuery($action, $params)
|
497 |
+
{
|
498 |
+
$url = 'https://www.moneybookers.com/app/query.pl';
|
499 |
+
|
500 |
+
$fields = $params;
|
501 |
+
$fields['action'] = $action;
|
502 |
+
$fields['email'] = Mage::getStoreConfig('payment/skrill_settings/merchant_account');
|
503 |
+
$fields['password'] = Mage::getStoreConfig('payment/skrill_settings/api_passwd');
|
504 |
+
|
505 |
+
foreach($fields as $key=>$value) {
|
506 |
+
$fields_string .= $key.'='.$value.'&';
|
507 |
+
}
|
508 |
+
$fields_string = rtrim($fields_string, '&');
|
509 |
+
|
510 |
+
$curl = curl_init();
|
511 |
+
|
512 |
+
curl_setopt($curl,CURLOPT_URL, $url);
|
513 |
+
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 2);
|
514 |
+
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
|
515 |
+
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
|
516 |
+
curl_setopt($curl, CURLINFO_HEADER_OUT, true);
|
517 |
+
curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-type: application/x-www-form-urlencoded;charset=UTF-8'));
|
518 |
+
curl_setopt($curl, CURLOPT_FAILONERROR, 1);
|
519 |
+
curl_setopt($curl,CURLOPT_POST, count($fields));
|
520 |
+
curl_setopt($curl,CURLOPT_POSTFIELDS, $fields_string);
|
521 |
+
|
522 |
+
$result = curl_exec($curl);
|
523 |
+
|
524 |
+
if(curl_errno($curl))
|
525 |
+
{
|
526 |
+
throw new Exception("Curl error: ". curl_error($curl));
|
527 |
+
}
|
528 |
+
|
529 |
+
curl_close($curl);
|
530 |
+
|
531 |
+
return $result;
|
532 |
+
|
533 |
+
}
|
534 |
+
|
535 |
+
public function getStatusTrn($parameters)
|
536 |
+
{
|
537 |
+
// check status_trn 3 times if no response.
|
538 |
+
for ($i=0; $i < 3; $i++) {
|
539 |
+
$response = true;
|
540 |
+
try {
|
541 |
+
$result = $this->doQuery('status_trn', $parameters);
|
542 |
+
} catch (Exception $e) {
|
543 |
+
$response = false;
|
544 |
+
}
|
545 |
+
if ($response && $result)
|
546 |
+
{
|
547 |
+
return $this->getResponseArray($result);
|
548 |
+
break;
|
549 |
+
}
|
550 |
+
}
|
551 |
+
return false;
|
552 |
+
}
|
553 |
+
|
554 |
+
public function getResponseArray($strings)
|
555 |
+
{
|
556 |
+
$response_array = array();
|
557 |
+
$string = explode("\n",$strings);
|
558 |
+
$response_array['response_header'] = $string[0];
|
559 |
+
$string_arr = explode("&",$string[1]);
|
560 |
+
foreach ($string_arr as $key => $value) {
|
561 |
+
$value_arr = explode("=",$value);
|
562 |
+
$response_array[urldecode($value_arr[0])] = urldecode($value_arr[1]);
|
563 |
+
}
|
564 |
+
return $response_array;
|
565 |
+
}
|
566 |
+
|
567 |
+
public function getTrnStatus($code)
|
568 |
+
{
|
569 |
+
switch ($code) {
|
570 |
+
case '2':
|
571 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_PROCESSED');
|
572 |
+
break;
|
573 |
+
case '0':
|
574 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_PENDING');
|
575 |
+
break;
|
576 |
+
case '-1':
|
577 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_CANCELLED');
|
578 |
+
break;
|
579 |
+
case '-2':
|
580 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_FAILED');
|
581 |
+
break;
|
582 |
+
case '-3':
|
583 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_CHARGEBACK');
|
584 |
+
break;
|
585 |
+
case '-4':
|
586 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_REFUNDED');
|
587 |
+
break;
|
588 |
+
case '-5':
|
589 |
+
$status = Mage::helper('skrill')->__('BACKEND_TT_REFUNDED_FAILED');
|
590 |
+
break;
|
591 |
+
default:
|
592 |
+
$status = Mage::helper('skrill')->__('ERROR_GENERAL_ABANDONED_BYUSER');
|
593 |
+
break;
|
594 |
+
}
|
595 |
+
return $status;
|
596 |
+
}
|
597 |
+
|
598 |
+
public function getComment($response, $separator_type = false, $type = false)
|
599 |
+
{
|
600 |
+
if ( $separator_type == "info" )
|
601 |
+
$separator = "<br />";
|
602 |
+
else
|
603 |
+
$separator = ". ";
|
604 |
+
|
605 |
+
$comment = Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_STATUS')." : ".Mage::helper('skrill')->getTrnStatus($response['status']).$separator;
|
606 |
+
if ($response['payment_type'])
|
607 |
+
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_PM')." : ".Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_'.$response['payment_type']).$separator;
|
608 |
+
if ($response['payment_instrument_country'])
|
609 |
+
{
|
610 |
+
$country_iso2 = Mage::helper('skrill')->getCountryIso2($response['payment_instrument_country']);
|
611 |
+
if ($country_iso2)
|
612 |
+
{
|
613 |
+
$card_issuer = Mage::app()->getLocale()->getCountryTranslation($country_iso2);
|
614 |
+
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_COUNTRY')." : ".$card_issuer.$separator;
|
615 |
+
}
|
616 |
+
}
|
617 |
+
if ($type == "fraud")
|
618 |
+
{
|
619 |
+
$comment = Mage::helper('skrill')->__('SKRILL_BACKEND_GENERAL_TRANSACTION')." ".Mage::helper('skrill')->__('BACKEND_GENERAL_FRAUD').$separator;
|
620 |
+
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_GENERAL_TRANSACTION_ID')." : ".$response['mb_transaction_id'].$separator;
|
621 |
+
$comment .= Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_STATUS')." : ".Mage::helper('skrill')->getTrnStatus($response['status']).$separator;
|
622 |
+
}
|
623 |
+
|
624 |
+
return $comment;
|
625 |
+
}
|
626 |
+
|
627 |
+
public function doRefund($action, $params)
|
628 |
+
{
|
629 |
+
$url = 'https://www.moneybookers.com/app/refund.pl';
|
630 |
+
|
631 |
+
if ($action == "prepare")
|
632 |
+
{
|
633 |
+
$fields = $params;
|
634 |
+
$fields['action'] = $action;
|
635 |
+
$fields['email'] = Mage::getStoreConfig('payment/skrill_settings/merchant_account');
|
636 |
+
$fields['password'] = Mage::getStoreConfig('payment/skrill_settings/api_passwd');
|
637 |
+
}
|
638 |
+
else if ($action == "refund")
|
639 |
+
{
|
640 |
+
$fields['action'] = $action;
|
641 |
+
$fields['sid'] = $params;
|
642 |
+
}
|
643 |
+
|
644 |
+
foreach($fields as $key=>$value) {
|
645 |
+
$fields_string .= $key.'='.$value.'&';
|
646 |
+
}
|
647 |
+
$fields_string = rtrim($fields_string, '&');
|
648 |
+
|
649 |
+
$curl = curl_init();
|
650 |
+
|
651 |
+
curl_setopt($curl,CURLOPT_URL, $url);
|
652 |
+
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 2);
|
653 |
+
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
|
654 |
+
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
|
655 |
+
curl_setopt($curl, CURLINFO_HEADER_OUT, true);
|
656 |
+
curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-type: application/x-www-form-urlencoded;charset=UTF-8'));
|
657 |
+
curl_setopt($curl, CURLOPT_FAILONERROR, 1);
|
658 |
+
curl_setopt($curl,CURLOPT_POST, count($fields));
|
659 |
+
curl_setopt($curl,CURLOPT_POSTFIELDS, $fields_string);
|
660 |
+
|
661 |
+
$result = curl_exec($curl);
|
662 |
+
|
663 |
+
if(curl_errno($curl))
|
664 |
+
{
|
665 |
+
return "failed";
|
666 |
+
}
|
667 |
+
|
668 |
+
curl_close($curl);
|
669 |
+
|
670 |
+
return simplexml_load_string($result);
|
671 |
+
|
672 |
+
}
|
673 |
+
|
674 |
+
public function getCountryIso3($iso2)
|
675 |
+
{
|
676 |
+
$iso3 = array(
|
677 |
+
"AF" => "AFG",
|
678 |
+
"AL" => "ALB",
|
679 |
+
"DZ" => "DZA",
|
680 |
+
"AS" => "ASM",
|
681 |
+
"AD" => "AND",
|
682 |
+
"AO" => "AGO",
|
683 |
+
"AI" => "AIA",
|
684 |
+
"AQ" => "ATA",
|
685 |
+
"AG" => "ATG",
|
686 |
+
"AR" => "ARG",
|
687 |
+
"AM" => "ARM",
|
688 |
+
"AW" => "ABW",
|
689 |
+
"AU" => "AUS",
|
690 |
+
"AT" => "AUT",
|
691 |
+
"AZ" => "AZE",
|
692 |
+
"BS" => "BHS",
|
693 |
+
"BH" => "BHR",
|
694 |
+
"BD" => "BGD",
|
695 |
+
"BB" => "BRB",
|
696 |
+
"BY" => "BLR",
|
697 |
+
"BE" => "BEL",
|
698 |
+
"BZ" => "BLZ",
|
699 |
+
"BJ" => "BEN",
|
700 |
+
"BM" => "BMU",
|
701 |
+
"BT" => "BTN",
|
702 |
+
"BO" => "BOL",
|
703 |
+
"BA" => "BIH",
|
704 |
+
"BW" => "BWA",
|
705 |
+
"BV" => "BVT",
|
706 |
+
"BR" => "BRA",
|
707 |
+
"IO" => "IOT",
|
708 |
+
"VG" => "VGB",
|
709 |
+
"BN" => "BRN",
|
710 |
+
"BG" => "BGR",
|
711 |
+
"BF" => "BFA",
|
712 |
+
"BI" => "BDI",
|
713 |
+
"KH" => "KHM",
|
714 |
+
"CM" => "CMR",
|
715 |
+
"CA" => "CAN",
|
716 |
+
"CV" => "CPV",
|
717 |
+
"KY" => "CYM",
|
718 |
+
"CF" => "CAF",
|
719 |
+
"TD" => "TCD",
|
720 |
+
"CL" => "CHL",
|
721 |
+
"CN" => "CHN",
|
722 |
+
"CX" => "CXR",
|
723 |
+
"CC" => "CCK",
|
724 |
+
"CO" => "COL",
|
725 |
+
"KM" => "COM",
|
726 |
+
"CG" => "COG",
|
727 |
+
"CD" => "COD",
|
728 |
+
"CK" => "COK",
|
729 |
+
"CR" => "CRI",
|
730 |
+
"HR" => "HRV",
|
731 |
+
"CU" => "CUB",
|
732 |
+
"CY" => "CYP",
|
733 |
+
"CZ" => "CZE",
|
734 |
+
"CI" => "CIV",
|
735 |
+
"DK" => "DNK",
|
736 |
+
"DJ" => "DJI",
|
737 |
+
"DM" => "DMA",
|
738 |
+
"DO" => "DOM",
|
739 |
+
"EC" => "ECU",
|
740 |
+
"EG" => "EGY",
|
741 |
+
"SV" => "SLV",
|
742 |
+
"GQ" => "GNQ",
|
743 |
+
"ER" => "ERI",
|
744 |
+
"EE" => "EST",
|
745 |
+
"ET" => "ETH",
|
746 |
+
"FK" => "FLK",
|
747 |
+
"FO" => "FRO",
|
748 |
+
"FJ" => "FJI",
|
749 |
+
"FI" => "FIN",
|
750 |
+
"FR" => "FRA",
|
751 |
+
"GF" => "GUF",
|
752 |
+
"PF" => "PYF",
|
753 |
+
"TF" => "ATF",
|
754 |
+
"GA" => "GAB",
|
755 |
+
"GM" => "GMB",
|
756 |
+
"GE" => "GEO",
|
757 |
+
"DE" => "DEU",
|
758 |
+
"GH" => "GHA",
|
759 |
+
"GI" => "GIB",
|
760 |
+
"GR" => "GRC",
|
761 |
+
"GL" => "GRL",
|
762 |
+
"GD" => "GRD",
|
763 |
+
"GP" => "GLD",
|
764 |
+
"GU" => "GUM",
|
765 |
+
"GT" => "GTM",
|
766 |
+
"GG" => "GGY",
|
767 |
+
"GN" => "HTI",
|
768 |
+
"GW" => "HMD",
|
769 |
+
"GY" => "VAT",
|
770 |
+
"HT" => "GIN",
|
771 |
+
"HM" => "GNB",
|
772 |
+
"HN" => "HND",
|
773 |
+
"HK" => "HKG",
|
774 |
+
"HU" => "HUN",
|
775 |
+
"IS" => "ISL",
|
776 |
+
"IN" => "IND",
|
777 |
+
"ID" => "IDN",
|
778 |
+
"IR" => "IRN",
|
779 |
+
"IQ" => "IRQ",
|
780 |
+
"IE" => "IRL",
|
781 |
+
"IM" => "IMN",
|
782 |
+
"IL" => "ISR",
|
783 |
+
"IT" => "ITA",
|
784 |
+
"JM" => "JAM",
|
785 |
+
"JP" => "JPN",
|
786 |
+
"JE" => "JEY",
|
787 |
+
"JO" => "JOR",
|
788 |
+
"KZ" => "KAZ",
|
789 |
+
"KE" => "KEN",
|
790 |
+
"KI" => "KIR",
|
791 |
+
"KW" => "KWT",
|
792 |
+
"KG" => "KGZ",
|
793 |
+
"LA" => "LAO",
|
794 |
+
"LV" => "LVA",
|
795 |
+
"LB" => "LBN",
|
796 |
+
"LS" => "LSO",
|
797 |
+
"LR" => "LBR",
|
798 |
+
"LY" => "LBY",
|
799 |
+
"LI" => "LIE",
|
800 |
+
"LT" => "LTU",
|
801 |
+
"LU" => "LUX",
|
802 |
+
"MO" => "MAC",
|
803 |
+
"MK" => "MKD",
|
804 |
+
"MG" => "MDG",
|
805 |
+
"MW" => "MWI",
|
806 |
+
"MY" => "MYS",
|
807 |
+
"MV" => "MDV",
|
808 |
+
"ML" => "MLI",
|
809 |
+
"MT" => "MLT",
|
810 |
+
"MH" => "MHL",
|
811 |
+
"MQ" => "MTQ",
|
812 |
+
"MR" => "MRT",
|
813 |
+
"MU" => "MUS",
|
814 |
+
"YT" => "MYT",
|
815 |
+
"MX" => "MEX",
|
816 |
+
"FM" => "FSM",
|
817 |
+
"MD" => "MDA",
|
818 |
+
"MC" => "MCO",
|
819 |
+
"MN" => "MNG",
|
820 |
+
"ME" => "MNE",
|
821 |
+
"MS" => "MSR",
|
822 |
+
"MA" => "MAR",
|
823 |
+
"MZ" => "MOZ",
|
824 |
+
"MM" => "MMR",
|
825 |
+
"NA" => "NAM",
|
826 |
+
"NR" => "NRU",
|
827 |
+
"NP" => "NPL",
|
828 |
+
"NL" => "NLD",
|
829 |
+
"AN" => "ANT",
|
830 |
+
"NC" => "NCL",
|
831 |
+
"NZ" => "NZL",
|
832 |
+
"NI" => "NIC",
|
833 |
+
"NE" => "NER",
|
834 |
+
"NG" => "NGA",
|
835 |
+
"NU" => "NIU",
|
836 |
+
"NF" => "NFK",
|
837 |
+
"KP" => "PRK",
|
838 |
+
"MP" => "MNP",
|
839 |
+
"NO" => "NOR",
|
840 |
+
"OM" => "OMN",
|
841 |
+
"PK" => "PAK",
|
842 |
+
"PW" => "PLW",
|
843 |
+
"PS" => "PSE",
|
844 |
+
"PA" => "PAN",
|
845 |
+
"PG" => "PNG",
|
846 |
+
"PY" => "PRY",
|
847 |
+
"PE" => "PER",
|
848 |
+
"PH" => "PHL",
|
849 |
+
"PN" => "PCN",
|
850 |
+
"PL" => "POL",
|
851 |
+
"PT" => "PRT",
|
852 |
+
"PR" => "PRI",
|
853 |
+
"QA" => "QAT",
|
854 |
+
"RO" => "ROU",
|
855 |
+
"RU" => "RUS",
|
856 |
+
"RW" => "RWA",
|
857 |
+
"RE" => "REU",
|
858 |
+
"BL" => "BLM",
|
859 |
+
"SH" => "SHN",
|
860 |
+
"KN" => "KNA",
|
861 |
+
"LC" => "LCA",
|
862 |
+
"MF" => "MAF",
|
863 |
+
"PM" => "SPM",
|
864 |
+
"WS" => "WSM",
|
865 |
+
"SM" => "SMR",
|
866 |
+
"SA" => "SAU",
|
867 |
+
"SN" => "SEN",
|
868 |
+
"RS" => "SRB",
|
869 |
+
"SC" => "SYC",
|
870 |
+
"SL" => "SLE",
|
871 |
+
"SG" => "SGP",
|
872 |
+
"SK" => "SVK",
|
873 |
+
"SI" => "SVN",
|
874 |
+
"SB" => "SLB",
|
875 |
+
"SO" => "SOM",
|
876 |
+
"ZA" => "ZAF",
|
877 |
+
"GS" => "SGS",
|
878 |
+
"KR" => "KOR",
|
879 |
+
"ES" => "ESP",
|
880 |
+
"LK" => "LKA",
|
881 |
+
"VC" => "VCT",
|
882 |
+
"SD" => "SDN",
|
883 |
+
"SR" => "SUR",
|
884 |
+
"SJ" => "SJM",
|
885 |
+
"SZ" => "SWZ",
|
886 |
+
"SE" => "SWE",
|
887 |
+
"CH" => "CHE",
|
888 |
+
"SY" => "SYR",
|
889 |
+
"ST" => "STP",
|
890 |
+
"TW" => "TWN",
|
891 |
+
"TJ" => "TJK",
|
892 |
+
"TZ" => "TZA",
|
893 |
+
"TH" => "THA",
|
894 |
+
"TL" => "TLS",
|
895 |
+
"TG" => "TGO",
|
896 |
+
"TK" => "TKL",
|
897 |
+
"TO" => "TON",
|
898 |
+
"TT" => "TTO",
|
899 |
+
"TN" => "TUN",
|
900 |
+
"TR" => "TUR",
|
901 |
+
"TM" => "TKM",
|
902 |
+
"TC" => "TCA",
|
903 |
+
"TV" => "TUV",
|
904 |
+
"UM" => "UMI",
|
905 |
+
"VI" => "VIR",
|
906 |
+
"UG" => "UGA",
|
907 |
+
"UA" => "UKR",
|
908 |
+
"AE" => "ARE",
|
909 |
+
"GB" => "GBR",
|
910 |
+
"US" => "USA",
|
911 |
+
"UY" => "URY",
|
912 |
+
"UZ" => "UZB",
|
913 |
+
"VU" => "VUT",
|
914 |
+
"VA" => "GUY",
|
915 |
+
"VE" => "VEN",
|
916 |
+
"VN" => "VNM",
|
917 |
+
"WF" => "WLF",
|
918 |
+
"EH" => "ESH",
|
919 |
+
"YE" => "YEM",
|
920 |
+
"ZM" => "ZMB",
|
921 |
+
"ZW" => "ZWE",
|
922 |
+
"AX" => "ALA"
|
923 |
+
);
|
924 |
+
if ($iso2)
|
925 |
+
return array_key_exists($iso2, $iso3) ? $iso3[$iso2] : '';
|
926 |
+
else
|
927 |
+
return '';
|
928 |
+
}
|
929 |
+
|
930 |
+
public function getCountryIso2($iso3)
|
931 |
+
{
|
932 |
+
$iso2 = array(
|
933 |
+
"AFG" => "AF",
|
934 |
+
"ALB" => "AL",
|
935 |
+
"DZA" => "DZ",
|
936 |
+
"ASM" => "AS",
|
937 |
+
"AND" => "AD",
|
938 |
+
"AGO" => "AO",
|
939 |
+
"AIA" => "AI",
|
940 |
+
"ATA" => "AQ",
|
941 |
+
"ATG" => "AG",
|
942 |
+
"ARG" => "AR",
|
943 |
+
"ARM" => "AM",
|
944 |
+
"ABW" => "AW",
|
945 |
+
"AUS" => "AU",
|
946 |
+
"AUT" => "AT",
|
947 |
+
"AZE" => "AZ",
|
948 |
+
"BHS" => "BS",
|
949 |
+
"BHR" => "BH",
|
950 |
+
"BGD" => "BD",
|
951 |
+
"BRB" => "BB",
|
952 |
+
"BLR" => "BY",
|
953 |
+
"BEL" => "BE",
|
954 |
+
"BLZ" => "BZ",
|
955 |
+
"BEN" => "BJ",
|
956 |
+
"BMU" => "BM",
|
957 |
+
"BTN" => "BT",
|
958 |
+
"BOL" => "BO",
|
959 |
+
"BIH" => "BA",
|
960 |
+
"BWA" => "BW",
|
961 |
+
"BVT" => "BV",
|
962 |
+
"BRA" => "BR",
|
963 |
+
"IOT" => "IO",
|
964 |
+
"VGB" => "VG",
|
965 |
+
"BRN" => "BN",
|
966 |
+
"BGR" => "BG",
|
967 |
+
"BFA" => "BF",
|
968 |
+
"BDI" => "BI",
|
969 |
+
"KHM" => "KH",
|
970 |
+
"CMR" => "CM",
|
971 |
+
"CAN" => "CA",
|
972 |
+
"CPV" => "CV",
|
973 |
+
"CYM" => "KY",
|
974 |
+
"CAF" => "CF",
|
975 |
+
"TCD" => "TD",
|
976 |
+
"CHL" => "CL",
|
977 |
+
"CHN" => "CN",
|
978 |
+
"CXR" => "CX",
|
979 |
+
"CCK" => "CC",
|
980 |
+
"COL" => "CO",
|
981 |
+
"COM" => "KM",
|
982 |
+
"COG" => "CG",
|
983 |
+
"COD" => "CD",
|
984 |
+
"COK" => "CK",
|
985 |
+
"CRI" => "CR",
|
986 |
+
"HRV" => "HR",
|
987 |
+
"CUB" => "CU",
|
988 |
+
"CYP" => "CY",
|
989 |
+
"CZE" => "CZ",
|
990 |
+
"CIV" => "CI",
|
991 |
+
"DNK" => "DK",
|
992 |
+
"DJI" => "DJ",
|
993 |
+
"DMA" => "DM",
|
994 |
+
"DOM" => "DO",
|
995 |
+
"ECU" => "EC",
|
996 |
+
"EGY" => "EG",
|
997 |
+
"SLV" => "SV",
|
998 |
+
"GNQ" => "GQ",
|
999 |
+
"ERI" => "ER",
|
1000 |
+
"EST" => "EE",
|
1001 |
+
"ETH" => "ET",
|
1002 |
+
"FLK" => "FK",
|
1003 |
+
"FRO" => "FO",
|
1004 |
+
"FJI" => "FJ",
|
1005 |
+
"FIN" => "FI",
|
1006 |
+
"FRA" => "FR",
|
1007 |
+
"GUF" => "GF",
|
1008 |
+
"PYF" => "PF",
|
1009 |
+
"ATF" => "TF",
|
1010 |
+
"GAB" => "GA",
|
1011 |
+
"GMB" => "GM",
|
1012 |
+
"GEO" => "GE",
|
1013 |
+
"DEU" => "DE",
|
1014 |
+
"GHA" => "GH",
|
1015 |
+
"GIB" => "GI",
|
1016 |
+
"GRC" => "GR",
|
1017 |
+
"GRL" => "GL",
|
1018 |
+
"GRD" => "GD",
|
1019 |
+
"GLD" => "GP",
|
1020 |
+
"GUM" => "GU",
|
1021 |
+
"GTM" => "GT",
|
1022 |
+
"GGY" => "GG",
|
1023 |
+
"HTI" => "GN",
|
1024 |
+
"HMD" => "GW",
|
1025 |
+
"VAT" => "GY",
|
1026 |
+
"GIN" => "HT",
|
1027 |
+
"GNB" => "HM",
|
1028 |
+
"HND" => "HN",
|
1029 |
+
"HKG" => "HK",
|
1030 |
+
"HUN" => "HU",
|
1031 |
+
"ISL" => "IS",
|
1032 |
+
"IND" => "IN",
|
1033 |
+
"IDN" => "ID",
|
1034 |
+
"IRN" => "IR",
|
1035 |
+
"IRQ" => "IQ",
|
1036 |
+
"IRL" => "IE",
|
1037 |
+
"IMN" => "IM",
|
1038 |
+
"ISR" => "IL",
|
1039 |
+
"ITA" => "IT",
|
1040 |
+
"JAM" => "JM",
|
1041 |
+
"JPN" => "JP",
|
1042 |
+
"JEY" => "JE",
|
1043 |
+
"JOR" => "JO",
|
1044 |
+
"KAZ" => "KZ",
|
1045 |
+
"KEN" => "KE",
|
1046 |
+
"KIR" => "KI",
|
1047 |
+
"KWT" => "KW",
|
1048 |
+
"KGZ" => "KG",
|
1049 |
+
"LAO" => "LA",
|
1050 |
+
"LVA" => "LV",
|
1051 |
+
"LBN" => "LB",
|
1052 |
+
"LSO" => "LS",
|
1053 |
+
"LBR" => "LR",
|
1054 |
+
"LBY" => "LY",
|
1055 |
+
"LIE" => "LI",
|
1056 |
+
"LTU" => "LT",
|
1057 |
+
"LUX" => "LU",
|
1058 |
+
"MAC" => "MO",
|
1059 |
+
"MKD" => "MK",
|
1060 |
+
"MDG" => "MG",
|
1061 |
+
"MWI" => "MW",
|
1062 |
+
"MYS" => "MY",
|
1063 |
+
"MDV" => "MV",
|
1064 |
+
"MLI" => "ML",
|
1065 |
+
"MLT" => "MT",
|
1066 |
+
"MHL" => "MH",
|
1067 |
+
"MTQ" => "MQ",
|
1068 |
+
"MRT" => "MR",
|
1069 |
+
"MUS" => "MU",
|
1070 |
+
"MYT" => "YT",
|
1071 |
+
"MEX" => "MX",
|
1072 |
+
"FSM" => "FM",
|
1073 |
+
"MDA" => "MD",
|
1074 |
+
"MCO" => "MC",
|
1075 |
+
"MNG" => "MN",
|
1076 |
+
"MNE" => "ME",
|
1077 |
+
"MSR" => "MS",
|
1078 |
+
"MAR" => "MA",
|
1079 |
+
"MOZ" => "MZ",
|
1080 |
+
"MMR" => "MM",
|
1081 |
+
"NAM" => "NA",
|
1082 |
+
"NRU" => "NR",
|
1083 |
+
"NPL" => "NP",
|
1084 |
+
"NLD" => "NL",
|
1085 |
+
"ANT" => "AN",
|
1086 |
+
"NCL" => "NC",
|
1087 |
+
"NZL" => "NZ",
|
1088 |
+
"NIC" => "NI",
|
1089 |
+
"NER" => "NE",
|
1090 |
+
"NGA" => "NG",
|
1091 |
+
"NIU" => "NU",
|
1092 |
+
"NFK" => "NF",
|
1093 |
+
"PRK" => "KP",
|
1094 |
+
"MNP" => "MP",
|
1095 |
+
"NOR" => "NO",
|
1096 |
+
"OMN" => "OM",
|
1097 |
+
"PAK" => "PK",
|
1098 |
+
"PLW" => "PW",
|
1099 |
+
"PSE" => "PS",
|
1100 |
+
"PAN" => "PA",
|
1101 |
+
"PNG" => "PG",
|
1102 |
+
"PRY" => "PY",
|
1103 |
+
"PER" => "PE",
|
1104 |
+
"PHL" => "PH",
|
1105 |
+
"PCN" => "PN",
|
1106 |
+
"POL" => "PL",
|
1107 |
+
"PRT" => "PT",
|
1108 |
+
"PRI" => "PR",
|
1109 |
+
"QAT" => "QA",
|
1110 |
+
"ROU" => "RO",
|
1111 |
+
"RUS" => "RU",
|
1112 |
+
"RWA" => "RW",
|
1113 |
+
"REU" => "RE",
|
1114 |
+
"BLM" => "BL",
|
1115 |
+
"SHN" => "SH",
|
1116 |
+
"KNA" => "KN",
|
1117 |
+
"LCA" => "LC",
|
1118 |
+
"MAF" => "MF",
|
1119 |
+
"SPM" => "PM",
|
1120 |
+
"WSM" => "WS",
|
1121 |
+
"SMR" => "SM",
|
1122 |
+
"SAU" => "SA",
|
1123 |
+
"SEN" => "SN",
|
1124 |
+
"SRB" => "RS",
|
1125 |
+
"SYC" => "SC",
|
1126 |
+
"SLE" => "SL",
|
1127 |
+
"SGP" => "SG",
|
1128 |
+
"SVK" => "SK",
|
1129 |
+
"SVN" => "SI",
|
1130 |
+
"SLB" => "SB",
|
1131 |
+
"SOM" => "SO",
|
1132 |
+
"ZAF" => "ZA",
|
1133 |
+
"SGS" => "GS",
|
1134 |
+
"KOR" => "KR",
|
1135 |
+
"ESP" => "ES",
|
1136 |
+
"LKA" => "LK",
|
1137 |
+
"VCT" => "VC",
|
1138 |
+
"SDN" => "SD",
|
1139 |
+
"SUR" => "SR",
|
1140 |
+
"SJM" => "SJ",
|
1141 |
+
"SWZ" => "SZ",
|
1142 |
+
"SWE" => "SE",
|
1143 |
+
"CHE" => "CH",
|
1144 |
+
"SYR" => "SY",
|
1145 |
+
"STP" => "ST",
|
1146 |
+
"TWN" => "TW",
|
1147 |
+
"TJK" => "TJ",
|
1148 |
+
"TZA" => "TZ",
|
1149 |
+
"THA" => "TH",
|
1150 |
+
"TLS" => "TL",
|
1151 |
+
"TGO" => "TG",
|
1152 |
+
"TKL" => "TK",
|
1153 |
+
"TON" => "TO",
|
1154 |
+
"TTO" => "TT",
|
1155 |
+
"TUN" => "TN",
|
1156 |
+
"TUR" => "TR",
|
1157 |
+
"TKM" => "TM",
|
1158 |
+
"TCA" => "TC",
|
1159 |
+
"TUV" => "TV",
|
1160 |
+
"UMI" => "UM",
|
1161 |
+
"VIR" => "VI",
|
1162 |
+
"UGA" => "UG",
|
1163 |
+
"UKR" => "UA",
|
1164 |
+
"ARE" => "AE",
|
1165 |
+
"GBR" => "GB",
|
1166 |
+
"USA" => "US",
|
1167 |
+
"URY" => "UY",
|
1168 |
+
"UZB" => "UZ",
|
1169 |
+
"VUT" => "VU",
|
1170 |
+
"GUY" => "VA",
|
1171 |
+
"VEN" => "VE",
|
1172 |
+
"VNM" => "VN",
|
1173 |
+
"WLF" => "WF",
|
1174 |
+
"ESH" => "EH",
|
1175 |
+
"YEM" => "YE",
|
1176 |
+
"ZMB" => "ZM",
|
1177 |
+
"ZWE" => "ZW",
|
1178 |
+
"ALA" => "AX" );
|
1179 |
+
if ($iso3)
|
1180 |
+
return array_key_exists($iso3, $iso2) ? $iso2[$iso3] : '';
|
1181 |
+
else
|
1182 |
+
return '';
|
1183 |
+
}
|
1184 |
+
|
1185 |
+
public function getSkrillErrorMapping($code)
|
1186 |
+
{
|
1187 |
+
$error_messages = array(
|
1188 |
+
"01" => "SKRILL_ERROR_01",
|
1189 |
+
"02" => "SKRILL_ERROR_02",
|
1190 |
+
"03" => "SKRILL_ERROR_03",
|
1191 |
+
"04" => "SKRILL_ERROR_04",
|
1192 |
+
"05" => "SKRILL_ERROR_05",
|
1193 |
+
"08" => "SKRILL_ERROR_08",
|
1194 |
+
"09" => "SKRILL_ERROR_09",
|
1195 |
+
"10" => "SKRILL_ERROR_10",
|
1196 |
+
"12" => "SKRILL_ERROR_12",
|
1197 |
+
"15" => "SKRILL_ERROR_15",
|
1198 |
+
"19" => "SKRILL_ERROR_19",
|
1199 |
+
"24" => "SKRILL_ERROR_24",
|
1200 |
+
"28" => "SKRILL_ERROR_28",
|
1201 |
+
"32" => "SKRILL_ERROR_32",
|
1202 |
+
"37" => "SKRILL_ERROR_37",
|
1203 |
+
"38" => "SKRILL_ERROR_38",
|
1204 |
+
"42" => "SKRILL_ERROR_42",
|
1205 |
+
"44" => "SKRILL_ERROR_44",
|
1206 |
+
"51" => "SKRILL_ERROR_51",
|
1207 |
+
"63" => "SKRILL_ERROR_63",
|
1208 |
+
"70" => "SKRILL_ERROR_70",
|
1209 |
+
"71" => "SKRILL_ERROR_71",
|
1210 |
+
"80" => "SKRILL_ERROR_80",
|
1211 |
+
"98" => "SKRILL_ERROR_98",
|
1212 |
+
"99" => "SKRILL_ERROR_99_GENERAL"
|
1213 |
+
);
|
1214 |
+
if ($code)
|
1215 |
+
return array_key_exists($code, $error_messages) ? $error_messages[$code] : 'SKRILL_ERROR_99_GENERAL';
|
1216 |
+
else
|
1217 |
+
return 'SKRILL_ERROR_99_GENERAL';
|
1218 |
+
}
|
1219 |
+
|
1220 |
+
// Skrill =====================================
|
1221 |
+
|
1222 |
+
/**
|
1223 |
+
* Retrieve quote object
|
1224 |
+
*
|
1225 |
+
* @return Mage_Sales_Model_Quote
|
1226 |
+
*/
|
1227 |
+
public function getQuote()
|
1228 |
+
{
|
1229 |
+
return Mage::getModel('checkout/session')->getQuote();
|
1230 |
+
}
|
1231 |
+
|
1232 |
+
|
1233 |
+
/**
|
1234 |
+
* Retrieve order object
|
1235 |
+
*
|
1236 |
+
* @param int $id
|
1237 |
+
* @return Mage_Sales_Model_Order
|
1238 |
+
*/
|
1239 |
+
public function getOrder($id)
|
1240 |
+
{
|
1241 |
+
return Mage::getSingleton('sales/order')->load($id);
|
1242 |
+
}
|
1243 |
+
|
1244 |
+
/**
|
1245 |
+
* Retrieve customer data
|
1246 |
+
*
|
1247 |
+
* @param Mage_Sales_Model_Order $order
|
1248 |
+
* @return array
|
1249 |
+
*/
|
1250 |
+
public function getCustomerData(Mage_Core_Model_Abstract $order)
|
1251 |
+
{
|
1252 |
+
$data = array(
|
1253 |
+
'name_data' => $this->getNameData($order),
|
1254 |
+
'address_data' => $this->getAddressData($order),
|
1255 |
+
'contact_data' => $this->getContactData($order)
|
1256 |
+
);
|
1257 |
+
|
1258 |
+
return $data;
|
1259 |
+
}
|
1260 |
+
|
1261 |
+
/**
|
1262 |
+
* Retrieve name data
|
1263 |
+
*
|
1264 |
+
* @param Mage_Core_Model_Abstract $order
|
1265 |
+
* @return array
|
1266 |
+
*/
|
1267 |
+
public function getNameData(Mage_Core_Model_Abstract $order)
|
1268 |
+
{
|
1269 |
+
$dob = '';
|
1270 |
+
if(!is_null($order->getCustomerDob())) {
|
1271 |
+
$dob = new Zend_Date($order->getCustomerDob());
|
1272 |
+
$dob = $dob->toString("yyyy-MM-dd");
|
1273 |
+
}
|
1274 |
+
$data = array(
|
1275 |
+
'first_name' => $order->getBillingAddress()->getFirstname(),
|
1276 |
+
'last_name' => $order->getBillingAddress()->getLastname(),
|
1277 |
+
'sex' => $this->getGender($order),
|
1278 |
+
'dob' => $dob,
|
1279 |
+
'company' => $order->getBillingAddress()->getCompany(),
|
1280 |
+
'salutation' => $this->getPrefix($order)
|
1281 |
+
);
|
1282 |
+
|
1283 |
+
return $data;
|
1284 |
+
}
|
1285 |
+
|
1286 |
+
/**
|
1287 |
+
* Retrieve address data
|
1288 |
+
*
|
1289 |
+
* @param Mage_Core_Model_Abstract $order
|
1290 |
+
* @return array
|
1291 |
+
*/
|
1292 |
+
public function getAddressData(Mage_Core_Model_Abstract $order)
|
1293 |
+
{
|
1294 |
+
$data = array(
|
1295 |
+
'country_code' => $order->getBillingAddress()->getCountryId(),
|
1296 |
+
'street' => str_replace("\n", " ", $order->getBillingAddress()->getStreetFull()),
|
1297 |
+
'zip' => $order->getBillingAddress()->getPostcode(),
|
1298 |
+
'city' => $order->getBillingAddress()->getCity(),
|
1299 |
+
'state' => $order->getBillingAddress()->getRegion(),
|
1300 |
+
);
|
1301 |
+
|
1302 |
+
return $data;
|
1303 |
+
}
|
1304 |
+
|
1305 |
+
/**
|
1306 |
+
* Retrieve contact data
|
1307 |
+
*
|
1308 |
+
* @param Mage_Core_Model_Abstract $order
|
1309 |
+
* @return array
|
1310 |
+
*/
|
1311 |
+
public function getContactData(Mage_Core_Model_Abstract $order)
|
1312 |
+
{
|
1313 |
+
$data = array(
|
1314 |
+
'email' => $order->getCustomerEmail(),
|
1315 |
+
'phone' => $order->getBillingAddress()->getTelephone(),
|
1316 |
+
'ip' => Mage::helper('core/http')->getRemoteAddr(false)
|
1317 |
+
);
|
1318 |
+
|
1319 |
+
return $data;
|
1320 |
+
}
|
1321 |
+
|
1322 |
+
/**
|
1323 |
+
* Retrieve Basket data
|
1324 |
+
*
|
1325 |
+
* @param Mage_Core_Model_Abstract $order || Mage_Sales_Model_Quote $order
|
1326 |
+
* @return array
|
1327 |
+
*/
|
1328 |
+
public function getBasketData(Mage_Core_Model_Abstract $order)
|
1329 |
+
{
|
1330 |
+
if ( $order instanceof Mage_Core_Model_Abstract ) {
|
1331 |
+
$basket = array(
|
1332 |
+
'amount' => $order->getGrandTotal(),
|
1333 |
+
'currency' => $order->getOrderCurrencyCode(),
|
1334 |
+
'baseCurrency' => $order->getBaseCurrencyCode(),
|
1335 |
+
'baseAmount' => $order->getBaseGrandTotal()
|
1336 |
+
);
|
1337 |
+
}
|
1338 |
+
else if ( $order instanceof Mage_Sales_Model_Quote ) {
|
1339 |
+
$basket = array(
|
1340 |
+
'amount' => $order->getGrandTotal(),
|
1341 |
+
'currency' => $order->getQuoteCurrencyCode(),
|
1342 |
+
'baseCurrency' => $order->getBaseCurrencyCode(),
|
1343 |
+
'baseAmount' => $order->getBaseGrandTotal()
|
1344 |
+
);
|
1345 |
+
}
|
1346 |
+
|
1347 |
+
return $basket;
|
1348 |
+
}
|
1349 |
+
|
1350 |
+
/**
|
1351 |
+
* Retrieve method code for config loading
|
1352 |
+
*
|
1353 |
+
* @param Mage_Core_Model_Abstract $order
|
1354 |
+
* @return string
|
1355 |
+
*/
|
1356 |
+
public function getMethodCode(Mage_Core_Model_Abstract $order)
|
1357 |
+
{
|
1358 |
+
return str_replace('skrill', 'method', $order->getPayment()->getMethod());
|
1359 |
+
}
|
1360 |
+
|
1361 |
+
/**
|
1362 |
+
* This method returns the customer gender code
|
1363 |
+
*
|
1364 |
+
* @param Mage_Core_Model_Abstract $order
|
1365 |
+
* @return string
|
1366 |
+
*/
|
1367 |
+
public function getGender(Mage_Core_Model_Abstract $order)
|
1368 |
+
{
|
1369 |
+
$gender = $order->getCustomerGender();
|
1370 |
+
if ($gender) {
|
1371 |
+
$attribute = Mage::getModel('eav/entity_attribute')->loadByCode('customer', 'gender');
|
1372 |
+
$option = $attribute->getFrontend()->getOption($gender);
|
1373 |
+
|
1374 |
+
switch (strtolower($option)) {
|
1375 |
+
case 'male':
|
1376 |
+
return 'M';
|
1377 |
+
case 'female':
|
1378 |
+
return 'F';
|
1379 |
+
}
|
1380 |
+
}
|
1381 |
+
return '';
|
1382 |
+
}
|
1383 |
+
|
1384 |
+
/**
|
1385 |
+
* Retrieve the prefix
|
1386 |
+
*
|
1387 |
+
* @param Mage_Core_Model_Abstract $order
|
1388 |
+
* @return string
|
1389 |
+
*/
|
1390 |
+
public function getPrefix(Mage_Core_Model_Abstract $order)
|
1391 |
+
{
|
1392 |
+
$gender = $order->getCustomerPrefix();
|
1393 |
+
if ($gender) {
|
1394 |
+
switch (strtolower($gender)) {
|
1395 |
+
case 'herr':
|
1396 |
+
case 'mr':
|
1397 |
+
return 'MR';
|
1398 |
+
case 'frau':
|
1399 |
+
case 'mrs':
|
1400 |
+
return 'MRS';
|
1401 |
+
case 'fräulein':
|
1402 |
+
case 'ms':
|
1403 |
+
return 'MS';
|
1404 |
+
|
1405 |
+
}
|
1406 |
+
}
|
1407 |
+
return '';
|
1408 |
+
}
|
1409 |
+
|
1410 |
+
/**
|
1411 |
+
* Retrieve the locale code in iso (2 chars)
|
1412 |
+
*
|
1413 |
+
* @return string
|
1414 |
+
*/
|
1415 |
+
public function getLocaleIsoCode()
|
1416 |
+
{
|
1417 |
+
return substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2);
|
1418 |
+
}
|
1419 |
+
|
1420 |
+
public function invoice(Mage_Core_Model_Abstract $order)
|
1421 |
+
{
|
1422 |
+
$invoice = Mage::getModel('sales/service_order', $order)->prepareInvoice();
|
1423 |
+
$invoice->setRequestedCaptureCase(Mage_Sales_Model_Order_Invoice::CAPTURE_ONLINE);
|
1424 |
+
$invoice->register();
|
1425 |
+
$invoice->getOrder()->setCustomerNoteNotify(false);
|
1426 |
+
$invoice->getOrder()->setIsInProcess(true);
|
1427 |
+
$transactionSave = Mage::getModel('core/resource_transaction')
|
1428 |
+
->addObject($invoice)
|
1429 |
+
->addObject($invoice->getOrder());
|
1430 |
+
$transactionSave->save();
|
1431 |
+
}
|
1432 |
+
|
1433 |
+
public function getCountryIssuer($bin)
|
1434 |
+
{
|
1435 |
+
$url = 'http://www.binlist.net/json/'.$bin;
|
1436 |
+
|
1437 |
+
$ch = curl_init();
|
1438 |
+
curl_setopt($ch, CURLOPT_URL, $url);
|
1439 |
+
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
1440 |
+
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
|
1441 |
+
$result = curl_exec($ch);
|
1442 |
+
curl_close($ch);
|
1443 |
+
$resultArray = json_decode($result, true);
|
1444 |
+
|
1445 |
+
return $resultArray['country_code'];
|
1446 |
+
}
|
1447 |
+
|
1448 |
+
public function getDateTime()
|
1449 |
+
{
|
1450 |
+
$t = microtime(true);
|
1451 |
+
$micro = sprintf("%06d",($t - floor($t)) * 1000000);
|
1452 |
+
$d = new DateTime( date('Y-m-d H:i:s.'.$micro, $t) );
|
1453 |
+
|
1454 |
+
return $d->format("ymdhiu");
|
1455 |
+
}
|
1456 |
+
|
1457 |
+
public function randomNumber($length) {
|
1458 |
+
$result = '';
|
1459 |
+
|
1460 |
+
for($i = 0; $i < $length; $i++) {
|
1461 |
+
$result .= mt_rand(0, 9);
|
1462 |
+
}
|
1463 |
+
|
1464 |
+
return $result;
|
1465 |
+
}
|
1466 |
+
|
1467 |
+
public function getMerchantData($storeId)
|
1468 |
+
{
|
1469 |
+
|
1470 |
+
$versionData['transaction_mode'] = 'LIVE';
|
1471 |
+
$versionData['ip_address'] = $_SERVER['SERVER_ADDR'];
|
1472 |
+
$versionData['shop_version'] = Mage::getVersion();
|
1473 |
+
$versionData['plugin_version'] = Mage::getStoreConfig('payment/skrill_settings/version', $storeId);
|
1474 |
+
$versionData['client'] = 'Skrill';
|
1475 |
+
$versionData['merchant_id'] = Mage::getStoreConfig('payment/skrill_settings/merchant_id', $storeId);
|
1476 |
+
$versionData['shop_system'] = 'Magento';
|
1477 |
+
$versionData['shop_url'] = Mage::getStoreConfig('payment/skrill_settings/shop_url', $storeId);
|
1478 |
+
|
1479 |
+
if (Mage::getStoreConfig('payment/skrill_settings/merchant_account', $storeId))
|
1480 |
+
$versionData['email'] = Mage::getStoreConfig('payment/skrill_settings/merchant_account', $storeId);
|
1481 |
+
else
|
1482 |
+
$versionData['email'] = Mage::getModel('admin/user')->getCollection()->getFirstItem()->getData('email');
|
1483 |
+
|
1484 |
+
return $versionData;
|
1485 |
+
}
|
1486 |
+
|
1487 |
+
}
|
1488 |
+
|
app/code/community/Skrill/Helper/VersionTracker.php
CHANGED
@@ -1,77 +1,77 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* 2015 Skrill
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@prestashop.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* @author Skrill <contact@skrill.com>
|
16 |
-
* @copyright 2015 Skrill
|
17 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
18 |
-
* International Registered Trademark & Property of Skrill
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Helper_VersionTracker extends Mage_Core_Helper_Abstract
|
22 |
-
{
|
23 |
-
private static $versionTrackerUrl = 'http://api.dbserver.payreto.eu/v1/tracker';
|
24 |
-
|
25 |
-
private static function getVersionTrackerUrl()
|
26 |
-
{
|
27 |
-
return self::$versionTrackerUrl;
|
28 |
-
}
|
29 |
-
|
30 |
-
private static function getResponseData($data, $url)
|
31 |
-
{
|
32 |
-
$ch = curl_init();
|
33 |
-
curl_setopt($ch, CURLOPT_URL, $url);
|
34 |
-
curl_setopt($ch, CURLOPT_POST, 1);
|
35 |
-
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
36 |
-
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
37 |
-
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
38 |
-
|
39 |
-
$response = curl_exec($ch);
|
40 |
-
if (curl_errno($ch)) {
|
41 |
-
return false;
|
42 |
-
}
|
43 |
-
curl_close($ch);
|
44 |
-
return json_decode($response, true);
|
45 |
-
}
|
46 |
-
|
47 |
-
private static function getVersionTrackerParameter($versionData)
|
48 |
-
{
|
49 |
-
$data = 'transaction_mode=' .$versionData['transaction_mode'].
|
50 |
-
'&ip_address=' .$versionData['ip_address'].
|
51 |
-
'&shop_version=' .$versionData['shop_version'].
|
52 |
-
'&plugin_version=' .$versionData['plugin_version'].
|
53 |
-
'&client=' .$versionData['client'].
|
54 |
-
'&hash=' .md5($versionData['shop_version'].$versionData['plugin_version'].$versionData['client']);
|
55 |
-
|
56 |
-
if ($versionData['shop_system']) {
|
57 |
-
$data .= '&shop_system=' .$versionData['shop_system'];
|
58 |
-
}
|
59 |
-
if ($versionData['email']) {
|
60 |
-
$data .= '&email=' .$versionData['email'];
|
61 |
-
}
|
62 |
-
if ($versionData['merchant_id']) {
|
63 |
-
$data .= '&merchant_id=' .$versionData['merchant_id'];
|
64 |
-
}
|
65 |
-
if ($versionData['shop_url']) {
|
66 |
-
$data .= '&shop_url=' .$versionData['shop_url'];
|
67 |
-
}
|
68 |
-
return $data;
|
69 |
-
}
|
70 |
-
|
71 |
-
public static function sendVersionTracker($versionData)
|
72 |
-
{
|
73 |
-
$postData = self::getVersionTrackerParameter($versionData);
|
74 |
-
$url = self::getVersionTrackerUrl();
|
75 |
-
return self::getResponseData($postData, $url);
|
76 |
-
}
|
77 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* 2015 Skrill
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@prestashop.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @author Skrill <contact@skrill.com>
|
16 |
+
* @copyright 2015 Skrill
|
17 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
18 |
+
* International Registered Trademark & Property of Skrill
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Helper_VersionTracker extends Mage_Core_Helper_Abstract
|
22 |
+
{
|
23 |
+
private static $versionTrackerUrl = 'http://api.dbserver.payreto.eu/v1/tracker';
|
24 |
+
|
25 |
+
private static function getVersionTrackerUrl()
|
26 |
+
{
|
27 |
+
return self::$versionTrackerUrl;
|
28 |
+
}
|
29 |
+
|
30 |
+
private static function getResponseData($data, $url)
|
31 |
+
{
|
32 |
+
$ch = curl_init();
|
33 |
+
curl_setopt($ch, CURLOPT_URL, $url);
|
34 |
+
curl_setopt($ch, CURLOPT_POST, 1);
|
35 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
36 |
+
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
37 |
+
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
38 |
+
|
39 |
+
$response = curl_exec($ch);
|
40 |
+
if (curl_errno($ch)) {
|
41 |
+
return false;
|
42 |
+
}
|
43 |
+
curl_close($ch);
|
44 |
+
return json_decode($response, true);
|
45 |
+
}
|
46 |
+
|
47 |
+
private static function getVersionTrackerParameter($versionData)
|
48 |
+
{
|
49 |
+
$data = 'transaction_mode=' .$versionData['transaction_mode'].
|
50 |
+
'&ip_address=' .$versionData['ip_address'].
|
51 |
+
'&shop_version=' .$versionData['shop_version'].
|
52 |
+
'&plugin_version=' .$versionData['plugin_version'].
|
53 |
+
'&client=' .$versionData['client'].
|
54 |
+
'&hash=' .md5($versionData['shop_version'].$versionData['plugin_version'].$versionData['client']);
|
55 |
+
|
56 |
+
if ($versionData['shop_system']) {
|
57 |
+
$data .= '&shop_system=' .$versionData['shop_system'];
|
58 |
+
}
|
59 |
+
if ($versionData['email']) {
|
60 |
+
$data .= '&email=' .$versionData['email'];
|
61 |
+
}
|
62 |
+
if ($versionData['merchant_id']) {
|
63 |
+
$data .= '&merchant_id=' .$versionData['merchant_id'];
|
64 |
+
}
|
65 |
+
if ($versionData['shop_url']) {
|
66 |
+
$data .= '&shop_url=' .$versionData['shop_url'];
|
67 |
+
}
|
68 |
+
return $data;
|
69 |
+
}
|
70 |
+
|
71 |
+
public static function sendVersionTracker($versionData)
|
72 |
+
{
|
73 |
+
$postData = self::getVersionTrackerParameter($versionData);
|
74 |
+
$url = self::getVersionTrackerUrl();
|
75 |
+
return self::getResponseData($postData, $url);
|
76 |
+
}
|
77 |
}
|
app/code/community/Skrill/Model/Method/Abstract.php
CHANGED
@@ -1,483 +1,483 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Abstract payment model
|
23 |
-
*
|
24 |
-
*/
|
25 |
-
|
26 |
-
// $ExternalLibPath=Mage::getModuleDir('', 'Skrill') . DS . 'core' . DS .'copyandpay.php';
|
27 |
-
// require_once ($ExternalLibPath);
|
28 |
-
|
29 |
-
abstract class Skrill_Model_Method_Abstract extends Mage_Payment_Model_Method_Abstract
|
30 |
-
{
|
31 |
-
|
32 |
-
/**
|
33 |
-
* Is method a gateaway
|
34 |
-
*
|
35 |
-
* @var boolean
|
36 |
-
*/
|
37 |
-
protected $_isGateway = true;
|
38 |
-
|
39 |
-
/**
|
40 |
-
* Can this method use for checkout
|
41 |
-
*
|
42 |
-
* @var boolean
|
43 |
-
*/
|
44 |
-
protected $_canUseCheckout = true;
|
45 |
-
|
46 |
-
/**
|
47 |
-
* Can this method use for multishipping
|
48 |
-
*
|
49 |
-
* @var boolean
|
50 |
-
*/
|
51 |
-
protected $_canUseForMultishipping = false;
|
52 |
-
|
53 |
-
/**
|
54 |
-
* Is a initalize needed
|
55 |
-
*
|
56 |
-
* @var boolean
|
57 |
-
*/
|
58 |
-
protected $_isInitializeNeeded = true;
|
59 |
-
|
60 |
-
/**
|
61 |
-
*
|
62 |
-
* @var string
|
63 |
-
*/
|
64 |
-
protected $_accountBrand = '';
|
65 |
-
|
66 |
-
/**
|
67 |
-
*
|
68 |
-
* @var type
|
69 |
-
*/
|
70 |
-
protected $_methodCode = '';
|
71 |
-
|
72 |
-
/**
|
73 |
-
* Payment Title
|
74 |
-
*
|
75 |
-
* @var type
|
76 |
-
*/
|
77 |
-
protected $_methodTitle = '';
|
78 |
-
|
79 |
-
/**
|
80 |
-
* @var string
|
81 |
-
*/
|
82 |
-
protected $_paymentType = 'DB';
|
83 |
-
|
84 |
-
/**
|
85 |
-
* Magento method code
|
86 |
-
*
|
87 |
-
* @var string
|
88 |
-
*/
|
89 |
-
|
90 |
-
protected $_code = 'payon_abstract';
|
91 |
-
protected $_skrillCode = 'skrill_abstract';
|
92 |
-
|
93 |
-
protected $_canCapture = true;
|
94 |
-
protected $_canRefund = true;
|
95 |
-
protected $_canRefundInvoicePartial = true;
|
96 |
-
|
97 |
-
protected $_infoBlockType = 'skrill/payment_payoninfo';
|
98 |
-
|
99 |
-
public function __construct()
|
100 |
-
{
|
101 |
-
if ( Mage::getStoreConfig('payment/'.$this->_skrillCode.'/active') && Mage::getStoreConfig('payment/'.$this->_skrillCode.'/gateway') == "PAYON" )
|
102 |
-
$this->_canUseCheckout = false;
|
103 |
-
else
|
104 |
-
$this->_canUseCheckout = false;
|
105 |
-
}
|
106 |
-
|
107 |
-
public function getConfigData($field, $storeId = null)
|
108 |
-
{
|
109 |
-
if (null === $storeId) {
|
110 |
-
$storeId = $this->getStore();
|
111 |
-
}
|
112 |
-
if ($field == "sort_order")
|
113 |
-
$path = 'payment/'.$this->_skrillCode.'/'.$field;
|
114 |
-
else
|
115 |
-
$path = 'payment/'.$this->getCode().'/'.$field;
|
116 |
-
|
117 |
-
return Mage::getStoreConfig($path, $storeId);
|
118 |
-
}
|
119 |
-
|
120 |
-
public function canUseForCountry($country)
|
121 |
-
{
|
122 |
-
if ( Mage::getStoreConfig('payment/'.$this->_skrillCode.'/allowspecific') == 1 ) {
|
123 |
-
$availableCountries = explode(',', Mage::getStoreConfig('payment/'.$this->_skrillCode.'/specificcountry'));
|
124 |
-
if(!in_array($country, $availableCountries)){
|
125 |
-
return false;
|
126 |
-
}
|
127 |
-
|
128 |
-
}
|
129 |
-
return true;
|
130 |
-
}
|
131 |
-
|
132 |
-
/**
|
133 |
-
* Retrieve the server mode
|
134 |
-
*
|
135 |
-
* @return string
|
136 |
-
*/
|
137 |
-
public function getServerMode()
|
138 |
-
{
|
139 |
-
$server_mode = Mage::getStoreConfig('payment/' . $this->_skrillCode . '/server_mode', $this->getOrder()->getStoreId());
|
140 |
-
return $server_mode;
|
141 |
-
}
|
142 |
-
|
143 |
-
/**
|
144 |
-
* Retrieve the credentials
|
145 |
-
*
|
146 |
-
* @return array
|
147 |
-
*/
|
148 |
-
public function getCredentials()
|
149 |
-
{
|
150 |
-
$general = Mage::getStoreConfig('payment/skrill_general/active', $this->getOrder()->getStoreId());
|
151 |
-
|
152 |
-
if ($general)
|
153 |
-
{
|
154 |
-
$credentials = array(
|
155 |
-
'sender' => Mage::getStoreConfig('payment/skrill_general/sender', $this->getOrder()->getStoreId()),
|
156 |
-
'login' => Mage::getStoreConfig('payment/skrill_general/login', $this->getOrder()->getStoreId()),
|
157 |
-
'password' => Mage::getStoreConfig('payment/skrill_general/password', $this->getOrder()->getStoreId())
|
158 |
-
);
|
159 |
-
}
|
160 |
-
else
|
161 |
-
{
|
162 |
-
$credentials = array(
|
163 |
-
'sender' => Mage::getStoreConfig('payment/' . $this->_skrillCode . '/sender', $this->getOrder()->getStoreId()),
|
164 |
-
'login' => Mage::getStoreConfig('payment/' . $this->_skrillCode . '/login', $this->getOrder()->getStoreId()),
|
165 |
-
'password' => Mage::getStoreConfig('payment/' . $this->_skrillCode . '/password', $this->getOrder()->getStoreId())
|
166 |
-
);
|
167 |
-
}
|
168 |
-
|
169 |
-
$credentials['channel_id'] = Mage::getStoreConfig('payment/' . $this->_skrillCode . '/channel_id', $this->getOrder()->getStoreId());
|
170 |
-
|
171 |
-
return $credentials;
|
172 |
-
}
|
173 |
-
|
174 |
-
/**
|
175 |
-
* Return Quote or Order Object depending what the Payment is
|
176 |
-
*
|
177 |
-
* @return Mage_Sales_Model_Order
|
178 |
-
*/
|
179 |
-
public function getOrder()
|
180 |
-
{
|
181 |
-
$paymentInfo = $this->getInfoInstance();
|
182 |
-
|
183 |
-
if ($paymentInfo instanceof Mage_Sales_Model_Order_Payment) {
|
184 |
-
return $paymentInfo->getOrder();
|
185 |
-
}
|
186 |
-
|
187 |
-
return $paymentInfo->getQuote();
|
188 |
-
}
|
189 |
-
|
190 |
-
public function getOrderIncrementId()
|
191 |
-
{
|
192 |
-
$order = $this->getOrder();
|
193 |
-
if ($order instanceof Mage_Sales_Model_Order) {
|
194 |
-
return $order->getIncrementId();
|
195 |
-
}
|
196 |
-
return $order->getReservedOrderId();
|
197 |
-
}
|
198 |
-
|
199 |
-
/**
|
200 |
-
* Retrieve the order place URL
|
201 |
-
*
|
202 |
-
* @return string
|
203 |
-
*/
|
204 |
-
public function getOrderPlaceRedirectUrl()
|
205 |
-
{
|
206 |
-
$name = Mage::helper('skrill')->getNameData($this->getOrder());
|
207 |
-
$address = Mage::helper('skrill')->getAddressData($this->getOrder());
|
208 |
-
$contact = Mage::helper('skrill')->getContactData($this->getOrder());
|
209 |
-
$basket = Mage::helper('skrill')->getBasketData($this->getOrder());
|
210 |
-
|
211 |
-
$credentials = $this->getCredentials();
|
212 |
-
$server = $this->getServerMode();
|
213 |
-
|
214 |
-
Mage::getSingleton('customer/session')->setServerMode($server);
|
215 |
-
|
216 |
-
$lang='';
|
217 |
-
$jsUrl = Mage::helper('skrill')->getJsUrl($server,$lang);
|
218 |
-
Mage::getSingleton('customer/session')->setJsUrl($jsUrl);
|
219 |
-
|
220 |
-
$dataCust['first_name'] = $name['first_name'];
|
221 |
-
$dataCust['last_name'] = $name['last_name'];
|
222 |
-
$dataCust['street'] = $address['street'];
|
223 |
-
$dataCust['zip'] = $address['zip'];
|
224 |
-
$dataCust['city'] = $address['city'];
|
225 |
-
$dataCust['country_code'] = $address['country_code'];
|
226 |
-
$dataCust['email'] = $contact['email'];
|
227 |
-
$dataCust['amount'] = $basket['amount'];
|
228 |
-
$dataCust['currency'] = Mage::app()->getStore()->getCurrentCurrencyCode();
|
229 |
-
|
230 |
-
$dataTransaction = $credentials;
|
231 |
-
$dataTransaction['tx_mode'] = $this->getTransactionMode();
|
232 |
-
$dataTransaction['payment_type'] = $this->getPaymentType();
|
233 |
-
$dataTransaction['transId'] = $this->getOrderIncrementId().Mage::helper('skrill')->getDateTime().Mage::helper('skrill')->randomNumber(4);
|
234 |
-
Mage::getSingleton('customer/session')->setDataTransaction($dataTransaction);
|
235 |
-
|
236 |
-
$postData = Mage::helper('skrill')->getPostParameter($dataCust,$dataTransaction);
|
237 |
-
|
238 |
-
$url = Mage::helper('skrill')->getTokenUrl($server);
|
239 |
-
|
240 |
-
try {
|
241 |
-
$token = Mage::helper('skrill')->getToken($postData,$url);
|
242 |
-
} catch (Exception $e) {
|
243 |
-
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_REDIRECT'));
|
244 |
-
}
|
245 |
-
|
246 |
-
Mage::getSingleton('customer/session')->setIframeToken($token);
|
247 |
-
Mage::getSingleton('customer/session')->setIframeName($name['first_name'].' '.$name['last_name']);
|
248 |
-
Mage::getSingleton('customer/session')->setIframeBrand($this->_accountBrand);
|
249 |
-
Mage::getSingleton('customer/session')->setIframeFrontendResponse(Mage::getUrl('skrill/response/handleCpResponse/',array('_secure'=>true)));
|
250 |
-
|
251 |
-
if ($this->_code == "skrill_creditcard")
|
252 |
-
{
|
253 |
-
if ( !Mage::getStoreConfig('payment/'.$this->_skrillCode.'/card_selection') )
|
254 |
-
{
|
255 |
-
$brand = "AMEX VISA MASTER MAESTRO";
|
256 |
-
}
|
257 |
-
else
|
258 |
-
{
|
259 |
-
$brand = str_replace(",", " ", Mage::getStoreConfig('payment/'.$this->_skrillCode.'/card_selection'));
|
260 |
-
}
|
261 |
-
Mage::getSingleton('customer/session')->setIframeCardBrand($brand);
|
262 |
-
}
|
263 |
-
|
264 |
-
if ($token) {
|
265 |
-
$this->_paymentform();
|
266 |
-
} else {
|
267 |
-
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_REDIRECT'));
|
268 |
-
}
|
269 |
-
|
270 |
-
return Mage::getSingleton('customer/session')->getRedirectUrl();
|
271 |
-
}
|
272 |
-
|
273 |
-
protected function getTransactionMode()
|
274 |
-
{
|
275 |
-
$server = $this->getServerMode();
|
276 |
-
|
277 |
-
if ($server == "LIVE")
|
278 |
-
{
|
279 |
-
return 'LIVE';
|
280 |
-
}
|
281 |
-
else
|
282 |
-
{
|
283 |
-
switch ($this->_code) {
|
284 |
-
case 'skrill_creditcard':
|
285 |
-
case 'skrill_directdebit':
|
286 |
-
case 'skrill_eps':
|
287 |
-
case 'skrill_giropay':
|
288 |
-
case 'skrill_yandex':
|
289 |
-
return 'INTEGRATOR_TEST';
|
290 |
-
break;
|
291 |
-
case 'skrill_ideal':
|
292 |
-
case 'skrill_paypal':
|
293 |
-
case 'skrill_sofortuberweisung':
|
294 |
-
default:
|
295 |
-
return 'CONNECTOR_TEST';
|
296 |
-
break;
|
297 |
-
|
298 |
-
}
|
299 |
-
}
|
300 |
-
}
|
301 |
-
|
302 |
-
public function capture(Varien_Object $payment, $amount)
|
303 |
-
{
|
304 |
-
|
305 |
-
if ($payment->getAdditionalInformation('skrill_transaction_code') == 'PA') {
|
306 |
-
|
307 |
-
$order = $payment->getOrder();
|
308 |
-
$base_currency = $order->getBaseCurrencyCode();
|
309 |
-
$order_currency = $order->getOrderCurrencyCode();
|
310 |
-
$convert_amount = Mage::helper('directory')->currencyConvert($amount, $base_currency, $order_currency);
|
311 |
-
$convert_amount = round($convert_amount, 2, PHP_ROUND_HALF_DOWN);
|
312 |
-
|
313 |
-
$refId = $payment->getAdditionalInformation('skrill_uniqueid');
|
314 |
-
|
315 |
-
$dataTransaction = $this->getCredentials();
|
316 |
-
$dataTransaction['tx_mode'] = $this->getTransactionMode();
|
317 |
-
|
318 |
-
$dataTransaction['refId'] = $refId;
|
319 |
-
$dataTransaction['amount'] = $convert_amount;
|
320 |
-
$dataTransaction['currency'] = $order_currency;
|
321 |
-
$dataTransaction['payment_method'] = $this->_methodCode;
|
322 |
-
$dataTransaction['payment_type'] = "CP";
|
323 |
-
|
324 |
-
$postData = Mage::helper('skrill')->getPostExecutePayment($dataTransaction);
|
325 |
-
|
326 |
-
$server = $this->getServerMode();
|
327 |
-
|
328 |
-
$url = Mage::helper('skrill')->getExecuteUrl($server);
|
329 |
-
|
330 |
-
try {
|
331 |
-
$response = Mage::helper('skrill')->executePayment($postData, $url);
|
332 |
-
} catch (Exception $e) {
|
333 |
-
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_PROCESSING'));
|
334 |
-
return $this;
|
335 |
-
}
|
336 |
-
|
337 |
-
$result = Mage::helper('skrill')->buildResponseArray($response);
|
338 |
-
|
339 |
-
if ($result['PROCESSING.RESULT'] == 'ACK') {
|
340 |
-
$payment->setAdditionalInformation('skrill_status', "ACK");
|
341 |
-
$payment->setAdditionalInformation('skrill_transaction_code', "CP");
|
342 |
-
$payment->setStatus('APPROVED')
|
343 |
-
->setTransactionId($payment->getAdditionalInformation('skrill_uniqueid'))
|
344 |
-
->setIsTransactionClosed(1)->save();
|
345 |
-
} else {
|
346 |
-
$comment = Mage::helper('skrill')->getPayonComment($result['PROCESSING.RESULT'], "CP");
|
347 |
-
$payment->getOrder()->addStatusHistoryComment($comment, false)->save();
|
348 |
-
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_PROCESSING'));
|
349 |
-
}
|
350 |
-
|
351 |
-
}
|
352 |
-
else {
|
353 |
-
$payment->setStatus('APPROVED')
|
354 |
-
->setTransactionId($payment->getAdditionalInformation('skrill_uniqueid'))
|
355 |
-
->setIsTransactionClosed(1)->save();
|
356 |
-
}
|
357 |
-
return $this;
|
358 |
-
}
|
359 |
-
|
360 |
-
public function processInvoice($invoice, $payment)
|
361 |
-
{
|
362 |
-
$invoice->setTransactionId($payment->getLastTransId());
|
363 |
-
$invoice->save();
|
364 |
-
$invoice->sendEmail();
|
365 |
-
return $this;
|
366 |
-
}
|
367 |
-
|
368 |
-
public function refund(Varien_Object $payment, $amount)
|
369 |
-
{
|
370 |
-
$order = $payment->getOrder();
|
371 |
-
$base_currency = $order->getBaseCurrencyCode();
|
372 |
-
$order_currency = $order->getOrderCurrencyCode();
|
373 |
-
$convert_amount = Mage::helper('directory')->currencyConvert($amount, $base_currency, $order_currency);
|
374 |
-
$convert_amount = round($convert_amount, 2, PHP_ROUND_HALF_DOWN);
|
375 |
-
|
376 |
-
$refId = $payment->getAdditionalInformation('skrill_uniqueid');
|
377 |
-
|
378 |
-
$dataTransaction = $this->getCredentials();
|
379 |
-
$dataTransaction['tx_mode'] = $this->getTransactionMode();
|
380 |
-
|
381 |
-
$dataTransaction['refId'] = $refId;
|
382 |
-
$dataTransaction['amount'] = $convert_amount;
|
383 |
-
$dataTransaction['currency'] = $order_currency;
|
384 |
-
$dataTransaction['payment_method'] = $this->_methodCode;
|
385 |
-
$dataTransaction['payment_type'] = "RF";
|
386 |
-
|
387 |
-
$postData = Mage::helper('skrill')->getPostExecutePayment($dataTransaction);
|
388 |
-
|
389 |
-
$server = $this->getServerMode();
|
390 |
-
|
391 |
-
$url = Mage::helper('skrill')->getExecuteUrl($server);
|
392 |
-
|
393 |
-
try {
|
394 |
-
$response = Mage::helper('skrill')->executePayment($postData, $url);
|
395 |
-
} catch (Exception $e) {
|
396 |
-
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_PROCESSING'));
|
397 |
-
return $this;
|
398 |
-
}
|
399 |
-
|
400 |
-
$result = Mage::helper('skrill')->buildResponseArray($response);
|
401 |
-
|
402 |
-
if ($result['PROCESSING.RESULT'] == 'ACK') {
|
403 |
-
$payment->setAdditionalInformation('skrill_status', "ACK");
|
404 |
-
$payment->setAdditionalInformation('skrill_transaction_code', "RF");
|
405 |
-
$payment->setTransactionId($result['IDENTIFICATION.UNIQUEID'])
|
406 |
-
->setIsTransactionClosed(1)->save();
|
407 |
-
} else {
|
408 |
-
$comment = Mage::helper('skrill')->getPayonComment($result['PROCESSING.RESULT'], "RF");
|
409 |
-
$payment->getOrder()->addStatusHistoryComment($comment, false)->save();
|
410 |
-
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_PROCESSING'));
|
411 |
-
}
|
412 |
-
|
413 |
-
return $this;
|
414 |
-
}
|
415 |
-
|
416 |
-
/**
|
417 |
-
*
|
418 |
-
* @return string
|
419 |
-
*/
|
420 |
-
public function getAccountBrand()
|
421 |
-
{
|
422 |
-
return $this->_accountBrand;
|
423 |
-
}
|
424 |
-
|
425 |
-
public function getPaymentType()
|
426 |
-
{
|
427 |
-
return $this->_paymentType;
|
428 |
-
}
|
429 |
-
|
430 |
-
/**
|
431 |
-
*
|
432 |
-
* @return string
|
433 |
-
*/
|
434 |
-
public function getMethod()
|
435 |
-
{
|
436 |
-
return $this->_methodCode;
|
437 |
-
}
|
438 |
-
|
439 |
-
/**
|
440 |
-
* Returns Payment Title
|
441 |
-
*
|
442 |
-
* @return string
|
443 |
-
*/
|
444 |
-
public function getTitle()
|
445 |
-
{
|
446 |
-
return Mage::helper('skrill')->__($this->_methodTitle);
|
447 |
-
}
|
448 |
-
|
449 |
-
|
450 |
-
protected function getActionUrl($action_name)
|
451 |
-
{
|
452 |
-
return Mage::app()->getStore(Mage::getDesign()->getStore())->getUrl('skrill/response/'.$action_name.'/', array('_secure'=>true));
|
453 |
-
}
|
454 |
-
/**
|
455 |
-
* Set the iframe Url
|
456 |
-
*
|
457 |
-
* @param array $response
|
458 |
-
*/
|
459 |
-
protected function _paymentform()
|
460 |
-
{
|
461 |
-
switch ($this->_code) {
|
462 |
-
case 'skrill_creditcard':
|
463 |
-
Mage::getSingleton('customer/session')->setRedirectUrl($this->getActionUrl("renderCC"));
|
464 |
-
break;
|
465 |
-
case 'skrill_directdebit':
|
466 |
-
Mage::getSingleton('customer/session')->setRedirectUrl($this->getActionUrl("renderDD"));
|
467 |
-
break;
|
468 |
-
case 'skrill_paypal':
|
469 |
-
case 'skrill_payolutioninv':
|
470 |
-
case 'skrill_payolutionins':
|
471 |
-
case 'skrill_paysafecard':
|
472 |
-
case 'skrill_paytrail':
|
473 |
-
case 'skrill_yandex':
|
474 |
-
Mage::getSingleton('customer/session')->setRedirectUrl($this->getActionUrl("renderRedirect"));
|
475 |
-
break;
|
476 |
-
default:
|
477 |
-
Mage::getSingleton('customer/session')->setRedirectUrl($this->getActionUrl("renderCP"));
|
478 |
-
break;
|
479 |
-
}
|
480 |
-
}
|
481 |
-
|
482 |
-
}
|
483 |
-
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Abstract payment model
|
23 |
+
*
|
24 |
+
*/
|
25 |
+
|
26 |
+
// $ExternalLibPath=Mage::getModuleDir('', 'Skrill') . DS . 'core' . DS .'copyandpay.php';
|
27 |
+
// require_once ($ExternalLibPath);
|
28 |
+
|
29 |
+
abstract class Skrill_Model_Method_Abstract extends Mage_Payment_Model_Method_Abstract
|
30 |
+
{
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Is method a gateaway
|
34 |
+
*
|
35 |
+
* @var boolean
|
36 |
+
*/
|
37 |
+
protected $_isGateway = true;
|
38 |
+
|
39 |
+
/**
|
40 |
+
* Can this method use for checkout
|
41 |
+
*
|
42 |
+
* @var boolean
|
43 |
+
*/
|
44 |
+
protected $_canUseCheckout = true;
|
45 |
+
|
46 |
+
/**
|
47 |
+
* Can this method use for multishipping
|
48 |
+
*
|
49 |
+
* @var boolean
|
50 |
+
*/
|
51 |
+
protected $_canUseForMultishipping = false;
|
52 |
+
|
53 |
+
/**
|
54 |
+
* Is a initalize needed
|
55 |
+
*
|
56 |
+
* @var boolean
|
57 |
+
*/
|
58 |
+
protected $_isInitializeNeeded = true;
|
59 |
+
|
60 |
+
/**
|
61 |
+
*
|
62 |
+
* @var string
|
63 |
+
*/
|
64 |
+
protected $_accountBrand = '';
|
65 |
+
|
66 |
+
/**
|
67 |
+
*
|
68 |
+
* @var type
|
69 |
+
*/
|
70 |
+
protected $_methodCode = '';
|
71 |
+
|
72 |
+
/**
|
73 |
+
* Payment Title
|
74 |
+
*
|
75 |
+
* @var type
|
76 |
+
*/
|
77 |
+
protected $_methodTitle = '';
|
78 |
+
|
79 |
+
/**
|
80 |
+
* @var string
|
81 |
+
*/
|
82 |
+
protected $_paymentType = 'DB';
|
83 |
+
|
84 |
+
/**
|
85 |
+
* Magento method code
|
86 |
+
*
|
87 |
+
* @var string
|
88 |
+
*/
|
89 |
+
|
90 |
+
protected $_code = 'payon_abstract';
|
91 |
+
protected $_skrillCode = 'skrill_abstract';
|
92 |
+
|
93 |
+
protected $_canCapture = true;
|
94 |
+
protected $_canRefund = true;
|
95 |
+
protected $_canRefundInvoicePartial = true;
|
96 |
+
|
97 |
+
protected $_infoBlockType = 'skrill/payment_payoninfo';
|
98 |
+
|
99 |
+
public function __construct()
|
100 |
+
{
|
101 |
+
if ( Mage::getStoreConfig('payment/'.$this->_skrillCode.'/active') && Mage::getStoreConfig('payment/'.$this->_skrillCode.'/gateway') == "PAYON" )
|
102 |
+
$this->_canUseCheckout = false;
|
103 |
+
else
|
104 |
+
$this->_canUseCheckout = false;
|
105 |
+
}
|
106 |
+
|
107 |
+
public function getConfigData($field, $storeId = null)
|
108 |
+
{
|
109 |
+
if (null === $storeId) {
|
110 |
+
$storeId = $this->getStore();
|
111 |
+
}
|
112 |
+
if ($field == "sort_order")
|
113 |
+
$path = 'payment/'.$this->_skrillCode.'/'.$field;
|
114 |
+
else
|
115 |
+
$path = 'payment/'.$this->getCode().'/'.$field;
|
116 |
+
|
117 |
+
return Mage::getStoreConfig($path, $storeId);
|
118 |
+
}
|
119 |
+
|
120 |
+
public function canUseForCountry($country)
|
121 |
+
{
|
122 |
+
if ( Mage::getStoreConfig('payment/'.$this->_skrillCode.'/allowspecific') == 1 ) {
|
123 |
+
$availableCountries = explode(',', Mage::getStoreConfig('payment/'.$this->_skrillCode.'/specificcountry'));
|
124 |
+
if(!in_array($country, $availableCountries)){
|
125 |
+
return false;
|
126 |
+
}
|
127 |
+
|
128 |
+
}
|
129 |
+
return true;
|
130 |
+
}
|
131 |
+
|
132 |
+
/**
|
133 |
+
* Retrieve the server mode
|
134 |
+
*
|
135 |
+
* @return string
|
136 |
+
*/
|
137 |
+
public function getServerMode()
|
138 |
+
{
|
139 |
+
$server_mode = Mage::getStoreConfig('payment/' . $this->_skrillCode . '/server_mode', $this->getOrder()->getStoreId());
|
140 |
+
return $server_mode;
|
141 |
+
}
|
142 |
+
|
143 |
+
/**
|
144 |
+
* Retrieve the credentials
|
145 |
+
*
|
146 |
+
* @return array
|
147 |
+
*/
|
148 |
+
public function getCredentials()
|
149 |
+
{
|
150 |
+
$general = Mage::getStoreConfig('payment/skrill_general/active', $this->getOrder()->getStoreId());
|
151 |
+
|
152 |
+
if ($general)
|
153 |
+
{
|
154 |
+
$credentials = array(
|
155 |
+
'sender' => Mage::getStoreConfig('payment/skrill_general/sender', $this->getOrder()->getStoreId()),
|
156 |
+
'login' => Mage::getStoreConfig('payment/skrill_general/login', $this->getOrder()->getStoreId()),
|
157 |
+
'password' => Mage::getStoreConfig('payment/skrill_general/password', $this->getOrder()->getStoreId())
|
158 |
+
);
|
159 |
+
}
|
160 |
+
else
|
161 |
+
{
|
162 |
+
$credentials = array(
|
163 |
+
'sender' => Mage::getStoreConfig('payment/' . $this->_skrillCode . '/sender', $this->getOrder()->getStoreId()),
|
164 |
+
'login' => Mage::getStoreConfig('payment/' . $this->_skrillCode . '/login', $this->getOrder()->getStoreId()),
|
165 |
+
'password' => Mage::getStoreConfig('payment/' . $this->_skrillCode . '/password', $this->getOrder()->getStoreId())
|
166 |
+
);
|
167 |
+
}
|
168 |
+
|
169 |
+
$credentials['channel_id'] = Mage::getStoreConfig('payment/' . $this->_skrillCode . '/channel_id', $this->getOrder()->getStoreId());
|
170 |
+
|
171 |
+
return $credentials;
|
172 |
+
}
|
173 |
+
|
174 |
+
/**
|
175 |
+
* Return Quote or Order Object depending what the Payment is
|
176 |
+
*
|
177 |
+
* @return Mage_Sales_Model_Order
|
178 |
+
*/
|
179 |
+
public function getOrder()
|
180 |
+
{
|
181 |
+
$paymentInfo = $this->getInfoInstance();
|
182 |
+
|
183 |
+
if ($paymentInfo instanceof Mage_Sales_Model_Order_Payment) {
|
184 |
+
return $paymentInfo->getOrder();
|
185 |
+
}
|
186 |
+
|
187 |
+
return $paymentInfo->getQuote();
|
188 |
+
}
|
189 |
+
|
190 |
+
public function getOrderIncrementId()
|
191 |
+
{
|
192 |
+
$order = $this->getOrder();
|
193 |
+
if ($order instanceof Mage_Sales_Model_Order) {
|
194 |
+
return $order->getIncrementId();
|
195 |
+
}
|
196 |
+
return $order->getReservedOrderId();
|
197 |
+
}
|
198 |
+
|
199 |
+
/**
|
200 |
+
* Retrieve the order place URL
|
201 |
+
*
|
202 |
+
* @return string
|
203 |
+
*/
|
204 |
+
public function getOrderPlaceRedirectUrl()
|
205 |
+
{
|
206 |
+
$name = Mage::helper('skrill')->getNameData($this->getOrder());
|
207 |
+
$address = Mage::helper('skrill')->getAddressData($this->getOrder());
|
208 |
+
$contact = Mage::helper('skrill')->getContactData($this->getOrder());
|
209 |
+
$basket = Mage::helper('skrill')->getBasketData($this->getOrder());
|
210 |
+
|
211 |
+
$credentials = $this->getCredentials();
|
212 |
+
$server = $this->getServerMode();
|
213 |
+
|
214 |
+
Mage::getSingleton('customer/session')->setServerMode($server);
|
215 |
+
|
216 |
+
$lang='';
|
217 |
+
$jsUrl = Mage::helper('skrill')->getJsUrl($server,$lang);
|
218 |
+
Mage::getSingleton('customer/session')->setJsUrl($jsUrl);
|
219 |
+
|
220 |
+
$dataCust['first_name'] = $name['first_name'];
|
221 |
+
$dataCust['last_name'] = $name['last_name'];
|
222 |
+
$dataCust['street'] = $address['street'];
|
223 |
+
$dataCust['zip'] = $address['zip'];
|
224 |
+
$dataCust['city'] = $address['city'];
|
225 |
+
$dataCust['country_code'] = $address['country_code'];
|
226 |
+
$dataCust['email'] = $contact['email'];
|
227 |
+
$dataCust['amount'] = $basket['amount'];
|
228 |
+
$dataCust['currency'] = Mage::app()->getStore()->getCurrentCurrencyCode();
|
229 |
+
|
230 |
+
$dataTransaction = $credentials;
|
231 |
+
$dataTransaction['tx_mode'] = $this->getTransactionMode();
|
232 |
+
$dataTransaction['payment_type'] = $this->getPaymentType();
|
233 |
+
$dataTransaction['transId'] = $this->getOrderIncrementId().Mage::helper('skrill')->getDateTime().Mage::helper('skrill')->randomNumber(4);
|
234 |
+
Mage::getSingleton('customer/session')->setDataTransaction($dataTransaction);
|
235 |
+
|
236 |
+
$postData = Mage::helper('skrill')->getPostParameter($dataCust,$dataTransaction);
|
237 |
+
|
238 |
+
$url = Mage::helper('skrill')->getTokenUrl($server);
|
239 |
+
|
240 |
+
try {
|
241 |
+
$token = Mage::helper('skrill')->getToken($postData,$url);
|
242 |
+
} catch (Exception $e) {
|
243 |
+
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_REDIRECT'));
|
244 |
+
}
|
245 |
+
|
246 |
+
Mage::getSingleton('customer/session')->setIframeToken($token);
|
247 |
+
Mage::getSingleton('customer/session')->setIframeName($name['first_name'].' '.$name['last_name']);
|
248 |
+
Mage::getSingleton('customer/session')->setIframeBrand($this->_accountBrand);
|
249 |
+
Mage::getSingleton('customer/session')->setIframeFrontendResponse(Mage::getUrl('skrill/response/handleCpResponse/',array('_secure'=>true)));
|
250 |
+
|
251 |
+
if ($this->_code == "skrill_creditcard")
|
252 |
+
{
|
253 |
+
if ( !Mage::getStoreConfig('payment/'.$this->_skrillCode.'/card_selection') )
|
254 |
+
{
|
255 |
+
$brand = "AMEX VISA MASTER MAESTRO";
|
256 |
+
}
|
257 |
+
else
|
258 |
+
{
|
259 |
+
$brand = str_replace(",", " ", Mage::getStoreConfig('payment/'.$this->_skrillCode.'/card_selection'));
|
260 |
+
}
|
261 |
+
Mage::getSingleton('customer/session')->setIframeCardBrand($brand);
|
262 |
+
}
|
263 |
+
|
264 |
+
if ($token) {
|
265 |
+
$this->_paymentform();
|
266 |
+
} else {
|
267 |
+
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_REDIRECT'));
|
268 |
+
}
|
269 |
+
|
270 |
+
return Mage::getSingleton('customer/session')->getRedirectUrl();
|
271 |
+
}
|
272 |
+
|
273 |
+
protected function getTransactionMode()
|
274 |
+
{
|
275 |
+
$server = $this->getServerMode();
|
276 |
+
|
277 |
+
if ($server == "LIVE")
|
278 |
+
{
|
279 |
+
return 'LIVE';
|
280 |
+
}
|
281 |
+
else
|
282 |
+
{
|
283 |
+
switch ($this->_code) {
|
284 |
+
case 'skrill_creditcard':
|
285 |
+
case 'skrill_directdebit':
|
286 |
+
case 'skrill_eps':
|
287 |
+
case 'skrill_giropay':
|
288 |
+
case 'skrill_yandex':
|
289 |
+
return 'INTEGRATOR_TEST';
|
290 |
+
break;
|
291 |
+
case 'skrill_ideal':
|
292 |
+
case 'skrill_paypal':
|
293 |
+
case 'skrill_sofortuberweisung':
|
294 |
+
default:
|
295 |
+
return 'CONNECTOR_TEST';
|
296 |
+
break;
|
297 |
+
|
298 |
+
}
|
299 |
+
}
|
300 |
+
}
|
301 |
+
|
302 |
+
public function capture(Varien_Object $payment, $amount)
|
303 |
+
{
|
304 |
+
|
305 |
+
if ($payment->getAdditionalInformation('skrill_transaction_code') == 'PA') {
|
306 |
+
|
307 |
+
$order = $payment->getOrder();
|
308 |
+
$base_currency = $order->getBaseCurrencyCode();
|
309 |
+
$order_currency = $order->getOrderCurrencyCode();
|
310 |
+
$convert_amount = Mage::helper('directory')->currencyConvert($amount, $base_currency, $order_currency);
|
311 |
+
$convert_amount = round($convert_amount, 2, PHP_ROUND_HALF_DOWN);
|
312 |
+
|
313 |
+
$refId = $payment->getAdditionalInformation('skrill_uniqueid');
|
314 |
+
|
315 |
+
$dataTransaction = $this->getCredentials();
|
316 |
+
$dataTransaction['tx_mode'] = $this->getTransactionMode();
|
317 |
+
|
318 |
+
$dataTransaction['refId'] = $refId;
|
319 |
+
$dataTransaction['amount'] = $convert_amount;
|
320 |
+
$dataTransaction['currency'] = $order_currency;
|
321 |
+
$dataTransaction['payment_method'] = $this->_methodCode;
|
322 |
+
$dataTransaction['payment_type'] = "CP";
|
323 |
+
|
324 |
+
$postData = Mage::helper('skrill')->getPostExecutePayment($dataTransaction);
|
325 |
+
|
326 |
+
$server = $this->getServerMode();
|
327 |
+
|
328 |
+
$url = Mage::helper('skrill')->getExecuteUrl($server);
|
329 |
+
|
330 |
+
try {
|
331 |
+
$response = Mage::helper('skrill')->executePayment($postData, $url);
|
332 |
+
} catch (Exception $e) {
|
333 |
+
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_PROCESSING'));
|
334 |
+
return $this;
|
335 |
+
}
|
336 |
+
|
337 |
+
$result = Mage::helper('skrill')->buildResponseArray($response);
|
338 |
+
|
339 |
+
if ($result['PROCESSING.RESULT'] == 'ACK') {
|
340 |
+
$payment->setAdditionalInformation('skrill_status', "ACK");
|
341 |
+
$payment->setAdditionalInformation('skrill_transaction_code', "CP");
|
342 |
+
$payment->setStatus('APPROVED')
|
343 |
+
->setTransactionId($payment->getAdditionalInformation('skrill_uniqueid'))
|
344 |
+
->setIsTransactionClosed(1)->save();
|
345 |
+
} else {
|
346 |
+
$comment = Mage::helper('skrill')->getPayonComment($result['PROCESSING.RESULT'], "CP");
|
347 |
+
$payment->getOrder()->addStatusHistoryComment($comment, false)->save();
|
348 |
+
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_PROCESSING'));
|
349 |
+
}
|
350 |
+
|
351 |
+
}
|
352 |
+
else {
|
353 |
+
$payment->setStatus('APPROVED')
|
354 |
+
->setTransactionId($payment->getAdditionalInformation('skrill_uniqueid'))
|
355 |
+
->setIsTransactionClosed(1)->save();
|
356 |
+
}
|
357 |
+
return $this;
|
358 |
+
}
|
359 |
+
|
360 |
+
public function processInvoice($invoice, $payment)
|
361 |
+
{
|
362 |
+
$invoice->setTransactionId($payment->getLastTransId());
|
363 |
+
$invoice->save();
|
364 |
+
$invoice->sendEmail();
|
365 |
+
return $this;
|
366 |
+
}
|
367 |
+
|
368 |
+
public function refund(Varien_Object $payment, $amount)
|
369 |
+
{
|
370 |
+
$order = $payment->getOrder();
|
371 |
+
$base_currency = $order->getBaseCurrencyCode();
|
372 |
+
$order_currency = $order->getOrderCurrencyCode();
|
373 |
+
$convert_amount = Mage::helper('directory')->currencyConvert($amount, $base_currency, $order_currency);
|
374 |
+
$convert_amount = round($convert_amount, 2, PHP_ROUND_HALF_DOWN);
|
375 |
+
|
376 |
+
$refId = $payment->getAdditionalInformation('skrill_uniqueid');
|
377 |
+
|
378 |
+
$dataTransaction = $this->getCredentials();
|
379 |
+
$dataTransaction['tx_mode'] = $this->getTransactionMode();
|
380 |
+
|
381 |
+
$dataTransaction['refId'] = $refId;
|
382 |
+
$dataTransaction['amount'] = $convert_amount;
|
383 |
+
$dataTransaction['currency'] = $order_currency;
|
384 |
+
$dataTransaction['payment_method'] = $this->_methodCode;
|
385 |
+
$dataTransaction['payment_type'] = "RF";
|
386 |
+
|
387 |
+
$postData = Mage::helper('skrill')->getPostExecutePayment($dataTransaction);
|
388 |
+
|
389 |
+
$server = $this->getServerMode();
|
390 |
+
|
391 |
+
$url = Mage::helper('skrill')->getExecuteUrl($server);
|
392 |
+
|
393 |
+
try {
|
394 |
+
$response = Mage::helper('skrill')->executePayment($postData, $url);
|
395 |
+
} catch (Exception $e) {
|
396 |
+
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_PROCESSING'));
|
397 |
+
return $this;
|
398 |
+
}
|
399 |
+
|
400 |
+
$result = Mage::helper('skrill')->buildResponseArray($response);
|
401 |
+
|
402 |
+
if ($result['PROCESSING.RESULT'] == 'ACK') {
|
403 |
+
$payment->setAdditionalInformation('skrill_status', "ACK");
|
404 |
+
$payment->setAdditionalInformation('skrill_transaction_code', "RF");
|
405 |
+
$payment->setTransactionId($result['IDENTIFICATION.UNIQUEID'])
|
406 |
+
->setIsTransactionClosed(1)->save();
|
407 |
+
} else {
|
408 |
+
$comment = Mage::helper('skrill')->getPayonComment($result['PROCESSING.RESULT'], "RF");
|
409 |
+
$payment->getOrder()->addStatusHistoryComment($comment, false)->save();
|
410 |
+
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_PROCESSING'));
|
411 |
+
}
|
412 |
+
|
413 |
+
return $this;
|
414 |
+
}
|
415 |
+
|
416 |
+
/**
|
417 |
+
*
|
418 |
+
* @return string
|
419 |
+
*/
|
420 |
+
public function getAccountBrand()
|
421 |
+
{
|
422 |
+
return $this->_accountBrand;
|
423 |
+
}
|
424 |
+
|
425 |
+
public function getPaymentType()
|
426 |
+
{
|
427 |
+
return $this->_paymentType;
|
428 |
+
}
|
429 |
+
|
430 |
+
/**
|
431 |
+
*
|
432 |
+
* @return string
|
433 |
+
*/
|
434 |
+
public function getMethod()
|
435 |
+
{
|
436 |
+
return $this->_methodCode;
|
437 |
+
}
|
438 |
+
|
439 |
+
/**
|
440 |
+
* Returns Payment Title
|
441 |
+
*
|
442 |
+
* @return string
|
443 |
+
*/
|
444 |
+
public function getTitle()
|
445 |
+
{
|
446 |
+
return Mage::helper('skrill')->__($this->_methodTitle);
|
447 |
+
}
|
448 |
+
|
449 |
+
|
450 |
+
protected function getActionUrl($action_name)
|
451 |
+
{
|
452 |
+
return Mage::app()->getStore(Mage::getDesign()->getStore())->getUrl('skrill/response/'.$action_name.'/', array('_secure'=>true));
|
453 |
+
}
|
454 |
+
/**
|
455 |
+
* Set the iframe Url
|
456 |
+
*
|
457 |
+
* @param array $response
|
458 |
+
*/
|
459 |
+
protected function _paymentform()
|
460 |
+
{
|
461 |
+
switch ($this->_code) {
|
462 |
+
case 'skrill_creditcard':
|
463 |
+
Mage::getSingleton('customer/session')->setRedirectUrl($this->getActionUrl("renderCC"));
|
464 |
+
break;
|
465 |
+
case 'skrill_directdebit':
|
466 |
+
Mage::getSingleton('customer/session')->setRedirectUrl($this->getActionUrl("renderDD"));
|
467 |
+
break;
|
468 |
+
case 'skrill_paypal':
|
469 |
+
case 'skrill_payolutioninv':
|
470 |
+
case 'skrill_payolutionins':
|
471 |
+
case 'skrill_paysafecard':
|
472 |
+
case 'skrill_paytrail':
|
473 |
+
case 'skrill_yandex':
|
474 |
+
Mage::getSingleton('customer/session')->setRedirectUrl($this->getActionUrl("renderRedirect"));
|
475 |
+
break;
|
476 |
+
default:
|
477 |
+
Mage::getSingleton('customer/session')->setRedirectUrl($this->getActionUrl("renderCP"));
|
478 |
+
break;
|
479 |
+
}
|
480 |
+
}
|
481 |
+
|
482 |
+
}
|
483 |
+
|
app/code/community/Skrill/Model/Method/Acc.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Acc extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_acc';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_acc';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'ACC';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_ACC';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Acc extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_acc';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_acc';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'ACC';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_ACC';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Ali.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Ali extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_ali';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_ali';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'ALI';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_ALI';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Ali extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_ali';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_ali';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'ALI';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_ALI';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Amx.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Amx extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_amx';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_amx';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'AMX';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_AMX';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Amx extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_amx';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_amx';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'AMX';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_AMX';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Creditcard.php
CHANGED
@@ -1,55 +1,55 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Creditcard payment model
|
23 |
-
*
|
24 |
-
*/
|
25 |
-
class Skrill_Model_Method_Creditcard extends Skrill_Model_Method_Abstract
|
26 |
-
{
|
27 |
-
|
28 |
-
/**
|
29 |
-
* Magento method code
|
30 |
-
*
|
31 |
-
* @var string
|
32 |
-
*/
|
33 |
-
protected $_code = 'skrill_creditcard';
|
34 |
-
protected $_skrillCode = 'skrill_acc';
|
35 |
-
protected $_formBlockType = 'skrill/payment_form_creditcard';
|
36 |
-
|
37 |
-
/**
|
38 |
-
*
|
39 |
-
* @var string
|
40 |
-
*/
|
41 |
-
protected $_methodCode = 'CC';
|
42 |
-
|
43 |
-
/**
|
44 |
-
* Payment Title
|
45 |
-
*
|
46 |
-
* @var type
|
47 |
-
*/
|
48 |
-
protected $_methodTitle = 'FRONTEND_PM_CC';
|
49 |
-
|
50 |
-
public function getPaymentType()
|
51 |
-
{
|
52 |
-
return Mage::getStoreConfig('payment/' . $this->_skrillCode . '/transaction_mode', $this->getOrder()->getStoreId());
|
53 |
-
}
|
54 |
-
|
55 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Creditcard payment model
|
23 |
+
*
|
24 |
+
*/
|
25 |
+
class Skrill_Model_Method_Creditcard extends Skrill_Model_Method_Abstract
|
26 |
+
{
|
27 |
+
|
28 |
+
/**
|
29 |
+
* Magento method code
|
30 |
+
*
|
31 |
+
* @var string
|
32 |
+
*/
|
33 |
+
protected $_code = 'skrill_creditcard';
|
34 |
+
protected $_skrillCode = 'skrill_acc';
|
35 |
+
protected $_formBlockType = 'skrill/payment_form_creditcard';
|
36 |
+
|
37 |
+
/**
|
38 |
+
*
|
39 |
+
* @var string
|
40 |
+
*/
|
41 |
+
protected $_methodCode = 'CC';
|
42 |
+
|
43 |
+
/**
|
44 |
+
* Payment Title
|
45 |
+
*
|
46 |
+
* @var type
|
47 |
+
*/
|
48 |
+
protected $_methodTitle = 'FRONTEND_PM_CC';
|
49 |
+
|
50 |
+
public function getPaymentType()
|
51 |
+
{
|
52 |
+
return Mage::getStoreConfig('payment/' . $this->_skrillCode . '/transaction_mode', $this->getOrder()->getStoreId());
|
53 |
+
}
|
54 |
+
|
55 |
+
}
|
app/code/community/Skrill/Model/Method/Csi.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Csi extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_csi';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_csi';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'CSI';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_CSI';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Csi extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_csi';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_csi';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'CSI';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_CSI';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Did.php
CHANGED
@@ -1,55 +1,55 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Did extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_did';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_did';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'DID';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_DID';
|
50 |
-
|
51 |
-
protected $_allowspecific = 1;
|
52 |
-
protected $_specificcountry = 'DE';
|
53 |
-
|
54 |
-
|
55 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Did extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_did';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_did';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'DID';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_DID';
|
50 |
+
|
51 |
+
protected $_allowspecific = 1;
|
52 |
+
protected $_specificcountry = 'DE';
|
53 |
+
|
54 |
+
|
55 |
+
}
|
app/code/community/Skrill/Model/Method/Din.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Din extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_din';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_din';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'DIN';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_DIN';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Din extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_din';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_din';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'DIN';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_DIN';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Directdebit.php
CHANGED
@@ -1,46 +1,46 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Directdebit extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Magento method code
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_code = 'skrill_directdebit';
|
30 |
-
protected $_skrillCode = 'skrill_did';
|
31 |
-
protected $_formBlockType = 'skrill/payment_form_directdebit';
|
32 |
-
|
33 |
-
/**
|
34 |
-
*
|
35 |
-
* @var string
|
36 |
-
*/
|
37 |
-
protected $_methodCode = 'DD';
|
38 |
-
|
39 |
-
/**
|
40 |
-
* Payment Title
|
41 |
-
*
|
42 |
-
* @var type
|
43 |
-
*/
|
44 |
-
protected $_methodTitle = 'FRONTEND_PM_DD';
|
45 |
-
|
46 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Directdebit extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Magento method code
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_code = 'skrill_directdebit';
|
30 |
+
protected $_skrillCode = 'skrill_did';
|
31 |
+
protected $_formBlockType = 'skrill/payment_form_directdebit';
|
32 |
+
|
33 |
+
/**
|
34 |
+
*
|
35 |
+
* @var string
|
36 |
+
*/
|
37 |
+
protected $_methodCode = 'DD';
|
38 |
+
|
39 |
+
/**
|
40 |
+
* Payment Title
|
41 |
+
*
|
42 |
+
* @var type
|
43 |
+
*/
|
44 |
+
protected $_methodTitle = 'FRONTEND_PM_DD';
|
45 |
+
|
46 |
+
}
|
app/code/community/Skrill/Model/Method/Dnk.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Dnk extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_dnk';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_dnk';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'DNK';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_DNK';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Dnk extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_dnk';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_dnk';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'DNK';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_DNK';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Ebt.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Ebt extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_ebt';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_ebt';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'EBT';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_EBT';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Ebt extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_ebt';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_ebt';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'EBT';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_EBT';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Eps.php
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Eps extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_eps';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_eps';
|
37 |
-
protected $_skrillCode = 'skrill_npy';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_accountBrand = 'EPS';
|
44 |
-
|
45 |
-
/**
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
protected $_methodCode = 'OT';
|
50 |
-
|
51 |
-
/**
|
52 |
-
* Payment Title
|
53 |
-
*
|
54 |
-
* @var type
|
55 |
-
*/
|
56 |
-
protected $_methodTitle = 'FRONTEND_PM_EPS';
|
57 |
-
|
58 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Eps extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_eps';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_eps';
|
37 |
+
protected $_skrillCode = 'skrill_npy';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_accountBrand = 'EPS';
|
44 |
+
|
45 |
+
/**
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
protected $_methodCode = 'OT';
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Payment Title
|
53 |
+
*
|
54 |
+
* @var type
|
55 |
+
*/
|
56 |
+
protected $_methodTitle = 'FRONTEND_PM_EPS';
|
57 |
+
|
58 |
+
}
|
app/code/community/Skrill/Model/Method/Epy.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Epy extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_epy';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_epy';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'EPY';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_EPY';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Epy extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_epy';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_epy';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'EPY';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_EPY';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Flexible.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Flexible extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_flexible';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_flexible';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'FLEXIBLE';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_FLEXIBLE';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Flexible extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_flexible';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_flexible';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'FLEXIBLE';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_FLEXIBLE';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Gcb.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Gcb extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_gcb';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_gcb';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'GCB';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_GCB';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Gcb extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_gcb';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_gcb';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'GCB';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_GCB';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Gir.php
CHANGED
@@ -1,54 +1,54 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Gir extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_gir';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_gir';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'GIR';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_GIR';
|
50 |
-
|
51 |
-
protected $_allowspecific = 1;
|
52 |
-
protected $_specificcountry = 'DE';
|
53 |
-
|
54 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Gir extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_gir';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_gir';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'GIR';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_GIR';
|
50 |
+
|
51 |
+
protected $_allowspecific = 1;
|
52 |
+
protected $_specificcountry = 'DE';
|
53 |
+
|
54 |
+
}
|
app/code/community/Skrill/Model/Method/Giropay.php
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Giropay extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_giropay';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_giropay';
|
37 |
-
protected $_skrillCode = 'skrill_gir';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_accountBrand = 'GIROPAY';
|
44 |
-
|
45 |
-
/**
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
protected $_methodCode = 'OT';
|
50 |
-
|
51 |
-
/**
|
52 |
-
* Payment Title
|
53 |
-
*
|
54 |
-
* @var type
|
55 |
-
*/
|
56 |
-
protected $_methodTitle = 'FRONTEND_PM_GIROPAY';
|
57 |
-
|
58 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Giropay extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_giropay';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_giropay';
|
37 |
+
protected $_skrillCode = 'skrill_gir';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_accountBrand = 'GIROPAY';
|
44 |
+
|
45 |
+
/**
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
protected $_methodCode = 'OT';
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Payment Title
|
53 |
+
*
|
54 |
+
* @var type
|
55 |
+
*/
|
56 |
+
protected $_methodTitle = 'FRONTEND_PM_GIROPAY';
|
57 |
+
|
58 |
+
}
|
app/code/community/Skrill/Model/Method/Glu.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Glu extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_glu';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_glu';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'GLU';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_GLU';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Glu extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_glu';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_glu';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'GLU';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_GLU';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Ideal.php
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Ideal extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_ideal';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_ideal';
|
37 |
-
protected $_skrillCode = 'skrill_idl';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_accountBrand = 'IDEAL';
|
44 |
-
|
45 |
-
/**
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
protected $_methodCode = 'OT';
|
50 |
-
|
51 |
-
/**
|
52 |
-
* Payment Title
|
53 |
-
*
|
54 |
-
* @var type
|
55 |
-
*/
|
56 |
-
protected $_methodTitle = 'FRONTEND_PM_IDEAL';
|
57 |
-
|
58 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Ideal extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_ideal';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_ideal';
|
37 |
+
protected $_skrillCode = 'skrill_idl';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_accountBrand = 'IDEAL';
|
44 |
+
|
45 |
+
/**
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
protected $_methodCode = 'OT';
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Payment Title
|
53 |
+
*
|
54 |
+
* @var type
|
55 |
+
*/
|
56 |
+
protected $_methodTitle = 'FRONTEND_PM_IDEAL';
|
57 |
+
|
58 |
+
}
|
app/code/community/Skrill/Model/Method/Idl.php
CHANGED
@@ -1,55 +1,55 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Idl extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_idl';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_idl';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'IDL';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_IDL';
|
50 |
-
|
51 |
-
protected $_allowspecific = 1;
|
52 |
-
protected $_specificcountry = 'NL';
|
53 |
-
|
54 |
-
|
55 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Idl extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_idl';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_idl';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'IDL';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_IDL';
|
50 |
+
|
51 |
+
protected $_allowspecific = 1;
|
52 |
+
protected $_specificcountry = 'NL';
|
53 |
+
|
54 |
+
|
55 |
+
}
|
app/code/community/Skrill/Model/Method/Jcb.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Jcb extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_jcb';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_jcb';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'JCB';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_JCB';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Jcb extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_jcb';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_jcb';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'JCB';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_JCB';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Mae.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Mae extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_mae';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_mae';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'MAE';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_MAE';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Mae extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_mae';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_mae';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'MAE';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_MAE';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Msc.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Msc extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_msc';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_msc';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'MSC';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_MSC';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Msc extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_msc';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_msc';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'MSC';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_MSC';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Npy.php
CHANGED
@@ -1,55 +1,55 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Npy extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_npy';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_npy';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'NPY';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_NPY';
|
50 |
-
|
51 |
-
protected $_allowspecific = 1;
|
52 |
-
protected $_specificcountry = 'AT';
|
53 |
-
|
54 |
-
|
55 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Npy extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_npy';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_npy';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'NPY';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_NPY';
|
50 |
+
|
51 |
+
protected $_allowspecific = 1;
|
52 |
+
protected $_specificcountry = 'AT';
|
53 |
+
|
54 |
+
|
55 |
+
}
|
app/code/community/Skrill/Model/Method/Obt.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Obt extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_obt';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_obt';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'OBT';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_OBT';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Obt extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_obt';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_obt';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'OBT';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_OBT';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Payolutionins.php
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Payolutionins extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_payolutionins';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_payolutionins';
|
37 |
-
protected $_skrillCode = 'skrill_payolutionins';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_accountBrand = 'PAYOLUTION_INS';
|
44 |
-
|
45 |
-
/**
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
protected $_methodCode = 'VA';
|
50 |
-
|
51 |
-
/**
|
52 |
-
* Payment Title
|
53 |
-
*
|
54 |
-
* @var type
|
55 |
-
*/
|
56 |
-
protected $_methodTitle = 'FRONTEND_PM_PAYOLUTIONINS';
|
57 |
-
|
58 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Payolutionins extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_payolutionins';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_payolutionins';
|
37 |
+
protected $_skrillCode = 'skrill_payolutionins';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_accountBrand = 'PAYOLUTION_INS';
|
44 |
+
|
45 |
+
/**
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
protected $_methodCode = 'VA';
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Payment Title
|
53 |
+
*
|
54 |
+
* @var type
|
55 |
+
*/
|
56 |
+
protected $_methodTitle = 'FRONTEND_PM_PAYOLUTIONINS';
|
57 |
+
|
58 |
+
}
|
app/code/community/Skrill/Model/Method/Payolutioninv.php
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Payolutioninv extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_payolutioninv';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_payolutioninv';
|
37 |
-
protected $_skrillCode = 'skrill_payolutioninv';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_accountBrand = 'PAYOLUTION_INVOICE';
|
44 |
-
|
45 |
-
/**
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
protected $_methodCode = 'VA';
|
50 |
-
|
51 |
-
/**
|
52 |
-
* Payment Title
|
53 |
-
*
|
54 |
-
* @var type
|
55 |
-
*/
|
56 |
-
protected $_methodTitle = 'FRONTEND_PM_PAYOLUTIONINV';
|
57 |
-
|
58 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Payolutioninv extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_payolutioninv';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_payolutioninv';
|
37 |
+
protected $_skrillCode = 'skrill_payolutioninv';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_accountBrand = 'PAYOLUTION_INVOICE';
|
44 |
+
|
45 |
+
/**
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
protected $_methodCode = 'VA';
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Payment Title
|
53 |
+
*
|
54 |
+
* @var type
|
55 |
+
*/
|
56 |
+
protected $_methodTitle = 'FRONTEND_PM_PAYOLUTIONINV';
|
57 |
+
|
58 |
+
}
|
app/code/community/Skrill/Model/Method/Paypal.php
CHANGED
@@ -1,64 +1,64 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Paypal extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_paypal';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_paypal';
|
37 |
-
protected $_skrillCode = 'skrill_paypal';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_accountBrand = 'PAYPAL';
|
44 |
-
|
45 |
-
/**
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
protected $_methodCode = 'VA';
|
50 |
-
|
51 |
-
/**
|
52 |
-
* Payment Title
|
53 |
-
*
|
54 |
-
* @var type
|
55 |
-
*/
|
56 |
-
protected $_methodTitle = 'FRONTEND_PM_PAYPAL';
|
57 |
-
|
58 |
-
public function __construct()
|
59 |
-
{
|
60 |
-
$this->_canUseCheckout = true;
|
61 |
-
}
|
62 |
-
|
63 |
-
|
64 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Paypal extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_paypal';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_paypal';
|
37 |
+
protected $_skrillCode = 'skrill_paypal';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_accountBrand = 'PAYPAL';
|
44 |
+
|
45 |
+
/**
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
protected $_methodCode = 'VA';
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Payment Title
|
53 |
+
*
|
54 |
+
* @var type
|
55 |
+
*/
|
56 |
+
protected $_methodTitle = 'FRONTEND_PM_PAYPAL';
|
57 |
+
|
58 |
+
public function __construct()
|
59 |
+
{
|
60 |
+
$this->_canUseCheckout = true;
|
61 |
+
}
|
62 |
+
|
63 |
+
|
64 |
+
}
|
app/code/community/Skrill/Model/Method/Paysafecard.php
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Paysafecard extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_paysafecard';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_paysafecard';
|
37 |
-
protected $_skrillCode = 'skrill_psc';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_accountBrand = 'PAYSAFECARD';
|
44 |
-
|
45 |
-
/**
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
protected $_methodCode = 'VA';
|
50 |
-
|
51 |
-
/**
|
52 |
-
* Payment Title
|
53 |
-
*
|
54 |
-
* @var type
|
55 |
-
*/
|
56 |
-
protected $_methodTitle = 'FRONTEND_PM_PAYSAFECARD';
|
57 |
-
|
58 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Paysafecard extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_paysafecard';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_paysafecard';
|
37 |
+
protected $_skrillCode = 'skrill_psc';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_accountBrand = 'PAYSAFECARD';
|
44 |
+
|
45 |
+
/**
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
protected $_methodCode = 'VA';
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Payment Title
|
53 |
+
*
|
54 |
+
* @var type
|
55 |
+
*/
|
56 |
+
protected $_methodTitle = 'FRONTEND_PM_PAYSAFECARD';
|
57 |
+
|
58 |
+
}
|
app/code/community/Skrill/Model/Method/Paytrail.php
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Paytrail extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_paytrail';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_paytrail';
|
37 |
-
protected $_skrillCode = 'skrill_paytrail';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_accountBrand = 'PAYTRAIL';
|
44 |
-
|
45 |
-
/**
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
protected $_methodCode = 'VA';
|
50 |
-
|
51 |
-
/**
|
52 |
-
* Payment Title
|
53 |
-
*
|
54 |
-
* @var type
|
55 |
-
*/
|
56 |
-
protected $_methodTitle = 'FRONTEND_PM_PAYTRAIL';
|
57 |
-
|
58 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Paytrail extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_paytrail';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_paytrail';
|
37 |
+
protected $_skrillCode = 'skrill_paytrail';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_accountBrand = 'PAYTRAIL';
|
44 |
+
|
45 |
+
/**
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
protected $_methodCode = 'VA';
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Payment Title
|
53 |
+
*
|
54 |
+
* @var type
|
55 |
+
*/
|
56 |
+
protected $_methodTitle = 'FRONTEND_PM_PAYTRAIL';
|
57 |
+
|
58 |
+
}
|
app/code/community/Skrill/Model/Method/Pli.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Pli extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_pli';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_pli';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'PLI';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_PLI';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Pli extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_pli';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_pli';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'PLI';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_PLI';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Psc.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Psc extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_psc';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_psc';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'PSC';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_PSC';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Psc extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_psc';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_psc';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'PSC';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_PSC';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Psp.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Psp extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_psp';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_psp';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'PSP';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_PSP';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Psp extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_psp';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_psp';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'PSP';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_PSP';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Pwy.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Pwy extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_pwy';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_pwy';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'PWY';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_PWY';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Pwy extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_pwy';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_pwy';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'PWY';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_PWY';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Sft.php
CHANGED
@@ -1,55 +1,55 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Sft extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_sft';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_sft';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'SFT';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_SFT';
|
50 |
-
|
51 |
-
protected $_allowspecific = 1;
|
52 |
-
protected $_specificcountry = 'DE,AT,BE,NL,IT,FR,PL,GB';
|
53 |
-
|
54 |
-
|
55 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Sft extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_sft';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_sft';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'SFT';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_SFT';
|
50 |
+
|
51 |
+
protected $_allowspecific = 1;
|
52 |
+
protected $_specificcountry = 'DE,AT,BE,NL,IT,FR,PL,GB';
|
53 |
+
|
54 |
+
|
55 |
+
}
|
app/code/community/Skrill/Model/Method/Skrill.php
CHANGED
@@ -155,7 +155,8 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
155 |
'recipient_desc' => Mage::getStoreConfig('payment/skrill_settings/recipient_desc', $this->getOrder()->getStoreId()),
|
156 |
'logo_url' => urlencode(Mage::getStoreConfig('payment/skrill_settings/logo_url', $this->getOrder()->getStoreId())),
|
157 |
'api_passwd' => Mage::getStoreConfig('payment/skrill_settings/api_passwd', $this->getOrder()->getStoreId()),
|
158 |
-
'secret_word' => Mage::getStoreConfig('payment/skrill_settings/secret_word', $this->getOrder()->getStoreId())
|
|
|
159 |
);
|
160 |
|
161 |
return $settings;
|
@@ -256,6 +257,26 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
256 |
return rtrim($list,",");
|
257 |
}
|
258 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
/**
|
260 |
* Retrieve the order place URL
|
261 |
*
|
@@ -275,9 +296,15 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
275 |
$postParameters['pay_to_email'] = $settings['merchant_account'];
|
276 |
$postParameters['recipient_description'] = $settings['recipient_desc'];
|
277 |
$postParameters['transaction_id'] = $this->getOrderIncrementId().Mage::helper('skrill')->getDateTime().Mage::helper('skrill')->randomNumber(4);
|
278 |
-
$postParameters['return_url'] = Mage::getUrl(
|
279 |
-
|
280 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
$postParameters['language'] = $this->getLanguage();
|
282 |
$postParameters['logo_url'] = $settings['logo_url'];
|
283 |
$postParameters['prepare_only'] = 1;
|
@@ -293,6 +320,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
293 |
$postParameters['detail1_description'] = "Order pay from ".$contact['email'];
|
294 |
$postParameters['merchant_fields'] = 'PlatformID';
|
295 |
$postParameters['PlatformID'] = '71422537';
|
|
|
296 |
if ($this->_code != "skrill_flexible")
|
297 |
$postParameters['payment_methods'] = $this->getAccountBrand();
|
298 |
|
155 |
'recipient_desc' => Mage::getStoreConfig('payment/skrill_settings/recipient_desc', $this->getOrder()->getStoreId()),
|
156 |
'logo_url' => urlencode(Mage::getStoreConfig('payment/skrill_settings/logo_url', $this->getOrder()->getStoreId())),
|
157 |
'api_passwd' => Mage::getStoreConfig('payment/skrill_settings/api_passwd', $this->getOrder()->getStoreId()),
|
158 |
+
'secret_word' => Mage::getStoreConfig('payment/skrill_settings/secret_word', $this->getOrder()->getStoreId()),
|
159 |
+
'merchant_email' => Mage::getStoreConfig('payment/skrill_settings/merchant_email', $this->getOrder()->getStoreId())
|
160 |
);
|
161 |
|
162 |
return $settings;
|
257 |
return rtrim($list,",");
|
258 |
}
|
259 |
|
260 |
+
protected function getStatusUrl()
|
261 |
+
{
|
262 |
+
$statusUrl = Mage::getUrl(
|
263 |
+
'skrill/payment/handleStatusResponse/',
|
264 |
+
array(
|
265 |
+
'orderId' => $this->getOrderIncrementId(),
|
266 |
+
'paymentMethod' => $this->getCode(),
|
267 |
+
'_secure' => true
|
268 |
+
)
|
269 |
+
);
|
270 |
+
|
271 |
+
$statusUrls = explode(':', $statusUrl);
|
272 |
+
|
273 |
+
if ($statusUrls[0] == 'https') {
|
274 |
+
return $statusUrl;
|
275 |
+
}
|
276 |
+
|
277 |
+
return false;
|
278 |
+
}
|
279 |
+
|
280 |
/**
|
281 |
* Retrieve the order place URL
|
282 |
*
|
296 |
$postParameters['pay_to_email'] = $settings['merchant_account'];
|
297 |
$postParameters['recipient_description'] = $settings['recipient_desc'];
|
298 |
$postParameters['transaction_id'] = $this->getOrderIncrementId().Mage::helper('skrill')->getDateTime().Mage::helper('skrill')->randomNumber(4);
|
299 |
+
$postParameters['return_url'] = Mage::getUrl(
|
300 |
+
'skrill/payment/handleResponse/',
|
301 |
+
array('orderId' => $this->getOrderIncrementId(), 'paymentMethod' => $this->getCode(), '_secure' => true)
|
302 |
+
);
|
303 |
+
if ($this->getStatusUrl()) {
|
304 |
+
$postParameters['status_url'] = $this->getStatusUrl();
|
305 |
+
}
|
306 |
+
$postParameters['status_url2'] = $settings['merchant_email'];
|
307 |
+
$postParameters['cancel_url'] = Mage::getUrl('skrill/payment/cancelResponse',array('_secure'=>true));
|
308 |
$postParameters['language'] = $this->getLanguage();
|
309 |
$postParameters['logo_url'] = $settings['logo_url'];
|
310 |
$postParameters['prepare_only'] = 1;
|
320 |
$postParameters['detail1_description'] = "Order pay from ".$contact['email'];
|
321 |
$postParameters['merchant_fields'] = 'PlatformID';
|
322 |
$postParameters['PlatformID'] = '71422537';
|
323 |
+
|
324 |
if ($this->_code != "skrill_flexible")
|
325 |
$postParameters['payment_methods'] = $this->getAccountBrand();
|
326 |
|
app/code/community/Skrill/Model/Method/Sofortuberweisung.php
CHANGED
@@ -1,71 +1,71 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Sofortuberweisung extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_sofortuberweisung';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_sofortuberweisung';
|
37 |
-
protected $_skrillCode = 'skrill_sft';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_methodCode = 'OT';
|
44 |
-
|
45 |
-
protected $_accountBrand = 'SOFORTUEBERWEISUNG';
|
46 |
-
|
47 |
-
/**
|
48 |
-
* Payment Title
|
49 |
-
*
|
50 |
-
* @var type
|
51 |
-
*/
|
52 |
-
protected $_methodTitle = 'FRONTEND_PM_SOFORTBANK';
|
53 |
-
|
54 |
-
/**
|
55 |
-
* Returns Payment Title
|
56 |
-
*
|
57 |
-
* @return string
|
58 |
-
*/
|
59 |
-
public function getTitle()
|
60 |
-
{
|
61 |
-
|
62 |
-
$address = Mage::helper('skrill')->getAddressData($this->getOrder());
|
63 |
-
$code = $address['country_code'];
|
64 |
-
if ($code == 'DE' || $code == 'AT' || $code =='CH') {
|
65 |
-
return Mage::helper('skrill')->__('FRONTEND_PM_SOFORT');
|
66 |
-
} else {
|
67 |
-
return Mage::helper('skrill')->__('FRONTEND_PM_SOFORTBANK');
|
68 |
-
}
|
69 |
-
|
70 |
-
}
|
71 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Sofortuberweisung extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_sofortuberweisung';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_sofortuberweisung';
|
37 |
+
protected $_skrillCode = 'skrill_sft';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_methodCode = 'OT';
|
44 |
+
|
45 |
+
protected $_accountBrand = 'SOFORTUEBERWEISUNG';
|
46 |
+
|
47 |
+
/**
|
48 |
+
* Payment Title
|
49 |
+
*
|
50 |
+
* @var type
|
51 |
+
*/
|
52 |
+
protected $_methodTitle = 'FRONTEND_PM_SOFORTBANK';
|
53 |
+
|
54 |
+
/**
|
55 |
+
* Returns Payment Title
|
56 |
+
*
|
57 |
+
* @return string
|
58 |
+
*/
|
59 |
+
public function getTitle()
|
60 |
+
{
|
61 |
+
|
62 |
+
$address = Mage::helper('skrill')->getAddressData($this->getOrder());
|
63 |
+
$code = $address['country_code'];
|
64 |
+
if ($code == 'DE' || $code == 'AT' || $code =='CH') {
|
65 |
+
return Mage::helper('skrill')->__('FRONTEND_PM_SOFORT');
|
66 |
+
} else {
|
67 |
+
return Mage::helper('skrill')->__('FRONTEND_PM_SOFORTBANK');
|
68 |
+
}
|
69 |
+
|
70 |
+
}
|
71 |
+
}
|
app/code/community/Skrill/Model/Method/Vsa.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Vsa extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_vsa';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_vsa';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'VSA';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_VSA';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Vsa extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_vsa';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_vsa';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'VSA';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_VSA';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Vse.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Vse extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_vse';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_vse';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'VSE';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_VSE';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Vse extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_vse';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_vse';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'VSE';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_VSE';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Wlt.php
CHANGED
@@ -1,51 +1,51 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Wlt extends Skrill_Model_Method_Skrill
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_wlt';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_wlt';
|
37 |
-
|
38 |
-
/**
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $_accountBrand = 'WLT';
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Payment Title
|
46 |
-
*
|
47 |
-
* @var type
|
48 |
-
*/
|
49 |
-
protected $_methodTitle = 'SKRILL_FRONTEND_PM_WLT';
|
50 |
-
|
51 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Wlt extends Skrill_Model_Method_Skrill
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_wlt';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_wlt';
|
37 |
+
|
38 |
+
/**
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $_accountBrand = 'WLT';
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Payment Title
|
46 |
+
*
|
47 |
+
* @var type
|
48 |
+
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_WLT';
|
50 |
+
|
51 |
+
}
|
app/code/community/Skrill/Model/Method/Yandex.php
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
class Skrill_Model_Method_Yandex extends Skrill_Model_Method_Abstract
|
22 |
-
{
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Path for payment form block
|
26 |
-
*
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
protected $_formBlockType = 'skrill/payment_form_yandex';
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Magento method code
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_code = 'skrill_yandex';
|
37 |
-
protected $_skrillCode = 'skrill_yandex';
|
38 |
-
|
39 |
-
/**
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
protected $_accountBrand = 'YANDEX';
|
44 |
-
|
45 |
-
/**
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
protected $_methodCode = 'VA';
|
50 |
-
|
51 |
-
/**
|
52 |
-
* Payment Title
|
53 |
-
*
|
54 |
-
* @var type
|
55 |
-
*/
|
56 |
-
protected $_methodTitle = 'FRONTEND_PM_YANDEX';
|
57 |
-
|
58 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Model_Method_Yandex extends Skrill_Model_Method_Abstract
|
22 |
+
{
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Path for payment form block
|
26 |
+
*
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_yandex';
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Magento method code
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_code = 'skrill_yandex';
|
37 |
+
protected $_skrillCode = 'skrill_yandex';
|
38 |
+
|
39 |
+
/**
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
protected $_accountBrand = 'YANDEX';
|
44 |
+
|
45 |
+
/**
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
protected $_methodCode = 'VA';
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Payment Title
|
53 |
+
*
|
54 |
+
* @var type
|
55 |
+
*/
|
56 |
+
protected $_methodTitle = 'FRONTEND_PM_YANDEX';
|
57 |
+
|
58 |
+
}
|
app/code/community/Skrill/Model/Source/Card.php
CHANGED
@@ -1,54 +1,54 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Creditcard transaction model
|
23 |
-
*
|
24 |
-
*/
|
25 |
-
class Skrill_Model_Source_Card
|
26 |
-
{
|
27 |
-
/**
|
28 |
-
* Define which card types are possible
|
29 |
-
*
|
30 |
-
* @return array
|
31 |
-
*/
|
32 |
-
public function toOptionArray()
|
33 |
-
{
|
34 |
-
$cards = array(
|
35 |
-
array(
|
36 |
-
'label' => Mage::helper('skrill')->__('BACKEND_CC_AMEX'),
|
37 |
-
'value' => 'AMEX'
|
38 |
-
),
|
39 |
-
array(
|
40 |
-
'label' => Mage::helper('skrill')->__('BACKEND_CC_VISA'),
|
41 |
-
'value' => 'VISA'
|
42 |
-
),
|
43 |
-
array(
|
44 |
-
'label' => Mage::helper('skrill')->__('BACKEND_CC_MASTER'),
|
45 |
-
'value' => 'MASTER'
|
46 |
-
),
|
47 |
-
array(
|
48 |
-
'label' => Mage::helper('skrill')->__('BACKEND_CC_MAESTRO'),
|
49 |
-
'value' => 'MAESTRO'
|
50 |
-
)
|
51 |
-
);
|
52 |
-
return $cards;
|
53 |
-
}
|
54 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Creditcard transaction model
|
23 |
+
*
|
24 |
+
*/
|
25 |
+
class Skrill_Model_Source_Card
|
26 |
+
{
|
27 |
+
/**
|
28 |
+
* Define which card types are possible
|
29 |
+
*
|
30 |
+
* @return array
|
31 |
+
*/
|
32 |
+
public function toOptionArray()
|
33 |
+
{
|
34 |
+
$cards = array(
|
35 |
+
array(
|
36 |
+
'label' => Mage::helper('skrill')->__('BACKEND_CC_AMEX'),
|
37 |
+
'value' => 'AMEX'
|
38 |
+
),
|
39 |
+
array(
|
40 |
+
'label' => Mage::helper('skrill')->__('BACKEND_CC_VISA'),
|
41 |
+
'value' => 'VISA'
|
42 |
+
),
|
43 |
+
array(
|
44 |
+
'label' => Mage::helper('skrill')->__('BACKEND_CC_MASTER'),
|
45 |
+
'value' => 'MASTER'
|
46 |
+
),
|
47 |
+
array(
|
48 |
+
'label' => Mage::helper('skrill')->__('BACKEND_CC_MAESTRO'),
|
49 |
+
'value' => 'MAESTRO'
|
50 |
+
)
|
51 |
+
);
|
52 |
+
return $cards;
|
53 |
+
}
|
54 |
}
|
app/code/community/Skrill/Model/Source/Display.php
CHANGED
@@ -1,46 +1,46 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Creditcard Mode model
|
23 |
-
*
|
24 |
-
*/
|
25 |
-
class Skrill_Model_Source_Display
|
26 |
-
{
|
27 |
-
/**
|
28 |
-
* Define which display are possible
|
29 |
-
*
|
30 |
-
* @return array
|
31 |
-
*/
|
32 |
-
public function toOptionArray()
|
33 |
-
{
|
34 |
-
$display = array(
|
35 |
-
array(
|
36 |
-
'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_IFRAME'),
|
37 |
-
'value' => 'IFRAME'
|
38 |
-
),
|
39 |
-
array(
|
40 |
-
'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_REDIRECT'),
|
41 |
-
'value' => 'REDIRECT'
|
42 |
-
)
|
43 |
-
);
|
44 |
-
return $display;
|
45 |
-
}
|
46 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Creditcard Mode model
|
23 |
+
*
|
24 |
+
*/
|
25 |
+
class Skrill_Model_Source_Display
|
26 |
+
{
|
27 |
+
/**
|
28 |
+
* Define which display are possible
|
29 |
+
*
|
30 |
+
* @return array
|
31 |
+
*/
|
32 |
+
public function toOptionArray()
|
33 |
+
{
|
34 |
+
$display = array(
|
35 |
+
array(
|
36 |
+
'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_IFRAME'),
|
37 |
+
'value' => 'IFRAME'
|
38 |
+
),
|
39 |
+
array(
|
40 |
+
'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_REDIRECT'),
|
41 |
+
'value' => 'REDIRECT'
|
42 |
+
)
|
43 |
+
);
|
44 |
+
return $display;
|
45 |
+
}
|
46 |
+
}
|
app/code/community/Skrill/Model/Source/Gateway.php
CHANGED
@@ -1,46 +1,46 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Creditcard Mode model
|
23 |
-
*
|
24 |
-
*/
|
25 |
-
class Skrill_Model_Source_Gateway
|
26 |
-
{
|
27 |
-
/**
|
28 |
-
* Define which gateway are possible
|
29 |
-
*
|
30 |
-
* @return array
|
31 |
-
*/
|
32 |
-
public function toOptionArray()
|
33 |
-
{
|
34 |
-
$gateway = array(
|
35 |
-
array(
|
36 |
-
'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_CH_SKRILL'),
|
37 |
-
'value' => 'SKRILL'
|
38 |
-
),
|
39 |
-
array(
|
40 |
-
'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_CH_PAYON'),
|
41 |
-
'value' => 'PAYON'
|
42 |
-
)
|
43 |
-
);
|
44 |
-
return $gateway;
|
45 |
-
}
|
46 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Creditcard Mode model
|
23 |
+
*
|
24 |
+
*/
|
25 |
+
class Skrill_Model_Source_Gateway
|
26 |
+
{
|
27 |
+
/**
|
28 |
+
* Define which gateway are possible
|
29 |
+
*
|
30 |
+
* @return array
|
31 |
+
*/
|
32 |
+
public function toOptionArray()
|
33 |
+
{
|
34 |
+
$gateway = array(
|
35 |
+
array(
|
36 |
+
'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_CH_SKRILL'),
|
37 |
+
'value' => 'SKRILL'
|
38 |
+
),
|
39 |
+
array(
|
40 |
+
'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_CH_PAYON'),
|
41 |
+
'value' => 'PAYON'
|
42 |
+
)
|
43 |
+
);
|
44 |
+
return $gateway;
|
45 |
+
}
|
46 |
+
}
|
app/code/community/Skrill/Model/Source/Mode.php
CHANGED
@@ -1,46 +1,46 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Creditcard Mode model
|
23 |
-
*
|
24 |
-
*/
|
25 |
-
class Skrill_Model_Source_Mode
|
26 |
-
{
|
27 |
-
/**
|
28 |
-
* Define which server modes are possible
|
29 |
-
*
|
30 |
-
* @return array
|
31 |
-
*/
|
32 |
-
public function toOptionArray()
|
33 |
-
{
|
34 |
-
$modes = array(
|
35 |
-
array(
|
36 |
-
'label' => Mage::helper('skrill')->__('BACKEND_CH_MODE_TEST'),
|
37 |
-
'value' => 'TEST'
|
38 |
-
),
|
39 |
-
array(
|
40 |
-
'label' => Mage::helper('skrill')->__('BACKEND_CH_MODE_LIVE'),
|
41 |
-
'value' => 'LIVE'
|
42 |
-
)
|
43 |
-
);
|
44 |
-
return $modes;
|
45 |
-
}
|
46 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Creditcard Mode model
|
23 |
+
*
|
24 |
+
*/
|
25 |
+
class Skrill_Model_Source_Mode
|
26 |
+
{
|
27 |
+
/**
|
28 |
+
* Define which server modes are possible
|
29 |
+
*
|
30 |
+
* @return array
|
31 |
+
*/
|
32 |
+
public function toOptionArray()
|
33 |
+
{
|
34 |
+
$modes = array(
|
35 |
+
array(
|
36 |
+
'label' => Mage::helper('skrill')->__('BACKEND_CH_MODE_TEST'),
|
37 |
+
'value' => 'TEST'
|
38 |
+
),
|
39 |
+
array(
|
40 |
+
'label' => Mage::helper('skrill')->__('BACKEND_CH_MODE_LIVE'),
|
41 |
+
'value' => 'LIVE'
|
42 |
+
)
|
43 |
+
);
|
44 |
+
return $modes;
|
45 |
+
}
|
46 |
+
}
|
app/code/community/Skrill/Model/Source/Transaction.php
CHANGED
@@ -1,46 +1,46 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Creditcard transaction model
|
23 |
-
*
|
24 |
-
*/
|
25 |
-
class Skrill_Model_Source_Transaction
|
26 |
-
{
|
27 |
-
/**
|
28 |
-
* Define which payment types are possible
|
29 |
-
*
|
30 |
-
* @return array
|
31 |
-
*/
|
32 |
-
public function toOptionArray()
|
33 |
-
{
|
34 |
-
$transactions = array(
|
35 |
-
array(
|
36 |
-
'label' => Mage::helper('skrill')->__('BACKEND_CH_MODEDEBIT'),
|
37 |
-
'value' => 'DB'
|
38 |
-
),
|
39 |
-
array(
|
40 |
-
'label' => Mage::helper('skrill')->__('BACKEND_CH_MODEPREAUTH'),
|
41 |
-
'value' => 'PA'
|
42 |
-
)
|
43 |
-
);
|
44 |
-
return $transactions;
|
45 |
-
}
|
46 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Creditcard transaction model
|
23 |
+
*
|
24 |
+
*/
|
25 |
+
class Skrill_Model_Source_Transaction
|
26 |
+
{
|
27 |
+
/**
|
28 |
+
* Define which payment types are possible
|
29 |
+
*
|
30 |
+
* @return array
|
31 |
+
*/
|
32 |
+
public function toOptionArray()
|
33 |
+
{
|
34 |
+
$transactions = array(
|
35 |
+
array(
|
36 |
+
'label' => Mage::helper('skrill')->__('BACKEND_CH_MODEDEBIT'),
|
37 |
+
'value' => 'DB'
|
38 |
+
),
|
39 |
+
array(
|
40 |
+
'label' => Mage::helper('skrill')->__('BACKEND_CH_MODEPREAUTH'),
|
41 |
+
'value' => 'PA'
|
42 |
+
)
|
43 |
+
);
|
44 |
+
return $transactions;
|
45 |
+
}
|
46 |
}
|
app/code/community/Skrill/Model/Success/Observer.php
CHANGED
@@ -1,38 +1,38 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
*
|
16 |
-
* @package Skrill
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Order success observer
|
23 |
-
*
|
24 |
-
*/
|
25 |
-
class Skrill_Model_Success_Observer
|
26 |
-
{
|
27 |
-
|
28 |
-
/**
|
29 |
-
* Reactivate the cart because the order isn't finished
|
30 |
-
*
|
31 |
-
* @param Varien_Event_Observer $observer
|
32 |
-
*/
|
33 |
-
public function activateQuote(Varien_Event_Observer $observer)
|
34 |
-
{
|
35 |
-
$observer->getEvent()->getQuote()->setIsActive(true)->save();
|
36 |
-
}
|
37 |
-
}
|
38 |
-
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
*
|
16 |
+
* @package Skrill
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Order success observer
|
23 |
+
*
|
24 |
+
*/
|
25 |
+
class Skrill_Model_Success_Observer
|
26 |
+
{
|
27 |
+
|
28 |
+
/**
|
29 |
+
* Reactivate the cart because the order isn't finished
|
30 |
+
*
|
31 |
+
* @param Varien_Event_Observer $observer
|
32 |
+
*/
|
33 |
+
public function activateQuote(Varien_Event_Observer $observer)
|
34 |
+
{
|
35 |
+
$observer->getEvent()->getQuote()->setIsActive(true)->save();
|
36 |
+
}
|
37 |
+
}
|
38 |
+
|
app/code/community/Skrill/controllers/PaymentController.php
CHANGED
@@ -51,10 +51,10 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
|
|
51 |
|
52 |
public function handleResponseAction()
|
53 |
{
|
54 |
-
$
|
55 |
-
|
56 |
$order = Mage::getSingleton('sales/order');
|
57 |
-
$order->loadByIncrementId($
|
58 |
|
59 |
if (!$order->getId())
|
60 |
Mage::throwException('No order for processing found');
|
@@ -62,9 +62,37 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
|
|
62 |
$this->processRedirectResponse($order);
|
63 |
}
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
protected function processRedirectResponse($order)
|
66 |
{
|
67 |
$payment = $order->getPayment();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
if ($payment->getAdditionalInformation('skrill_status') == $this->processedStatus) {
|
69 |
$this->_redirect('checkout/onepage/success');
|
70 |
} elseif ($payment->getAdditionalInformation('skrill_status') == $this->failedStatus) {
|
@@ -81,22 +109,20 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
|
|
81 |
public function handleStatusResponseAction()
|
82 |
{
|
83 |
$status = $this->getRequest()->getParam('status');
|
84 |
-
|
|
|
85 |
$orderId = $this->getRequest()->getParam('orderId');
|
86 |
|
87 |
$order = Mage::getSingleton('sales/order');
|
88 |
$order->loadByIncrementId($orderId);
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
}
|
93 |
}
|
94 |
|
95 |
-
protected function validatePayment(
|
96 |
{
|
97 |
-
$responseStatus = $this->getResponseStatus();
|
98 |
-
$paymentMethod = $this->getRequest()->getParam('paymentMethod');
|
99 |
-
|
100 |
if ($responseStatus['payment_type'] == 'NGP') {
|
101 |
$responseStatus['payment_type'] = 'OBT';
|
102 |
}
|
@@ -104,7 +130,7 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
|
|
104 |
$versionData = Mage::helper('skrill')->getMerchantData($order->getStoreId());
|
105 |
Mage::helper('skrill/versionTracker')->sendVersionTracker($versionData);
|
106 |
|
107 |
-
$this->saveAdditionalInformation($order, $responseStatus
|
108 |
|
109 |
$isFraud = $this->isFraud($order, $responseStatus);
|
110 |
if ($isFraud) {
|
@@ -119,32 +145,45 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
|
|
119 |
{
|
120 |
$responseStatus = array();
|
121 |
foreach ($_REQUEST as $responseName => $responseValue) {
|
122 |
-
$responseStatus[$responseName] = $responseValue;
|
123 |
}
|
124 |
return $responseStatus;
|
125 |
}
|
126 |
|
127 |
-
protected function saveAdditionalInformation($order, $responseStatus
|
128 |
{
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
$order->getPayment()->save();
|
138 |
}
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
protected function isFraud($order, $response)
|
141 |
{
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
return !( ($grandTotal == $amount) && ($response['md5sig'] == $this->generateMd5sig($order, $response)) );
|
146 |
-
else
|
147 |
return false;
|
|
|
148 |
}
|
149 |
|
150 |
protected function generateMd5sig($order, $response)
|
@@ -190,12 +229,12 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
|
|
190 |
protected function processPayment($order, $responseStatus)
|
191 |
{
|
192 |
if ($responseStatus['status'] == $this->processedStatus) {
|
|
|
193 |
Mage::helper('skrill')->invoice($order);
|
194 |
$comment = Mage::helper('skrill')->getComment($responseStatus);
|
195 |
-
$order->addStatusHistoryComment($comment,
|
196 |
$order->save();
|
197 |
-
|
198 |
-
|
199 |
Mage::getModel('sales/quote')->load($order->getQuoteId())->setIsActive(false)->save();
|
200 |
} else {
|
201 |
if ($response['failed_reason_code']) {
|
@@ -204,13 +243,15 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
|
|
204 |
|
205 |
$comment = Mage::helper('skrill')->getComment($responseStatus);
|
206 |
$order->addStatusHistoryComment($comment, false);
|
|
|
207 |
$order->save();
|
208 |
}
|
209 |
}
|
210 |
|
211 |
-
protected function _redirectError($returnMessage
|
212 |
{
|
|
|
213 |
Mage::getSingleton('core/session')->addError($returnMessage);
|
214 |
-
$this->
|
215 |
}
|
216 |
}
|
51 |
|
52 |
public function handleResponseAction()
|
53 |
{
|
54 |
+
$orderId = $this->getRequest()->getParam('orderId');
|
55 |
+
|
56 |
$order = Mage::getSingleton('sales/order');
|
57 |
+
$order->loadByIncrementId($orderId);
|
58 |
|
59 |
if (!$order->getId())
|
60 |
Mage::throwException('No order for processing found');
|
62 |
$this->processRedirectResponse($order);
|
63 |
}
|
64 |
|
65 |
+
public function cancelResponseAction(){
|
66 |
+
$session = Mage::getSingleton('checkout/session');
|
67 |
+
$order = Mage::getSingleton('sales/order');
|
68 |
+
$order->loadByIncrementId($session->getLastRealOrderId());
|
69 |
+
|
70 |
+
if (!$order->getId())
|
71 |
+
Mage::throwException('No order for processing found');
|
72 |
+
|
73 |
+
$order->cancel();
|
74 |
+
$order->save();
|
75 |
+
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_CANCEL'));
|
76 |
+
}
|
77 |
+
|
78 |
protected function processRedirectResponse($order)
|
79 |
{
|
80 |
$payment = $order->getPayment();
|
81 |
+
|
82 |
+
$statusUrlResponse = $payment->getAdditionalInformation('skrill_status_url_response');
|
83 |
+
if (isset($statusUrlResponse)) {
|
84 |
+
$responseStatus = unserialize($statusUrlResponse);
|
85 |
+
} else {
|
86 |
+
$parameters['trn_id'] = $this->getRequest()->getParam('transaction_id');
|
87 |
+
$responseStatus = Mage::helper('skrill')->getStatusTrn($parameters);
|
88 |
+
}
|
89 |
+
|
90 |
+
if ($responseStatus) {
|
91 |
+
$this->validatePayment($order, $responseStatus);
|
92 |
+
} else {
|
93 |
+
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_NORESPONSE'));
|
94 |
+
}
|
95 |
+
|
96 |
if ($payment->getAdditionalInformation('skrill_status') == $this->processedStatus) {
|
97 |
$this->_redirect('checkout/onepage/success');
|
98 |
} elseif ($payment->getAdditionalInformation('skrill_status') == $this->failedStatus) {
|
109 |
public function handleStatusResponseAction()
|
110 |
{
|
111 |
$status = $this->getRequest()->getParam('status');
|
112 |
+
|
113 |
+
if (isset($status)) {
|
114 |
$orderId = $this->getRequest()->getParam('orderId');
|
115 |
|
116 |
$order = Mage::getSingleton('sales/order');
|
117 |
$order->loadByIncrementId($orderId);
|
118 |
+
|
119 |
+
$order->getPayment()->setAdditionalInformation('skrill_status_url_response', serialize($this->getResponseStatus()));
|
120 |
+
$order->getPayment()->save();
|
121 |
}
|
122 |
}
|
123 |
|
124 |
+
protected function validatePayment($order, $responseStatus)
|
125 |
{
|
|
|
|
|
|
|
126 |
if ($responseStatus['payment_type'] == 'NGP') {
|
127 |
$responseStatus['payment_type'] = 'OBT';
|
128 |
}
|
130 |
$versionData = Mage::helper('skrill')->getMerchantData($order->getStoreId());
|
131 |
Mage::helper('skrill/versionTracker')->sendVersionTracker($versionData);
|
132 |
|
133 |
+
$this->saveAdditionalInformation($order, $responseStatus);
|
134 |
|
135 |
$isFraud = $this->isFraud($order, $responseStatus);
|
136 |
if ($isFraud) {
|
145 |
{
|
146 |
$responseStatus = array();
|
147 |
foreach ($_REQUEST as $responseName => $responseValue) {
|
148 |
+
$responseStatus[strtolower($responseName)] = $responseValue;
|
149 |
}
|
150 |
return $responseStatus;
|
151 |
}
|
152 |
|
153 |
+
protected function saveAdditionalInformation($order, $responseStatus)
|
154 |
{
|
155 |
+
if(isset($responseStatus['transaction_id'])) {
|
156 |
+
$order->getPayment()->setAdditionalInformation('skrill_transaction_id', $responseStatus['transaction_id']); }
|
157 |
+
if(isset($responseStatus['mb_transaction_id'])) {
|
158 |
+
$order->getPayment()->setAdditionalInformation('skrill_mb_transaction_id', $responseStatus['mb_transaction_id']); }
|
159 |
+
if(isset($responseStatus['ip_country'])) {
|
160 |
+
$order->getPayment()->setAdditionalInformation('skrill_ip_country', $responseStatus['ip_country']); }
|
161 |
+
if(isset($responseStatus['status'])) {
|
162 |
+
$order->getPayment()->setAdditionalInformation('skrill_status', $responseStatus['status']); }
|
163 |
+
if(isset($responseStatus['payment_type'])) {
|
164 |
+
$order->getPayment()->setAdditionalInformation('skrill_payment_type', $responseStatus['payment_type']); }
|
165 |
+
if(isset($responseStatus['payment_instrument_country'])) {
|
166 |
+
$order->getPayment()->setAdditionalInformation('skrill_issuer_country', $responseStatus['payment_instrument_country']); }
|
167 |
+
if(isset($responseStatus['currency'])) {
|
168 |
+
$order->getPayment()->setAdditionalInformation('skrill_currency', $responseStatus['currency']); }
|
169 |
$order->getPayment()->save();
|
170 |
}
|
171 |
|
172 |
+
protected function setNumberFormat($number)
|
173 |
+
{
|
174 |
+
$number = (float) str_replace(',','.',$number);
|
175 |
+
return number_format($number, 2, '.', '');
|
176 |
+
}
|
177 |
+
|
178 |
protected function isFraud($order, $response)
|
179 |
{
|
180 |
+
if ($response['amount']) {
|
181 |
+
$grandTotal = $this->setNumberFormat($order->getGrandTotal());
|
182 |
+
$amount = $this->setNumberFormat($response['amount']);
|
183 |
return !( ($grandTotal == $amount) && ($response['md5sig'] == $this->generateMd5sig($order, $response)) );
|
184 |
+
} else {
|
185 |
return false;
|
186 |
+
}
|
187 |
}
|
188 |
|
189 |
protected function generateMd5sig($order, $response)
|
229 |
protected function processPayment($order, $responseStatus)
|
230 |
{
|
231 |
if ($responseStatus['status'] == $this->processedStatus) {
|
232 |
+
$order->sendNewOrderEmail();
|
233 |
Mage::helper('skrill')->invoice($order);
|
234 |
$comment = Mage::helper('skrill')->getComment($responseStatus);
|
235 |
+
$order->addStatusHistoryComment($comment, 'payment_accepted');
|
236 |
$order->save();
|
237 |
+
|
|
|
238 |
Mage::getModel('sales/quote')->load($order->getQuoteId())->setIsActive(false)->save();
|
239 |
} else {
|
240 |
if ($response['failed_reason_code']) {
|
243 |
|
244 |
$comment = Mage::helper('skrill')->getComment($responseStatus);
|
245 |
$order->addStatusHistoryComment($comment, false);
|
246 |
+
$order->cancel();
|
247 |
$order->save();
|
248 |
}
|
249 |
}
|
250 |
|
251 |
+
protected function _redirectError($returnMessage)
|
252 |
{
|
253 |
+
$url = Mage::helper('checkout/url')->getCheckoutUrl();
|
254 |
Mage::getSingleton('core/session')->addError($returnMessage);
|
255 |
+
$this->getResponse()->setRedirect($url);
|
256 |
}
|
257 |
}
|
app/code/community/Skrill/controllers/ResponseController.php
CHANGED
@@ -1,268 +1,268 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*/
|
21 |
-
|
22 |
-
/**
|
23 |
-
* Response controller
|
24 |
-
*
|
25 |
-
*/
|
26 |
-
|
27 |
-
class Skrill_ResponseController extends Mage_Core_Controller_Front_Action
|
28 |
-
{
|
29 |
-
/**
|
30 |
-
* Construct
|
31 |
-
*/
|
32 |
-
public function _construct()
|
33 |
-
{
|
34 |
-
parent::_construct();
|
35 |
-
}
|
36 |
-
|
37 |
-
protected function _getCheckout()
|
38 |
-
{
|
39 |
-
return Mage::getSingleton('checkout/session');
|
40 |
-
}
|
41 |
-
|
42 |
-
public function handleCpResponseAction()
|
43 |
-
{
|
44 |
-
$session = $this->_getCheckout();
|
45 |
-
|
46 |
-
$order = Mage::getSingleton('sales/order');
|
47 |
-
$order->loadByIncrementId($session->getLastRealOrderId());
|
48 |
-
if (!$order->getId()) {
|
49 |
-
Mage::throwException('No order for processing found');
|
50 |
-
}
|
51 |
-
|
52 |
-
$this->_getPostResponseActionUrl($order);
|
53 |
-
}
|
54 |
-
|
55 |
-
protected function _checkStatusPayment($url, &$resultJson)
|
56 |
-
{
|
57 |
-
// check get status payment 3 times if no response.
|
58 |
-
for ($i=0; $i < 3; $i++) {
|
59 |
-
$no_response = false;
|
60 |
-
try {
|
61 |
-
$resultJson = Mage::helper('skrill')->checkStatusPayment($url);
|
62 |
-
} catch (Exception $e) {
|
63 |
-
$no_response = true;
|
64 |
-
}
|
65 |
-
if (!$no_response && $resultJson)
|
66 |
-
{
|
67 |
-
return false;
|
68 |
-
break;
|
69 |
-
}
|
70 |
-
}
|
71 |
-
return true;
|
72 |
-
}
|
73 |
-
|
74 |
-
protected function _checkFraud($resultJson)
|
75 |
-
{
|
76 |
-
$quote = Mage::getModel('checkout/session')->getQuote();
|
77 |
-
$quoteData = $quote->getData();
|
78 |
-
$grandTotal = (float) $quoteData['grand_total'];
|
79 |
-
$amount = (float) $resultJson['transaction']['payment']['clearing']['amount'];
|
80 |
-
if ($resultJson['transaction']['payment']['clearing']['amount'])
|
81 |
-
return $grandTotal != $amount;
|
82 |
-
else
|
83 |
-
return false;
|
84 |
-
}
|
85 |
-
|
86 |
-
protected function _redirectError($returnMessage, $url='checkout/onepage')
|
87 |
-
{
|
88 |
-
Mage::getSingleton('core/session')->addError($returnMessage);
|
89 |
-
$this->_redirect($url, array('_secure'=>true));
|
90 |
-
}
|
91 |
-
|
92 |
-
protected function _doRefund($resultJson)
|
93 |
-
{
|
94 |
-
$dataTransaction = Mage::getSingleton('customer/session')->getDataTransaction();
|
95 |
-
$dataTransaction['refId'] = $resultJson['transaction']['identification']['uniqueId'];
|
96 |
-
$dataTransaction['amount'] = $resultJson['transaction']['payment']['clearing']['amount'];
|
97 |
-
$dataTransaction['currency'] = $resultJson['transaction']['payment']['clearing']['currency'];
|
98 |
-
$payment_method = substr($resultJson['transaction']['payment']['code'],0,2);
|
99 |
-
$dataTransaction['payment_method'] = $payment_method;
|
100 |
-
$payment_type = substr($resultJson['transaction']['payment']['code'],-2);
|
101 |
-
if ($payment_type == 'PA')
|
102 |
-
$dataTransaction['payment_type'] = "RV";
|
103 |
-
else
|
104 |
-
$dataTransaction['payment_type'] = "RF";
|
105 |
-
|
106 |
-
$postData = Mage::helper('skrill')->getPostExecutePayment($dataTransaction);
|
107 |
-
$server = Mage::getSingleton('customer/session')->getServerMode();
|
108 |
-
|
109 |
-
$url = Mage::helper('skrill')->getExecuteUrl($server);
|
110 |
-
|
111 |
-
try {
|
112 |
-
$response = Mage::helper('skrill')->executePayment($postData, $url);
|
113 |
-
} catch (Exception $e) {
|
114 |
-
return false;
|
115 |
-
}
|
116 |
-
|
117 |
-
$result = Mage::helper('skrill')->buildResponseArray($response);
|
118 |
-
if ($result['PROCESSING.RESULT'] == 'ACK')
|
119 |
-
return true;
|
120 |
-
else
|
121 |
-
return false;
|
122 |
-
}
|
123 |
-
|
124 |
-
private function _getPostResponseActionUrl(Mage_Sales_Model_Order $order)
|
125 |
-
{
|
126 |
-
$token = $_GET['token'];
|
127 |
-
$server = Mage::getSingleton('customer/session')->getServerMode();
|
128 |
-
$url = Mage::helper('skrill')->getStatusUrl($server, $token);
|
129 |
-
|
130 |
-
$no_response = $this->_checkStatusPayment($url, $resultJson);
|
131 |
-
|
132 |
-
if ($no_response)
|
133 |
-
{
|
134 |
-
$comment = Mage::helper('skrill')->getPayonComment('NOK');
|
135 |
-
$order->addStatusHistoryComment($comment, false);
|
136 |
-
$order->save();
|
137 |
-
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_NORESPONSE'));
|
138 |
-
}
|
139 |
-
else
|
140 |
-
{
|
141 |
-
$is_fraud = false;
|
142 |
-
$theResult = $resultJson['transaction']['processing']['result'];
|
143 |
-
$returnCode = $resultJson['transaction']['processing']['return']['code'];
|
144 |
-
$returnMessage = Mage::helper('skrill')->__(Mage::helper('skrill')->getErrorIdentifier($returnCode));
|
145 |
-
|
146 |
-
$currency = $resultJson['transaction']['payment']['clearing']['currency'];
|
147 |
-
$payment_type = substr($resultJson['transaction']['payment']['code'],-2);
|
148 |
-
|
149 |
-
$uniqueId = $resultJson['transaction']['identification']['uniqueId'];
|
150 |
-
$payment_brand = $resultJson['transaction']['account']['brand'];
|
151 |
-
$ip_country = $resultJson['transaction']['customer']['contact']['ipCountry'];
|
152 |
-
$bin = $resultJson['transaction']['account']['bin'];
|
153 |
-
|
154 |
-
if ($theResult == 'ACK') {
|
155 |
-
if ($is_fraud)
|
156 |
-
{
|
157 |
-
$refunded = $this->_doRefund($resultJson);
|
158 |
-
if ($refunded)
|
159 |
-
$refund_status = 'REFUNDED';
|
160 |
-
else
|
161 |
-
$refund_status = 'REFUNDED_FAILED';
|
162 |
-
|
163 |
-
$comment = Mage::helper('skrill')->getPayonComment($theResult, $payment_type, $payment_brand, $bin, 'history', 'fraud', $uniqueId, $refund_status);
|
164 |
-
$order->addStatusHistoryComment($comment, false);
|
165 |
-
$order->save();
|
166 |
-
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_FRAUD_DETECTION'));
|
167 |
-
}
|
168 |
-
else
|
169 |
-
{
|
170 |
-
$order->getPayment()->setAdditionalInformation('skrill_status', $theResult);
|
171 |
-
$order->getPayment()->setAdditionalInformation('skrill_uniqueid',$uniqueId);
|
172 |
-
$order->getPayment()->setAdditionalInformation('skrill_currency',$currency);
|
173 |
-
$order->getPayment()->setAdditionalInformation('skrill_transaction_code',$payment_type);
|
174 |
-
|
175 |
-
$order->getPayment()->setAdditionalInformation('skrill_ip_country', strtoupper($ip_country));
|
176 |
-
$order->getPayment()->setAdditionalInformation('skrill_payment_brand', $payment_brand);
|
177 |
-
$order->getPayment()->setAdditionalInformation('skrill_bin', $bin);
|
178 |
-
|
179 |
-
if ($payment_type == 'PA') {
|
180 |
-
$order->setState(Mage_Sales_Model_Order::STATE_NEW, true)->save();
|
181 |
-
} else {
|
182 |
-
Mage::helper('skrill')->invoice($order);
|
183 |
-
}
|
184 |
-
|
185 |
-
$comment = Mage::helper('skrill')->getPayonComment($theResult, $payment_type, $payment_brand, $bin);
|
186 |
-
$order->addStatusHistoryComment($comment, false);
|
187 |
-
$order->save();
|
188 |
-
$order->sendNewOrderEmail();
|
189 |
-
|
190 |
-
Mage::getModel('sales/quote')->load($order->getQuoteId())->setIsActive(false)->save();
|
191 |
-
$this->_redirect('checkout/onepage/success', array('_secure'=>true));
|
192 |
-
}
|
193 |
-
} else if ($theResult == 'NOK') {
|
194 |
-
if ($is_fraud)
|
195 |
-
{
|
196 |
-
$comment = Mage::helper('skrill')->getPayonComment($theResult, $payment_type, $payment_brand, $bin, 'history', 'fraud', $uniqueId);
|
197 |
-
$order->addStatusHistoryComment($comment, false);
|
198 |
-
$order->save();
|
199 |
-
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_FRAUD_DETECTION'));
|
200 |
-
}
|
201 |
-
else
|
202 |
-
{
|
203 |
-
$comment = Mage::helper('skrill')->getPayonComment($theResult, $payment_type, $payment_brand, $bin);
|
204 |
-
$order->addStatusHistoryComment($comment, false);
|
205 |
-
$order->save();
|
206 |
-
$this->_redirectError($returnMessage);
|
207 |
-
}
|
208 |
-
} else {
|
209 |
-
if ($is_fraud)
|
210 |
-
{
|
211 |
-
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_FRAUD_DETECTION'));
|
212 |
-
}
|
213 |
-
else
|
214 |
-
{
|
215 |
-
$this->_redirectError(Mage::helper('skrill')->__('ERROR_UNKNOWN'));
|
216 |
-
}
|
217 |
-
}
|
218 |
-
}
|
219 |
-
}
|
220 |
-
|
221 |
-
/**
|
222 |
-
* Render the Payment Form page
|
223 |
-
*/
|
224 |
-
public function renderCCAction()
|
225 |
-
{
|
226 |
-
$this->loadLayout();
|
227 |
-
$block = $this->getLayout()->createBlock('skrill/payment_formcc');
|
228 |
-
|
229 |
-
$this->getLayout()->getBlock('content')->append($block);
|
230 |
-
$this->renderLayout();
|
231 |
-
}
|
232 |
-
|
233 |
-
public function renderDDAction()
|
234 |
-
{
|
235 |
-
$this->loadLayout();
|
236 |
-
$block = $this->getLayout()->createBlock('skrill/payment_formdd');
|
237 |
-
|
238 |
-
$this->getLayout()->getBlock('content')->append($block);
|
239 |
-
$this->renderLayout();
|
240 |
-
}
|
241 |
-
|
242 |
-
public function renderRedirectAction()
|
243 |
-
{
|
244 |
-
$this->loadLayout();
|
245 |
-
$this->getLayout()->getBlock('root')->setTemplate('skrill/payment/formcp.phtml');
|
246 |
-
$this->renderLayout();
|
247 |
-
}
|
248 |
-
|
249 |
-
public function renderCPAction()
|
250 |
-
{
|
251 |
-
$this->loadLayout();
|
252 |
-
$block = $this->getLayout()->createBlock('skrill/payment_formcp');
|
253 |
-
|
254 |
-
$this->getLayout()->getBlock('content')->append($block);
|
255 |
-
$this->renderLayout();
|
256 |
-
}
|
257 |
-
|
258 |
-
public function myurlencode($val)
|
259 |
-
{
|
260 |
-
return urlencode(str_replace("/", "%2f", $val));
|
261 |
-
}
|
262 |
-
|
263 |
-
public function myurldecode($val)
|
264 |
-
{
|
265 |
-
return str_replace("%2f", "/", urldecode($val));
|
266 |
-
}
|
267 |
-
|
268 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*/
|
21 |
+
|
22 |
+
/**
|
23 |
+
* Response controller
|
24 |
+
*
|
25 |
+
*/
|
26 |
+
|
27 |
+
class Skrill_ResponseController extends Mage_Core_Controller_Front_Action
|
28 |
+
{
|
29 |
+
/**
|
30 |
+
* Construct
|
31 |
+
*/
|
32 |
+
public function _construct()
|
33 |
+
{
|
34 |
+
parent::_construct();
|
35 |
+
}
|
36 |
+
|
37 |
+
protected function _getCheckout()
|
38 |
+
{
|
39 |
+
return Mage::getSingleton('checkout/session');
|
40 |
+
}
|
41 |
+
|
42 |
+
public function handleCpResponseAction()
|
43 |
+
{
|
44 |
+
$session = $this->_getCheckout();
|
45 |
+
|
46 |
+
$order = Mage::getSingleton('sales/order');
|
47 |
+
$order->loadByIncrementId($session->getLastRealOrderId());
|
48 |
+
if (!$order->getId()) {
|
49 |
+
Mage::throwException('No order for processing found');
|
50 |
+
}
|
51 |
+
|
52 |
+
$this->_getPostResponseActionUrl($order);
|
53 |
+
}
|
54 |
+
|
55 |
+
protected function _checkStatusPayment($url, &$resultJson)
|
56 |
+
{
|
57 |
+
// check get status payment 3 times if no response.
|
58 |
+
for ($i=0; $i < 3; $i++) {
|
59 |
+
$no_response = false;
|
60 |
+
try {
|
61 |
+
$resultJson = Mage::helper('skrill')->checkStatusPayment($url);
|
62 |
+
} catch (Exception $e) {
|
63 |
+
$no_response = true;
|
64 |
+
}
|
65 |
+
if (!$no_response && $resultJson)
|
66 |
+
{
|
67 |
+
return false;
|
68 |
+
break;
|
69 |
+
}
|
70 |
+
}
|
71 |
+
return true;
|
72 |
+
}
|
73 |
+
|
74 |
+
protected function _checkFraud($resultJson)
|
75 |
+
{
|
76 |
+
$quote = Mage::getModel('checkout/session')->getQuote();
|
77 |
+
$quoteData = $quote->getData();
|
78 |
+
$grandTotal = (float) $quoteData['grand_total'];
|
79 |
+
$amount = (float) $resultJson['transaction']['payment']['clearing']['amount'];
|
80 |
+
if ($resultJson['transaction']['payment']['clearing']['amount'])
|
81 |
+
return $grandTotal != $amount;
|
82 |
+
else
|
83 |
+
return false;
|
84 |
+
}
|
85 |
+
|
86 |
+
protected function _redirectError($returnMessage, $url='checkout/onepage')
|
87 |
+
{
|
88 |
+
Mage::getSingleton('core/session')->addError($returnMessage);
|
89 |
+
$this->_redirect($url, array('_secure'=>true));
|
90 |
+
}
|
91 |
+
|
92 |
+
protected function _doRefund($resultJson)
|
93 |
+
{
|
94 |
+
$dataTransaction = Mage::getSingleton('customer/session')->getDataTransaction();
|
95 |
+
$dataTransaction['refId'] = $resultJson['transaction']['identification']['uniqueId'];
|
96 |
+
$dataTransaction['amount'] = $resultJson['transaction']['payment']['clearing']['amount'];
|
97 |
+
$dataTransaction['currency'] = $resultJson['transaction']['payment']['clearing']['currency'];
|
98 |
+
$payment_method = substr($resultJson['transaction']['payment']['code'],0,2);
|
99 |
+
$dataTransaction['payment_method'] = $payment_method;
|
100 |
+
$payment_type = substr($resultJson['transaction']['payment']['code'],-2);
|
101 |
+
if ($payment_type == 'PA')
|
102 |
+
$dataTransaction['payment_type'] = "RV";
|
103 |
+
else
|
104 |
+
$dataTransaction['payment_type'] = "RF";
|
105 |
+
|
106 |
+
$postData = Mage::helper('skrill')->getPostExecutePayment($dataTransaction);
|
107 |
+
$server = Mage::getSingleton('customer/session')->getServerMode();
|
108 |
+
|
109 |
+
$url = Mage::helper('skrill')->getExecuteUrl($server);
|
110 |
+
|
111 |
+
try {
|
112 |
+
$response = Mage::helper('skrill')->executePayment($postData, $url);
|
113 |
+
} catch (Exception $e) {
|
114 |
+
return false;
|
115 |
+
}
|
116 |
+
|
117 |
+
$result = Mage::helper('skrill')->buildResponseArray($response);
|
118 |
+
if ($result['PROCESSING.RESULT'] == 'ACK')
|
119 |
+
return true;
|
120 |
+
else
|
121 |
+
return false;
|
122 |
+
}
|
123 |
+
|
124 |
+
private function _getPostResponseActionUrl(Mage_Sales_Model_Order $order)
|
125 |
+
{
|
126 |
+
$token = $_GET['token'];
|
127 |
+
$server = Mage::getSingleton('customer/session')->getServerMode();
|
128 |
+
$url = Mage::helper('skrill')->getStatusUrl($server, $token);
|
129 |
+
|
130 |
+
$no_response = $this->_checkStatusPayment($url, $resultJson);
|
131 |
+
|
132 |
+
if ($no_response)
|
133 |
+
{
|
134 |
+
$comment = Mage::helper('skrill')->getPayonComment('NOK');
|
135 |
+
$order->addStatusHistoryComment($comment, false);
|
136 |
+
$order->save();
|
137 |
+
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_NORESPONSE'));
|
138 |
+
}
|
139 |
+
else
|
140 |
+
{
|
141 |
+
$is_fraud = false;
|
142 |
+
$theResult = $resultJson['transaction']['processing']['result'];
|
143 |
+
$returnCode = $resultJson['transaction']['processing']['return']['code'];
|
144 |
+
$returnMessage = Mage::helper('skrill')->__(Mage::helper('skrill')->getErrorIdentifier($returnCode));
|
145 |
+
|
146 |
+
$currency = $resultJson['transaction']['payment']['clearing']['currency'];
|
147 |
+
$payment_type = substr($resultJson['transaction']['payment']['code'],-2);
|
148 |
+
|
149 |
+
$uniqueId = $resultJson['transaction']['identification']['uniqueId'];
|
150 |
+
$payment_brand = $resultJson['transaction']['account']['brand'];
|
151 |
+
$ip_country = $resultJson['transaction']['customer']['contact']['ipCountry'];
|
152 |
+
$bin = $resultJson['transaction']['account']['bin'];
|
153 |
+
|
154 |
+
if ($theResult == 'ACK') {
|
155 |
+
if ($is_fraud)
|
156 |
+
{
|
157 |
+
$refunded = $this->_doRefund($resultJson);
|
158 |
+
if ($refunded)
|
159 |
+
$refund_status = 'REFUNDED';
|
160 |
+
else
|
161 |
+
$refund_status = 'REFUNDED_FAILED';
|
162 |
+
|
163 |
+
$comment = Mage::helper('skrill')->getPayonComment($theResult, $payment_type, $payment_brand, $bin, 'history', 'fraud', $uniqueId, $refund_status);
|
164 |
+
$order->addStatusHistoryComment($comment, false);
|
165 |
+
$order->save();
|
166 |
+
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_FRAUD_DETECTION'));
|
167 |
+
}
|
168 |
+
else
|
169 |
+
{
|
170 |
+
$order->getPayment()->setAdditionalInformation('skrill_status', $theResult);
|
171 |
+
$order->getPayment()->setAdditionalInformation('skrill_uniqueid',$uniqueId);
|
172 |
+
$order->getPayment()->setAdditionalInformation('skrill_currency',$currency);
|
173 |
+
$order->getPayment()->setAdditionalInformation('skrill_transaction_code',$payment_type);
|
174 |
+
|
175 |
+
$order->getPayment()->setAdditionalInformation('skrill_ip_country', strtoupper($ip_country));
|
176 |
+
$order->getPayment()->setAdditionalInformation('skrill_payment_brand', $payment_brand);
|
177 |
+
$order->getPayment()->setAdditionalInformation('skrill_bin', $bin);
|
178 |
+
|
179 |
+
if ($payment_type == 'PA') {
|
180 |
+
$order->setState(Mage_Sales_Model_Order::STATE_NEW, true)->save();
|
181 |
+
} else {
|
182 |
+
Mage::helper('skrill')->invoice($order);
|
183 |
+
}
|
184 |
+
|
185 |
+
$comment = Mage::helper('skrill')->getPayonComment($theResult, $payment_type, $payment_brand, $bin);
|
186 |
+
$order->addStatusHistoryComment($comment, false);
|
187 |
+
$order->save();
|
188 |
+
$order->sendNewOrderEmail();
|
189 |
+
|
190 |
+
Mage::getModel('sales/quote')->load($order->getQuoteId())->setIsActive(false)->save();
|
191 |
+
$this->_redirect('checkout/onepage/success', array('_secure'=>true));
|
192 |
+
}
|
193 |
+
} else if ($theResult == 'NOK') {
|
194 |
+
if ($is_fraud)
|
195 |
+
{
|
196 |
+
$comment = Mage::helper('skrill')->getPayonComment($theResult, $payment_type, $payment_brand, $bin, 'history', 'fraud', $uniqueId);
|
197 |
+
$order->addStatusHistoryComment($comment, false);
|
198 |
+
$order->save();
|
199 |
+
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_FRAUD_DETECTION'));
|
200 |
+
}
|
201 |
+
else
|
202 |
+
{
|
203 |
+
$comment = Mage::helper('skrill')->getPayonComment($theResult, $payment_type, $payment_brand, $bin);
|
204 |
+
$order->addStatusHistoryComment($comment, false);
|
205 |
+
$order->save();
|
206 |
+
$this->_redirectError($returnMessage);
|
207 |
+
}
|
208 |
+
} else {
|
209 |
+
if ($is_fraud)
|
210 |
+
{
|
211 |
+
$this->_redirectError(Mage::helper('skrill')->__('ERROR_GENERAL_FRAUD_DETECTION'));
|
212 |
+
}
|
213 |
+
else
|
214 |
+
{
|
215 |
+
$this->_redirectError(Mage::helper('skrill')->__('ERROR_UNKNOWN'));
|
216 |
+
}
|
217 |
+
}
|
218 |
+
}
|
219 |
+
}
|
220 |
+
|
221 |
+
/**
|
222 |
+
* Render the Payment Form page
|
223 |
+
*/
|
224 |
+
public function renderCCAction()
|
225 |
+
{
|
226 |
+
$this->loadLayout();
|
227 |
+
$block = $this->getLayout()->createBlock('skrill/payment_formcc');
|
228 |
+
|
229 |
+
$this->getLayout()->getBlock('content')->append($block);
|
230 |
+
$this->renderLayout();
|
231 |
+
}
|
232 |
+
|
233 |
+
public function renderDDAction()
|
234 |
+
{
|
235 |
+
$this->loadLayout();
|
236 |
+
$block = $this->getLayout()->createBlock('skrill/payment_formdd');
|
237 |
+
|
238 |
+
$this->getLayout()->getBlock('content')->append($block);
|
239 |
+
$this->renderLayout();
|
240 |
+
}
|
241 |
+
|
242 |
+
public function renderRedirectAction()
|
243 |
+
{
|
244 |
+
$this->loadLayout();
|
245 |
+
$this->getLayout()->getBlock('root')->setTemplate('skrill/payment/formcp.phtml');
|
246 |
+
$this->renderLayout();
|
247 |
+
}
|
248 |
+
|
249 |
+
public function renderCPAction()
|
250 |
+
{
|
251 |
+
$this->loadLayout();
|
252 |
+
$block = $this->getLayout()->createBlock('skrill/payment_formcp');
|
253 |
+
|
254 |
+
$this->getLayout()->getBlock('content')->append($block);
|
255 |
+
$this->renderLayout();
|
256 |
+
}
|
257 |
+
|
258 |
+
public function myurlencode($val)
|
259 |
+
{
|
260 |
+
return urlencode(str_replace("/", "%2f", $val));
|
261 |
+
}
|
262 |
+
|
263 |
+
public function myurldecode($val)
|
264 |
+
{
|
265 |
+
return str_replace("%2f", "/", urldecode($val));
|
266 |
+
}
|
267 |
+
|
268 |
}
|
app/code/community/Skrill/controllers/UpdateorderController.php
CHANGED
@@ -1,39 +1,30 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Skrill_UpdateorderController extends Mage_Adminhtml_Controller_Action
|
4 |
-
{
|
5 |
-
|
6 |
-
{
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
$order->getPayment()->setAdditionalInformation('skrill_issuer_country', $response['payment_instrument_country']);
|
31 |
-
|
32 |
-
$comment = Mage::helper('skrill')->getComment($response);
|
33 |
-
$order->addStatusHistoryComment($comment, false);
|
34 |
-
$order->save();
|
35 |
-
}
|
36 |
-
|
37 |
-
$this->_redirect("adminhtml/sales_order/view",array('order_id' => $orderId));
|
38 |
-
}
|
39 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Skrill_UpdateorderController extends Mage_Adminhtml_Controller_Action
|
4 |
+
{
|
5 |
+
public function indexAction()
|
6 |
+
{
|
7 |
+
$orderId = $this->getRequest()->getParam('order_id');
|
8 |
+
$order = Mage::getModel('sales/order')->load($orderId);
|
9 |
+
|
10 |
+
$parameters['mb_trn_id'] = $order->getPayment()->getAdditionalInformation('skrill_mb_transaction_id');
|
11 |
+
$response = Mage::helper('skrill')->getStatusTrn($parameters);
|
12 |
+
|
13 |
+
if ($response !== false) {
|
14 |
+
$invoiceIds = $order->getInvoiceCollection()->getAllIds();
|
15 |
+
if (empty($invoiceIds) && $response['status'] == '2') {
|
16 |
+
Mage::helper('skrill')->invoice($order);
|
17 |
+
}
|
18 |
+
|
19 |
+
$order->getPayment()->setAdditionalInformation('skrill_status', $response['status']);
|
20 |
+
$order->getPayment()->setAdditionalInformation('skrill_payment_type', $response['payment_type']);
|
21 |
+
$order->getPayment()->setAdditionalInformation('skrill_issuer_country', $response['payment_instrument_country']);
|
22 |
+
|
23 |
+
$comment = Mage::helper('skrill')->getComment($response);
|
24 |
+
$order->addStatusHistoryComment($comment, false);
|
25 |
+
$order->save();
|
26 |
+
}
|
27 |
+
|
28 |
+
$this->_redirect("adminhtml/sales_order/view",array('order_id' => $orderId));
|
29 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
}
|
app/code/community/Skrill/etc/adminhtml.xml
CHANGED
@@ -1,48 +1,48 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/afl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magento.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
* DISCLAIMER
|
17 |
-
*
|
18 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
-
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.magento.com for more information.
|
21 |
-
*
|
22 |
-
* @category Skrill
|
23 |
-
* @package Skrill_Payment
|
24 |
-
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
-->
|
28 |
-
<config>
|
29 |
-
<acl>
|
30 |
-
<resources>
|
31 |
-
<admin>
|
32 |
-
<children>
|
33 |
-
<system>
|
34 |
-
<children>
|
35 |
-
<config>
|
36 |
-
<children>
|
37 |
-
<skrill translate="title" module="skrill">
|
38 |
-
<title>Skrill Section</title>
|
39 |
-
</skrill>
|
40 |
-
</children>
|
41 |
-
</config>
|
42 |
-
</children>
|
43 |
-
</system>
|
44 |
-
</children>
|
45 |
-
</admin>
|
46 |
-
</resources>
|
47 |
-
</acl>
|
48 |
-
</config>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magento.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magento.com for more information.
|
21 |
+
*
|
22 |
+
* @category Skrill
|
23 |
+
* @package Skrill_Payment
|
24 |
+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
<config>
|
29 |
+
<acl>
|
30 |
+
<resources>
|
31 |
+
<admin>
|
32 |
+
<children>
|
33 |
+
<system>
|
34 |
+
<children>
|
35 |
+
<config>
|
36 |
+
<children>
|
37 |
+
<skrill translate="title" module="skrill">
|
38 |
+
<title>Skrill Section</title>
|
39 |
+
</skrill>
|
40 |
+
</children>
|
41 |
+
</config>
|
42 |
+
</children>
|
43 |
+
</system>
|
44 |
+
</children>
|
45 |
+
</admin>
|
46 |
+
</resources>
|
47 |
+
</acl>
|
48 |
+
</config>
|
app/code/community/Skrill/etc/config.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
<config>
|
23 |
<modules>
|
24 |
<Skrill>
|
25 |
-
<version>1.0.
|
26 |
</Skrill>
|
27 |
</modules>
|
28 |
|
@@ -170,7 +170,7 @@
|
|
170 |
<default>
|
171 |
<payment>
|
172 |
<skrill_settings>
|
173 |
-
<version>1.0.
|
174 |
<merchant_id></merchant_id>
|
175 |
<merchant_account></merchant_account>
|
176 |
<recipient_desc></recipient_desc>
|
22 |
<config>
|
23 |
<modules>
|
24 |
<Skrill>
|
25 |
+
<version>1.0.18</version>
|
26 |
</Skrill>
|
27 |
</modules>
|
28 |
|
170 |
<default>
|
171 |
<payment>
|
172 |
<skrill_settings>
|
173 |
+
<version>1.0.18</version>
|
174 |
<merchant_id></merchant_id>
|
175 |
<merchant_account></merchant_account>
|
176 |
<recipient_desc></recipient_desc>
|
app/code/community/Skrill/etc/system.xml
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
<show_in_store>1</show_in_store>
|
40 |
<fields>
|
41 |
<version>
|
42 |
-
<label>v1.0.
|
43 |
<sort_order>1</sort_order>
|
44 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
45 |
<frontend_type>label</frontend_type>
|
@@ -131,6 +131,17 @@
|
|
131 |
<show_in_website>1</show_in_website>
|
132 |
<show_in_store>1</show_in_store>
|
133 |
</display>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
</fields>
|
135 |
</skrill_settings>
|
136 |
<!-- <skrill_general module="skrill" translate="label">
|
@@ -141,7 +152,7 @@
|
|
141 |
<sort_order>99</sort_order>
|
142 |
<fields>
|
143 |
<version>
|
144 |
-
<label>v1.0.
|
145 |
<sort_order>1</sort_order>
|
146 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
147 |
<frontend_type>label</frontend_type>
|
@@ -198,7 +209,7 @@
|
|
198 |
<show_in_store>1</show_in_store>
|
199 |
<fields>
|
200 |
<!-- <version>
|
201 |
-
<label>v1.0.
|
202 |
<sort_order>1</sort_order>
|
203 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
204 |
<frontend_type>label</frontend_type>
|
@@ -237,7 +248,7 @@
|
|
237 |
<show_in_store>1</show_in_store>
|
238 |
<fields>
|
239 |
<!-- <version>
|
240 |
-
<label>v1.0.
|
241 |
<sort_order>1</sort_order>
|
242 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
243 |
<frontend_type>label</frontend_type>
|
@@ -286,7 +297,7 @@
|
|
286 |
<show_in_store>1</show_in_store>
|
287 |
<fields>
|
288 |
<!-- <version>
|
289 |
-
<label>v1.0.
|
290 |
<sort_order>1</sort_order>
|
291 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
292 |
<frontend_type>label</frontend_type>
|
@@ -413,7 +424,7 @@
|
|
413 |
<show_in_store>1</show_in_store>
|
414 |
<fields>
|
415 |
<!-- <version>
|
416 |
-
<label>v1.0.
|
417 |
<sort_order>1</sort_order>
|
418 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
419 |
<frontend_type>label</frontend_type>
|
@@ -549,7 +560,7 @@
|
|
549 |
<show_in_store>1</show_in_store>
|
550 |
<fields>
|
551 |
<!-- <version>
|
552 |
-
<label>v1.0.
|
553 |
<sort_order>1</sort_order>
|
554 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
555 |
<frontend_type>label</frontend_type>
|
@@ -598,7 +609,7 @@
|
|
598 |
<show_in_store>1</show_in_store>
|
599 |
<fields>
|
600 |
<!-- <version>
|
601 |
-
<label>v1.0.
|
602 |
<sort_order>1</sort_order>
|
603 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
604 |
<frontend_type>label</frontend_type>
|
@@ -647,7 +658,7 @@
|
|
647 |
<show_in_store>1</show_in_store>
|
648 |
<fields>
|
649 |
<!-- <version>
|
650 |
-
<label>v1.0.
|
651 |
<sort_order>1</sort_order>
|
652 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
653 |
<frontend_type>label</frontend_type>
|
@@ -696,7 +707,7 @@
|
|
696 |
<show_in_store>1</show_in_store>
|
697 |
<fields>
|
698 |
<!-- <version>
|
699 |
-
<label>v1.0.
|
700 |
<sort_order>1</sort_order>
|
701 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
702 |
<frontend_type>label</frontend_type>
|
@@ -745,7 +756,7 @@
|
|
745 |
<show_in_store>1</show_in_store>
|
746 |
<fields>
|
747 |
<!-- <version>
|
748 |
-
<label>v1.0.
|
749 |
<sort_order>1</sort_order>
|
750 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
751 |
<frontend_type>label</frontend_type>
|
@@ -794,7 +805,7 @@
|
|
794 |
<show_in_store>1</show_in_store>
|
795 |
<fields>
|
796 |
<!-- <version>
|
797 |
-
<label>v1.0.
|
798 |
<sort_order>1</sort_order>
|
799 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
800 |
<frontend_type>label</frontend_type>
|
@@ -843,7 +854,7 @@
|
|
843 |
<show_in_store>1</show_in_store>
|
844 |
<fields>
|
845 |
<!-- <version>
|
846 |
-
<label>v1.0.
|
847 |
<sort_order>1</sort_order>
|
848 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
849 |
<frontend_type>label</frontend_type>
|
@@ -892,7 +903,7 @@
|
|
892 |
<show_in_store>1</show_in_store>
|
893 |
<fields>
|
894 |
<!-- <version>
|
895 |
-
<label>v1.0.
|
896 |
<sort_order>1</sort_order>
|
897 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
898 |
<frontend_type>label</frontend_type>
|
@@ -941,7 +952,7 @@
|
|
941 |
<show_in_store>1</show_in_store>
|
942 |
<fields>
|
943 |
<!-- <version>
|
944 |
-
<label>v1.0.
|
945 |
<sort_order>1</sort_order>
|
946 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
947 |
<frontend_type>label</frontend_type>
|
@@ -990,7 +1001,7 @@
|
|
990 |
<show_in_store>1</show_in_store>
|
991 |
<fields>
|
992 |
<!-- <version>
|
993 |
-
<label>v1.0.
|
994 |
<sort_order>1</sort_order>
|
995 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
996 |
<frontend_type>label</frontend_type>
|
@@ -1039,7 +1050,7 @@
|
|
1039 |
<show_in_store>1</show_in_store>
|
1040 |
<fields>
|
1041 |
<!-- <version>
|
1042 |
-
<label>v1.0.
|
1043 |
<sort_order>1</sort_order>
|
1044 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1045 |
<frontend_type>label</frontend_type>
|
@@ -1088,7 +1099,7 @@
|
|
1088 |
<show_in_store>1</show_in_store>
|
1089 |
<fields>
|
1090 |
<!-- <version>
|
1091 |
-
<label>v1.0.
|
1092 |
<sort_order>1</sort_order>
|
1093 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1094 |
<frontend_type>label</frontend_type>
|
@@ -1137,7 +1148,7 @@
|
|
1137 |
<show_in_store>1</show_in_store>
|
1138 |
<fields>
|
1139 |
<!-- <version>
|
1140 |
-
<label>v1.0.
|
1141 |
<sort_order>1</sort_order>
|
1142 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1143 |
<frontend_type>label</frontend_type>
|
@@ -1263,7 +1274,7 @@
|
|
1263 |
<show_in_store>1</show_in_store>
|
1264 |
<fields>
|
1265 |
<!-- <version>
|
1266 |
-
<label>v1.0.
|
1267 |
<sort_order>1</sort_order>
|
1268 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1269 |
<frontend_type>label</frontend_type>
|
@@ -1389,7 +1400,7 @@
|
|
1389 |
<show_in_store>1</show_in_store>
|
1390 |
<fields>
|
1391 |
<!-- <version>
|
1392 |
-
<label>v1.0.
|
1393 |
<sort_order>1</sort_order>
|
1394 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1395 |
<frontend_type>label</frontend_type>
|
@@ -1515,7 +1526,7 @@
|
|
1515 |
<show_in_store>1</show_in_store>
|
1516 |
<fields>
|
1517 |
<!-- <version>
|
1518 |
-
<label>v1.0.
|
1519 |
<sort_order>1</sort_order>
|
1520 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1521 |
<frontend_type>label</frontend_type>
|
@@ -1564,7 +1575,7 @@
|
|
1564 |
<show_in_store>1</show_in_store>
|
1565 |
<fields>
|
1566 |
<!-- <version>
|
1567 |
-
<label>v1.0.
|
1568 |
<sort_order>1</sort_order>
|
1569 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1570 |
<frontend_type>label</frontend_type>
|
@@ -1690,7 +1701,7 @@
|
|
1690 |
<show_in_store>1</show_in_store>
|
1691 |
<fields>
|
1692 |
<!-- <version>
|
1693 |
-
<label>v1.0.
|
1694 |
<sort_order>1</sort_order>
|
1695 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1696 |
<frontend_type>label</frontend_type>
|
@@ -1816,7 +1827,7 @@
|
|
1816 |
<show_in_store>1</show_in_store>
|
1817 |
<fields>
|
1818 |
<!-- <version>
|
1819 |
-
<label>v1.0.
|
1820 |
<sort_order>1</sort_order>
|
1821 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1822 |
<frontend_type>label</frontend_type>
|
@@ -1865,7 +1876,7 @@
|
|
1865 |
<show_in_store>1</show_in_store>
|
1866 |
<fields>
|
1867 |
<!-- <version>
|
1868 |
-
<label>v1.0.
|
1869 |
<sort_order>1</sort_order>
|
1870 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1871 |
<frontend_type>label</frontend_type>
|
@@ -1914,7 +1925,7 @@
|
|
1914 |
<show_in_store>1</show_in_store>
|
1915 |
<fields>
|
1916 |
<!-- <version>
|
1917 |
-
<label>v1.0.
|
1918 |
<sort_order>1</sort_order>
|
1919 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1920 |
<frontend_type>label</frontend_type>
|
@@ -1963,7 +1974,7 @@
|
|
1963 |
<show_in_store>1</show_in_store>
|
1964 |
<fields>
|
1965 |
<!-- <version>
|
1966 |
-
<label>v1.0.
|
1967 |
<sort_order>1</sort_order>
|
1968 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1969 |
<frontend_type>label</frontend_type>
|
@@ -2012,7 +2023,7 @@
|
|
2012 |
<show_in_store>1</show_in_store>
|
2013 |
<fields>
|
2014 |
<!-- <version>
|
2015 |
-
<label>v1.0.
|
2016 |
<sort_order>1</sort_order>
|
2017 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2018 |
<frontend_type>label</frontend_type>
|
@@ -2061,7 +2072,7 @@
|
|
2061 |
<sort_order>1600</sort_order>
|
2062 |
<fields>
|
2063 |
<version>
|
2064 |
-
<label>v1.0.
|
2065 |
<sort_order>1</sort_order>
|
2066 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2067 |
<frontend_type>label</frontend_type>
|
@@ -2175,7 +2186,7 @@
|
|
2175 |
<sort_order>1800</sort_order>
|
2176 |
<fields>
|
2177 |
<version>
|
2178 |
-
<label>v1.0.
|
2179 |
<sort_order>1</sort_order>
|
2180 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2181 |
<frontend_type>label</frontend_type>
|
@@ -2289,7 +2300,7 @@
|
|
2289 |
<sort_order>1900</sort_order>
|
2290 |
<fields>
|
2291 |
<version>
|
2292 |
-
<label>v1.0.
|
2293 |
<sort_order>1</sort_order>
|
2294 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2295 |
<frontend_type>label</frontend_type>
|
@@ -2403,7 +2414,7 @@
|
|
2403 |
<sort_order>2000</sort_order>
|
2404 |
<fields>
|
2405 |
<version>
|
2406 |
-
<label>v1.0.
|
2407 |
<sort_order>1</sort_order>
|
2408 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2409 |
<frontend_type>label</frontend_type>
|
@@ -2516,7 +2527,7 @@
|
|
2516 |
<sort_order>2100</sort_order>
|
2517 |
<fields>
|
2518 |
<version>
|
2519 |
-
<label>v1.0.
|
2520 |
<sort_order>1</sort_order>
|
2521 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2522 |
<frontend_type>label</frontend_type>
|
39 |
<show_in_store>1</show_in_store>
|
40 |
<fields>
|
41 |
<version>
|
42 |
+
<label>v1.0.18</label>
|
43 |
<sort_order>1</sort_order>
|
44 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
45 |
<frontend_type>label</frontend_type>
|
131 |
<show_in_website>1</show_in_website>
|
132 |
<show_in_store>1</show_in_store>
|
133 |
</display>
|
134 |
+
<merchant_email translate="label,comment">
|
135 |
+
<label>SKRILL_BACKEND_MERCHANTEMAIL</label>
|
136 |
+
<comment>SKRILL_BACKEND_TT_MERCHANTEMAIL</comment>
|
137 |
+
<frontend_type>text</frontend_type>
|
138 |
+
<config_path>payment/skrill_settings/merchant_email</config_path>
|
139 |
+
<sort_order>10</sort_order>
|
140 |
+
<validate>required-entry</validate>
|
141 |
+
<show_in_default>1</show_in_default>
|
142 |
+
<show_in_website>1</show_in_website>
|
143 |
+
<show_in_store>1</show_in_store>
|
144 |
+
</merchant_email>
|
145 |
</fields>
|
146 |
</skrill_settings>
|
147 |
<!-- <skrill_general module="skrill" translate="label">
|
152 |
<sort_order>99</sort_order>
|
153 |
<fields>
|
154 |
<version>
|
155 |
+
<label>v1.0.18</label>
|
156 |
<sort_order>1</sort_order>
|
157 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
158 |
<frontend_type>label</frontend_type>
|
209 |
<show_in_store>1</show_in_store>
|
210 |
<fields>
|
211 |
<!-- <version>
|
212 |
+
<label>v1.0.18</label>
|
213 |
<sort_order>1</sort_order>
|
214 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
215 |
<frontend_type>label</frontend_type>
|
248 |
<show_in_store>1</show_in_store>
|
249 |
<fields>
|
250 |
<!-- <version>
|
251 |
+
<label>v1.0.18</label>
|
252 |
<sort_order>1</sort_order>
|
253 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
254 |
<frontend_type>label</frontend_type>
|
297 |
<show_in_store>1</show_in_store>
|
298 |
<fields>
|
299 |
<!-- <version>
|
300 |
+
<label>v1.0.18</label>
|
301 |
<sort_order>1</sort_order>
|
302 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
303 |
<frontend_type>label</frontend_type>
|
424 |
<show_in_store>1</show_in_store>
|
425 |
<fields>
|
426 |
<!-- <version>
|
427 |
+
<label>v1.0.18</label>
|
428 |
<sort_order>1</sort_order>
|
429 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
430 |
<frontend_type>label</frontend_type>
|
560 |
<show_in_store>1</show_in_store>
|
561 |
<fields>
|
562 |
<!-- <version>
|
563 |
+
<label>v1.0.18</label>
|
564 |
<sort_order>1</sort_order>
|
565 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
566 |
<frontend_type>label</frontend_type>
|
609 |
<show_in_store>1</show_in_store>
|
610 |
<fields>
|
611 |
<!-- <version>
|
612 |
+
<label>v1.0.18</label>
|
613 |
<sort_order>1</sort_order>
|
614 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
615 |
<frontend_type>label</frontend_type>
|
658 |
<show_in_store>1</show_in_store>
|
659 |
<fields>
|
660 |
<!-- <version>
|
661 |
+
<label>v1.0.18</label>
|
662 |
<sort_order>1</sort_order>
|
663 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
664 |
<frontend_type>label</frontend_type>
|
707 |
<show_in_store>1</show_in_store>
|
708 |
<fields>
|
709 |
<!-- <version>
|
710 |
+
<label>v1.0.18</label>
|
711 |
<sort_order>1</sort_order>
|
712 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
713 |
<frontend_type>label</frontend_type>
|
756 |
<show_in_store>1</show_in_store>
|
757 |
<fields>
|
758 |
<!-- <version>
|
759 |
+
<label>v1.0.18</label>
|
760 |
<sort_order>1</sort_order>
|
761 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
762 |
<frontend_type>label</frontend_type>
|
805 |
<show_in_store>1</show_in_store>
|
806 |
<fields>
|
807 |
<!-- <version>
|
808 |
+
<label>v1.0.18</label>
|
809 |
<sort_order>1</sort_order>
|
810 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
811 |
<frontend_type>label</frontend_type>
|
854 |
<show_in_store>1</show_in_store>
|
855 |
<fields>
|
856 |
<!-- <version>
|
857 |
+
<label>v1.0.18</label>
|
858 |
<sort_order>1</sort_order>
|
859 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
860 |
<frontend_type>label</frontend_type>
|
903 |
<show_in_store>1</show_in_store>
|
904 |
<fields>
|
905 |
<!-- <version>
|
906 |
+
<label>v1.0.18</label>
|
907 |
<sort_order>1</sort_order>
|
908 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
909 |
<frontend_type>label</frontend_type>
|
952 |
<show_in_store>1</show_in_store>
|
953 |
<fields>
|
954 |
<!-- <version>
|
955 |
+
<label>v1.0.18</label>
|
956 |
<sort_order>1</sort_order>
|
957 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
958 |
<frontend_type>label</frontend_type>
|
1001 |
<show_in_store>1</show_in_store>
|
1002 |
<fields>
|
1003 |
<!-- <version>
|
1004 |
+
<label>v1.0.18</label>
|
1005 |
<sort_order>1</sort_order>
|
1006 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1007 |
<frontend_type>label</frontend_type>
|
1050 |
<show_in_store>1</show_in_store>
|
1051 |
<fields>
|
1052 |
<!-- <version>
|
1053 |
+
<label>v1.0.18</label>
|
1054 |
<sort_order>1</sort_order>
|
1055 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1056 |
<frontend_type>label</frontend_type>
|
1099 |
<show_in_store>1</show_in_store>
|
1100 |
<fields>
|
1101 |
<!-- <version>
|
1102 |
+
<label>v1.0.18</label>
|
1103 |
<sort_order>1</sort_order>
|
1104 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1105 |
<frontend_type>label</frontend_type>
|
1148 |
<show_in_store>1</show_in_store>
|
1149 |
<fields>
|
1150 |
<!-- <version>
|
1151 |
+
<label>v1.0.18</label>
|
1152 |
<sort_order>1</sort_order>
|
1153 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1154 |
<frontend_type>label</frontend_type>
|
1274 |
<show_in_store>1</show_in_store>
|
1275 |
<fields>
|
1276 |
<!-- <version>
|
1277 |
+
<label>v1.0.18</label>
|
1278 |
<sort_order>1</sort_order>
|
1279 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1280 |
<frontend_type>label</frontend_type>
|
1400 |
<show_in_store>1</show_in_store>
|
1401 |
<fields>
|
1402 |
<!-- <version>
|
1403 |
+
<label>v1.0.18</label>
|
1404 |
<sort_order>1</sort_order>
|
1405 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1406 |
<frontend_type>label</frontend_type>
|
1526 |
<show_in_store>1</show_in_store>
|
1527 |
<fields>
|
1528 |
<!-- <version>
|
1529 |
+
<label>v1.0.18</label>
|
1530 |
<sort_order>1</sort_order>
|
1531 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1532 |
<frontend_type>label</frontend_type>
|
1575 |
<show_in_store>1</show_in_store>
|
1576 |
<fields>
|
1577 |
<!-- <version>
|
1578 |
+
<label>v1.0.18</label>
|
1579 |
<sort_order>1</sort_order>
|
1580 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1581 |
<frontend_type>label</frontend_type>
|
1701 |
<show_in_store>1</show_in_store>
|
1702 |
<fields>
|
1703 |
<!-- <version>
|
1704 |
+
<label>v1.0.18</label>
|
1705 |
<sort_order>1</sort_order>
|
1706 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1707 |
<frontend_type>label</frontend_type>
|
1827 |
<show_in_store>1</show_in_store>
|
1828 |
<fields>
|
1829 |
<!-- <version>
|
1830 |
+
<label>v1.0.18</label>
|
1831 |
<sort_order>1</sort_order>
|
1832 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1833 |
<frontend_type>label</frontend_type>
|
1876 |
<show_in_store>1</show_in_store>
|
1877 |
<fields>
|
1878 |
<!-- <version>
|
1879 |
+
<label>v1.0.18</label>
|
1880 |
<sort_order>1</sort_order>
|
1881 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1882 |
<frontend_type>label</frontend_type>
|
1925 |
<show_in_store>1</show_in_store>
|
1926 |
<fields>
|
1927 |
<!-- <version>
|
1928 |
+
<label>v1.0.18</label>
|
1929 |
<sort_order>1</sort_order>
|
1930 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1931 |
<frontend_type>label</frontend_type>
|
1974 |
<show_in_store>1</show_in_store>
|
1975 |
<fields>
|
1976 |
<!-- <version>
|
1977 |
+
<label>v1.0.18</label>
|
1978 |
<sort_order>1</sort_order>
|
1979 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1980 |
<frontend_type>label</frontend_type>
|
2023 |
<show_in_store>1</show_in_store>
|
2024 |
<fields>
|
2025 |
<!-- <version>
|
2026 |
+
<label>v1.0.18</label>
|
2027 |
<sort_order>1</sort_order>
|
2028 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2029 |
<frontend_type>label</frontend_type>
|
2072 |
<sort_order>1600</sort_order>
|
2073 |
<fields>
|
2074 |
<version>
|
2075 |
+
<label>v1.0.18</label>
|
2076 |
<sort_order>1</sort_order>
|
2077 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2078 |
<frontend_type>label</frontend_type>
|
2186 |
<sort_order>1800</sort_order>
|
2187 |
<fields>
|
2188 |
<version>
|
2189 |
+
<label>v1.0.18</label>
|
2190 |
<sort_order>1</sort_order>
|
2191 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2192 |
<frontend_type>label</frontend_type>
|
2300 |
<sort_order>1900</sort_order>
|
2301 |
<fields>
|
2302 |
<version>
|
2303 |
+
<label>v1.0.18</label>
|
2304 |
<sort_order>1</sort_order>
|
2305 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2306 |
<frontend_type>label</frontend_type>
|
2414 |
<sort_order>2000</sort_order>
|
2415 |
<fields>
|
2416 |
<version>
|
2417 |
+
<label>v1.0.18</label>
|
2418 |
<sort_order>1</sort_order>
|
2419 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2420 |
<frontend_type>label</frontend_type>
|
2527 |
<sort_order>2100</sort_order>
|
2528 |
<fields>
|
2529 |
<version>
|
2530 |
+
<label>v1.0.18</label>
|
2531 |
<sort_order>1</sort_order>
|
2532 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2533 |
<frontend_type>label</frontend_type>
|
app/code/community/Skrill/sql/skrill_setup/mysql4-install-1.0.0.php
CHANGED
@@ -1,44 +1,44 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* @package Skrill
|
16 |
-
* @copyright Copyright (c) 2013 Skrill
|
17 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
-
*/
|
19 |
-
|
20 |
-
/* @var $installer Mage_Core_Model_Resource_Setup */
|
21 |
-
|
22 |
-
$installer = $this;
|
23 |
-
$installer->startSetup();
|
24 |
-
$installer->run("
|
25 |
-
INSERT INTO `{$this->getTable('sales/order_status')}` (
|
26 |
-
`status` ,
|
27 |
-
`label`
|
28 |
-
) SELECT 'payment_accepted','Payment Accepted' FROM dual WHERE NOT EXISTS (SELECT * FROM `{$this->getTable('sales/order_status')}` WHERE `status` = 'payment_accepted' AND `label` = 'Payment Accepted');
|
29 |
-
INSERT INTO `{$this->getTable('sales/order_status')}` (
|
30 |
-
`status` ,
|
31 |
-
`label`
|
32 |
-
) SELECT 'payment_pa','Pre-Authorization of Payment' FROM dual WHERE NOT EXISTS (SELECT * FROM `{$this->getTable('sales/order_status')}` WHERE `status` = 'payment_pa' AND `label` = 'Pre-Authorization of Payment');
|
33 |
-
INSERT INTO `{$this->getTable('sales/order_status_state')}` (
|
34 |
-
`status` ,
|
35 |
-
`state` ,
|
36 |
-
`is_default`
|
37 |
-
) SELECT 'payment_accepted','processing','
|
38 |
-
INSERT INTO `{$this->getTable('sales/order_status_state')}` (
|
39 |
-
`status` ,
|
40 |
-
`state` ,
|
41 |
-
`is_default`
|
42 |
-
) SELECT 'payment_pa','new','1' FROM dual WHERE NOT EXISTS (SELECT * FROM `{$this->getTable('sales/order_status_state')}` WHERE `status` = 'payment_pa' AND `state` = 'new');
|
43 |
-
");
|
44 |
$installer->endSetup();
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @package Skrill
|
16 |
+
* @copyright Copyright (c) 2013 Skrill
|
17 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
+
*/
|
19 |
+
|
20 |
+
/* @var $installer Mage_Core_Model_Resource_Setup */
|
21 |
+
|
22 |
+
$installer = $this;
|
23 |
+
$installer->startSetup();
|
24 |
+
$installer->run("
|
25 |
+
INSERT INTO `{$this->getTable('sales/order_status')}` (
|
26 |
+
`status` ,
|
27 |
+
`label`
|
28 |
+
) SELECT 'payment_accepted','Payment Accepted' FROM dual WHERE NOT EXISTS (SELECT * FROM `{$this->getTable('sales/order_status')}` WHERE `status` = 'payment_accepted' AND `label` = 'Payment Accepted');
|
29 |
+
INSERT INTO `{$this->getTable('sales/order_status')}` (
|
30 |
+
`status` ,
|
31 |
+
`label`
|
32 |
+
) SELECT 'payment_pa','Pre-Authorization of Payment' FROM dual WHERE NOT EXISTS (SELECT * FROM `{$this->getTable('sales/order_status')}` WHERE `status` = 'payment_pa' AND `label` = 'Pre-Authorization of Payment');
|
33 |
+
INSERT INTO `{$this->getTable('sales/order_status_state')}` (
|
34 |
+
`status` ,
|
35 |
+
`state` ,
|
36 |
+
`is_default`
|
37 |
+
) SELECT 'payment_accepted','processing','0' FROM dual WHERE NOT EXISTS (SELECT * FROM `{$this->getTable('sales/order_status_state')}` WHERE `status` = 'payment_accepted' AND `state` = 'processing');
|
38 |
+
INSERT INTO `{$this->getTable('sales/order_status_state')}` (
|
39 |
+
`status` ,
|
40 |
+
`state` ,
|
41 |
+
`is_default`
|
42 |
+
) SELECT 'payment_pa','new','1' FROM dual WHERE NOT EXISTS (SELECT * FROM `{$this->getTable('sales/order_status_state')}` WHERE `status` = 'payment_pa' AND `state` = 'new');
|
43 |
+
");
|
44 |
$installer->endSetup();
|
app/code/community/Skrill/sql/skrill_setup/mysql4-upgrade-1.0.16-1.0.17.php
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
$installer = $this;
|
4 |
+
$installer->startSetup();
|
5 |
+
$installer->run("UPDATE {$this->getTable('sales/order_status_state')} SET is_default ='0' WHERE status = 'payment_accepted' ");
|
6 |
+
$installer->endSetup();
|
app/design/adminhtml/default/Skrill/template/system/config/edit.phtml
CHANGED
@@ -1,368 +1,368 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magento.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magento.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package default_default
|
23 |
-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* @methods
|
30 |
-
* getTitle() - string
|
31 |
-
* getSaveUrl() - string
|
32 |
-
* getSections() - array
|
33 |
-
* getForm() - html
|
34 |
-
*/
|
35 |
-
?>
|
36 |
-
<style type='text/css'>
|
37 |
-
.input-disabled{
|
38 |
-
background-color:#EBEBE4 !important;
|
39 |
-
border:1px solid #ABADB3 !important;
|
40 |
-
padding:2px 1px !important;
|
41 |
-
}
|
42 |
-
.scope-label {
|
43 |
-
display: none !important;
|
44 |
-
}
|
45 |
-
</style>
|
46 |
-
<div class="content-header">
|
47 |
-
<table cellspacing="0">
|
48 |
-
<tr>
|
49 |
-
<td>
|
50 |
-
<h3<?php if($this->getHeaderCss()): ?> class="<?php echo $this->getHeaderCss()?>"<?php endif; ?>><?php echo Mage::helper('adminhtml')->__($this->getTitle()) ?></h3>
|
51 |
-
</td>
|
52 |
-
<td class="form-buttons"><?php echo $this->getSaveButtonHtml() ?></td>
|
53 |
-
</tr>
|
54 |
-
</table>
|
55 |
-
</div>
|
56 |
-
<form action="<?php echo $this->getSaveUrl() ?>" method="post" id="config_edit_form" enctype="multipart/form-data">
|
57 |
-
<?php echo $this->getBlockHtml('formkey')?>
|
58 |
-
<?php echo $this->getChildHtml('form') ?>
|
59 |
-
</form>
|
60 |
-
<script src="<?php echo $this->getSkinUrl('js/skrill/md5.js')?>" type="text/javascript"></script>
|
61 |
-
<script src="<?php echo $this->getSkinUrl('js/skrill/system_config_edit.js')?>" type="text/javascript"></script>
|
62 |
-
<script type="text/javascript">
|
63 |
-
//<![CDATA[
|
64 |
-
var configForm = new varienForm('config_edit_form');
|
65 |
-
var apipasswdold = document.getElementById("skrill_skrill_settings_api_passwd").value;
|
66 |
-
var secretwordold = document.getElementById("skrill_skrill_settings_secret_word").value;
|
67 |
-
configForm.validator.options.onFormValidate = function(result, form) {
|
68 |
-
var apipasswd = document.getElementById("skrill_skrill_settings_api_passwd").value;
|
69 |
-
if (apipasswd != '' && apipasswd != null && apipasswd != apipasswdold)
|
70 |
-
{
|
71 |
-
var hashapi = CryptoJS.MD5(apipasswd);
|
72 |
-
document.getElementById("skrill_skrill_settings_api_passwd").value = hashapi;
|
73 |
-
}
|
74 |
-
var secretword = document.getElementById("skrill_skrill_settings_secret_word").value;
|
75 |
-
if (secretword != '' && secretword != null && secretword != secretwordold)
|
76 |
-
{
|
77 |
-
var hashsecret = CryptoJS.MD5(secretword);
|
78 |
-
document.getElementById("skrill_skrill_settings_secret_word").value = hashsecret;
|
79 |
-
}
|
80 |
-
if (result) {
|
81 |
-
$$('.requires').each(function(element) {
|
82 |
-
var scopeElement = adminSystemConfig.getScopeElement(element);
|
83 |
-
if (!scopeElement || !scopeElement.checked) {
|
84 |
-
$(element).disabled = false;
|
85 |
-
}
|
86 |
-
});
|
87 |
-
}
|
88 |
-
};
|
89 |
-
|
90 |
-
var adminSystemConfig = {
|
91 |
-
getUp: function (element, tag) {
|
92 |
-
var $element = $(element);
|
93 |
-
if (typeof $element.upTag == 'undefined') {
|
94 |
-
$element.upTag = {};
|
95 |
-
}
|
96 |
-
if (typeof $element.upTag[tag] == 'undefined') {
|
97 |
-
$element.upTag[tag] = $($element.up(tag));
|
98 |
-
}
|
99 |
-
return $element.upTag[tag];
|
100 |
-
},
|
101 |
-
getUpTd: function (element) {
|
102 |
-
return this.getUp(element, 'td');
|
103 |
-
},
|
104 |
-
getUpTr: function (element) {
|
105 |
-
return this.getUp(element, 'tr');
|
106 |
-
},
|
107 |
-
getScopeElement: function(element) {
|
108 |
-
var $element = $(element);
|
109 |
-
if (typeof $element.scopeElement == 'undefined') {
|
110 |
-
var scopeElementName = element.getAttribute('name').replace(/\[value\]$/, '[inherit]');
|
111 |
-
$element.scopeElement = this.getUpTr(element).select('input[name="' + scopeElementName + '"]')[0];
|
112 |
-
if (typeof $element.scopeElement == 'undefined') {
|
113 |
-
$element.scopeElement = false;
|
114 |
-
}
|
115 |
-
}
|
116 |
-
return $element.scopeElement;
|
117 |
-
},
|
118 |
-
getDeleteElement: function(element) {
|
119 |
-
var $element = $(element);
|
120 |
-
if (typeof $element.deleteElement == 'undefined') {
|
121 |
-
$element.deleteElement = this.getUpTd(element)
|
122 |
-
.select('input[name="'+ element.getAttribute('name') + '[delete]"]')[0];
|
123 |
-
if (typeof $element.deleteElement == 'undefined') {
|
124 |
-
$element.deleteElement = false;
|
125 |
-
}
|
126 |
-
}
|
127 |
-
return $element.deleteElement;
|
128 |
-
},
|
129 |
-
mapClasses: function(element, full, callback, classPrefix) {
|
130 |
-
if (typeof classPrefix == 'undefined') {
|
131 |
-
classPrefix = 'shared'
|
132 |
-
}
|
133 |
-
element.classNames().each(function(className) {
|
134 |
-
if (className.indexOf(classPrefix + '-') == 0
|
135 |
-
|| (full && className.indexOf(classPrefix + '_') == 0)
|
136 |
-
) {
|
137 |
-
callback(className);
|
138 |
-
}
|
139 |
-
});
|
140 |
-
},
|
141 |
-
getRegisteredEvents: function(element) {
|
142 |
-
var events = [];
|
143 |
-
var registry = Element.retrieve($(element), 'prototype_event_registry');
|
144 |
-
if (!registry) {
|
145 |
-
return events;
|
146 |
-
}
|
147 |
-
registry.each(function(pair) {
|
148 |
-
var eventName = pair.key;
|
149 |
-
if (!eventName) {
|
150 |
-
return;
|
151 |
-
}
|
152 |
-
var responders = registry.get(eventName);
|
153 |
-
if (!responders) {
|
154 |
-
return;
|
155 |
-
}
|
156 |
-
responders.each(function(responder) {
|
157 |
-
if (!responder.handler) {
|
158 |
-
return;
|
159 |
-
}
|
160 |
-
events.push({
|
161 |
-
'eventName': eventName,
|
162 |
-
'handler': responder.handler
|
163 |
-
});
|
164 |
-
});
|
165 |
-
});
|
166 |
-
return events;
|
167 |
-
},
|
168 |
-
onchangeSharedElement: function(event) {
|
169 |
-
var element = $(Event.element(event));
|
170 |
-
adminSystemConfig.mapClasses(element, true, function(className) {
|
171 |
-
$$('.' + className).each(function(el) {
|
172 |
-
if (element == el) {
|
173 |
-
return;
|
174 |
-
}
|
175 |
-
|
176 |
-
var tagName = el.tagName.toLowerCase();
|
177 |
-
if (tagName == 'input' && el.getAttribute('type') == 'file') {
|
178 |
-
var $el = $(el);
|
179 |
-
var events = adminSystemConfig.getRegisteredEvents(el);
|
180 |
-
$el.stopObserving('change');
|
181 |
-
var elId = $el.id;
|
182 |
-
$el.replace($el.outerHTML);
|
183 |
-
events.each(function(event) {
|
184 |
-
Event.observe($(elId), event.eventName, event.handler);
|
185 |
-
});
|
186 |
-
} else {
|
187 |
-
el.stopObserving('change', adminSystemConfig.onchangeSharedElement);
|
188 |
-
if (tagName == 'input' && el.getAttribute('type') == 'checkbox') {
|
189 |
-
if (el.checked != element.checked) {
|
190 |
-
$(el).click();
|
191 |
-
}
|
192 |
-
} else if (tagName == 'select') {
|
193 |
-
var $el = $(el);
|
194 |
-
$(element).select('option').each(function(option) {
|
195 |
-
var relatedOption = $el.select('option[value="' + option.value + '"]')[0];
|
196 |
-
if (typeof relatedOption != 'undefined') {
|
197 |
-
relatedOption.selected = option.selected;
|
198 |
-
}
|
199 |
-
});
|
200 |
-
} else {
|
201 |
-
el.value = element.getValue();
|
202 |
-
}
|
203 |
-
if ($(el).requiresObj) {
|
204 |
-
$(el).requiresObj.indicateEnabled();
|
205 |
-
}
|
206 |
-
fireEvent(el, 'change');
|
207 |
-
Event.observe(el, 'change', adminSystemConfig.onchangeSharedElement);
|
208 |
-
}
|
209 |
-
});
|
210 |
-
});
|
211 |
-
},
|
212 |
-
checkRequired: function(element, callback) {
|
213 |
-
var tagName = this.tagName.toLowerCase();
|
214 |
-
if (tagName != 'fieldset') {
|
215 |
-
if (adminSystemConfig.getUpTr(this).visible()) {
|
216 |
-
|
217 |
-
if (this.hasClassName('not-required')) {
|
218 |
-
return;
|
219 |
-
}
|
220 |
-
|
221 |
-
var typeAttr = null;
|
222 |
-
if (tagName == 'input') {
|
223 |
-
typeAttr = this.getAttribute('type').toLowerCase();
|
224 |
-
}
|
225 |
-
var valueIsEmpty = false;
|
226 |
-
var scopeElement = adminSystemConfig.getScopeElement(this);
|
227 |
-
if (!scopeElement || !scopeElement.checked) {
|
228 |
-
if (typeAttr == 'file') {
|
229 |
-
var deleteUploadedElement = adminSystemConfig.getDeleteElement(this);
|
230 |
-
valueIsEmpty = !deleteUploadedElement && this.value == ''
|
231 |
-
|| deleteUploadedElement && deleteUploadedElement.checked;
|
232 |
-
}
|
233 |
-
valueIsEmpty = valueIsEmpty
|
234 |
-
|| (typeAttr == 'text' || typeAttr == 'password') && this.value == ''
|
235 |
-
|| (tagName == 'select') && (this.getAttribute('multiple') != null)
|
236 |
-
&& this.getValue().length == 0
|
237 |
-
|| (tagName == 'select') && (this.getAttribute('multiple') == null)
|
238 |
-
&& this.getValue() == null;
|
239 |
-
}
|
240 |
-
|
241 |
-
if (valueIsEmpty) {
|
242 |
-
if (element.value != 0) {
|
243 |
-
element.value = 0;
|
244 |
-
fireEvent(element, 'change');
|
245 |
-
}
|
246 |
-
element.disable();
|
247 |
-
}
|
248 |
-
}
|
249 |
-
} else {
|
250 |
-
this.select('input,select').each(function(inputElement) {
|
251 |
-
adminSystemConfig.checkRequired.call($(inputElement), element, callback);
|
252 |
-
});
|
253 |
-
}
|
254 |
-
callback(this);
|
255 |
-
}
|
256 |
-
};
|
257 |
-
|
258 |
-
$$('.shared').each(function(element){
|
259 |
-
Event.observe(element, 'change', adminSystemConfig.onchangeSharedElement);
|
260 |
-
|
261 |
-
// scope should be shared together with the field
|
262 |
-
var scopeElement = adminSystemConfig.getScopeElement(element);
|
263 |
-
if (scopeElement) {
|
264 |
-
adminSystemConfig.mapClasses(element, false, function(className) {
|
265 |
-
scopeElement.addClassName('shared_scope-' + className.substr(7));
|
266 |
-
});
|
267 |
-
Event.observe(scopeElement, 'change', adminSystemConfig.onchangeSharedElement);
|
268 |
-
}
|
269 |
-
|
270 |
-
// file fields should share deletion
|
271 |
-
if (element.tagName.toLowerCase() == 'input' && element.getAttribute('type') == 'file') {
|
272 |
-
var deleteUploadedElement = adminSystemConfig.getDeleteElement(element);
|
273 |
-
if (deleteUploadedElement) {
|
274 |
-
adminSystemConfig.mapClasses(element, false, function(className) {
|
275 |
-
deleteUploadedElement.addClassName('shared_delete-' + className.substr(7));
|
276 |
-
});
|
277 |
-
Event.observe(deleteUploadedElement, 'change', adminSystemConfig.onchangeSharedElement);
|
278 |
-
}
|
279 |
-
}
|
280 |
-
|
281 |
-
// process situation, when control is complex
|
282 |
-
adminSystemConfig.mapClasses(element, true, function(className) {
|
283 |
-
var controls = adminSystemConfig.getUpTd(element).select('.' + className);
|
284 |
-
if (controls.length < 2) {
|
285 |
-
return;
|
286 |
-
}
|
287 |
-
|
288 |
-
var counter = 0;
|
289 |
-
controls.each(function(controlElement) {
|
290 |
-
controlElement.removeClassName(className);
|
291 |
-
controlElement.addClassName('shared_' + counter + className.substr(6));
|
292 |
-
counter++;
|
293 |
-
});
|
294 |
-
});
|
295 |
-
});
|
296 |
-
|
297 |
-
$$('.requires').each(function(element) {
|
298 |
-
var eventObj = {
|
299 |
-
'element': $(element),
|
300 |
-
'requires': [],
|
301 |
-
'callback': function(required) {},
|
302 |
-
checkRequirements: function() {
|
303 |
-
var scopeElement = adminSystemConfig.getScopeElement(eventObj.element);
|
304 |
-
if (!scopeElement || !scopeElement.checked) {
|
305 |
-
eventObj.element.enable();
|
306 |
-
eventObj.requires.each(function(required) {
|
307 |
-
adminSystemConfig.checkRequired.call($(required), eventObj.element, eventObj.callback);
|
308 |
-
}.bind(this));
|
309 |
-
}
|
310 |
-
},
|
311 |
-
keydownCheckRequirements: function() {
|
312 |
-
window.setTimeout(eventObj.checkRequirements, 1);
|
313 |
-
},
|
314 |
-
bindCheckingObserver: function(element) {
|
315 |
-
if (element.tagName.toLowerCase() == 'fieldset') {
|
316 |
-
$(element).select('input,select').each(function(subElement) {
|
317 |
-
eventObj.bindCheckingObserver(subElement);
|
318 |
-
})
|
319 |
-
} else {
|
320 |
-
var scopeElement = adminSystemConfig.getScopeElement(element);
|
321 |
-
if (scopeElement) {
|
322 |
-
Event.observe(scopeElement, 'click', eventObj.checkRequirements);
|
323 |
-
}
|
324 |
-
Event.observe(element, 'change', eventObj.checkRequirements);
|
325 |
-
Event.observe(element, 'keydown', eventObj.keydownCheckRequirements);
|
326 |
-
}
|
327 |
-
},
|
328 |
-
indicateEnabled: function() {
|
329 |
-
var labelElement = adminSystemConfig.getUpTr(eventObj.element).select('td.label label')[0];
|
330 |
-
if (typeof labelElement != 'undefined') {
|
331 |
-
if (eventObj.element.value == 1) {
|
332 |
-
labelElement.addClassName('enabled');
|
333 |
-
} else {
|
334 |
-
labelElement.removeClassName('enabled');
|
335 |
-
}
|
336 |
-
}
|
337 |
-
}
|
338 |
-
};
|
339 |
-
|
340 |
-
// fill eventObj with required elements
|
341 |
-
adminSystemConfig.mapClasses(element, false, function(className) {
|
342 |
-
var requiredElement = $(className.substr(9));
|
343 |
-
if (typeof requiredElement != 'undefined') {
|
344 |
-
eventObj.requires.push(requiredElement);
|
345 |
-
}
|
346 |
-
}, 'requires');
|
347 |
-
$(element).requiresObj = eventObj;
|
348 |
-
|
349 |
-
// replacing "Use Default" action with checking requirements
|
350 |
-
var scopeElement = adminSystemConfig.getScopeElement(element);
|
351 |
-
if (scopeElement) {
|
352 |
-
Event.stopObserving(scopeElement, 'click');
|
353 |
-
Event.observe(scopeElement, 'click', function(event) {
|
354 |
-
toggleValueElements(scopeElement, Element.previous(scopeElement.parentNode));
|
355 |
-
eventObj.checkRequirements();
|
356 |
-
});
|
357 |
-
}
|
358 |
-
|
359 |
-
// binding events
|
360 |
-
eventObj.requires.each(function(required) {
|
361 |
-
eventObj.bindCheckingObserver(required);
|
362 |
-
});
|
363 |
-
Event.observe(eventObj.element, 'change', eventObj.indicateEnabled);
|
364 |
-
eventObj.checkRequirements();
|
365 |
-
eventObj.indicateEnabled();
|
366 |
-
});
|
367 |
-
//]]>
|
368 |
-
</script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package default_default
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* @methods
|
30 |
+
* getTitle() - string
|
31 |
+
* getSaveUrl() - string
|
32 |
+
* getSections() - array
|
33 |
+
* getForm() - html
|
34 |
+
*/
|
35 |
+
?>
|
36 |
+
<style type='text/css'>
|
37 |
+
.input-disabled{
|
38 |
+
background-color:#EBEBE4 !important;
|
39 |
+
border:1px solid #ABADB3 !important;
|
40 |
+
padding:2px 1px !important;
|
41 |
+
}
|
42 |
+
.scope-label {
|
43 |
+
display: none !important;
|
44 |
+
}
|
45 |
+
</style>
|
46 |
+
<div class="content-header">
|
47 |
+
<table cellspacing="0">
|
48 |
+
<tr>
|
49 |
+
<td>
|
50 |
+
<h3<?php if($this->getHeaderCss()): ?> class="<?php echo $this->getHeaderCss()?>"<?php endif; ?>><?php echo Mage::helper('adminhtml')->__($this->getTitle()) ?></h3>
|
51 |
+
</td>
|
52 |
+
<td class="form-buttons"><?php echo $this->getSaveButtonHtml() ?></td>
|
53 |
+
</tr>
|
54 |
+
</table>
|
55 |
+
</div>
|
56 |
+
<form action="<?php echo $this->getSaveUrl() ?>" method="post" id="config_edit_form" enctype="multipart/form-data">
|
57 |
+
<?php echo $this->getBlockHtml('formkey')?>
|
58 |
+
<?php echo $this->getChildHtml('form') ?>
|
59 |
+
</form>
|
60 |
+
<script src="<?php echo $this->getSkinUrl('js/skrill/md5.js')?>" type="text/javascript"></script>
|
61 |
+
<script src="<?php echo $this->getSkinUrl('js/skrill/system_config_edit.js')?>" type="text/javascript"></script>
|
62 |
+
<script type="text/javascript">
|
63 |
+
//<![CDATA[
|
64 |
+
var configForm = new varienForm('config_edit_form');
|
65 |
+
var apipasswdold = document.getElementById("skrill_skrill_settings_api_passwd").value;
|
66 |
+
var secretwordold = document.getElementById("skrill_skrill_settings_secret_word").value;
|
67 |
+
configForm.validator.options.onFormValidate = function(result, form) {
|
68 |
+
var apipasswd = document.getElementById("skrill_skrill_settings_api_passwd").value;
|
69 |
+
if (apipasswd != '' && apipasswd != null && apipasswd != apipasswdold)
|
70 |
+
{
|
71 |
+
var hashapi = CryptoJS.MD5(apipasswd);
|
72 |
+
document.getElementById("skrill_skrill_settings_api_passwd").value = hashapi;
|
73 |
+
}
|
74 |
+
var secretword = document.getElementById("skrill_skrill_settings_secret_word").value;
|
75 |
+
if (secretword != '' && secretword != null && secretword != secretwordold)
|
76 |
+
{
|
77 |
+
var hashsecret = CryptoJS.MD5(secretword);
|
78 |
+
document.getElementById("skrill_skrill_settings_secret_word").value = hashsecret;
|
79 |
+
}
|
80 |
+
if (result) {
|
81 |
+
$$('.requires').each(function(element) {
|
82 |
+
var scopeElement = adminSystemConfig.getScopeElement(element);
|
83 |
+
if (!scopeElement || !scopeElement.checked) {
|
84 |
+
$(element).disabled = false;
|
85 |
+
}
|
86 |
+
});
|
87 |
+
}
|
88 |
+
};
|
89 |
+
|
90 |
+
var adminSystemConfig = {
|
91 |
+
getUp: function (element, tag) {
|
92 |
+
var $element = $(element);
|
93 |
+
if (typeof $element.upTag == 'undefined') {
|
94 |
+
$element.upTag = {};
|
95 |
+
}
|
96 |
+
if (typeof $element.upTag[tag] == 'undefined') {
|
97 |
+
$element.upTag[tag] = $($element.up(tag));
|
98 |
+
}
|
99 |
+
return $element.upTag[tag];
|
100 |
+
},
|
101 |
+
getUpTd: function (element) {
|
102 |
+
return this.getUp(element, 'td');
|
103 |
+
},
|
104 |
+
getUpTr: function (element) {
|
105 |
+
return this.getUp(element, 'tr');
|
106 |
+
},
|
107 |
+
getScopeElement: function(element) {
|
108 |
+
var $element = $(element);
|
109 |
+
if (typeof $element.scopeElement == 'undefined') {
|
110 |
+
var scopeElementName = element.getAttribute('name').replace(/\[value\]$/, '[inherit]');
|
111 |
+
$element.scopeElement = this.getUpTr(element).select('input[name="' + scopeElementName + '"]')[0];
|
112 |
+
if (typeof $element.scopeElement == 'undefined') {
|
113 |
+
$element.scopeElement = false;
|
114 |
+
}
|
115 |
+
}
|
116 |
+
return $element.scopeElement;
|
117 |
+
},
|
118 |
+
getDeleteElement: function(element) {
|
119 |
+
var $element = $(element);
|
120 |
+
if (typeof $element.deleteElement == 'undefined') {
|
121 |
+
$element.deleteElement = this.getUpTd(element)
|
122 |
+
.select('input[name="'+ element.getAttribute('name') + '[delete]"]')[0];
|
123 |
+
if (typeof $element.deleteElement == 'undefined') {
|
124 |
+
$element.deleteElement = false;
|
125 |
+
}
|
126 |
+
}
|
127 |
+
return $element.deleteElement;
|
128 |
+
},
|
129 |
+
mapClasses: function(element, full, callback, classPrefix) {
|
130 |
+
if (typeof classPrefix == 'undefined') {
|
131 |
+
classPrefix = 'shared'
|
132 |
+
}
|
133 |
+
element.classNames().each(function(className) {
|
134 |
+
if (className.indexOf(classPrefix + '-') == 0
|
135 |
+
|| (full && className.indexOf(classPrefix + '_') == 0)
|
136 |
+
) {
|
137 |
+
callback(className);
|
138 |
+
}
|
139 |
+
});
|
140 |
+
},
|
141 |
+
getRegisteredEvents: function(element) {
|
142 |
+
var events = [];
|
143 |
+
var registry = Element.retrieve($(element), 'prototype_event_registry');
|
144 |
+
if (!registry) {
|
145 |
+
return events;
|
146 |
+
}
|
147 |
+
registry.each(function(pair) {
|
148 |
+
var eventName = pair.key;
|
149 |
+
if (!eventName) {
|
150 |
+
return;
|
151 |
+
}
|
152 |
+
var responders = registry.get(eventName);
|
153 |
+
if (!responders) {
|
154 |
+
return;
|
155 |
+
}
|
156 |
+
responders.each(function(responder) {
|
157 |
+
if (!responder.handler) {
|
158 |
+
return;
|
159 |
+
}
|
160 |
+
events.push({
|
161 |
+
'eventName': eventName,
|
162 |
+
'handler': responder.handler
|
163 |
+
});
|
164 |
+
});
|
165 |
+
});
|
166 |
+
return events;
|
167 |
+
},
|
168 |
+
onchangeSharedElement: function(event) {
|
169 |
+
var element = $(Event.element(event));
|
170 |
+
adminSystemConfig.mapClasses(element, true, function(className) {
|
171 |
+
$$('.' + className).each(function(el) {
|
172 |
+
if (element == el) {
|
173 |
+
return;
|
174 |
+
}
|
175 |
+
|
176 |
+
var tagName = el.tagName.toLowerCase();
|
177 |
+
if (tagName == 'input' && el.getAttribute('type') == 'file') {
|
178 |
+
var $el = $(el);
|
179 |
+
var events = adminSystemConfig.getRegisteredEvents(el);
|
180 |
+
$el.stopObserving('change');
|
181 |
+
var elId = $el.id;
|
182 |
+
$el.replace($el.outerHTML);
|
183 |
+
events.each(function(event) {
|
184 |
+
Event.observe($(elId), event.eventName, event.handler);
|
185 |
+
});
|
186 |
+
} else {
|
187 |
+
el.stopObserving('change', adminSystemConfig.onchangeSharedElement);
|
188 |
+
if (tagName == 'input' && el.getAttribute('type') == 'checkbox') {
|
189 |
+
if (el.checked != element.checked) {
|
190 |
+
$(el).click();
|
191 |
+
}
|
192 |
+
} else if (tagName == 'select') {
|
193 |
+
var $el = $(el);
|
194 |
+
$(element).select('option').each(function(option) {
|
195 |
+
var relatedOption = $el.select('option[value="' + option.value + '"]')[0];
|
196 |
+
if (typeof relatedOption != 'undefined') {
|
197 |
+
relatedOption.selected = option.selected;
|
198 |
+
}
|
199 |
+
});
|
200 |
+
} else {
|
201 |
+
el.value = element.getValue();
|
202 |
+
}
|
203 |
+
if ($(el).requiresObj) {
|
204 |
+
$(el).requiresObj.indicateEnabled();
|
205 |
+
}
|
206 |
+
fireEvent(el, 'change');
|
207 |
+
Event.observe(el, 'change', adminSystemConfig.onchangeSharedElement);
|
208 |
+
}
|
209 |
+
});
|
210 |
+
});
|
211 |
+
},
|
212 |
+
checkRequired: function(element, callback) {
|
213 |
+
var tagName = this.tagName.toLowerCase();
|
214 |
+
if (tagName != 'fieldset') {
|
215 |
+
if (adminSystemConfig.getUpTr(this).visible()) {
|
216 |
+
|
217 |
+
if (this.hasClassName('not-required')) {
|
218 |
+
return;
|
219 |
+
}
|
220 |
+
|
221 |
+
var typeAttr = null;
|
222 |
+
if (tagName == 'input') {
|
223 |
+
typeAttr = this.getAttribute('type').toLowerCase();
|
224 |
+
}
|
225 |
+
var valueIsEmpty = false;
|
226 |
+
var scopeElement = adminSystemConfig.getScopeElement(this);
|
227 |
+
if (!scopeElement || !scopeElement.checked) {
|
228 |
+
if (typeAttr == 'file') {
|
229 |
+
var deleteUploadedElement = adminSystemConfig.getDeleteElement(this);
|
230 |
+
valueIsEmpty = !deleteUploadedElement && this.value == ''
|
231 |
+
|| deleteUploadedElement && deleteUploadedElement.checked;
|
232 |
+
}
|
233 |
+
valueIsEmpty = valueIsEmpty
|
234 |
+
|| (typeAttr == 'text' || typeAttr == 'password') && this.value == ''
|
235 |
+
|| (tagName == 'select') && (this.getAttribute('multiple') != null)
|
236 |
+
&& this.getValue().length == 0
|
237 |
+
|| (tagName == 'select') && (this.getAttribute('multiple') == null)
|
238 |
+
&& this.getValue() == null;
|
239 |
+
}
|
240 |
+
|
241 |
+
if (valueIsEmpty) {
|
242 |
+
if (element.value != 0) {
|
243 |
+
element.value = 0;
|
244 |
+
fireEvent(element, 'change');
|
245 |
+
}
|
246 |
+
element.disable();
|
247 |
+
}
|
248 |
+
}
|
249 |
+
} else {
|
250 |
+
this.select('input,select').each(function(inputElement) {
|
251 |
+
adminSystemConfig.checkRequired.call($(inputElement), element, callback);
|
252 |
+
});
|
253 |
+
}
|
254 |
+
callback(this);
|
255 |
+
}
|
256 |
+
};
|
257 |
+
|
258 |
+
$$('.shared').each(function(element){
|
259 |
+
Event.observe(element, 'change', adminSystemConfig.onchangeSharedElement);
|
260 |
+
|
261 |
+
// scope should be shared together with the field
|
262 |
+
var scopeElement = adminSystemConfig.getScopeElement(element);
|
263 |
+
if (scopeElement) {
|
264 |
+
adminSystemConfig.mapClasses(element, false, function(className) {
|
265 |
+
scopeElement.addClassName('shared_scope-' + className.substr(7));
|
266 |
+
});
|
267 |
+
Event.observe(scopeElement, 'change', adminSystemConfig.onchangeSharedElement);
|
268 |
+
}
|
269 |
+
|
270 |
+
// file fields should share deletion
|
271 |
+
if (element.tagName.toLowerCase() == 'input' && element.getAttribute('type') == 'file') {
|
272 |
+
var deleteUploadedElement = adminSystemConfig.getDeleteElement(element);
|
273 |
+
if (deleteUploadedElement) {
|
274 |
+
adminSystemConfig.mapClasses(element, false, function(className) {
|
275 |
+
deleteUploadedElement.addClassName('shared_delete-' + className.substr(7));
|
276 |
+
});
|
277 |
+
Event.observe(deleteUploadedElement, 'change', adminSystemConfig.onchangeSharedElement);
|
278 |
+
}
|
279 |
+
}
|
280 |
+
|
281 |
+
// process situation, when control is complex
|
282 |
+
adminSystemConfig.mapClasses(element, true, function(className) {
|
283 |
+
var controls = adminSystemConfig.getUpTd(element).select('.' + className);
|
284 |
+
if (controls.length < 2) {
|
285 |
+
return;
|
286 |
+
}
|
287 |
+
|
288 |
+
var counter = 0;
|
289 |
+
controls.each(function(controlElement) {
|
290 |
+
controlElement.removeClassName(className);
|
291 |
+
controlElement.addClassName('shared_' + counter + className.substr(6));
|
292 |
+
counter++;
|
293 |
+
});
|
294 |
+
});
|
295 |
+
});
|
296 |
+
|
297 |
+
$$('.requires').each(function(element) {
|
298 |
+
var eventObj = {
|
299 |
+
'element': $(element),
|
300 |
+
'requires': [],
|
301 |
+
'callback': function(required) {},
|
302 |
+
checkRequirements: function() {
|
303 |
+
var scopeElement = adminSystemConfig.getScopeElement(eventObj.element);
|
304 |
+
if (!scopeElement || !scopeElement.checked) {
|
305 |
+
eventObj.element.enable();
|
306 |
+
eventObj.requires.each(function(required) {
|
307 |
+
adminSystemConfig.checkRequired.call($(required), eventObj.element, eventObj.callback);
|
308 |
+
}.bind(this));
|
309 |
+
}
|
310 |
+
},
|
311 |
+
keydownCheckRequirements: function() {
|
312 |
+
window.setTimeout(eventObj.checkRequirements, 1);
|
313 |
+
},
|
314 |
+
bindCheckingObserver: function(element) {
|
315 |
+
if (element.tagName.toLowerCase() == 'fieldset') {
|
316 |
+
$(element).select('input,select').each(function(subElement) {
|
317 |
+
eventObj.bindCheckingObserver(subElement);
|
318 |
+
})
|
319 |
+
} else {
|
320 |
+
var scopeElement = adminSystemConfig.getScopeElement(element);
|
321 |
+
if (scopeElement) {
|
322 |
+
Event.observe(scopeElement, 'click', eventObj.checkRequirements);
|
323 |
+
}
|
324 |
+
Event.observe(element, 'change', eventObj.checkRequirements);
|
325 |
+
Event.observe(element, 'keydown', eventObj.keydownCheckRequirements);
|
326 |
+
}
|
327 |
+
},
|
328 |
+
indicateEnabled: function() {
|
329 |
+
var labelElement = adminSystemConfig.getUpTr(eventObj.element).select('td.label label')[0];
|
330 |
+
if (typeof labelElement != 'undefined') {
|
331 |
+
if (eventObj.element.value == 1) {
|
332 |
+
labelElement.addClassName('enabled');
|
333 |
+
} else {
|
334 |
+
labelElement.removeClassName('enabled');
|
335 |
+
}
|
336 |
+
}
|
337 |
+
}
|
338 |
+
};
|
339 |
+
|
340 |
+
// fill eventObj with required elements
|
341 |
+
adminSystemConfig.mapClasses(element, false, function(className) {
|
342 |
+
var requiredElement = $(className.substr(9));
|
343 |
+
if (typeof requiredElement != 'undefined') {
|
344 |
+
eventObj.requires.push(requiredElement);
|
345 |
+
}
|
346 |
+
}, 'requires');
|
347 |
+
$(element).requiresObj = eventObj;
|
348 |
+
|
349 |
+
// replacing "Use Default" action with checking requirements
|
350 |
+
var scopeElement = adminSystemConfig.getScopeElement(element);
|
351 |
+
if (scopeElement) {
|
352 |
+
Event.stopObserving(scopeElement, 'click');
|
353 |
+
Event.observe(scopeElement, 'click', function(event) {
|
354 |
+
toggleValueElements(scopeElement, Element.previous(scopeElement.parentNode));
|
355 |
+
eventObj.checkRequirements();
|
356 |
+
});
|
357 |
+
}
|
358 |
+
|
359 |
+
// binding events
|
360 |
+
eventObj.requires.each(function(required) {
|
361 |
+
eventObj.bindCheckingObserver(required);
|
362 |
+
});
|
363 |
+
Event.observe(eventObj.element, 'change', eventObj.indicateEnabled);
|
364 |
+
eventObj.checkRequirements();
|
365 |
+
eventObj.indicateEnabled();
|
366 |
+
});
|
367 |
+
//]]>
|
368 |
+
</script>
|
app/design/adminhtml/default/default/template/skrill/payoninfo.phtml
CHANGED
@@ -1,37 +1,37 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* @category design
|
16 |
-
* @package default_default
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
?>
|
21 |
-
<?php echo $this->escapeHtml($this->getMethod()->getTitle())." ".Mage::helper('skrill')->__('BACKEND_TT_BY_PAYON'); ?>
|
22 |
-
<br />
|
23 |
-
<?php
|
24 |
-
$ip_country = $this->getInfo()->getAdditionalInformation('skrill_ip_country');
|
25 |
-
if ( $ip_country )
|
26 |
-
echo Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_ORIGIN')." : ".Mage::app()->getLocale()->getCountryTranslation($ip_country)."<br />";
|
27 |
-
?>
|
28 |
-
<?php
|
29 |
-
$status = $this->getInfo()->getAdditionalInformation('skrill_status');
|
30 |
-
$payment_type = $this->getInfo()->getAdditionalInformation('skrill_transaction_code');
|
31 |
-
$payment_brand = $this->getInfo()->getAdditionalInformation('skrill_payment_brand');
|
32 |
-
$bin = $this->getInfo()->getAdditionalInformation('skrill_bin');
|
33 |
-
|
34 |
-
$separator_type = 'info';
|
35 |
-
$comment = Mage::helper('skrill')->getPayonComment($status, $payment_type, $payment_brand, $bin, $separator_type);
|
36 |
-
echo $comment;
|
37 |
-
?>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category design
|
16 |
+
* @package default_default
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
?>
|
21 |
+
<?php echo $this->escapeHtml($this->getMethod()->getTitle())." ".Mage::helper('skrill')->__('BACKEND_TT_BY_PAYON'); ?>
|
22 |
+
<br />
|
23 |
+
<?php
|
24 |
+
$ip_country = $this->getInfo()->getAdditionalInformation('skrill_ip_country');
|
25 |
+
if ( $ip_country )
|
26 |
+
echo Mage::helper('skrill')->__('SKRILL_BACKEND_ORDER_ORIGIN')." : ".Mage::app()->getLocale()->getCountryTranslation($ip_country)."<br />";
|
27 |
+
?>
|
28 |
+
<?php
|
29 |
+
$status = $this->getInfo()->getAdditionalInformation('skrill_status');
|
30 |
+
$payment_type = $this->getInfo()->getAdditionalInformation('skrill_transaction_code');
|
31 |
+
$payment_brand = $this->getInfo()->getAdditionalInformation('skrill_payment_brand');
|
32 |
+
$bin = $this->getInfo()->getAdditionalInformation('skrill_bin');
|
33 |
+
|
34 |
+
$separator_type = 'info';
|
35 |
+
$comment = Mage::helper('skrill')->getPayonComment($status, $payment_type, $payment_brand, $bin, $separator_type);
|
36 |
+
echo $comment;
|
37 |
+
?>
|
app/design/frontend/base/default/template/checkout/onepage/payment/skrill/methods.phtml
CHANGED
@@ -1,73 +1,73 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magento.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magento.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package base_default
|
23 |
-
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
/**
|
29 |
-
* One page checkout payment methods
|
30 |
-
*
|
31 |
-
* @var $this Mage_Checkout_Block_Onepage_Payment_Methods
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
|
35 |
-
<?php
|
36 |
-
$methods = $this->getMethods();
|
37 |
-
$oneMethod = count($methods) <= 1;
|
38 |
-
?>
|
39 |
-
<?php if (empty($methods)): ?>
|
40 |
-
<dt>
|
41 |
-
<?php echo $this->__('No Payment Methods') ?>
|
42 |
-
</dt>
|
43 |
-
<?php else:
|
44 |
-
foreach ($methods as $_method):
|
45 |
-
$_code = $_method->getCode();
|
46 |
-
?>
|
47 |
-
<dt>
|
48 |
-
<?php if(!$oneMethod): ?>
|
49 |
-
<input <?php if ($_code == "skrill_flexible") echo 'style="margin-top:40px;"'; else if (substr($_code,0,6) == "skrill") echo 'style="margin-top:18px;"'; ?> id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" title="<?php echo $this->escapeHtml($_method->getTitle()) ?>" onclick="payment.switchMethod('<?php echo $_code ?>')"<?php if($this->getSelectedMethodCode()==$_code): ?> checked="checked"<?php endif; ?> class="radio" />
|
50 |
-
<?php else: ?>
|
51 |
-
<span class="no-display"><input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" checked="checked" class="radio" /></span>
|
52 |
-
<?php $oneMethod = $_code; ?>
|
53 |
-
<?php endif; ?>
|
54 |
-
<label style="background-color:white;" for="p_method_<?php echo $_code ?>"><?php echo $this->escapeHtml($this->getMethodTitle($_method)) ?> <?php echo $this->getMethodLabelAfterHtml($_method) ?></label>
|
55 |
-
</dt>
|
56 |
-
<?php if ($html = $this->getPaymentMethodFormHtml($_method)): ?>
|
57 |
-
<dd>
|
58 |
-
<?php echo $html; ?>
|
59 |
-
</dd>
|
60 |
-
<?php endif; ?>
|
61 |
-
<?php endforeach;
|
62 |
-
endif;
|
63 |
-
?>
|
64 |
-
<?php echo $this->getChildChildHtml('additional'); ?>
|
65 |
-
<script type="text/javascript">
|
66 |
-
//<![CDATA[
|
67 |
-
<?php echo $this->getChildChildHtml('scripts'); ?>
|
68 |
-
payment.init();
|
69 |
-
<?php if (is_string($oneMethod)): ?>
|
70 |
-
payment.switchMethod('<?php echo $oneMethod ?>');
|
71 |
-
<?php endif; ?>
|
72 |
-
//]]>
|
73 |
-
</script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* One page checkout payment methods
|
30 |
+
*
|
31 |
+
* @var $this Mage_Checkout_Block_Onepage_Payment_Methods
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
|
35 |
+
<?php
|
36 |
+
$methods = $this->getMethods();
|
37 |
+
$oneMethod = count($methods) <= 1;
|
38 |
+
?>
|
39 |
+
<?php if (empty($methods)): ?>
|
40 |
+
<dt>
|
41 |
+
<?php echo $this->__('No Payment Methods') ?>
|
42 |
+
</dt>
|
43 |
+
<?php else:
|
44 |
+
foreach ($methods as $_method):
|
45 |
+
$_code = $_method->getCode();
|
46 |
+
?>
|
47 |
+
<dt>
|
48 |
+
<?php if(!$oneMethod): ?>
|
49 |
+
<input <?php if ($_code == "skrill_flexible") echo 'style="margin-top:40px;"'; else if (substr($_code,0,6) == "skrill") echo 'style="margin-top:18px;"'; ?> id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" title="<?php echo $this->escapeHtml($_method->getTitle()) ?>" onclick="payment.switchMethod('<?php echo $_code ?>')"<?php if($this->getSelectedMethodCode()==$_code): ?> checked="checked"<?php endif; ?> class="radio" />
|
50 |
+
<?php else: ?>
|
51 |
+
<span class="no-display"><input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" checked="checked" class="radio" /></span>
|
52 |
+
<?php $oneMethod = $_code; ?>
|
53 |
+
<?php endif; ?>
|
54 |
+
<label style="background-color:white;" for="p_method_<?php echo $_code ?>"><?php echo $this->escapeHtml($this->getMethodTitle($_method)) ?> <?php echo $this->getMethodLabelAfterHtml($_method) ?></label>
|
55 |
+
</dt>
|
56 |
+
<?php if ($html = $this->getPaymentMethodFormHtml($_method)): ?>
|
57 |
+
<dd>
|
58 |
+
<?php echo $html; ?>
|
59 |
+
</dd>
|
60 |
+
<?php endif; ?>
|
61 |
+
<?php endforeach;
|
62 |
+
endif;
|
63 |
+
?>
|
64 |
+
<?php echo $this->getChildChildHtml('additional'); ?>
|
65 |
+
<script type="text/javascript">
|
66 |
+
//<![CDATA[
|
67 |
+
<?php echo $this->getChildChildHtml('scripts'); ?>
|
68 |
+
payment.init();
|
69 |
+
<?php if (is_string($oneMethod)): ?>
|
70 |
+
payment.switchMethod('<?php echo $oneMethod ?>');
|
71 |
+
<?php endif; ?>
|
72 |
+
//]]>
|
73 |
+
</script>
|
app/design/frontend/base/default/template/skrill/payment/formcc.phtml
CHANGED
@@ -1,66 +1,66 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*
|
21 |
-
*/
|
22 |
-
?>
|
23 |
-
<?php
|
24 |
-
$langs = Mage::helper('skrill')->getLocaleIsoCode();
|
25 |
-
switch ($langs) {
|
26 |
-
case 'de':
|
27 |
-
$lang = $langs;
|
28 |
-
break;
|
29 |
-
|
30 |
-
default:
|
31 |
-
$lang='en';
|
32 |
-
}
|
33 |
-
?>
|
34 |
-
<script src="<?php echo Mage::getSingleton('customer/session')->getJsUrl().$lang;?>" type="text/javascript"></script>
|
35 |
-
<script src="<?php echo $this->getSkinUrl('js/skrill/jquery-1.10.2.min.js')?>" type="text/javascript"></script>
|
36 |
-
<script src="<?php echo $this->getSkinUrl('js/skrill/skrill_cc.js')?>" type="text/javascript"></script>
|
37 |
-
<link href="<?php echo $this->getSkinUrl('css/skrill/formbank.css')?>" rel="stylesheet" type="text/css">
|
38 |
-
|
39 |
-
<form action="<?php echo Mage::getSingleton('customer/session')->getIframeFrontendResponse();?>" id="<?php echo Mage::getSingleton('customer/session')->getIframeToken();?>"><?php echo Mage::getSingleton('customer/session')->getIframeCardBrand();?></form>
|
40 |
-
<input class="cust_name" value="<?php echo Mage::getSingleton('customer/session')->getIframeName();?>" type="hidden">
|
41 |
-
<input class="card_list" value="<?php echo Mage::getSingleton('customer/session')->getIframeCardBrand();?>" type="hidden">
|
42 |
-
<input class="img_url" value="<?php echo $this->getSkinUrl('images/skrill');?>" type="hidden">
|
43 |
-
|
44 |
-
<?php
|
45 |
-
if ($lang == "de")
|
46 |
-
{
|
47 |
-
echo '<a class="linkskrill" href="http://www.skrill.com/de" target="blank">';
|
48 |
-
echo '<a class="linkskrilloverlay" href="http://www.skrill.com/de" target="blank">';
|
49 |
-
}
|
50 |
-
else
|
51 |
-
{
|
52 |
-
echo '<a class="linkskrill" href="http://www.skrill.com/en" target="blank">';
|
53 |
-
echo '<a class="linkskrilloverlay" href="http://www.skrill.com/en" target="blank">';
|
54 |
-
}
|
55 |
-
?>
|
56 |
-
|
57 |
-
<span class="txtSSL"><?php echo Mage::helper('skrill')->__('FRONTEND_PAYMENT_SSL'); ?></span>
|
58 |
-
<span class="txtCardNumber"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_NUMBER') ?></span>
|
59 |
-
<span class="txtExpires"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_EXPIRY') ?></span>
|
60 |
-
<span class="txtCvc"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_CVC') ?></span>
|
61 |
-
<span class="txtHelp"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_HELP') ?></span>
|
62 |
-
<span class="txtWhatCvc"><h4><?php echo Mage::helper('skrill')->__('FRONTEND_CC_CVCHELP') ?></h4></span>
|
63 |
-
<span class="txtCards"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_BRANDS') ?></span>
|
64 |
-
<span class="txtThreeDigits"><?php echo Mage::helper('skrill')->__('FRONTEND_TT_CVCWHERE') ?></span>
|
65 |
-
<a class="btnCustom btnCustomCancel" href="<?php echo $this->getBaseUrl()?>checkout/onepage"><?php echo Mage::helper('skrill')->__('FRONTEND_BT_CANCEL') ?></a>
|
66 |
-
<input type="submit" value="<?php echo Mage::helper('skrill')->__('FRONTEND_BT_CONFIRM') ?>" class="btnCustom btnCustomSubmit">
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*
|
21 |
+
*/
|
22 |
+
?>
|
23 |
+
<?php
|
24 |
+
$langs = Mage::helper('skrill')->getLocaleIsoCode();
|
25 |
+
switch ($langs) {
|
26 |
+
case 'de':
|
27 |
+
$lang = $langs;
|
28 |
+
break;
|
29 |
+
|
30 |
+
default:
|
31 |
+
$lang='en';
|
32 |
+
}
|
33 |
+
?>
|
34 |
+
<script src="<?php echo Mage::getSingleton('customer/session')->getJsUrl().$lang;?>" type="text/javascript"></script>
|
35 |
+
<script src="<?php echo $this->getSkinUrl('js/skrill/jquery-1.10.2.min.js')?>" type="text/javascript"></script>
|
36 |
+
<script src="<?php echo $this->getSkinUrl('js/skrill/skrill_cc.js')?>" type="text/javascript"></script>
|
37 |
+
<link href="<?php echo $this->getSkinUrl('css/skrill/formbank.css')?>" rel="stylesheet" type="text/css">
|
38 |
+
|
39 |
+
<form action="<?php echo Mage::getSingleton('customer/session')->getIframeFrontendResponse();?>" id="<?php echo Mage::getSingleton('customer/session')->getIframeToken();?>"><?php echo Mage::getSingleton('customer/session')->getIframeCardBrand();?></form>
|
40 |
+
<input class="cust_name" value="<?php echo Mage::getSingleton('customer/session')->getIframeName();?>" type="hidden">
|
41 |
+
<input class="card_list" value="<?php echo Mage::getSingleton('customer/session')->getIframeCardBrand();?>" type="hidden">
|
42 |
+
<input class="img_url" value="<?php echo $this->getSkinUrl('images/skrill');?>" type="hidden">
|
43 |
+
|
44 |
+
<?php
|
45 |
+
if ($lang == "de")
|
46 |
+
{
|
47 |
+
echo '<a class="linkskrill" href="http://www.skrill.com/de" target="blank">';
|
48 |
+
echo '<a class="linkskrilloverlay" href="http://www.skrill.com/de" target="blank">';
|
49 |
+
}
|
50 |
+
else
|
51 |
+
{
|
52 |
+
echo '<a class="linkskrill" href="http://www.skrill.com/en" target="blank">';
|
53 |
+
echo '<a class="linkskrilloverlay" href="http://www.skrill.com/en" target="blank">';
|
54 |
+
}
|
55 |
+
?>
|
56 |
+
|
57 |
+
<span class="txtSSL"><?php echo Mage::helper('skrill')->__('FRONTEND_PAYMENT_SSL'); ?></span>
|
58 |
+
<span class="txtCardNumber"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_NUMBER') ?></span>
|
59 |
+
<span class="txtExpires"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_EXPIRY') ?></span>
|
60 |
+
<span class="txtCvc"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_CVC') ?></span>
|
61 |
+
<span class="txtHelp"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_HELP') ?></span>
|
62 |
+
<span class="txtWhatCvc"><h4><?php echo Mage::helper('skrill')->__('FRONTEND_CC_CVCHELP') ?></h4></span>
|
63 |
+
<span class="txtCards"><?php echo Mage::helper('skrill')->__('FRONTEND_CC_BRANDS') ?></span>
|
64 |
+
<span class="txtThreeDigits"><?php echo Mage::helper('skrill')->__('FRONTEND_TT_CVCWHERE') ?></span>
|
65 |
+
<a class="btnCustom btnCustomCancel" href="<?php echo $this->getBaseUrl()?>checkout/onepage"><?php echo Mage::helper('skrill')->__('FRONTEND_BT_CANCEL') ?></a>
|
66 |
+
<input type="submit" value="<?php echo Mage::helper('skrill')->__('FRONTEND_BT_CONFIRM') ?>" class="btnCustom btnCustomSubmit">
|
app/design/frontend/base/default/template/skrill/payment/formcp.phtml
CHANGED
@@ -1,64 +1,64 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*
|
21 |
-
*/
|
22 |
-
?>
|
23 |
-
<?php
|
24 |
-
$langs = Mage::helper('skrill')->getLocaleIsoCode();
|
25 |
-
switch ($langs) {
|
26 |
-
case 'de':
|
27 |
-
$lang = $langs;
|
28 |
-
break;
|
29 |
-
|
30 |
-
default:
|
31 |
-
$lang='en';
|
32 |
-
}
|
33 |
-
$brand = Mage::getSingleton('customer/session')->getIframeBrand();
|
34 |
-
?>
|
35 |
-
<script src="<?php echo Mage::getSingleton('customer/session')->getJsUrl().$lang;?>" type="text/javascript"></script>
|
36 |
-
<script src="<?php echo $this->getSkinUrl('js/skrill/jquery-1.10.2.min.js')?>" type="text/javascript"></script>
|
37 |
-
|
38 |
-
<style>
|
39 |
-
.style-SOFORTUEBERWEISUNG {
|
40 |
-
background-position : 0px 0px;
|
41 |
-
background-image : url('<?php echo $this->getSkinUrl('images/skrill/sofortlogo.png')?>');
|
42 |
-
background-repeat: no-repeat;
|
43 |
-
height : 47px;
|
44 |
-
margin-left : 12px;
|
45 |
-
}
|
46 |
-
</style>
|
47 |
-
|
48 |
-
<?php if ($brand == "PAYPAL" || $brand == "PAYOLUTION_INVOICE" || $brand == "PAYSAFECARD" || $brand == "PAYTRAIL" || $brand == "YANDEX") { ?>
|
49 |
-
<style>
|
50 |
-
button.customDirectSubmit {
|
51 |
-
display:none;
|
52 |
-
}
|
53 |
-
.spinner {
|
54 |
-
display:none;
|
55 |
-
}
|
56 |
-
</style>
|
57 |
-
<script>
|
58 |
-
cnp_jQuery(document).on('copyandpay:ready', function() {
|
59 |
-
$(".customDirectSubmit").click();
|
60 |
-
});
|
61 |
-
</script>
|
62 |
-
<?php } ?>
|
63 |
-
|
64 |
-
<form action="<?php echo Mage::getSingleton('customer/session')->getIframeFrontendResponse();?>" id="<?php echo Mage::getSingleton('customer/session')->getIframeToken();?>"><?php echo $brand;?></form>
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*
|
21 |
+
*/
|
22 |
+
?>
|
23 |
+
<?php
|
24 |
+
$langs = Mage::helper('skrill')->getLocaleIsoCode();
|
25 |
+
switch ($langs) {
|
26 |
+
case 'de':
|
27 |
+
$lang = $langs;
|
28 |
+
break;
|
29 |
+
|
30 |
+
default:
|
31 |
+
$lang='en';
|
32 |
+
}
|
33 |
+
$brand = Mage::getSingleton('customer/session')->getIframeBrand();
|
34 |
+
?>
|
35 |
+
<script src="<?php echo Mage::getSingleton('customer/session')->getJsUrl().$lang;?>" type="text/javascript"></script>
|
36 |
+
<script src="<?php echo $this->getSkinUrl('js/skrill/jquery-1.10.2.min.js')?>" type="text/javascript"></script>
|
37 |
+
|
38 |
+
<style>
|
39 |
+
.style-SOFORTUEBERWEISUNG {
|
40 |
+
background-position : 0px 0px;
|
41 |
+
background-image : url('<?php echo $this->getSkinUrl('images/skrill/sofortlogo.png')?>');
|
42 |
+
background-repeat: no-repeat;
|
43 |
+
height : 47px;
|
44 |
+
margin-left : 12px;
|
45 |
+
}
|
46 |
+
</style>
|
47 |
+
|
48 |
+
<?php if ($brand == "PAYPAL" || $brand == "PAYOLUTION_INVOICE" || $brand == "PAYSAFECARD" || $brand == "PAYTRAIL" || $brand == "YANDEX") { ?>
|
49 |
+
<style>
|
50 |
+
button.customDirectSubmit {
|
51 |
+
display:none;
|
52 |
+
}
|
53 |
+
.spinner {
|
54 |
+
display:none;
|
55 |
+
}
|
56 |
+
</style>
|
57 |
+
<script>
|
58 |
+
cnp_jQuery(document).on('copyandpay:ready', function() {
|
59 |
+
$(".customDirectSubmit").click();
|
60 |
+
});
|
61 |
+
</script>
|
62 |
+
<?php } ?>
|
63 |
+
|
64 |
+
<form action="<?php echo Mage::getSingleton('customer/session')->getIframeFrontendResponse();?>" id="<?php echo Mage::getSingleton('customer/session')->getIframeToken();?>"><?php echo $brand;?></form>
|
app/design/frontend/base/default/template/skrill/payment/formdd.phtml
CHANGED
@@ -1,57 +1,57 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*
|
21 |
-
*/
|
22 |
-
?>
|
23 |
-
<?php
|
24 |
-
$langs = Mage::helper('skrill')->getLocaleIsoCode();
|
25 |
-
switch ($langs) {
|
26 |
-
case 'de':
|
27 |
-
$lang = $langs;
|
28 |
-
break;
|
29 |
-
|
30 |
-
default:
|
31 |
-
$lang='en';
|
32 |
-
}
|
33 |
-
?>
|
34 |
-
<script src="<?php echo Mage::getSingleton('customer/session')->getJsUrl().$lang;?>" type="text/javascript"></script>
|
35 |
-
<script src="<?php echo $this->getSkinUrl('js/skrill/jquery-1.10.2.min.js')?>" type="text/javascript"></script>
|
36 |
-
<script src="<?php echo $this->getSkinUrl('js/skrill/skrill_dd.js')?>" type="text/javascript"></script>
|
37 |
-
<link href="<?php echo $this->getSkinUrl('css/skrill/formbank.css')?>" rel="stylesheet" type="text/css">
|
38 |
-
|
39 |
-
|
40 |
-
<form action="<?php echo Mage::getSingleton('customer/session')->getIframeFrontendResponse();?>" id="<?php echo Mage::getSingleton('customer/session')->getIframeToken();?>">DIRECTDEBIT_SEPA_MIX_DE</form>
|
41 |
-
<input class="cust_name" value="<?php echo Mage::getSingleton('customer/session')->getIframeName();?>" type="hidden">
|
42 |
-
<input class="img_url" value="<?php echo $this->getSkinUrl('images/skrill');?>" type="hidden">
|
43 |
-
|
44 |
-
<?php
|
45 |
-
if ($lang == "de")
|
46 |
-
echo '<a class="linkskrill" href="http://www.skrill.com/de" target="blank">';
|
47 |
-
else
|
48 |
-
echo '<a class="linkskrill" href="http://www.skrill.com/en" target="blank">';
|
49 |
-
?>
|
50 |
-
|
51 |
-
<span class="txtBankTitle"><h4><?php echo Mage::helper('skrill')->__('FRONTEND_DD_HEADLINE');?></h4></span>
|
52 |
-
<span class="txtSSL"><?php echo Mage::helper('skrill')->__('FRONTEND_PAYMENT_SSL'); ?></span>
|
53 |
-
<span class="txtAccNumber"><?php echo Mage::helper('skrill')->__('FRONTEND_DD_IBAN');?></span>
|
54 |
-
<span class="txtBankCode"><?php echo Mage::helper('skrill')->__('FRONTEND_DD_BIC');?></span>
|
55 |
-
<span class="txtBank"><?php echo Mage::helper('skrill')->__('FRONTEND_DD_BANK');?></span>
|
56 |
-
<a class="btnCustom btnCustomCancel" href="<?php echo $this->getBaseUrl()?>checkout/onepage"><?php echo Mage::helper('skrill')->__('FRONTEND_BT_CANCEL');?></a>
|
57 |
-
<input type="submit" value="<?php echo Mage::helper('skrill')->__('FRONTEND_BT_CONFIRM');?>" class="btnCustom btnCustomSubmit">
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*
|
21 |
+
*/
|
22 |
+
?>
|
23 |
+
<?php
|
24 |
+
$langs = Mage::helper('skrill')->getLocaleIsoCode();
|
25 |
+
switch ($langs) {
|
26 |
+
case 'de':
|
27 |
+
$lang = $langs;
|
28 |
+
break;
|
29 |
+
|
30 |
+
default:
|
31 |
+
$lang='en';
|
32 |
+
}
|
33 |
+
?>
|
34 |
+
<script src="<?php echo Mage::getSingleton('customer/session')->getJsUrl().$lang;?>" type="text/javascript"></script>
|
35 |
+
<script src="<?php echo $this->getSkinUrl('js/skrill/jquery-1.10.2.min.js')?>" type="text/javascript"></script>
|
36 |
+
<script src="<?php echo $this->getSkinUrl('js/skrill/skrill_dd.js')?>" type="text/javascript"></script>
|
37 |
+
<link href="<?php echo $this->getSkinUrl('css/skrill/formbank.css')?>" rel="stylesheet" type="text/css">
|
38 |
+
|
39 |
+
|
40 |
+
<form action="<?php echo Mage::getSingleton('customer/session')->getIframeFrontendResponse();?>" id="<?php echo Mage::getSingleton('customer/session')->getIframeToken();?>">DIRECTDEBIT_SEPA_MIX_DE</form>
|
41 |
+
<input class="cust_name" value="<?php echo Mage::getSingleton('customer/session')->getIframeName();?>" type="hidden">
|
42 |
+
<input class="img_url" value="<?php echo $this->getSkinUrl('images/skrill');?>" type="hidden">
|
43 |
+
|
44 |
+
<?php
|
45 |
+
if ($lang == "de")
|
46 |
+
echo '<a class="linkskrill" href="http://www.skrill.com/de" target="blank">';
|
47 |
+
else
|
48 |
+
echo '<a class="linkskrill" href="http://www.skrill.com/en" target="blank">';
|
49 |
+
?>
|
50 |
+
|
51 |
+
<span class="txtBankTitle"><h4><?php echo Mage::helper('skrill')->__('FRONTEND_DD_HEADLINE');?></h4></span>
|
52 |
+
<span class="txtSSL"><?php echo Mage::helper('skrill')->__('FRONTEND_PAYMENT_SSL'); ?></span>
|
53 |
+
<span class="txtAccNumber"><?php echo Mage::helper('skrill')->__('FRONTEND_DD_IBAN');?></span>
|
54 |
+
<span class="txtBankCode"><?php echo Mage::helper('skrill')->__('FRONTEND_DD_BIC');?></span>
|
55 |
+
<span class="txtBank"><?php echo Mage::helper('skrill')->__('FRONTEND_DD_BANK');?></span>
|
56 |
+
<a class="btnCustom btnCustomCancel" href="<?php echo $this->getBaseUrl()?>checkout/onepage"><?php echo Mage::helper('skrill')->__('FRONTEND_BT_CANCEL');?></a>
|
57 |
+
<input type="submit" value="<?php echo Mage::helper('skrill')->__('FRONTEND_BT_CONFIRM');?>" class="btnCustom btnCustomSubmit">
|
app/design/frontend/base/default/template/skrill/payment/qcheckout.phtml
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*
|
21 |
-
*/
|
22 |
-
?>
|
23 |
-
<iframe style = "border:none; width:100%; height:1000px;" src="<?php echo Mage::getSingleton('customer/session')->getRedirectUrl(); ?>"></iframe>
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*
|
21 |
+
*/
|
22 |
+
?>
|
23 |
+
<iframe style = "border:none; width:100%; height:1000px;" src="<?php echo Mage::getSingleton('customer/session')->getRedirectUrl(); ?>"></iframe>
|
app/design/frontend/base/default/template/skrill/payoninfo.phtml
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* @category design
|
16 |
-
* @package default_default
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
?>
|
21 |
-
<?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category design
|
16 |
+
* @package default_default
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
?>
|
21 |
+
<?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?>
|
app/design/frontend/base/default/template/skrill/skrillinfo.phtml
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* @category design
|
16 |
-
* @package default_default
|
17 |
-
* @copyright Copyright (c) 2014 Skrill
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
*/
|
20 |
-
?>
|
21 |
-
<?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category design
|
16 |
+
* @package default_default
|
17 |
+
* @copyright Copyright (c) 2014 Skrill
|
18 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
+
*/
|
20 |
+
?>
|
21 |
+
<?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?>
|
app/design/frontend/rwd/default/layout/skrill_checkout.xml
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.0">
|
3 |
-
|
4 |
-
<default>
|
5 |
-
|
6 |
-
<!-- Mage_Checkout -->
|
7 |
-
<reference name="top.links">
|
8 |
-
<block type="checkout/links" name="checkout_cart_link">
|
9 |
-
<action method="addCartLink"></action>
|
10 |
-
<action method="addCheckoutLink"></action>
|
11 |
-
</block>
|
12 |
-
</reference>
|
13 |
-
|
14 |
-
<reference name="header">
|
15 |
-
<block type="checkout/cart_minicart" name="minicart_head" template="checkout/cart/minicart.phtml" before="-">
|
16 |
-
<block type="checkout/cart_sidebar" name="minicart_content" template="checkout/cart/minicart/items.phtml">
|
17 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/cart/minicart/skrill/default.phtml</template></action>
|
18 |
-
<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/minicart/skrill/default.phtml</template></action>
|
19 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/minicart/skrill/default.phtml</template></action>
|
20 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/minicart/skrill/default.phtml</template></action>
|
21 |
-
|
22 |
-
<block type="core/text_list" name="cart_sidebar.cart_promotion" as="cart_promotion" translate="label" module="checkout">
|
23 |
-
<label>Mini-cart promotion block</label>
|
24 |
-
</block>
|
25 |
-
<block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
|
26 |
-
<label>Shopping Cart Sidebar Extra Actions</label>
|
27 |
-
</block>
|
28 |
-
</block>
|
29 |
-
</block>
|
30 |
-
</reference>
|
31 |
-
|
32 |
-
<reference name="right">
|
33 |
-
<!--<block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">-->
|
34 |
-
<!--<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>-->
|
35 |
-
<!--<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action>-->
|
36 |
-
<!--<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action>-->
|
37 |
-
<!--<block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">-->
|
38 |
-
<!--<label>Shopping Cart Sidebar Extra Actions</label>-->
|
39 |
-
<!--</block>-->
|
40 |
-
<!--</block>-->
|
41 |
-
</reference>
|
42 |
-
</default>
|
43 |
-
|
44 |
-
<!--
|
45 |
-
One page checkout payment methods block
|
46 |
-
-->
|
47 |
-
<checkout_onepage_paymentmethod>
|
48 |
-
<remove name="right"/>
|
49 |
-
<remove name="left"/>
|
50 |
-
|
51 |
-
<block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/skrill/methods.phtml">
|
52 |
-
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
53 |
-
<block type="core/template" name="checkout.onepage.payment.methods.scripts" as="scripts" />
|
54 |
-
<block type="core/template" name="checkout.onepage.payment.methods.additional" as="additional" />
|
55 |
-
</block>
|
56 |
-
</checkout_onepage_paymentmethod>
|
57 |
-
|
58 |
-
</layout>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
|
4 |
+
<default>
|
5 |
+
|
6 |
+
<!-- Mage_Checkout -->
|
7 |
+
<reference name="top.links">
|
8 |
+
<block type="checkout/links" name="checkout_cart_link">
|
9 |
+
<action method="addCartLink"></action>
|
10 |
+
<action method="addCheckoutLink"></action>
|
11 |
+
</block>
|
12 |
+
</reference>
|
13 |
+
|
14 |
+
<reference name="header">
|
15 |
+
<block type="checkout/cart_minicart" name="minicart_head" template="checkout/cart/minicart.phtml" before="-">
|
16 |
+
<block type="checkout/cart_sidebar" name="minicart_content" template="checkout/cart/minicart/items.phtml">
|
17 |
+
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/cart/minicart/skrill/default.phtml</template></action>
|
18 |
+
<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/minicart/skrill/default.phtml</template></action>
|
19 |
+
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/minicart/skrill/default.phtml</template></action>
|
20 |
+
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/minicart/skrill/default.phtml</template></action>
|
21 |
+
|
22 |
+
<block type="core/text_list" name="cart_sidebar.cart_promotion" as="cart_promotion" translate="label" module="checkout">
|
23 |
+
<label>Mini-cart promotion block</label>
|
24 |
+
</block>
|
25 |
+
<block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
|
26 |
+
<label>Shopping Cart Sidebar Extra Actions</label>
|
27 |
+
</block>
|
28 |
+
</block>
|
29 |
+
</block>
|
30 |
+
</reference>
|
31 |
+
|
32 |
+
<reference name="right">
|
33 |
+
<!--<block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">-->
|
34 |
+
<!--<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>-->
|
35 |
+
<!--<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action>-->
|
36 |
+
<!--<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action>-->
|
37 |
+
<!--<block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">-->
|
38 |
+
<!--<label>Shopping Cart Sidebar Extra Actions</label>-->
|
39 |
+
<!--</block>-->
|
40 |
+
<!--</block>-->
|
41 |
+
</reference>
|
42 |
+
</default>
|
43 |
+
|
44 |
+
<!--
|
45 |
+
One page checkout payment methods block
|
46 |
+
-->
|
47 |
+
<checkout_onepage_paymentmethod>
|
48 |
+
<remove name="right"/>
|
49 |
+
<remove name="left"/>
|
50 |
+
|
51 |
+
<block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/skrill/methods.phtml">
|
52 |
+
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
53 |
+
<block type="core/template" name="checkout.onepage.payment.methods.scripts" as="scripts" />
|
54 |
+
<block type="core/template" name="checkout.onepage.payment.methods.additional" as="additional" />
|
55 |
+
</block>
|
56 |
+
</checkout_onepage_paymentmethod>
|
57 |
+
|
58 |
+
</layout>
|
app/design/frontend/rwd/default/template/checkout/cart/minicart/skrill/default.phtml
CHANGED
@@ -1,189 +1,189 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Magento
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/afl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@magento.com so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* DISCLAIMER
|
16 |
-
*
|
17 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
-
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.magento.com for more information.
|
20 |
-
*
|
21 |
-
* @category design
|
22 |
-
* @package rwd_default
|
23 |
-
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
-
*/
|
26 |
-
?>
|
27 |
-
<?php
|
28 |
-
$_item = $this->getItem();
|
29 |
-
$isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
|
30 |
-
$canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
|
31 |
-
?>
|
32 |
-
<li class="item" xmlns="http://www.w3.org/1999/html">
|
33 |
-
<?php if ($this->hasProductUrl()): ?>
|
34 |
-
<a href="<?php echo $this->getProductUrl()?>" title="<?php echo $this->escapeHtml($this->getProductName()) ?>" class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></a>
|
35 |
-
<?php else: ?>
|
36 |
-
<span class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></span>
|
37 |
-
<?php endif; ?>
|
38 |
-
<div class="product-details">
|
39 |
-
<p class="product-name"><?php if ($this->hasProductUrl()): ?><a href="<?php echo $this->getProductUrl() ?>"><?php endif; ?><?php echo $this->escapeHtml($this->getProductName()) ?><?php if ($this->hasProductUrl()): ?></a><?php endif; ?></p>
|
40 |
-
|
41 |
-
<table class="info-wrapper">
|
42 |
-
<tbody>
|
43 |
-
<tr>
|
44 |
-
<th><?php echo $this->__('Price'); ?></th>
|
45 |
-
<td>
|
46 |
-
<?php if ($canApplyMsrp): ?>
|
47 |
-
|
48 |
-
<span class="map-cart-sidebar-item"><?php echo $this->__('See price before order confirmation.'); ?></span>
|
49 |
-
|
50 |
-
<?php else: ?>
|
51 |
-
|
52 |
-
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
53 |
-
<?php if ($this->helper('tax')->displayCartBothPrices()): ?>
|
54 |
-
<?php echo $this->__('Excl. Tax'); ?>:
|
55 |
-
<?php endif; ?>
|
56 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
|
57 |
-
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
|
58 |
-
<?php else: ?>
|
59 |
-
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
|
60 |
-
<?php endif; ?>
|
61 |
-
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
62 |
-
<br />
|
63 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
|
64 |
-
<small>
|
65 |
-
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
66 |
-
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
|
67 |
-
<?php endforeach; ?>
|
68 |
-
</small>
|
69 |
-
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
70 |
-
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
71 |
-
<span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
|
72 |
-
<?php endforeach; ?>
|
73 |
-
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
|
74 |
-
<small>
|
75 |
-
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
76 |
-
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
|
77 |
-
<?php endforeach; ?>
|
78 |
-
</small>
|
79 |
-
<?php endif; ?>
|
80 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
81 |
-
<span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
|
82 |
-
<?php endif; ?>
|
83 |
-
<?php endif; ?>
|
84 |
-
<?php endif; ?>
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
89 |
-
<?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
|
90 |
-
<?php if ($this->helper('tax')->displayCartBothPrices()): ?>
|
91 |
-
<br /><?php echo $this->__('Incl. Tax'); ?>:
|
92 |
-
<?php endif; ?>
|
93 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
|
94 |
-
<?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
|
95 |
-
<?php else: ?>
|
96 |
-
<?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
|
97 |
-
<?php endif; ?>
|
98 |
-
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
99 |
-
<br />
|
100 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
|
101 |
-
<small>
|
102 |
-
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
103 |
-
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
|
104 |
-
<?php endforeach; ?>
|
105 |
-
</small>
|
106 |
-
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
107 |
-
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
108 |
-
<span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span>
|
109 |
-
<?php endforeach; ?>
|
110 |
-
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
|
111 |
-
<small>
|
112 |
-
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
113 |
-
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
|
114 |
-
<?php endforeach; ?>
|
115 |
-
</small>
|
116 |
-
<?php endif; ?>
|
117 |
-
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
118 |
-
<span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?></span>
|
119 |
-
<?php endif; ?>
|
120 |
-
<?php endif; ?>
|
121 |
-
<?php endif; ?>
|
122 |
-
|
123 |
-
<?php endif; //Can apply MSRP ?>
|
124 |
-
</td>
|
125 |
-
</tr>
|
126 |
-
<tr class="qty-wrapper">
|
127 |
-
<th><?php echo $this->__('Qty'); ?></th>
|
128 |
-
<td>
|
129 |
-
<input
|
130 |
-
id="qinput-<?php echo $_item->getId(); ?>"
|
131 |
-
data-link="<?php echo $this->getAjaxUpdateUrl() ?>"
|
132 |
-
data-item-id="<?php echo $_item->getId(); ?>"
|
133 |
-
class="qty cart-item-quantity input-text" name=""
|
134 |
-
value="<?php echo $this->getQty()?>"
|
135 |
-
<?php if ($this->getRequest()->getModuleName() == "checkout" || $this->getRequest()->getModuleName() == "skrill") echo 'disabled'; ?>
|
136 |
-
/>
|
137 |
-
|
138 |
-
<button id="qbutton-<?php echo $_item->getId(); ?>"
|
139 |
-
data-item-id="<?php echo $_item->getId(); ?>"
|
140 |
-
disabled="disabled"
|
141 |
-
data-update
|
142 |
-
class="button quantity-button">
|
143 |
-
<?php echo $this->__('ok'); ?>
|
144 |
-
</button>
|
145 |
-
</td>
|
146 |
-
</tr>
|
147 |
-
</tbody>
|
148 |
-
</table>
|
149 |
-
|
150 |
-
<?php if ($isVisibleProduct): ?>
|
151 |
-
<a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item') ?>" class="btn-edit">
|
152 |
-
<?php echo $this->__('Edit item')?>
|
153 |
-
</a>
|
154 |
-
|
|
155 |
-
<?php if (!($this->getRequest()->getModuleName() == "checkout" || $this->getRequest()->getModuleName() == "skrill")): ?>
|
156 |
-
<a href="<?php echo $this->getAjaxDeleteUrl() ?>" title="<?php echo $this->__('Remove This Item') ?>"
|
157 |
-
data-confirm="<?php echo $this->__('Are you sure you would like to remove this item from the shopping cart?') ?>"
|
158 |
-
class="remove">
|
159 |
-
<?php echo $this->__('Remove Item') ?>
|
160 |
-
</a>
|
161 |
-
<?php else: ?>
|
162 |
-
<span><?php echo $this->__('Remove Item') ?></span>
|
163 |
-
<?php endif; ?>
|
164 |
-
<?php endif ?>
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
<?php if ($_options = $this->getOptionList()):?>
|
169 |
-
<div class="truncated">
|
170 |
-
<div class="truncated_full_value">
|
171 |
-
<dl class="item-options">
|
172 |
-
<?php foreach ($_options as $_option) : ?>
|
173 |
-
<dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
|
174 |
-
<dd>
|
175 |
-
<?php if (is_array($_option['value'])): ?>
|
176 |
-
<?php echo nl2br(implode("\n", $_option['value'])) ?>
|
177 |
-
<?php else: ?>
|
178 |
-
<?php echo $_option['value'] ?>
|
179 |
-
<?php endif; ?>
|
180 |
-
</dd>
|
181 |
-
<?php endforeach; ?>
|
182 |
-
</dl>
|
183 |
-
</div>
|
184 |
-
<a href="#" onclick="return false;" class="details"><?php echo $this->__('Details') ?></a>
|
185 |
-
</div>
|
186 |
-
<?php endif; ?>
|
187 |
-
|
188 |
-
</div>
|
189 |
-
</li>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package rwd_default
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
$_item = $this->getItem();
|
29 |
+
$isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
|
30 |
+
$canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
|
31 |
+
?>
|
32 |
+
<li class="item" xmlns="http://www.w3.org/1999/html">
|
33 |
+
<?php if ($this->hasProductUrl()): ?>
|
34 |
+
<a href="<?php echo $this->getProductUrl()?>" title="<?php echo $this->escapeHtml($this->getProductName()) ?>" class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></a>
|
35 |
+
<?php else: ?>
|
36 |
+
<span class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></span>
|
37 |
+
<?php endif; ?>
|
38 |
+
<div class="product-details">
|
39 |
+
<p class="product-name"><?php if ($this->hasProductUrl()): ?><a href="<?php echo $this->getProductUrl() ?>"><?php endif; ?><?php echo $this->escapeHtml($this->getProductName()) ?><?php if ($this->hasProductUrl()): ?></a><?php endif; ?></p>
|
40 |
+
|
41 |
+
<table class="info-wrapper">
|
42 |
+
<tbody>
|
43 |
+
<tr>
|
44 |
+
<th><?php echo $this->__('Price'); ?></th>
|
45 |
+
<td>
|
46 |
+
<?php if ($canApplyMsrp): ?>
|
47 |
+
|
48 |
+
<span class="map-cart-sidebar-item"><?php echo $this->__('See price before order confirmation.'); ?></span>
|
49 |
+
|
50 |
+
<?php else: ?>
|
51 |
+
|
52 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
53 |
+
<?php if ($this->helper('tax')->displayCartBothPrices()): ?>
|
54 |
+
<?php echo $this->__('Excl. Tax'); ?>:
|
55 |
+
<?php endif; ?>
|
56 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
|
57 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
|
58 |
+
<?php else: ?>
|
59 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
|
60 |
+
<?php endif; ?>
|
61 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
62 |
+
<br />
|
63 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
|
64 |
+
<small>
|
65 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
66 |
+
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
|
67 |
+
<?php endforeach; ?>
|
68 |
+
</small>
|
69 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
70 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
71 |
+
<span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
|
72 |
+
<?php endforeach; ?>
|
73 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
|
74 |
+
<small>
|
75 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
76 |
+
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
|
77 |
+
<?php endforeach; ?>
|
78 |
+
</small>
|
79 |
+
<?php endif; ?>
|
80 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
81 |
+
<span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
|
82 |
+
<?php endif; ?>
|
83 |
+
<?php endif; ?>
|
84 |
+
<?php endif; ?>
|
85 |
+
|
86 |
+
|
87 |
+
|
88 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
89 |
+
<?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
|
90 |
+
<?php if ($this->helper('tax')->displayCartBothPrices()): ?>
|
91 |
+
<br /><?php echo $this->__('Incl. Tax'); ?>:
|
92 |
+
<?php endif; ?>
|
93 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
|
94 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
|
95 |
+
<?php else: ?>
|
96 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
|
97 |
+
<?php endif; ?>
|
98 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
99 |
+
<br />
|
100 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
|
101 |
+
<small>
|
102 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
103 |
+
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
|
104 |
+
<?php endforeach; ?>
|
105 |
+
</small>
|
106 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
107 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
108 |
+
<span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span>
|
109 |
+
<?php endforeach; ?>
|
110 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
|
111 |
+
<small>
|
112 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
113 |
+
<span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
|
114 |
+
<?php endforeach; ?>
|
115 |
+
</small>
|
116 |
+
<?php endif; ?>
|
117 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
|
118 |
+
<span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?></span>
|
119 |
+
<?php endif; ?>
|
120 |
+
<?php endif; ?>
|
121 |
+
<?php endif; ?>
|
122 |
+
|
123 |
+
<?php endif; //Can apply MSRP ?>
|
124 |
+
</td>
|
125 |
+
</tr>
|
126 |
+
<tr class="qty-wrapper">
|
127 |
+
<th><?php echo $this->__('Qty'); ?></th>
|
128 |
+
<td>
|
129 |
+
<input
|
130 |
+
id="qinput-<?php echo $_item->getId(); ?>"
|
131 |
+
data-link="<?php echo $this->getAjaxUpdateUrl() ?>"
|
132 |
+
data-item-id="<?php echo $_item->getId(); ?>"
|
133 |
+
class="qty cart-item-quantity input-text" name=""
|
134 |
+
value="<?php echo $this->getQty()?>"
|
135 |
+
<?php if ($this->getRequest()->getModuleName() == "checkout" || $this->getRequest()->getModuleName() == "skrill") echo 'disabled'; ?>
|
136 |
+
/>
|
137 |
+
|
138 |
+
<button id="qbutton-<?php echo $_item->getId(); ?>"
|
139 |
+
data-item-id="<?php echo $_item->getId(); ?>"
|
140 |
+
disabled="disabled"
|
141 |
+
data-update
|
142 |
+
class="button quantity-button">
|
143 |
+
<?php echo $this->__('ok'); ?>
|
144 |
+
</button>
|
145 |
+
</td>
|
146 |
+
</tr>
|
147 |
+
</tbody>
|
148 |
+
</table>
|
149 |
+
|
150 |
+
<?php if ($isVisibleProduct): ?>
|
151 |
+
<a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item') ?>" class="btn-edit">
|
152 |
+
<?php echo $this->__('Edit item')?>
|
153 |
+
</a>
|
154 |
+
|
|
155 |
+
<?php if (!($this->getRequest()->getModuleName() == "checkout" || $this->getRequest()->getModuleName() == "skrill")): ?>
|
156 |
+
<a href="<?php echo $this->getAjaxDeleteUrl() ?>" title="<?php echo $this->__('Remove This Item') ?>"
|
157 |
+
data-confirm="<?php echo $this->__('Are you sure you would like to remove this item from the shopping cart?') ?>"
|
158 |
+
class="remove">
|
159 |
+
<?php echo $this->__('Remove Item') ?>
|
160 |
+
</a>
|
161 |
+
<?php else: ?>
|
162 |
+
<span><?php echo $this->__('Remove Item') ?></span>
|
163 |
+
<?php endif; ?>
|
164 |
+
<?php endif ?>
|
165 |
+
|
166 |
+
|
167 |
+
|
168 |
+
<?php if ($_options = $this->getOptionList()):?>
|
169 |
+
<div class="truncated">
|
170 |
+
<div class="truncated_full_value">
|
171 |
+
<dl class="item-options">
|
172 |
+
<?php foreach ($_options as $_option) : ?>
|
173 |
+
<dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
|
174 |
+
<dd>
|
175 |
+
<?php if (is_array($_option['value'])): ?>
|
176 |
+
<?php echo nl2br(implode("\n", $_option['value'])) ?>
|
177 |
+
<?php else: ?>
|
178 |
+
<?php echo $_option['value'] ?>
|
179 |
+
<?php endif; ?>
|
180 |
+
</dd>
|
181 |
+
<?php endforeach; ?>
|
182 |
+
</dl>
|
183 |
+
</div>
|
184 |
+
<a href="#" onclick="return false;" class="details"><?php echo $this->__('Details') ?></a>
|
185 |
+
</div>
|
186 |
+
<?php endif; ?>
|
187 |
+
|
188 |
+
</div>
|
189 |
+
</li>
|
app/etc/modules/Skrill.xml
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
*
|
17 |
-
* @package Skrill
|
18 |
-
* @copyright Copyright (c) 2014 Skrill
|
19 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
-
*/
|
21 |
-
-->
|
22 |
-
<config>
|
23 |
-
<modules>
|
24 |
-
<Skrill>
|
25 |
-
<active>true</active>
|
26 |
-
<codePool>community</codePool>
|
27 |
-
<depends>
|
28 |
-
<Mage_Payment />
|
29 |
-
</depends>
|
30 |
-
</Skrill>
|
31 |
-
</modules>
|
32 |
</config>
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/osl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
*
|
17 |
+
* @package Skrill
|
18 |
+
* @copyright Copyright (c) 2014 Skrill
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*/
|
21 |
+
-->
|
22 |
+
<config>
|
23 |
+
<modules>
|
24 |
+
<Skrill>
|
25 |
+
<active>true</active>
|
26 |
+
<codePool>community</codePool>
|
27 |
+
<depends>
|
28 |
+
<Mage_Payment />
|
29 |
+
</depends>
|
30 |
+
</Skrill>
|
31 |
+
</modules>
|
32 |
</config>
|
app/locale/af_ZA/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/ar_DZ/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/ar_EG/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/ar_KW/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/ar_MA/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/ar_SA/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/az_AZ/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/be_BY/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/bg_BG/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/bn_BD/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/bs_BA/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/ca_ES/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/cs_CZ/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/cy_GB/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/da_DK/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Credit Card"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
-
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
-
"BACKEND_CH_CARDS", "Cards types"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Sender"
|
122 |
-
"BACKEND_CH_LOGIN", "Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Password"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
-
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
-
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
-
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
-
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
-
"FRONTEND_CC_HELP", "Help"
|
149 |
-
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
-
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
-
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
-
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Bank"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
-
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
-
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
-
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
-
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
-
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
-
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
-
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
-
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
-
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
-
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
-
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
-
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
-
"BACKEND_TT_PENDING", "Pending"
|
198 |
-
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
-
"BACKEND_TT_FAILED", "Failed"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Order was placed using %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
-
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
-
"SKRILL_ERROR_03", "Stolen card"
|
228 |
-
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
-
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
-
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
-
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
-
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
-
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
-
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
-
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
-
"SKRILL_ERROR_24", "Card expired"
|
237 |
-
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
-
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
-
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
-
"SKRILL_ERROR_38", "Security violation"
|
241 |
-
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
-
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
-
"SKRILL_ERROR_51", "Processing system error"
|
244 |
-
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
-
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
-
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
-
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
-
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Credit Card"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Invoice"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Installment"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Settings"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "All Cards and Alternative Payment Methods"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Bank Transfer)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Invoice (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Installment (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Merchant ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Display"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "Redirect"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Your Skrill customer ID. It is displayed in the upper-right corner of your Skrill account."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Your Skrill account email address."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "A description to be shown on Quick Checkout. This can be your company name (max 30 characters)."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "The URL of the logo which you would like to appear at the top right of the Skrill page. The logo must be accessible via HTTPS or it will not be shown. For best results use logos with dimensions up to 200px in width and 50px in height."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "When enabled, this feature allows you to issue refunds and check transaction statuses. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "This feature is mandatory and ensures the integrity of the data posted back to your servers. To set it up, you need to login to your Skrill account and go to Settings -> then, Developer Settings."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame – when this option is enabled the Quick Checkout payment form is embedded on your website, Redirect – when this option is enabled the customer is redirected to the Quick Checkout payment form . This option is recommended for payment options which redirect the user to an external website."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "When enabled to show separately all other payment methods will automatically default to 'disabled'."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "When enabled to show separately, Visa, MasterCard, Amex, JCB, and Diners will automatically be disabled as an option to show separately."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill only provides the technical connection. You must have your own account and contract with PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill only provides the technical connection. You must have your own account and contract with Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Settings"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Show separately"
|
115 |
+
"SKRILL_BACKEND_GATE", "Select Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Enabled"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaction-Mode"
|
119 |
+
"BACKEND_CH_CARDS", "Cards types"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Sender"
|
122 |
+
"BACKEND_CH_LOGIN", "Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Password"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Applicable Countries"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Specific Countries"
|
126 |
+
"BACKEND_CH_ORDER", "Sort Order"
|
127 |
+
"BACKEND_CH_AMOUNT","Amount for Registration"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Error before redirect"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "An error occurred while processing"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Payment ID"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "This page is SSL-encrypted in order to protect your data."
|
145 |
+
"FRONTEND_CC_NUMBER", "Card number"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Expires Month / Year"
|
147 |
+
"FRONTEND_CC_CVC", "CVC-Code"
|
148 |
+
"FRONTEND_CC_HELP", "Help"
|
149 |
+
"FRONTEND_BT_CANCEL", "Cancel"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Confirm"
|
151 |
+
"FRONTEND_CC_CVCHELP", "What is the Card Validation Code?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "The last three digits in or next to the signature field on the back of your card."
|
154 |
+
"FRONTEND_CC_HOLDER", "Card holder"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Direct debit from bank account"
|
157 |
+
"FRONTEND_DD_IBAN", "Account Number / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bank Code / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Bank"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Payment Accepted"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
|
166 |
+
"ERROR_CC_BLACKLIST", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Unfortunately, the credit card you entered can not be accepted. Please choose a different card or payment method."
|
168 |
+
"ERROR_CC_EXPIRED", "Unfortunately, the credit card you entered is expired. Please choose a different card or payment method."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Unfortunately, the CVV/CVC you entered is not correct. Please try again."
|
170 |
+
"ERROR_CC_EXPIRY", "Unfortunately, the expiration date you entered is not correct. Please try again."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Unfortunately, the limit of your credit card is exceeded. Please choose a different card or payment method."
|
172 |
+
"ERROR_CC_3DAUTH", "Unfortunately, the password you entered was not correct. Please try again."
|
173 |
+
"ERROR_CC_3DERROR", "Unfortunately, there has been an error while processing your request. Please try again."
|
174 |
+
"ERROR_CC_NOBRAND", "Unfortunately, there has been an error while processing your request. Please try again."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Unfortunately, your credit limit is exceeded. Please choose a different card or payment method."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Unfortunately, your limit of transaction is exceeded. Please try again later. "
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Unfortunately, your transaction has failed. Please choose a different card or payment method."
|
179 |
+
"ERROR_CC_ADDRESS", "We are sorry. We could no accept your card as its origin does not match your address."
|
180 |
+
"ERROR_GENERAL_CANCEL", "You cancelled the payment prior to its execution. Please try again."
|
181 |
+
"ERROR_CC_RECURRING", "Recurring transactions have been deactivated for this credit card. Please choose a different card or payment method."
|
182 |
+
"ERROR_CC_REPEATED", "Unfortunately, your transaction has been declined due to invalid data. Please choose a different card or payment method."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Unfortunately, your transaction has failed. Please check the personal data you entered."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "The chosen payment method is not available at the moment. Please choose a different card or payment method."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Unfortunately, your transaction has failed. Please try again."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Unfortunately, your transaction has failed. Please try again. "
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay is not supported for this transaction. Please choose a different payment method."
|
188 |
+
"ERROR_SEPA_MANDATE", "Your SEPA mandate is invalid. Please choose a different payment method."
|
189 |
+
"ERROR_UNKNOWN", "Unfortunately, your transaction has failed. Please try again."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Unfortunately, the confirmation of your payment failed. Please contact your merchant for clarification."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Payment status"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Used payment method"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Country (of the card-issuer)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Processed"
|
197 |
+
"BACKEND_TT_PENDING", "Pending"
|
198 |
+
"BACKEND_TT_CANCELLED", "Cancelled"
|
199 |
+
"BACKEND_TT_FAILED", "Failed"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abandoned by user"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Payment Accepted"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-authorization successfull"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture successfull"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund successfull"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture failed"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund failed"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Order originated from"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Update Order"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Order was placed using %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaction"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "was considered fraudulent"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaction ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Unfortunately, there was an error while processing your order. In case a payment has been made, it will be automatically refunded."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Referred by card issuer"
|
226 |
+
"SKRILL_ERROR_02", "Invalid Merchant"
|
227 |
+
"SKRILL_ERROR_03", "Stolen card"
|
228 |
+
"SKRILL_ERROR_04", "Declined by customer's Card Issuer"
|
229 |
+
"SKRILL_ERROR_05", "Insufficient funds"
|
230 |
+
"SKRILL_ERROR_08", "PIN tries exceeded - card blocked"
|
231 |
+
"SKRILL_ERROR_09", "Invalid Transaction"
|
232 |
+
"SKRILL_ERROR_10", "Transaction frequency limit exceeded"
|
233 |
+
"SKRILL_ERROR_12", "Invalid credit card or bank account"
|
234 |
+
"SKRILL_ERROR_15", "Duplicate transaction"
|
235 |
+
"SKRILL_ERROR_19", "Unknown failure reason. Try again"
|
236 |
+
"SKRILL_ERROR_24", "Card expired"
|
237 |
+
"SKRILL_ERROR_28", "Lost/Stolen card"
|
238 |
+
"SKRILL_ERROR_32", "Card Security Code check failed"
|
239 |
+
"SKRILL_ERROR_37", "Card restricted by card issuer"
|
240 |
+
"SKRILL_ERROR_38", "Security violation"
|
241 |
+
"SKRILL_ERROR_42", "Card blocked by card issuer"
|
242 |
+
"SKRILL_ERROR_44", "Customer's issuing bank not available"
|
243 |
+
"SKRILL_ERROR_51", "Processing system error"
|
244 |
+
"SKRILL_ERROR_63", "Transaction not permitted to cardholder "
|
245 |
+
"SKRILL_ERROR_70", "Customer failed to complete 3DS"
|
246 |
+
"SKRILL_ERROR_71", "Customer failed SMS verification"
|
247 |
+
"SKRILL_ERROR_80", "Fraud engine declined"
|
248 |
+
"SKRILL_ERROR_98", "Error in communication with provider"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Failure reason not specified"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/de_AT/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Rechnung"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Einstellungen"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "Alle Karten und alternativen Zahlungsmethoden"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Rechnung (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Händler ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "externe Seite"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Ihre Kunden-ID von Skrill. Sie finden sie in der oberen rechten Ecke Ihres Skrill Kontos."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Die E-Mail Adresse Ihres Skrill Kontos."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "Eine Beschreibung die während des Quick Checkouts angezeigt wird. Dies sollte in der Regel der Name Ihres Unternehmens sein."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "Die URL des Logos welches während des Quick Checkouts angezeigt werden soll. Das Logo muss per HTTPS erreichbar sein, anderenfalls kann es nicht angezeigt werden. Um das beste Ergebnis zu erzielen sollte das Logo 200px breit und 50px hoch sein."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "Wenn dieses Feature aktiviert ist, können Refunds sowie überprüfungen des Transaktions-Status durchgeführt werden. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "Dieses Feature ist verpflichtend und garantiert die Datenintegrität bei der Kommunikation mit Skrill. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame - Wenn aktiviert, wird der Quick Checkout in Ihren Shop eingebettet. Redirect - Wenn aktiviert, wird der Quick Checkout auf einer separaten Seite angezeigt. Für Zahlungsmethoden wie SOFORT oder PayPal empfohlen."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch alle beinhalteten Zahlungsarten ausgeblendet bzw. nicht separat aufgeführt."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch Visa, Mastercard, Amex, JCB und Diners ausgeblendet bzw. nicht separat aufgeführt."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Einstellungen"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Separat anzeigen"
|
115 |
-
"SKRILL_BACKEND_GATE", "gewünschtes Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Aktiviert"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaktions-Modus"
|
119 |
-
"BACKEND_CH_CARDS", "Kartenarten"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Absender"
|
122 |
-
"BACKEND_CH_LOGIN", "Benutzer-Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Passwort"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Erlaubte Länder"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Bestimmte Länder"
|
126 |
-
"BACKEND_CH_ORDER", "Reihenfolge"
|
127 |
-
"BACKEND_CH_AMOUNT","Betrag für Registrierung"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Leider kam es zu einem Fehler bei der Weiterleitung"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "Bei der Bearbeitung ist ein Fehler aufgetreten"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Zahlungsidentifikationsnummer"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "Diese Seite ist mit SSL verschlüsselt, um Ihre Daten zu schützen."
|
145 |
-
"FRONTEND_CC_NUMBER", "Kartennummer"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Gültig bis Monat / Jahr"
|
147 |
-
"FRONTEND_CC_CVC", "Kartenprüfnummer"
|
148 |
-
"FRONTEND_CC_HELP", "Hilfe"
|
149 |
-
"FRONTEND_BT_CANCEL", "Abbrechen"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Bestätigen"
|
151 |
-
"FRONTEND_CC_CVCHELP", "Was ist die Kartenprüfnummer?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "Auf der Rückseite Ihrer Karte, die letzten drei Ziffern im oder beim Unterschriftenfeld."
|
154 |
-
"FRONTEND_CC_HOLDER", "Kartenhalter"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Einzug vom Bankkonto"
|
157 |
-
"FRONTEND_DD_IBAN", "Kontonummer / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bankleitzahl / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Kreditinstitut"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Zahlung akzeptiert"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Vor-Authorisierung der Zahlung"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "Sie sind nicht der Inhaber des eingegebenen Kontos. Bitte wählen Sie ein Konto das auf Ihren Namen läuft."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Ihre Karten-/Kontodaten sind leider nicht korrekt. Bitte versuchen Sie es erneut."
|
166 |
-
"ERROR_CC_BLACKLIST", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
168 |
-
"ERROR_CC_EXPIRED", "Leider ist die eingegebene Kreditkarte abgelaufen. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Leider ist die eingegebene Kartenprüfnummer nicht korrekt. Bitte versuchen Sie es erneut."
|
170 |
-
"ERROR_CC_EXPIRY", "Leider ist das eingegebene Ablaufdatum nicht korrekt. Bitte versuchen Sie es erneut."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Leider übersteigt der zu zahlende Betrag das Limit Ihrer Kreditkarte. Bitte wählen Sie eine andere Karte oder Bezahlsmethode."
|
172 |
-
"ERROR_CC_3DAUTH", "Ihr Passwort wurde leider nicht korrekt eingegeben. Bitte versuchen Sie es erneut."
|
173 |
-
"ERROR_CC_3DERROR", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
174 |
-
"ERROR_CC_NOBRAND", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Leider übersteigt der zu zahlende Betrag Ihr Limit. Bitte wählen Sie eine andere Bezahlsmethode."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Leider übersteigt der zu zahlende Betrag Ihr Transaktionslimit. Bitte wählen Sie eine andere Bezahlsmethode."
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
179 |
-
"ERROR_CC_ADDRESS", "Leider konnten wir Ihre Kartendaten nicht akzeptieren. Ihre Adresse stimmt nicht mit der Herkunft Ihrer Karte überein."
|
180 |
-
"ERROR_GENERAL_CANCEL", "Der Vorgang wurde auf Ihren Wunsch abgebrochen. Bitte versuchen Sie es erneut."
|
181 |
-
"ERROR_CC_RECURRING", "Für die gewählte Karte wurden wiederkehrende Zahlungen deaktiviert. Bitte wälen Sie eine andere Bezahlmethode."
|
182 |
-
"ERROR_CC_REPEATED", "Leider ist Ihre Zahlung fehlgeschlagen, da Sie mehrfach fehlerhafte Angaben gemacht haben. Bitte wälen Sie eine andere Bezahlmethode."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte kontrollieren Sie Ihre persönlichen Angaben."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "Die gewählte Bezahlmethode steht leider nicht zur Verfügung. Bitte wälen Sie eine andere Bezahlmethode."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay wird leider für diese Transaktion nicht unterstützt. Bitte wälen Sie eine andere Bezahlmethode."
|
188 |
-
"ERROR_SEPA_MANDATE", "Ihr SEPA-Mandat ist nicht gültig. Bitte wälen Sie eine andere Bezahlmethode."
|
189 |
-
"ERROR_UNKNOWN", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Leider konnte ihre Zahlung nicht bestätigt werden. Bitte setzen Sie sich mit dem Händler in Verbindung."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Zahlungsstatus"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Verwendete Zahlungsmethode"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Land (des kartenausgebenden Instituts)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Abgewickelt"
|
197 |
-
"BACKEND_TT_PENDING", "Wartend"
|
198 |
-
"BACKEND_TT_CANCELLED", "Abgebrochen"
|
199 |
-
"BACKEND_TT_FAILED", "Fehlgeschlagen"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abbruch durch Nutzer"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Zahlung akezptiert"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-Authorization erfolgreich"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture erfolgreich ausgeführt"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund erfolgreich ausgeführt"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture fehlgeschlagen"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund fehlgeschlagen"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Bestellung stammt aus"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Bestellung aktualisieren"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Bestellung wurde aufgegeben in %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaktion"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "wurde als Betrug eingestuft"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaktions-ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Leider kam es bei der Abwicklung Ihrer Bestellung zu einem Fehler. Eventuell geleistete Zahlungen werden erstattet."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Vom ausgebenden Institut zurückgewiesen"
|
226 |
-
"SKRILL_ERROR_02", "Unzulässiger Händler"
|
227 |
-
"SKRILL_ERROR_03", "Karte wurde als gestohlen gemeldet"
|
228 |
-
"SKRILL_ERROR_04", "Vom ausgebenden Institut zurückgewiesen"
|
229 |
-
"SKRILL_ERROR_05", "Fehlende Deckung"
|
230 |
-
"SKRILL_ERROR_08", "PIN zu oft falsch eingegeben - Karte gesperrt"
|
231 |
-
"SKRILL_ERROR_09", "Fehlerhafte Transaktion"
|
232 |
-
"SKRILL_ERROR_10", "Transaktion zurückgewiesen (Frequenz zu hoch)"
|
233 |
-
"SKRILL_ERROR_12", "Kreditkarten-/Kontodaten fehlerhaft"
|
234 |
-
"SKRILL_ERROR_15", "Doppelte Transaktion"
|
235 |
-
"SKRILL_ERROR_19", "Unbekannter Fehler - bitte versuchen Sie es erneut"
|
236 |
-
"SKRILL_ERROR_24", "Karte abgelaufen"
|
237 |
-
"SKRILL_ERROR_28", "Karte wurde als gestohlen/verloren gemeldet"
|
238 |
-
"SKRILL_ERROR_32", "CVV wurde falsch eingegeben"
|
239 |
-
"SKRILL_ERROR_37", "Karte vom ausgebenden Institut eingeschränkt"
|
240 |
-
"SKRILL_ERROR_38", "Sicherheitsverstoß"
|
241 |
-
"SKRILL_ERROR_42", "Karte wurde vom ausgebenden Institut gesperrt"
|
242 |
-
"SKRILL_ERROR_44", "Bank nicht erreichbar"
|
243 |
-
"SKRILL_ERROR_51", "Fehler im Abwicklungssystem"
|
244 |
-
"SKRILL_ERROR_63", "Transaktion wurde abgelehnt"
|
245 |
-
"SKRILL_ERROR_70", "3D Secure wurde nicht abgeschlossen"
|
246 |
-
"SKRILL_ERROR_71", "SMS Verifikation wurde nicht abgeschlossen"
|
247 |
-
"SKRILL_ERROR_80", "Transaktion vom Sicherheitssystem zurückgewiesen"
|
248 |
-
"SKRILL_ERROR_98", "Fehler bei der Kommunikation mit dem Anbieter"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Fehlerquelle unbekannt"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Rechnung"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Einstellungen"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "Alle Karten und alternativen Zahlungsmethoden"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Rechnung (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Händler ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "externe Seite"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Ihre Kunden-ID von Skrill. Sie finden sie in der oberen rechten Ecke Ihres Skrill Kontos."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Die E-Mail Adresse Ihres Skrill Kontos."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "Eine Beschreibung die während des Quick Checkouts angezeigt wird. Dies sollte in der Regel der Name Ihres Unternehmens sein."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "Die URL des Logos welches während des Quick Checkouts angezeigt werden soll. Das Logo muss per HTTPS erreichbar sein, anderenfalls kann es nicht angezeigt werden. Um das beste Ergebnis zu erzielen sollte das Logo 200px breit und 50px hoch sein."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "Wenn dieses Feature aktiviert ist, können Refunds sowie überprüfungen des Transaktions-Status durchgeführt werden. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "Dieses Feature ist verpflichtend und garantiert die Datenintegrität bei der Kommunikation mit Skrill. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame - Wenn aktiviert, wird der Quick Checkout in Ihren Shop eingebettet. Redirect - Wenn aktiviert, wird der Quick Checkout auf einer separaten Seite angezeigt. Für Zahlungsmethoden wie SOFORT oder PayPal empfohlen."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch alle beinhalteten Zahlungsarten ausgeblendet bzw. nicht separat aufgeführt."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch Visa, Mastercard, Amex, JCB und Diners ausgeblendet bzw. nicht separat aufgeführt."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Einstellungen"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Separat anzeigen"
|
115 |
+
"SKRILL_BACKEND_GATE", "gewünschtes Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Aktiviert"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaktions-Modus"
|
119 |
+
"BACKEND_CH_CARDS", "Kartenarten"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Absender"
|
122 |
+
"BACKEND_CH_LOGIN", "Benutzer-Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Passwort"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Erlaubte Länder"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Bestimmte Länder"
|
126 |
+
"BACKEND_CH_ORDER", "Reihenfolge"
|
127 |
+
"BACKEND_CH_AMOUNT","Betrag für Registrierung"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Leider kam es zu einem Fehler bei der Weiterleitung"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "Bei der Bearbeitung ist ein Fehler aufgetreten"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Zahlungsidentifikationsnummer"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "Diese Seite ist mit SSL verschlüsselt, um Ihre Daten zu schützen."
|
145 |
+
"FRONTEND_CC_NUMBER", "Kartennummer"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Gültig bis Monat / Jahr"
|
147 |
+
"FRONTEND_CC_CVC", "Kartenprüfnummer"
|
148 |
+
"FRONTEND_CC_HELP", "Hilfe"
|
149 |
+
"FRONTEND_BT_CANCEL", "Abbrechen"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Bestätigen"
|
151 |
+
"FRONTEND_CC_CVCHELP", "Was ist die Kartenprüfnummer?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "Auf der Rückseite Ihrer Karte, die letzten drei Ziffern im oder beim Unterschriftenfeld."
|
154 |
+
"FRONTEND_CC_HOLDER", "Kartenhalter"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Einzug vom Bankkonto"
|
157 |
+
"FRONTEND_DD_IBAN", "Kontonummer / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bankleitzahl / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Kreditinstitut"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Zahlung akzeptiert"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Vor-Authorisierung der Zahlung"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "Sie sind nicht der Inhaber des eingegebenen Kontos. Bitte wählen Sie ein Konto das auf Ihren Namen läuft."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Ihre Karten-/Kontodaten sind leider nicht korrekt. Bitte versuchen Sie es erneut."
|
166 |
+
"ERROR_CC_BLACKLIST", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
168 |
+
"ERROR_CC_EXPIRED", "Leider ist die eingegebene Kreditkarte abgelaufen. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Leider ist die eingegebene Kartenprüfnummer nicht korrekt. Bitte versuchen Sie es erneut."
|
170 |
+
"ERROR_CC_EXPIRY", "Leider ist das eingegebene Ablaufdatum nicht korrekt. Bitte versuchen Sie es erneut."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Leider übersteigt der zu zahlende Betrag das Limit Ihrer Kreditkarte. Bitte wählen Sie eine andere Karte oder Bezahlsmethode."
|
172 |
+
"ERROR_CC_3DAUTH", "Ihr Passwort wurde leider nicht korrekt eingegeben. Bitte versuchen Sie es erneut."
|
173 |
+
"ERROR_CC_3DERROR", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
174 |
+
"ERROR_CC_NOBRAND", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Leider übersteigt der zu zahlende Betrag Ihr Limit. Bitte wählen Sie eine andere Bezahlsmethode."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Leider übersteigt der zu zahlende Betrag Ihr Transaktionslimit. Bitte wählen Sie eine andere Bezahlsmethode."
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
179 |
+
"ERROR_CC_ADDRESS", "Leider konnten wir Ihre Kartendaten nicht akzeptieren. Ihre Adresse stimmt nicht mit der Herkunft Ihrer Karte überein."
|
180 |
+
"ERROR_GENERAL_CANCEL", "Der Vorgang wurde auf Ihren Wunsch abgebrochen. Bitte versuchen Sie es erneut."
|
181 |
+
"ERROR_CC_RECURRING", "Für die gewählte Karte wurden wiederkehrende Zahlungen deaktiviert. Bitte wälen Sie eine andere Bezahlmethode."
|
182 |
+
"ERROR_CC_REPEATED", "Leider ist Ihre Zahlung fehlgeschlagen, da Sie mehrfach fehlerhafte Angaben gemacht haben. Bitte wälen Sie eine andere Bezahlmethode."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte kontrollieren Sie Ihre persönlichen Angaben."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "Die gewählte Bezahlmethode steht leider nicht zur Verfügung. Bitte wälen Sie eine andere Bezahlmethode."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay wird leider für diese Transaktion nicht unterstützt. Bitte wälen Sie eine andere Bezahlmethode."
|
188 |
+
"ERROR_SEPA_MANDATE", "Ihr SEPA-Mandat ist nicht gültig. Bitte wälen Sie eine andere Bezahlmethode."
|
189 |
+
"ERROR_UNKNOWN", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Leider konnte ihre Zahlung nicht bestätigt werden. Bitte setzen Sie sich mit dem Händler in Verbindung."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Zahlungsstatus"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Verwendete Zahlungsmethode"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Land (des kartenausgebenden Instituts)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Abgewickelt"
|
197 |
+
"BACKEND_TT_PENDING", "Wartend"
|
198 |
+
"BACKEND_TT_CANCELLED", "Abgebrochen"
|
199 |
+
"BACKEND_TT_FAILED", "Fehlgeschlagen"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abbruch durch Nutzer"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Zahlung akezptiert"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-Authorization erfolgreich"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture erfolgreich ausgeführt"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund erfolgreich ausgeführt"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture fehlgeschlagen"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund fehlgeschlagen"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Bestellung stammt aus"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Bestellung aktualisieren"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Bestellung wurde aufgegeben in %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaktion"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "wurde als Betrug eingestuft"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaktions-ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Leider kam es bei der Abwicklung Ihrer Bestellung zu einem Fehler. Eventuell geleistete Zahlungen werden erstattet."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Vom ausgebenden Institut zurückgewiesen"
|
226 |
+
"SKRILL_ERROR_02", "Unzulässiger Händler"
|
227 |
+
"SKRILL_ERROR_03", "Karte wurde als gestohlen gemeldet"
|
228 |
+
"SKRILL_ERROR_04", "Vom ausgebenden Institut zurückgewiesen"
|
229 |
+
"SKRILL_ERROR_05", "Fehlende Deckung"
|
230 |
+
"SKRILL_ERROR_08", "PIN zu oft falsch eingegeben - Karte gesperrt"
|
231 |
+
"SKRILL_ERROR_09", "Fehlerhafte Transaktion"
|
232 |
+
"SKRILL_ERROR_10", "Transaktion zurückgewiesen (Frequenz zu hoch)"
|
233 |
+
"SKRILL_ERROR_12", "Kreditkarten-/Kontodaten fehlerhaft"
|
234 |
+
"SKRILL_ERROR_15", "Doppelte Transaktion"
|
235 |
+
"SKRILL_ERROR_19", "Unbekannter Fehler - bitte versuchen Sie es erneut"
|
236 |
+
"SKRILL_ERROR_24", "Karte abgelaufen"
|
237 |
+
"SKRILL_ERROR_28", "Karte wurde als gestohlen/verloren gemeldet"
|
238 |
+
"SKRILL_ERROR_32", "CVV wurde falsch eingegeben"
|
239 |
+
"SKRILL_ERROR_37", "Karte vom ausgebenden Institut eingeschränkt"
|
240 |
+
"SKRILL_ERROR_38", "Sicherheitsverstoß"
|
241 |
+
"SKRILL_ERROR_42", "Karte wurde vom ausgebenden Institut gesperrt"
|
242 |
+
"SKRILL_ERROR_44", "Bank nicht erreichbar"
|
243 |
+
"SKRILL_ERROR_51", "Fehler im Abwicklungssystem"
|
244 |
+
"SKRILL_ERROR_63", "Transaktion wurde abgelehnt"
|
245 |
+
"SKRILL_ERROR_70", "3D Secure wurde nicht abgeschlossen"
|
246 |
+
"SKRILL_ERROR_71", "SMS Verifikation wurde nicht abgeschlossen"
|
247 |
+
"SKRILL_ERROR_80", "Transaktion vom Sicherheitssystem zurückgewiesen"
|
248 |
+
"SKRILL_ERROR_98", "Fehler bei der Kommunikation mit dem Anbieter"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Fehlerquelle unbekannt"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/de_CH/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Rechnung"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Einstellungen"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "Alle Karten und alternativen Zahlungsmethoden"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Rechnung (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Händler ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "externe Seite"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Ihre Kunden-ID von Skrill. Sie finden sie in der oberen rechten Ecke Ihres Skrill Kontos."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Die E-Mail Adresse Ihres Skrill Kontos."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "Eine Beschreibung die während des Quick Checkouts angezeigt wird. Dies sollte in der Regel der Name Ihres Unternehmens sein."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "Die URL des Logos welches während des Quick Checkouts angezeigt werden soll. Das Logo muss per HTTPS erreichbar sein, anderenfalls kann es nicht angezeigt werden. Um das beste Ergebnis zu erzielen sollte das Logo 200px breit und 50px hoch sein."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "Wenn dieses Feature aktiviert ist, können Refunds sowie überprüfungen des Transaktions-Status durchgeführt werden. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "Dieses Feature ist verpflichtend und garantiert die Datenintegrität bei der Kommunikation mit Skrill. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame - Wenn aktiviert, wird der Quick Checkout in Ihren Shop eingebettet. Redirect - Wenn aktiviert, wird der Quick Checkout auf einer separaten Seite angezeigt. Für Zahlungsmethoden wie SOFORT oder PayPal empfohlen."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch alle beinhalteten Zahlungsarten ausgeblendet bzw. nicht separat aufgeführt."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch Visa, Mastercard, Amex, JCB und Diners ausgeblendet bzw. nicht separat aufgeführt."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Einstellungen"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Separat anzeigen"
|
115 |
-
"SKRILL_BACKEND_GATE", "gewünschtes Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Aktiviert"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaktions-Modus"
|
119 |
-
"BACKEND_CH_CARDS", "Kartenarten"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Absender"
|
122 |
-
"BACKEND_CH_LOGIN", "Benutzer-Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Passwort"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Erlaubte Länder"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Bestimmte Länder"
|
126 |
-
"BACKEND_CH_ORDER", "Reihenfolge"
|
127 |
-
"BACKEND_CH_AMOUNT","Betrag für Registrierung"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Leider kam es zu einem Fehler bei der Weiterleitung"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "Bei der Bearbeitung ist ein Fehler aufgetreten"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Zahlungsidentifikationsnummer"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "Diese Seite ist mit SSL verschlüsselt, um Ihre Daten zu schützen."
|
145 |
-
"FRONTEND_CC_NUMBER", "Kartennummer"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Gültig bis Monat / Jahr"
|
147 |
-
"FRONTEND_CC_CVC", "Kartenprüfnummer"
|
148 |
-
"FRONTEND_CC_HELP", "Hilfe"
|
149 |
-
"FRONTEND_BT_CANCEL", "Abbrechen"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Bestätigen"
|
151 |
-
"FRONTEND_CC_CVCHELP", "Was ist die Kartenprüfnummer?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "Auf der Rückseite Ihrer Karte, die letzten drei Ziffern im oder beim Unterschriftenfeld."
|
154 |
-
"FRONTEND_CC_HOLDER", "Kartenhalter"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Einzug vom Bankkonto"
|
157 |
-
"FRONTEND_DD_IBAN", "Kontonummer / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bankleitzahl / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Kreditinstitut"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Zahlung akzeptiert"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Vor-Authorisierung der Zahlung"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "Sie sind nicht der Inhaber des eingegebenen Kontos. Bitte wählen Sie ein Konto das auf Ihren Namen läuft."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Ihre Karten-/Kontodaten sind leider nicht korrekt. Bitte versuchen Sie es erneut."
|
166 |
-
"ERROR_CC_BLACKLIST", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
168 |
-
"ERROR_CC_EXPIRED", "Leider ist die eingegebene Kreditkarte abgelaufen. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Leider ist die eingegebene Kartenprüfnummer nicht korrekt. Bitte versuchen Sie es erneut."
|
170 |
-
"ERROR_CC_EXPIRY", "Leider ist das eingegebene Ablaufdatum nicht korrekt. Bitte versuchen Sie es erneut."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Leider übersteigt der zu zahlende Betrag das Limit Ihrer Kreditkarte. Bitte wählen Sie eine andere Karte oder Bezahlsmethode."
|
172 |
-
"ERROR_CC_3DAUTH", "Ihr Passwort wurde leider nicht korrekt eingegeben. Bitte versuchen Sie es erneut."
|
173 |
-
"ERROR_CC_3DERROR", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
174 |
-
"ERROR_CC_NOBRAND", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Leider übersteigt der zu zahlende Betrag Ihr Limit. Bitte wählen Sie eine andere Bezahlsmethode."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Leider übersteigt der zu zahlende Betrag Ihr Transaktionslimit. Bitte wählen Sie eine andere Bezahlsmethode."
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
179 |
-
"ERROR_CC_ADDRESS", "Leider konnten wir Ihre Kartendaten nicht akzeptieren. Ihre Adresse stimmt nicht mit der Herkunft Ihrer Karte überein."
|
180 |
-
"ERROR_GENERAL_CANCEL", "Der Vorgang wurde auf Ihren Wunsch abgebrochen. Bitte versuchen Sie es erneut."
|
181 |
-
"ERROR_CC_RECURRING", "Für die gewählte Karte wurden wiederkehrende Zahlungen deaktiviert. Bitte wälen Sie eine andere Bezahlmethode."
|
182 |
-
"ERROR_CC_REPEATED", "Leider ist Ihre Zahlung fehlgeschlagen, da Sie mehrfach fehlerhafte Angaben gemacht haben. Bitte wälen Sie eine andere Bezahlmethode."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte kontrollieren Sie Ihre persönlichen Angaben."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "Die gewählte Bezahlmethode steht leider nicht zur Verfügung. Bitte wälen Sie eine andere Bezahlmethode."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay wird leider für diese Transaktion nicht unterstützt. Bitte wälen Sie eine andere Bezahlmethode."
|
188 |
-
"ERROR_SEPA_MANDATE", "Ihr SEPA-Mandat ist nicht gültig. Bitte wälen Sie eine andere Bezahlmethode."
|
189 |
-
"ERROR_UNKNOWN", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Leider konnte ihre Zahlung nicht bestätigt werden. Bitte setzen Sie sich mit dem Händler in Verbindung."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Zahlungsstatus"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Verwendete Zahlungsmethode"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Land (des kartenausgebenden Instituts)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Abgewickelt"
|
197 |
-
"BACKEND_TT_PENDING", "Wartend"
|
198 |
-
"BACKEND_TT_CANCELLED", "Abgebrochen"
|
199 |
-
"BACKEND_TT_FAILED", "Fehlgeschlagen"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abbruch durch Nutzer"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Zahlung akezptiert"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-Authorization erfolgreich"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture erfolgreich ausgeführt"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund erfolgreich ausgeführt"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture fehlgeschlagen"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund fehlgeschlagen"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Bestellung stammt aus"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Bestellung aktualisieren"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Bestellung wurde aufgegeben in %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaktion"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "wurde als Betrug eingestuft"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaktions-ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Leider kam es bei der Abwicklung Ihrer Bestellung zu einem Fehler. Eventuell geleistete Zahlungen werden erstattet."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Vom ausgebenden Institut zurückgewiesen"
|
226 |
-
"SKRILL_ERROR_02", "Unzulässiger Händler"
|
227 |
-
"SKRILL_ERROR_03", "Karte wurde als gestohlen gemeldet"
|
228 |
-
"SKRILL_ERROR_04", "Vom ausgebenden Institut zurückgewiesen"
|
229 |
-
"SKRILL_ERROR_05", "Fehlende Deckung"
|
230 |
-
"SKRILL_ERROR_08", "PIN zu oft falsch eingegeben - Karte gesperrt"
|
231 |
-
"SKRILL_ERROR_09", "Fehlerhafte Transaktion"
|
232 |
-
"SKRILL_ERROR_10", "Transaktion zurückgewiesen (Frequenz zu hoch)"
|
233 |
-
"SKRILL_ERROR_12", "Kreditkarten-/Kontodaten fehlerhaft"
|
234 |
-
"SKRILL_ERROR_15", "Doppelte Transaktion"
|
235 |
-
"SKRILL_ERROR_19", "Unbekannter Fehler - bitte versuchen Sie es erneut"
|
236 |
-
"SKRILL_ERROR_24", "Karte abgelaufen"
|
237 |
-
"SKRILL_ERROR_28", "Karte wurde als gestohlen/verloren gemeldet"
|
238 |
-
"SKRILL_ERROR_32", "CVV wurde falsch eingegeben"
|
239 |
-
"SKRILL_ERROR_37", "Karte vom ausgebenden Institut eingeschränkt"
|
240 |
-
"SKRILL_ERROR_38", "Sicherheitsverstoß"
|
241 |
-
"SKRILL_ERROR_42", "Karte wurde vom ausgebenden Institut gesperrt"
|
242 |
-
"SKRILL_ERROR_44", "Bank nicht erreichbar"
|
243 |
-
"SKRILL_ERROR_51", "Fehler im Abwicklungssystem"
|
244 |
-
"SKRILL_ERROR_63", "Transaktion wurde abgelehnt"
|
245 |
-
"SKRILL_ERROR_70", "3D Secure wurde nicht abgeschlossen"
|
246 |
-
"SKRILL_ERROR_71", "SMS Verifikation wurde nicht abgeschlossen"
|
247 |
-
"SKRILL_ERROR_80", "Transaktion vom Sicherheitssystem zurückgewiesen"
|
248 |
-
"SKRILL_ERROR_98", "Fehler bei der Kommunikation mit dem Anbieter"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Fehlerquelle unbekannt"
|
|
|
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Rechnung"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Einstellungen"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "Alle Karten und alternativen Zahlungsmethoden"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Rechnung (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Händler ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "externe Seite"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Ihre Kunden-ID von Skrill. Sie finden sie in der oberen rechten Ecke Ihres Skrill Kontos."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Die E-Mail Adresse Ihres Skrill Kontos."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "Eine Beschreibung die während des Quick Checkouts angezeigt wird. Dies sollte in der Regel der Name Ihres Unternehmens sein."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "Die URL des Logos welches während des Quick Checkouts angezeigt werden soll. Das Logo muss per HTTPS erreichbar sein, anderenfalls kann es nicht angezeigt werden. Um das beste Ergebnis zu erzielen sollte das Logo 200px breit und 50px hoch sein."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "Wenn dieses Feature aktiviert ist, können Refunds sowie überprüfungen des Transaktions-Status durchgeführt werden. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "Dieses Feature ist verpflichtend und garantiert die Datenintegrität bei der Kommunikation mit Skrill. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame - Wenn aktiviert, wird der Quick Checkout in Ihren Shop eingebettet. Redirect - Wenn aktiviert, wird der Quick Checkout auf einer separaten Seite angezeigt. Für Zahlungsmethoden wie SOFORT oder PayPal empfohlen."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch alle beinhalteten Zahlungsarten ausgeblendet bzw. nicht separat aufgeführt."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch Visa, Mastercard, Amex, JCB und Diners ausgeblendet bzw. nicht separat aufgeführt."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Einstellungen"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Separat anzeigen"
|
115 |
+
"SKRILL_BACKEND_GATE", "gewünschtes Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Aktiviert"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaktions-Modus"
|
119 |
+
"BACKEND_CH_CARDS", "Kartenarten"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Absender"
|
122 |
+
"BACKEND_CH_LOGIN", "Benutzer-Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Passwort"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Erlaubte Länder"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Bestimmte Länder"
|
126 |
+
"BACKEND_CH_ORDER", "Reihenfolge"
|
127 |
+
"BACKEND_CH_AMOUNT","Betrag für Registrierung"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Leider kam es zu einem Fehler bei der Weiterleitung"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "Bei der Bearbeitung ist ein Fehler aufgetreten"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Zahlungsidentifikationsnummer"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "Diese Seite ist mit SSL verschlüsselt, um Ihre Daten zu schützen."
|
145 |
+
"FRONTEND_CC_NUMBER", "Kartennummer"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Gültig bis Monat / Jahr"
|
147 |
+
"FRONTEND_CC_CVC", "Kartenprüfnummer"
|
148 |
+
"FRONTEND_CC_HELP", "Hilfe"
|
149 |
+
"FRONTEND_BT_CANCEL", "Abbrechen"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Bestätigen"
|
151 |
+
"FRONTEND_CC_CVCHELP", "Was ist die Kartenprüfnummer?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "Auf der Rückseite Ihrer Karte, die letzten drei Ziffern im oder beim Unterschriftenfeld."
|
154 |
+
"FRONTEND_CC_HOLDER", "Kartenhalter"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Einzug vom Bankkonto"
|
157 |
+
"FRONTEND_DD_IBAN", "Kontonummer / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bankleitzahl / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Kreditinstitut"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Zahlung akzeptiert"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Vor-Authorisierung der Zahlung"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "Sie sind nicht der Inhaber des eingegebenen Kontos. Bitte wählen Sie ein Konto das auf Ihren Namen läuft."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Ihre Karten-/Kontodaten sind leider nicht korrekt. Bitte versuchen Sie es erneut."
|
166 |
+
"ERROR_CC_BLACKLIST", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
168 |
+
"ERROR_CC_EXPIRED", "Leider ist die eingegebene Kreditkarte abgelaufen. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Leider ist die eingegebene Kartenprüfnummer nicht korrekt. Bitte versuchen Sie es erneut."
|
170 |
+
"ERROR_CC_EXPIRY", "Leider ist das eingegebene Ablaufdatum nicht korrekt. Bitte versuchen Sie es erneut."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Leider übersteigt der zu zahlende Betrag das Limit Ihrer Kreditkarte. Bitte wählen Sie eine andere Karte oder Bezahlsmethode."
|
172 |
+
"ERROR_CC_3DAUTH", "Ihr Passwort wurde leider nicht korrekt eingegeben. Bitte versuchen Sie es erneut."
|
173 |
+
"ERROR_CC_3DERROR", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
174 |
+
"ERROR_CC_NOBRAND", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Leider übersteigt der zu zahlende Betrag Ihr Limit. Bitte wählen Sie eine andere Bezahlsmethode."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Leider übersteigt der zu zahlende Betrag Ihr Transaktionslimit. Bitte wählen Sie eine andere Bezahlsmethode."
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
178 |
+
"ERROR_GENERAL_DECLINED_RISK", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
179 |
+
"ERROR_CC_ADDRESS", "Leider konnten wir Ihre Kartendaten nicht akzeptieren. Ihre Adresse stimmt nicht mit der Herkunft Ihrer Karte überein."
|
180 |
+
"ERROR_GENERAL_CANCEL", "Der Vorgang wurde auf Ihren Wunsch abgebrochen. Bitte versuchen Sie es erneut."
|
181 |
+
"ERROR_CC_RECURRING", "Für die gewählte Karte wurden wiederkehrende Zahlungen deaktiviert. Bitte wälen Sie eine andere Bezahlmethode."
|
182 |
+
"ERROR_CC_REPEATED", "Leider ist Ihre Zahlung fehlgeschlagen, da Sie mehrfach fehlerhafte Angaben gemacht haben. Bitte wälen Sie eine andere Bezahlmethode."
|
183 |
+
"ERROR_GENERAL_ADDRESS", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte kontrollieren Sie Ihre persönlichen Angaben."
|
184 |
+
"ERROR_GENERAL_BLACKLIST", "Die gewählte Bezahlmethode steht leider nicht zur Verfügung. Bitte wälen Sie eine andere Bezahlmethode."
|
185 |
+
"ERROR_GENERAL_GENERAL", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
186 |
+
"ERROR_GENERAL_TIMEOUT", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
187 |
+
"ERROR_GIRO_NOSUPPORT", "Giropay wird leider für diese Transaktion nicht unterstützt. Bitte wälen Sie eine andere Bezahlmethode."
|
188 |
+
"ERROR_SEPA_MANDATE", "Ihr SEPA-Mandat ist nicht gültig. Bitte wälen Sie eine andere Bezahlmethode."
|
189 |
+
"ERROR_UNKNOWN", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
190 |
+
"ERROR_GENERAL_NORESPONSE", "Leider konnte ihre Zahlung nicht bestätigt werden. Bitte setzen Sie sich mit dem Händler in Verbindung."
|
191 |
+
|
192 |
+
"SKRILL_BACKEND_ORDER_STATUS", "Zahlungsstatus"
|
193 |
+
"SKRILL_BACKEND_ORDER_PM", "Verwendete Zahlungsmethode"
|
194 |
+
"SKRILL_BACKEND_ORDER_COUNTRY", "Land (des kartenausgebenden Instituts)"
|
195 |
+
|
196 |
+
"BACKEND_TT_PROCESSED", "Abgewickelt"
|
197 |
+
"BACKEND_TT_PENDING", "Wartend"
|
198 |
+
"BACKEND_TT_CANCELLED", "Abgebrochen"
|
199 |
+
"BACKEND_TT_FAILED", "Fehlgeschlagen"
|
200 |
+
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
+
"ERROR_GENERAL_ABANDONED_BYUSER", "Abbruch durch Nutzer"
|
202 |
+
|
203 |
+
"BACKEND_TT_ACC", "Zahlung akezptiert"
|
204 |
+
"BACKEND_TT_PREAUTH", "Pre-Authorization erfolgreich"
|
205 |
+
|
206 |
+
"BACKEND_TT_CAPTURED", "Capture erfolgreich ausgeführt"
|
207 |
+
"BACKEND_TT_REFUNDED", "Refund erfolgreich ausgeführt"
|
208 |
+
|
209 |
+
"BACKEND_TT_CAPTURED_FAILED", "Capture fehlgeschlagen"
|
210 |
+
"BACKEND_TT_REFUNDED_FAILED", "Refund fehlgeschlagen"
|
211 |
+
|
212 |
+
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
+
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
+
|
215 |
+
"SKRILL_BACKEND_ORDER_ORIGIN", "Bestellung stammt aus"
|
216 |
+
"BACKEND_TT_UPDATE_ORDER", "Bestellung aktualisieren"
|
217 |
+
|
218 |
+
"Order was placed using %s", "Bestellung wurde aufgegeben in %s"
|
219 |
+
|
220 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaktion"
|
221 |
+
"BACKEND_GENERAL_FRAUD", "wurde als Betrug eingestuft"
|
222 |
+
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaktions-ID"
|
223 |
+
"ERROR_GENERAL_FRAUD_DETECTION", "Leider kam es bei der Abwicklung Ihrer Bestellung zu einem Fehler. Eventuell geleistete Zahlungen werden erstattet."
|
224 |
+
|
225 |
+
"SKRILL_ERROR_01", "Vom ausgebenden Institut zurückgewiesen"
|
226 |
+
"SKRILL_ERROR_02", "Unzulässiger Händler"
|
227 |
+
"SKRILL_ERROR_03", "Karte wurde als gestohlen gemeldet"
|
228 |
+
"SKRILL_ERROR_04", "Vom ausgebenden Institut zurückgewiesen"
|
229 |
+
"SKRILL_ERROR_05", "Fehlende Deckung"
|
230 |
+
"SKRILL_ERROR_08", "PIN zu oft falsch eingegeben - Karte gesperrt"
|
231 |
+
"SKRILL_ERROR_09", "Fehlerhafte Transaktion"
|
232 |
+
"SKRILL_ERROR_10", "Transaktion zurückgewiesen (Frequenz zu hoch)"
|
233 |
+
"SKRILL_ERROR_12", "Kreditkarten-/Kontodaten fehlerhaft"
|
234 |
+
"SKRILL_ERROR_15", "Doppelte Transaktion"
|
235 |
+
"SKRILL_ERROR_19", "Unbekannter Fehler - bitte versuchen Sie es erneut"
|
236 |
+
"SKRILL_ERROR_24", "Karte abgelaufen"
|
237 |
+
"SKRILL_ERROR_28", "Karte wurde als gestohlen/verloren gemeldet"
|
238 |
+
"SKRILL_ERROR_32", "CVV wurde falsch eingegeben"
|
239 |
+
"SKRILL_ERROR_37", "Karte vom ausgebenden Institut eingeschränkt"
|
240 |
+
"SKRILL_ERROR_38", "Sicherheitsverstoß"
|
241 |
+
"SKRILL_ERROR_42", "Karte wurde vom ausgebenden Institut gesperrt"
|
242 |
+
"SKRILL_ERROR_44", "Bank nicht erreichbar"
|
243 |
+
"SKRILL_ERROR_51", "Fehler im Abwicklungssystem"
|
244 |
+
"SKRILL_ERROR_63", "Transaktion wurde abgelehnt"
|
245 |
+
"SKRILL_ERROR_70", "3D Secure wurde nicht abgeschlossen"
|
246 |
+
"SKRILL_ERROR_71", "SMS Verifikation wurde nicht abgeschlossen"
|
247 |
+
"SKRILL_ERROR_80", "Transaktion vom Sicherheitssystem zurückgewiesen"
|
248 |
+
"SKRILL_ERROR_98", "Fehler bei der Kommunikation mit dem Anbieter"
|
249 |
+
"SKRILL_ERROR_99_GENERAL", "Fehlerquelle unbekannt"
|
250 |
+
"SKRILL_BACKEND_MERCHANTEMAIL", "Merchant Email"
|
251 |
+
"SKRILL_BACKEND_TT_MERCHANTEMAIL", "Your email address to receive payment notification"
|
app/locale/de_DE/Skrill.csv
CHANGED
@@ -1,249 +1,251 @@
|
|
1 |
-
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
-
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
-
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
-
"SKRILL_FRONTEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
-
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
-
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
-
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
-
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
-
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
-
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
-
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
-
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
-
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
-
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
-
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
-
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
-
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
18 |
-
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
-
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
-
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
-
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
-
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
-
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
-
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
-
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
-
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
-
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
-
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
-
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
-
"FRONTEND_PM_EPS", "eps"
|
32 |
-
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
-
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
-
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
-
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
-
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
-
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Rechnung"
|
38 |
-
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung"
|
39 |
-
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
-
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
-
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
-
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
-
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Einstellungen"
|
45 |
-
"SKRILL_BACKEND_PM_FLEXIBLE", "Alle Karten und alternativen Zahlungsmethoden"
|
46 |
-
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
-
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
-
"SKRILL_BACKEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
-
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
-
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
-
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
-
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
-
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
-
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
-
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
-
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
-
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
-
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
-
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
-
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
-
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
62 |
-
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
-
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
-
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
-
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
-
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
-
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
-
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
-
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
-
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
-
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
-
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
-
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
-
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
-
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
-
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
-
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
-
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Rechnung (Enterprise)"
|
81 |
-
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung (Enterprise)"
|
82 |
-
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
-
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
-
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
-
|
86 |
-
"SKRILL_BACKEND_MID", "Händler ID"
|
87 |
-
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
-
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
-
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
-
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
-
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
92 |
-
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
93 |
-
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
94 |
-
|
95 |
-
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
-
"SKRILL_BACKEND_REDIRECT", "externe Seite"
|
97 |
-
|
98 |
-
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
-
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
-
|
101 |
-
"SKRILL_BACKEND_TT_MID", "Ihre Kunden-ID von Skrill. Sie finden sie in der oberen rechten Ecke Ihres Skrill Kontos."
|
102 |
-
"SKRILL_BACKEND_TT_MEMAIL", "Die E-Mail Adresse Ihres Skrill Kontos."
|
103 |
-
"SKRILL_BACKEND_TT_RECIPIENT", "Eine Beschreibung die während des Quick Checkouts angezeigt wird. Dies sollte in der Regel der Name Ihres Unternehmens sein."
|
104 |
-
"SKRILL_BACKEND_TT_LOGO", "Die URL des Logos welches während des Quick Checkouts angezeigt werden soll. Das Logo muss per HTTPS erreichbar sein, anderenfalls kann es nicht angezeigt werden. Um das beste Ergebnis zu erzielen sollte das Logo 200px breit und 50px hoch sein."
|
105 |
-
"SKRILL_BACKEND_TT_APIPW", "Wenn dieses Feature aktiviert ist, können Refunds sowie überprüfungen des Transaktions-Status durchgeführt werden. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
106 |
-
"SKRILL_BACKEND_TT_SECRET", "Dieses Feature ist verpflichtend und garantiert die Datenintegrität bei der Kommunikation mit Skrill. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
107 |
-
"SKRILL_BACKEND_TT_DISPLAY", "iFrame - Wenn aktiviert, wird der Quick Checkout in Ihren Shop eingebettet. Redirect - Wenn aktiviert, wird der Quick Checkout auf einer separaten Seite angezeigt. Für Zahlungsmethoden wie SOFORT oder PayPal empfohlen."
|
108 |
-
"SKRILL_BACKEND_TT_APM", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch alle beinhalteten Zahlungsarten ausgeblendet bzw. nicht separat aufgeführt."
|
109 |
-
"SKRILL_BACKEND_TT_ACC", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch Visa, Mastercard, Amex, JCB und Diners ausgeblendet bzw. nicht separat aufgeführt."
|
110 |
-
"SKRILL_BACKEND_TT_PAYPAL", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei PayPal."
|
111 |
-
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei Payolution."
|
112 |
-
|
113 |
-
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Einstellungen"
|
114 |
-
"SKRILL_BACKEND_PM_MODE", "Separat anzeigen"
|
115 |
-
"SKRILL_BACKEND_GATE", "gewünschtes Gateway"
|
116 |
-
"BACKEND_CH_ACTIVE", "Aktiviert"
|
117 |
-
"BACKEND_CH_SERVER", "Server"
|
118 |
-
"BACKEND_CH_MODE", "Transaktions-Modus"
|
119 |
-
"BACKEND_CH_CARDS", "Kartenarten"
|
120 |
-
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
-
"BACKEND_CH_SENDER","Absender"
|
122 |
-
"BACKEND_CH_LOGIN", "Benutzer-Login"
|
123 |
-
"BACKEND_CH_PASSWORD", "Passwort"
|
124 |
-
"BACKEND_CH_COUNTRIES", "Erlaubte Länder"
|
125 |
-
"BACKEND_CH_COUNTRIESSPEC", "Bestimmte Länder"
|
126 |
-
"BACKEND_CH_ORDER", "Reihenfolge"
|
127 |
-
"BACKEND_CH_AMOUNT","Betrag für Registrierung"
|
128 |
-
|
129 |
-
"ERROR_GENERAL_REDIRECT", "Leider kam es zu einem Fehler bei der Weiterleitung"
|
130 |
-
"ERROR_GENERAL_PROCESSING", "Bei der Bearbeitung ist ein Fehler aufgetreten"
|
131 |
-
"BACKEND_GENERAL_PAYMENT_ID", "Zahlungsidentifikationsnummer"
|
132 |
-
|
133 |
-
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
-
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
-
|
136 |
-
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
-
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
-
|
139 |
-
"BACKEND_CC_AMEX", "American Express"
|
140 |
-
"BACKEND_CC_VISA", "VISA"
|
141 |
-
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
-
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
-
|
144 |
-
"FRONTEND_PAYMENT_SSL", "Diese Seite ist mit SSL verschlüsselt, um Ihre Daten zu schützen."
|
145 |
-
"FRONTEND_CC_NUMBER", "Kartennummer"
|
146 |
-
"FRONTEND_CC_EXPIRY", "Gültig bis Monat / Jahr"
|
147 |
-
"FRONTEND_CC_CVC", "Kartenprüfnummer"
|
148 |
-
"FRONTEND_CC_HELP", "Hilfe"
|
149 |
-
"FRONTEND_BT_CANCEL", "Abbrechen"
|
150 |
-
"FRONTEND_BT_CONFIRM", "Bestätigen"
|
151 |
-
"FRONTEND_CC_CVCHELP", "Was ist die Kartenprüfnummer?"
|
152 |
-
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
-
"FRONTEND_TT_CVCWHERE", "Auf der Rückseite Ihrer Karte, die letzten drei Ziffern im oder beim Unterschriftenfeld."
|
154 |
-
"FRONTEND_CC_HOLDER", "Kartenhalter"
|
155 |
-
|
156 |
-
"FRONTEND_DD_HEADLINE", "Einzug vom Bankkonto"
|
157 |
-
"FRONTEND_DD_IBAN", "Kontonummer / IBAN"
|
158 |
-
"FRONTEND_DD_BIC", "Bankleitzahl / BIC"
|
159 |
-
"FRONTEND_DD_BANK", "Kreditinstitut"
|
160 |
-
|
161 |
-
"SUCCESS_PAYMENT_ACC", "Zahlung akzeptiert"
|
162 |
-
"SUCCESS_PREAUTH_ACC", "Vor-Authorisierung der Zahlung"
|
163 |
-
|
164 |
-
"ERROR_CC_ACCOUNT", "Sie sind nicht der Inhaber des eingegebenen Kontos. Bitte wählen Sie ein Konto das auf Ihren Namen läuft."
|
165 |
-
"ERROR_CC_INVALIDDATA", "Ihre Karten-/Kontodaten sind leider nicht korrekt. Bitte versuchen Sie es erneut."
|
166 |
-
"ERROR_CC_BLACKLIST", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
167 |
-
"ERROR_CC_DECLINED_CARD", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
168 |
-
"ERROR_CC_EXPIRED", "Leider ist die eingegebene Kreditkarte abgelaufen. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
169 |
-
"ERROR_CC_INVALIDCVV", "Leider ist die eingegebene Kartenprüfnummer nicht korrekt. Bitte versuchen Sie es erneut."
|
170 |
-
"ERROR_CC_EXPIRY", "Leider ist das eingegebene Ablaufdatum nicht korrekt. Bitte versuchen Sie es erneut."
|
171 |
-
"ERROR_CC_LIMIT_EXCEED", "Leider übersteigt der zu zahlende Betrag das Limit Ihrer Kreditkarte. Bitte wählen Sie eine andere Karte oder Bezahlsmethode."
|
172 |
-
"ERROR_CC_3DAUTH", "Ihr Passwort wurde leider nicht korrekt eingegeben. Bitte versuchen Sie es erneut."
|
173 |
-
"ERROR_CC_3DERROR", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
174 |
-
"ERROR_CC_NOBRAND", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
175 |
-
"ERROR_GENERAL_LIMIT_AMOUNT", "Leider übersteigt der zu zahlende Betrag Ihr Limit. Bitte wählen Sie eine andere Bezahlsmethode."
|
176 |
-
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Leider übersteigt der zu zahlende Betrag Ihr Transaktionslimit. Bitte wählen Sie eine andere Bezahlsmethode."
|
177 |
-
"ERROR_CC_DECLINED_AUTH", "Leider ist
|
178 |
-
"ERROR_GENERAL_DECLINED_RISK", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
179 |
-
"ERROR_CC_ADDRESS", "Leider konnten wir Ihre Kartendaten nicht akzeptieren. Ihre Adresse stimmt nicht mit der Herkunft Ihrer Karte überein."
|
180 |
-
"ERROR_GENERAL_CANCEL", "Der Vorgang wurde auf Ihren Wunsch abgebrochen. Bitte versuchen Sie es erneut."
|
181 |
-
"ERROR_CC_RECURRING", "Für die gewählte Karte wurden wiederkehrende Zahlungen deaktiviert. Bitte wälen Sie eine andere Bezahlmethode."
|
182 |
-
"ERROR_CC_REPEATED", "Leider ist Ihre Zahlung fehlgeschlagen, da Sie mehrfach fehlerhafte Angaben gemacht haben. Bitte wälen Sie eine andere Bezahlmethode."
|
183 |
-
"ERROR_GENERAL_ADDRESS", "Leider ist Ihre Zahlung fehlgeschlagen. Bitte kontrollieren Sie Ihre persönlichen Angaben."
|
184 |
-
"ERROR_GENERAL_BLACKLIST", "Die gewählte Bezahlmethode steht leider nicht zur Verfügung. Bitte wälen Sie eine andere Bezahlmethode."
|
185 |
-
"ERROR_GENERAL_GENERAL", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
186 |
-
"ERROR_GENERAL_TIMEOUT", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
187 |
-
"ERROR_GIRO_NOSUPPORT", "Giropay wird leider für diese Transaktion nicht unterstützt. Bitte wälen Sie eine andere Bezahlmethode."
|
188 |
-
"ERROR_SEPA_MANDATE", "Ihr SEPA-Mandat ist nicht gültig. Bitte wälen Sie eine andere Bezahlmethode."
|
189 |
-
"ERROR_UNKNOWN", "Leider konnten wir Ihre Transaktion nicht durchführen. Bitte versuchen Sie es erneut."
|
190 |
-
"ERROR_GENERAL_NORESPONSE", "Leider konnte ihre Zahlung nicht bestätigt werden. Bitte setzen Sie sich mit dem Händler in Verbindung."
|
191 |
-
|
192 |
-
"SKRILL_BACKEND_ORDER_STATUS", "Zahlungsstatus"
|
193 |
-
"SKRILL_BACKEND_ORDER_PM", "Verwendete Zahlungsmethode"
|
194 |
-
"SKRILL_BACKEND_ORDER_COUNTRY", "Land (des kartenausgebenden Instituts)"
|
195 |
-
|
196 |
-
"BACKEND_TT_PROCESSED", "Abgewickelt"
|
197 |
-
"BACKEND_TT_PENDING", "Wartend"
|
198 |
-
"BACKEND_TT_CANCELLED", "Abgebrochen"
|
199 |
-
"BACKEND_TT_FAILED", "Fehlgeschlagen"
|
200 |
-
"BACKEND_TT_CHARGEBACK", "Chargeback"
|
201 |
-
"ERROR_GENERAL_ABANDONED_BYUSER", "Abbruch durch Nutzer"
|
202 |
-
|
203 |
-
"BACKEND_TT_ACC", "Zahlung akezptiert"
|
204 |
-
"BACKEND_TT_PREAUTH", "Pre-Authorization erfolgreich"
|
205 |
-
|
206 |
-
"BACKEND_TT_CAPTURED", "Capture erfolgreich ausgeführt"
|
207 |
-
"BACKEND_TT_REFUNDED", "Refund erfolgreich ausgeführt"
|
208 |
-
|
209 |
-
"BACKEND_TT_CAPTURED_FAILED", "Capture fehlgeschlagen"
|
210 |
-
"BACKEND_TT_REFUNDED_FAILED", "Refund fehlgeschlagen"
|
211 |
-
|
212 |
-
"BACKEND_TT_BY_PAYON", "by Enterprise"
|
213 |
-
"BACKEND_TT_BY_SKRILL", "by Skrill"
|
214 |
-
|
215 |
-
"SKRILL_BACKEND_ORDER_ORIGIN", "Bestellung stammt aus"
|
216 |
-
"BACKEND_TT_UPDATE_ORDER", "Bestellung aktualisieren"
|
217 |
-
|
218 |
-
"Order was placed using %s", "Bestellung wurde aufgegeben in %s"
|
219 |
-
|
220 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION", "Transaktion"
|
221 |
-
"BACKEND_GENERAL_FRAUD", "wurde als Betrug eingestuft"
|
222 |
-
"SKRILL_BACKEND_GENERAL_TRANSACTION_ID", "Transaktions-ID"
|
223 |
-
"ERROR_GENERAL_FRAUD_DETECTION", "Leider kam es bei der Abwicklung Ihrer Bestellung zu einem Fehler. Eventuell geleistete Zahlungen werden erstattet."
|
224 |
-
|
225 |
-
"SKRILL_ERROR_01", "Vom ausgebenden Institut zurückgewiesen"
|
226 |
-
"SKRILL_ERROR_02", "Unzulässiger Händler"
|
227 |
-
"SKRILL_ERROR_03", "Karte wurde als gestohlen gemeldet"
|
228 |
-
"SKRILL_ERROR_04", "Vom ausgebenden Institut zurückgewiesen"
|
229 |
-
"SKRILL_ERROR_05", "Fehlende Deckung"
|
230 |
-
"SKRILL_ERROR_08", "PIN zu oft falsch eingegeben - Karte gesperrt"
|
231 |
-
"SKRILL_ERROR_09", "Fehlerhafte Transaktion"
|
232 |
-
"SKRILL_ERROR_10", "Transaktion zurückgewiesen (Frequenz zu hoch)"
|
233 |
-
"SKRILL_ERROR_12", "Kreditkarten-/Kontodaten fehlerhaft"
|
234 |
-
"SKRILL_ERROR_15", "Doppelte Transaktion"
|
235 |
-
"SKRILL_ERROR_19", "Unbekannter Fehler - bitte versuchen Sie es erneut"
|
236 |
-
"SKRILL_ERROR_24", "Karte abgelaufen"
|
237 |
-
"SKRILL_ERROR_28", "Karte wurde als gestohlen/verloren gemeldet"
|
238 |
-
"SKRILL_ERROR_32", "CVV wurde falsch eingegeben"
|
239 |
-
"SKRILL_ERROR_37", "Karte vom ausgebenden Institut eingeschränkt"
|
240 |
-
"SKRILL_ERROR_38", "Sicherheitsverstoß"
|
241 |
-
"SKRILL_ERROR_42", "Karte wurde vom ausgebenden Institut gesperrt"
|
242 |
-
"SKRILL_ERROR_44", "Bank nicht erreichbar"
|
243 |
-
"SKRILL_ERROR_51", "Fehler im Abwicklungssystem"
|
244 |
-
"SKRILL_ERROR_63", "Transaktion wurde abgelehnt"
|
245 |
-
"SKRILL_ERROR_70", "3D Secure wurde nicht abgeschlossen"
|
246 |
-
"SKRILL_ERROR_71", "SMS Verifikation wurde nicht abgeschlossen"
|
247 |
-
"SKRILL_ERROR_80", "Transaktion vom Sicherheitssystem zurückgewiesen"
|
248 |
-
"SKRILL_ERROR_98", "Fehler bei der Kommunikation mit dem Anbieter"
|
249 |
-
"SKRILL_ERROR_99_GENERAL", "Fehlerquelle unbekannt"
|
1 |
+
"SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
|
2 |
+
"SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
|
3 |
+
"SKRILL_FRONTEND_PM_PSC", "Paysafecard"
|
4 |
+
"SKRILL_FRONTEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
5 |
+
"SKRILL_FRONTEND_PM_VSA", "Visa"
|
6 |
+
"SKRILL_FRONTEND_PM_MSC", "MasterCard"
|
7 |
+
"SKRILL_FRONTEND_PM_VSD", "Visa Delta/Debit"
|
8 |
+
"SKRILL_FRONTEND_PM_VSE", "Visa Electron"
|
9 |
+
"SKRILL_FRONTEND_PM_MAE", "Maestro"
|
10 |
+
"SKRILL_FRONTEND_PM_AMX", "American Express"
|
11 |
+
"SKRILL_FRONTEND_PM_DIN", "Diners"
|
12 |
+
"SKRILL_FRONTEND_PM_JCB", "JCB"
|
13 |
+
"SKRILL_FRONTEND_PM_GCB", "Carte Bleue by Visa"
|
14 |
+
"SKRILL_FRONTEND_PM_DNK", "Dankort by Visa"
|
15 |
+
"SKRILL_FRONTEND_PM_PSP", "PostePay by Visa"
|
16 |
+
"SKRILL_FRONTEND_PM_CSI", "CartaSi by Visa"
|
17 |
+
"SKRILL_FRONTEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
18 |
+
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
+
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
+
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
21 |
+
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
+
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
+
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
24 |
+
"SKRILL_FRONTEND_PM_PLI", "POLi"
|
25 |
+
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
+
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
+
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
+
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
+
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
+
"FRONTEND_PM_EPS", "eps"
|
32 |
+
"FRONTEND_PM_GIROPAY", "giropay"
|
33 |
+
"FRONTEND_PM_IDEAL", "iDeal"
|
34 |
+
"FRONTEND_PM_PAYPAL", "PayPal"
|
35 |
+
"FRONTEND_PM_SOFORTBANK", "SOFORT Überweisung"
|
36 |
+
"FRONTEND_PM_SOFORT", "SOFORT Überweisung"
|
37 |
+
"FRONTEND_PM_PAYOLUTIONINV", "Payolution Rechnung"
|
38 |
+
"FRONTEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung"
|
39 |
+
"FRONTEND_PM_PAYSAFECARD", "Paysafecard"
|
40 |
+
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
+
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
+
|
43 |
+
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill Hosted Payment Solution"
|
44 |
+
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Einstellungen"
|
45 |
+
"SKRILL_BACKEND_PM_FLEXIBLE", "Alle Karten und alternativen Zahlungsmethoden"
|
46 |
+
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
47 |
+
"SKRILL_BACKEND_PM_PSC", "Paysafecard"
|
48 |
+
"SKRILL_BACKEND_PM_ACC", "Kreditkarte / Visa, Mastercard, AMEX, JCB, Diners"
|
49 |
+
"SKRILL_BACKEND_PM_VSA", "Visa"
|
50 |
+
"SKRILL_BACKEND_PM_MSC", "MasterCard"
|
51 |
+
"SKRILL_BACKEND_PM_VSD", "Visa Delta/Debit"
|
52 |
+
"SKRILL_BACKEND_PM_VSE", "Visa Electron"
|
53 |
+
"SKRILL_BACKEND_PM_MAE", "Maestro"
|
54 |
+
"SKRILL_BACKEND_PM_AMX", "American Express"
|
55 |
+
"SKRILL_BACKEND_PM_DIN", "Diners"
|
56 |
+
"SKRILL_BACKEND_PM_JCB", "JCB"
|
57 |
+
"SKRILL_BACKEND_PM_GCB", "Carte Bleue by Visa"
|
58 |
+
"SKRILL_BACKEND_PM_DNK", "Dankort by Visa"
|
59 |
+
"SKRILL_BACKEND_PM_PSP", "PostePay by Visa"
|
60 |
+
"SKRILL_BACKEND_PM_CSI", "CartaSi by Visa"
|
61 |
+
"SKRILL_BACKEND_PM_OBT", "Skrill Direct (Online Überweisung)"
|
62 |
+
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
+
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
+
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
65 |
+
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
+
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
+
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
68 |
+
"SKRILL_BACKEND_PM_PLI", "POLi"
|
69 |
+
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
+
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
+
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
+
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
+
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
+
"BACKEND_PM_EPS", "eps (Enterprise)"
|
76 |
+
"BACKEND_PM_GIROPAY", "giropay (Enterprise)"
|
77 |
+
"BACKEND_PM_IDEAL", "iDeal (Enterprise)"
|
78 |
+
"SKRILL_BACKEND_PM_PAYPAL", "PayPal (Enterprise)"
|
79 |
+
"BACKEND_PM_SOFORTBANK", "SOFORT Überweisung (Enterprise)"
|
80 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINV", "Payolution Rechnung (Enterprise)"
|
81 |
+
"SKRILL_BACKEND_PM_PAYOLUTIONINS", "Payolution Ratenzahlung (Enterprise)"
|
82 |
+
"BACKEND_PM_PAYSAFECARD", "Paysafecard (Enterprise)"
|
83 |
+
"SKRILL_BACKEND_PM_PAYTRAIL", "Paytrail (Enterprise)"
|
84 |
+
"SKRILL_BACKEND_PM_YANDEX", "Yandex (Enterprise)"
|
85 |
+
|
86 |
+
"SKRILL_BACKEND_MID", "Händler ID"
|
87 |
+
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
+
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
+
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
+
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
92 |
+
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
93 |
+
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
94 |
+
|
95 |
+
"SKRILL_BACKEND_IFRAME", "IFrame"
|
96 |
+
"SKRILL_BACKEND_REDIRECT", "externe Seite"
|
97 |
+
|
98 |
+
"SKRILL_BACKEND_CH_SKRILL", "Skrill Quick Checkout"
|
99 |
+
"SKRILL_BACKEND_CH_PAYON", "Quick Checkout (Enterprise)"
|
100 |
+
|
101 |
+
"SKRILL_BACKEND_TT_MID", "Ihre Kunden-ID von Skrill. Sie finden sie in der oberen rechten Ecke Ihres Skrill Kontos."
|
102 |
+
"SKRILL_BACKEND_TT_MEMAIL", "Die E-Mail Adresse Ihres Skrill Kontos."
|
103 |
+
"SKRILL_BACKEND_TT_RECIPIENT", "Eine Beschreibung die während des Quick Checkouts angezeigt wird. Dies sollte in der Regel der Name Ihres Unternehmens sein."
|
104 |
+
"SKRILL_BACKEND_TT_LOGO", "Die URL des Logos welches während des Quick Checkouts angezeigt werden soll. Das Logo muss per HTTPS erreichbar sein, anderenfalls kann es nicht angezeigt werden. Um das beste Ergebnis zu erzielen sollte das Logo 200px breit und 50px hoch sein."
|
105 |
+
"SKRILL_BACKEND_TT_APIPW", "Wenn dieses Feature aktiviert ist, können Refunds sowie überprüfungen des Transaktions-Status durchgeführt werden. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
106 |
+
"SKRILL_BACKEND_TT_SECRET", "Dieses Feature ist verpflichtend und garantiert die Datenintegrität bei der Kommunikation mit Skrill. Sie aktivieren dieses Feature in Ihrem Skrill Konto unter Einstellungen -> Entwickler Einstellungen."
|
107 |
+
"SKRILL_BACKEND_TT_DISPLAY", "iFrame - Wenn aktiviert, wird der Quick Checkout in Ihren Shop eingebettet. Redirect - Wenn aktiviert, wird der Quick Checkout auf einer separaten Seite angezeigt. Für Zahlungsmethoden wie SOFORT oder PayPal empfohlen."
|
108 |
+
"SKRILL_BACKEND_TT_APM", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch alle beinhalteten Zahlungsarten ausgeblendet bzw. nicht separat aufgeführt."
|
109 |
+
"SKRILL_BACKEND_TT_ACC", "Wenn diese Zahlungsmethode aktiviert ist, werden automatisch Visa, Mastercard, Amex, JCB und Diners ausgeblendet bzw. nicht separat aufgeführt."
|
110 |
+
"SKRILL_BACKEND_TT_PAYPAL", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei PayPal."
|
111 |
+
"SKRILL_BACKEND_TT_PAYOLUTION", "Skrill stellt nur die technische Anbindung zur Verfügung. Sie benötigen ein eigenes Konto bei Payolution."
|
112 |
+
|
113 |
+
"SKRILL_BACKEND_PM_PAYONSETTING", "Quick Checkout (Enterprise) Einstellungen"
|
114 |
+
"SKRILL_BACKEND_PM_MODE", "Separat anzeigen"
|
115 |
+
"SKRILL_BACKEND_GATE", "gewünschtes Gateway"
|
116 |
+
"BACKEND_CH_ACTIVE", "Aktiviert"
|
117 |
+
"BACKEND_CH_SERVER", "Server"
|
118 |
+
"BACKEND_CH_MODE", "Transaktions-Modus"
|
119 |
+
"BACKEND_CH_CARDS", "Kartenarten"
|
120 |
+
"BACKEND_CH_CHANNEL","Channel ID"
|
121 |
+
"BACKEND_CH_SENDER","Absender"
|
122 |
+
"BACKEND_CH_LOGIN", "Benutzer-Login"
|
123 |
+
"BACKEND_CH_PASSWORD", "Passwort"
|
124 |
+
"BACKEND_CH_COUNTRIES", "Erlaubte Länder"
|
125 |
+
"BACKEND_CH_COUNTRIESSPEC", "Bestimmte Länder"
|
126 |
+
"BACKEND_CH_ORDER", "Reihenfolge"
|
127 |
+
"BACKEND_CH_AMOUNT","Betrag für Registrierung"
|
128 |
+
|
129 |
+
"ERROR_GENERAL_REDIRECT", "Leider kam es zu einem Fehler bei der Weiterleitung"
|
130 |
+
"ERROR_GENERAL_PROCESSING", "Bei der Bearbeitung ist ein Fehler aufgetreten"
|
131 |
+
"BACKEND_GENERAL_PAYMENT_ID", "Zahlungsidentifikationsnummer"
|
132 |
+
|
133 |
+
"BACKEND_CH_MODE_TEST", "TEST"
|
134 |
+
"BACKEND_CH_MODE_LIVE", "LIVE"
|
135 |
+
|
136 |
+
"BACKEND_CH_MODEDEBIT", "Debit"
|
137 |
+
"BACKEND_CH_MODEPREAUTH", "Pre-Authorization"
|
138 |
+
|
139 |
+
"BACKEND_CC_AMEX", "American Express"
|
140 |
+
"BACKEND_CC_VISA", "VISA"
|
141 |
+
"BACKEND_CC_MASTER", "MasterCard"
|
142 |
+
"BACKEND_CC_MAESTRO", "Maestro"
|
143 |
+
|
144 |
+
"FRONTEND_PAYMENT_SSL", "Diese Seite ist mit SSL verschlüsselt, um Ihre Daten zu schützen."
|
145 |
+
"FRONTEND_CC_NUMBER", "Kartennummer"
|
146 |
+
"FRONTEND_CC_EXPIRY", "Gültig bis Monat / Jahr"
|
147 |
+
"FRONTEND_CC_CVC", "Kartenprüfnummer"
|
148 |
+
"FRONTEND_CC_HELP", "Hilfe"
|
149 |
+
"FRONTEND_BT_CANCEL", "Abbrechen"
|
150 |
+
"FRONTEND_BT_CONFIRM", "Bestätigen"
|
151 |
+
"FRONTEND_CC_CVCHELP", "Was ist die Kartenprüfnummer?"
|
152 |
+
"FRONTEND_CC_BRANDS", "Amex, Visa, MasterCard, Maestro"
|
153 |
+
"FRONTEND_TT_CVCWHERE", "Auf der Rückseite Ihrer Karte, die letzten drei Ziffern im oder beim Unterschriftenfeld."
|
154 |
+
"FRONTEND_CC_HOLDER", "Kartenhalter"
|
155 |
+
|
156 |
+
"FRONTEND_DD_HEADLINE", "Einzug vom Bankkonto"
|
157 |
+
"FRONTEND_DD_IBAN", "Kontonummer / IBAN"
|
158 |
+
"FRONTEND_DD_BIC", "Bankleitzahl / BIC"
|
159 |
+
"FRONTEND_DD_BANK", "Kreditinstitut"
|
160 |
+
|
161 |
+
"SUCCESS_PAYMENT_ACC", "Zahlung akzeptiert"
|
162 |
+
"SUCCESS_PREAUTH_ACC", "Vor-Authorisierung der Zahlung"
|
163 |
+
|
164 |
+
"ERROR_CC_ACCOUNT", "Sie sind nicht der Inhaber des eingegebenen Kontos. Bitte wählen Sie ein Konto das auf Ihren Namen läuft."
|
165 |
+
"ERROR_CC_INVALIDDATA", "Ihre Karten-/Kontodaten sind leider nicht korrekt. Bitte versuchen Sie es erneut."
|
166 |
+
"ERROR_CC_BLACKLIST", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
167 |
+
"ERROR_CC_DECLINED_CARD", "Leider kann die eingegebene Kreditkarte nicht akzeptiert werden. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
168 |
+
"ERROR_CC_EXPIRED", "Leider ist die eingegebene Kreditkarte abgelaufen. Bitte wählen Sie eine andere Karte oder Bezahlungsmethode."
|
169 |
+
"ERROR_CC_INVALIDCVV", "Leider ist die eingegebene Kartenprüfnummer nicht korrekt. Bitte versuchen Sie es erneut."
|
170 |
+
"ERROR_CC_EXPIRY", "Leider ist das eingegebene Ablaufdatum nicht korrekt. Bitte versuchen Sie es erneut."
|
171 |
+
"ERROR_CC_LIMIT_EXCEED", "Leider übersteigt der zu zahlende Betrag das Limit Ihrer Kreditkarte. Bitte wählen Sie eine andere Karte oder Bezahlsmethode."
|
172 |
+
"ERROR_CC_3DAUTH", "Ihr Passwort wurde leider nicht korrekt eingegeben. Bitte versuchen Sie es erneut."
|
173 |
+
"ERROR_CC_3DERROR", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
174 |
+
"ERROR_CC_NOBRAND", "Leider gab es einen Fehler bei der Durchführung Ihrer Zahlung. Bitte versuchen Sie es erneut."
|
175 |
+
"ERROR_GENERAL_LIMIT_AMOUNT", "Leider übersteigt der zu zahlende Betrag Ihr Limit. Bitte wählen Sie eine andere Bezahlsmethode."
|
176 |
+
"ERROR_GENERAL_LIMIT_TRANSACTIONS", "Leider übersteigt der zu zahlende Betrag Ihr Transaktionslimit. Bitte wählen Sie eine andere Bezahlsmethode."
|
177 |
+
"ERROR_CC_DECLINED_AUTH", "Leider ist Ihr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|