Version Notes
no additional notes included
Download this release
Release Info
Developer | Esphere Dev Team |
Extension | Skrill_Hosted_Payment_Solution |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
- app/code/community/Skrill/Helper/Data.php +2 -2
- app/code/community/Skrill/Model/Method/Skrill.php +5 -5
- app/code/community/Skrill/controllers/PaymentController.php +1 -1
- app/code/community/Skrill/etc/config.xml +1 -1
- app/code/community/Skrill/etc/system.xml +34 -34
- app/design/adminhtml/default/Skrill/template/system/config/edit.phtml +15 -0
- app/locale/af_ZA/Skrill.csv +1 -1
- app/locale/ar_DZ/Skrill.csv +1 -1
- app/locale/ar_EG/Skrill.csv +1 -1
- app/locale/ar_KW/Skrill.csv +1 -1
- app/locale/ar_MA/Skrill.csv +1 -1
- app/locale/ar_SA/Skrill.csv +1 -1
- app/locale/az_AZ/Skrill.csv +1 -1
- app/locale/be_BY/Skrill.csv +1 -1
- app/locale/bg_BG/Skrill.csv +1 -1
- app/locale/bn_BD/Skrill.csv +1 -1
- app/locale/bs_BA/Skrill.csv +1 -1
- app/locale/ca_ES/Skrill.csv +1 -1
- app/locale/cs_CZ/Skrill.csv +1 -1
- app/locale/cy_GB/Skrill.csv +1 -1
- app/locale/da_DK/Skrill.csv +1 -1
- app/locale/de_AT/Skrill.csv +1 -1
- app/locale/de_CH/Skrill.csv +1 -1
- app/locale/de_DE/Skrill.csv +1 -1
- app/locale/el_GR/Skrill.csv +1 -1
- app/locale/en_AU/Skrill.csv +1 -1
- app/locale/en_CA/Skrill.csv +1 -1
- app/locale/en_GB/Skrill.csv +1 -1
- app/locale/en_IE/Skrill.csv +1 -1
- app/locale/en_NZ/Skrill.csv +1 -1
- app/locale/en_US/Skrill.csv +1 -1
- app/locale/es_AR/Skrill.csv +1 -1
- app/locale/es_CL/Skrill.csv +1 -1
- app/locale/es_CO/Skrill.csv +1 -1
- app/locale/es_CR/Skrill.csv +1 -1
- app/locale/es_ES/Skrill.csv +1 -1
- app/locale/es_MX/Skrill.csv +1 -1
- app/locale/es_PA/Skrill.csv +1 -1
- app/locale/es_PE/Skrill.csv +1 -1
- app/locale/es_VE/Skrill.csv +1 -1
- app/locale/et_EE/Skrill.csv +1 -1
- app/locale/fa_IR/Skrill.csv +1 -1
- app/locale/fi_FI/Skrill.csv +1 -1
- app/locale/fil_PH/Skrill.csv +1 -1
- app/locale/fr_CA/Skrill.csv +1 -1
- app/locale/fr_FR/Skrill.csv +1 -1
- app/locale/gl_ES/Skrill.csv +1 -1
- app/locale/gu_IN/Skrill.csv +1 -1
- app/locale/he_IL/Skrill.csv +1 -1
- app/locale/hi_IN/Skrill.csv +1 -1
- app/locale/hr_HR/Skrill.csv +1 -1
- app/locale/hu_HU/Skrill.csv +1 -1
- app/locale/id_ID/Skrill.csv +1 -1
- app/locale/is_IS/Skrill.csv +1 -1
- app/locale/it_CH/Skrill.csv +1 -1
- app/locale/it_IT/Skrill.csv +1 -1
- app/locale/ja_JP/Skrill.csv +1 -1
- app/locale/ka_GE/Skrill.csv +1 -1
- app/locale/km_KH/Skrill.csv +1 -1
- app/locale/ko_KR/Skrill.csv +1 -1
- app/locale/lo_LA/Skrill.csv +1 -1
- app/locale/lt_LT/Skrill.csv +1 -1
- app/locale/lv_LV/Skrill.csv +1 -1
- app/locale/mk_MK/Skrill.csv +1 -1
- app/locale/mn_MN/Skrill.csv +1 -1
- app/locale/ms_MY/Skrill.csv +1 -1
- app/locale/nb_NO/Skrill.csv +1 -1
- app/locale/nl_NL/Skrill.csv +1 -1
- app/locale/nn_NO/Skrill.csv +1 -1
- app/locale/pl_PL/Skrill.csv +1 -1
- app/locale/pt_BR/Skrill.csv +1 -1
- app/locale/pt_PT/Skrill.csv +1 -1
- app/locale/ro_RO/Skrill.csv +1 -1
- app/locale/ru_RU/Skrill.csv +1 -1
- app/locale/sk_SK/Skrill.csv +1 -1
- app/locale/sl_SI/Skrill.csv +1 -1
- app/locale/sq_AL/Skrill.csv +1 -1
- app/locale/sr_RS/Skrill.csv +1 -1
- app/locale/sv_SE/Skrill.csv +1 -1
- app/locale/sw_KE/Skrill.csv +1 -1
- app/locale/th_TH/Skrill.csv +1 -1
- app/locale/tr_TR/Skrill.csv +1 -1
- app/locale/uk_UA/Skrill.csv +1 -1
- app/locale/vi_VN/Skrill.csv +1 -1
- app/locale/zh_CN/Skrill.csv +1 -1
- app/locale/zh_HK/Skrill.csv +1 -1
- app/locale/zh_TW/Skrill.csv +1 -1
- package.xml +4 -4
- skin/adminhtml/base/default/js/skrill/md5.js +20 -0
app/code/community/Skrill/Helper/Data.php
CHANGED
@@ -500,7 +500,7 @@ class Skrill_Helper_Data extends Mage_Core_Helper_Abstract
|
|
500 |
$fields = $params;
|
501 |
$fields['action'] = $action;
|
502 |
$fields['email'] = Mage::getStoreConfig('payment/skrill_settings/merchant_account');
|
503 |
-
$fields['password'] =
|
504 |
|
505 |
foreach($fields as $key=>$value) {
|
506 |
$fields_string .= $key.'='.$value.'&';
|
@@ -614,7 +614,7 @@ class Skrill_Helper_Data extends Mage_Core_Helper_Abstract
|
|
614 |
$fields = $params;
|
615 |
$fields['action'] = $action;
|
616 |
$fields['email'] = Mage::getStoreConfig('payment/skrill_settings/merchant_account');
|
617 |
-
$fields['password'] =
|
618 |
}
|
619 |
else if ($action == "refund")
|
620 |
{
|
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.'&';
|
614 |
$fields = $params;
|
615 |
$fields['action'] = $action;
|
616 |
$fields['email'] = Mage::getStoreConfig('payment/skrill_settings/merchant_account');
|
617 |
+
$fields['password'] = Mage::getStoreConfig('payment/skrill_settings/api_passwd');
|
618 |
}
|
619 |
else if ($action == "refund")
|
620 |
{
|
app/code/community/Skrill/Model/Method/Skrill.php
CHANGED
@@ -144,7 +144,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
144 |
'merchant_account' => Mage::getStoreConfig('payment/skrill_settings/merchant_account', $this->getOrder()->getStoreId()),
|
145 |
'recipient_desc' => Mage::getStoreConfig('payment/skrill_settings/recipient_desc', $this->getOrder()->getStoreId()),
|
146 |
'logo_url' => urlencode(Mage::getStoreConfig('payment/skrill_settings/logo_url', $this->getOrder()->getStoreId())),
|
147 |
-
'api_passwd' =>
|
148 |
);
|
149 |
|
150 |
return $settings;
|
@@ -207,7 +207,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
207 |
|
208 |
public function getSid($fields)
|
209 |
{
|
210 |
-
$url = 'https://
|
211 |
|
212 |
foreach($fields as $key=>$value) {
|
213 |
$fields_string .= $key.'='.$value.'&';
|
@@ -281,8 +281,8 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
281 |
$postParameters['recipient_description'] = $settings['recipient_desc'];
|
282 |
$postParameters['transaction_id'] = Mage::getModel("sales/order")->getCollection()->getLastItem()->getIncrementId().Mage::helper('skrill')->getDateTime().Mage::helper('skrill')->randomNumber(4);
|
283 |
$postParameters['return_url'] = Mage::getUrl('skrill/payment/handleResponse/',array('_secure'=>true));
|
284 |
-
// $postParameters['status_url'] = Mage::getUrl('skrill/payment/
|
285 |
-
|
286 |
$postParameters['cancel_url'] = Mage::getUrl('checkout/onepage/',array('_secure'=>true));
|
287 |
$postParameters['language'] = $lang;
|
288 |
$postParameters['logo_url'] = $settings['logo_url'];
|
@@ -309,7 +309,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
309 |
if (!$sid)
|
310 |
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_REDIRECT'));
|
311 |
|
312 |
-
Mage::getSingleton('customer/session')->setRedirectUrl('https://
|
313 |
|
314 |
if ($this->getDisplay() == "IFRAME" )
|
315 |
return Mage::app()->getStore(Mage::getDesign()->getStore())->getUrl('skrill/payment/qcheckout/', array('_secure'=>true));
|
144 |
'merchant_account' => Mage::getStoreConfig('payment/skrill_settings/merchant_account', $this->getOrder()->getStoreId()),
|
145 |
'recipient_desc' => Mage::getStoreConfig('payment/skrill_settings/recipient_desc', $this->getOrder()->getStoreId()),
|
146 |
'logo_url' => urlencode(Mage::getStoreConfig('payment/skrill_settings/logo_url', $this->getOrder()->getStoreId())),
|
147 |
+
'api_passwd' => Mage::getStoreConfig('payment/skrill_settings/api_passwd', $this->getOrder()->getStoreId())
|
148 |
);
|
149 |
|
150 |
return $settings;
|
207 |
|
208 |
public function getSid($fields)
|
209 |
{
|
210 |
+
$url = 'https://pay.skrill.com/app';
|
211 |
|
212 |
foreach($fields as $key=>$value) {
|
213 |
$fields_string .= $key.'='.$value.'&';
|
281 |
$postParameters['recipient_description'] = $settings['recipient_desc'];
|
282 |
$postParameters['transaction_id'] = Mage::getModel("sales/order")->getCollection()->getLastItem()->getIncrementId().Mage::helper('skrill')->getDateTime().Mage::helper('skrill')->randomNumber(4);
|
283 |
$postParameters['return_url'] = Mage::getUrl('skrill/payment/handleResponse/',array('_secure'=>true));
|
284 |
+
// $postParameters['status_url'] = Mage::getUrl('skrill/payment/handleStatus/',array('_secure'=>true));
|
285 |
+
// $postParameters['status_url'] = "mailto: ";
|
286 |
$postParameters['cancel_url'] = Mage::getUrl('checkout/onepage/',array('_secure'=>true));
|
287 |
$postParameters['language'] = $lang;
|
288 |
$postParameters['logo_url'] = $settings['logo_url'];
|
309 |
if (!$sid)
|
310 |
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_REDIRECT'));
|
311 |
|
312 |
+
Mage::getSingleton('customer/session')->setRedirectUrl('https://pay.skrill.com/app?sid='.$sid);
|
313 |
|
314 |
if ($this->getDisplay() == "IFRAME" )
|
315 |
return Mage::app()->getStore(Mage::getDesign()->getStore())->getUrl('skrill/payment/qcheckout/', array('_secure'=>true));
|
app/code/community/Skrill/controllers/PaymentController.php
CHANGED
@@ -58,7 +58,7 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
|
|
58 |
|
59 |
private function generateMd5sig($order, $response)
|
60 |
{
|
61 |
-
$string = Mage::getStoreConfig('payment/skrill_settings/merchant_id', $order->getStoreId()).$response['transaction_id'].strtoupper(
|
62 |
|
63 |
return strtoupper(md5($string));
|
64 |
}
|
58 |
|
59 |
private function generateMd5sig($order, $response)
|
60 |
{
|
61 |
+
$string = Mage::getStoreConfig('payment/skrill_settings/merchant_id', $order->getStoreId()).$response['transaction_id'].strtoupper(Mage::getStoreConfig('payment/skrill_settings/secret_word', $order->getStoreId())).$response['mb_amount'].$response['mb_currency'].$response['status'];
|
62 |
|
63 |
return strtoupper(md5($string));
|
64 |
}
|
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 |
|
22 |
<config>
|
23 |
<modules>
|
24 |
<Skrill>
|
25 |
+
<version>1.0.6</version>
|
26 |
</Skrill>
|
27 |
</modules>
|
28 |
|
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>
|
@@ -129,7 +129,7 @@
|
|
129 |
<sort_order>99</sort_order>
|
130 |
<fields>
|
131 |
<version>
|
132 |
-
<label>v1.0.
|
133 |
<sort_order>1</sort_order>
|
134 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
135 |
<frontend_type>label</frontend_type>
|
@@ -186,7 +186,7 @@
|
|
186 |
<show_in_store>1</show_in_store>
|
187 |
<fields>
|
188 |
<!-- <version>
|
189 |
-
<label>v1.0.
|
190 |
<sort_order>1</sort_order>
|
191 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
192 |
<frontend_type>label</frontend_type>
|
@@ -225,7 +225,7 @@
|
|
225 |
<show_in_store>1</show_in_store>
|
226 |
<fields>
|
227 |
<!-- <version>
|
228 |
-
<label>v1.0.
|
229 |
<sort_order>1</sort_order>
|
230 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
231 |
<frontend_type>label</frontend_type>
|
@@ -274,7 +274,7 @@
|
|
274 |
<show_in_store>1</show_in_store>
|
275 |
<fields>
|
276 |
<!-- <version>
|
277 |
-
<label>v1.0.
|
278 |
<sort_order>1</sort_order>
|
279 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
280 |
<frontend_type>label</frontend_type>
|
@@ -401,7 +401,7 @@
|
|
401 |
<show_in_store>1</show_in_store>
|
402 |
<fields>
|
403 |
<!-- <version>
|
404 |
-
<label>v1.0.
|
405 |
<sort_order>1</sort_order>
|
406 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
407 |
<frontend_type>label</frontend_type>
|
@@ -537,7 +537,7 @@
|
|
537 |
<show_in_store>1</show_in_store>
|
538 |
<fields>
|
539 |
<!-- <version>
|
540 |
-
<label>v1.0.
|
541 |
<sort_order>1</sort_order>
|
542 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
543 |
<frontend_type>label</frontend_type>
|
@@ -586,7 +586,7 @@
|
|
586 |
<show_in_store>1</show_in_store>
|
587 |
<fields>
|
588 |
<!-- <version>
|
589 |
-
<label>v1.0.
|
590 |
<sort_order>1</sort_order>
|
591 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
592 |
<frontend_type>label</frontend_type>
|
@@ -635,7 +635,7 @@
|
|
635 |
<show_in_store>1</show_in_store>
|
636 |
<fields>
|
637 |
<!-- <version>
|
638 |
-
<label>v1.0.
|
639 |
<sort_order>1</sort_order>
|
640 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
641 |
<frontend_type>label</frontend_type>
|
@@ -684,7 +684,7 @@
|
|
684 |
<show_in_store>1</show_in_store>
|
685 |
<fields>
|
686 |
<!-- <version>
|
687 |
-
<label>v1.0.
|
688 |
<sort_order>1</sort_order>
|
689 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
690 |
<frontend_type>label</frontend_type>
|
@@ -733,7 +733,7 @@
|
|
733 |
<show_in_store>1</show_in_store>
|
734 |
<fields>
|
735 |
<!-- <version>
|
736 |
-
<label>v1.0.
|
737 |
<sort_order>1</sort_order>
|
738 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
739 |
<frontend_type>label</frontend_type>
|
@@ -782,7 +782,7 @@
|
|
782 |
<show_in_store>1</show_in_store>
|
783 |
<fields>
|
784 |
<!-- <version>
|
785 |
-
<label>v1.0.
|
786 |
<sort_order>1</sort_order>
|
787 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
788 |
<frontend_type>label</frontend_type>
|
@@ -831,7 +831,7 @@
|
|
831 |
<show_in_store>1</show_in_store>
|
832 |
<fields>
|
833 |
<!-- <version>
|
834 |
-
<label>v1.0.
|
835 |
<sort_order>1</sort_order>
|
836 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
837 |
<frontend_type>label</frontend_type>
|
@@ -880,7 +880,7 @@
|
|
880 |
<show_in_store>1</show_in_store>
|
881 |
<fields>
|
882 |
<!-- <version>
|
883 |
-
<label>v1.0.
|
884 |
<sort_order>1</sort_order>
|
885 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
886 |
<frontend_type>label</frontend_type>
|
@@ -929,7 +929,7 @@
|
|
929 |
<show_in_store>1</show_in_store>
|
930 |
<fields>
|
931 |
<!-- <version>
|
932 |
-
<label>v1.0.
|
933 |
<sort_order>1</sort_order>
|
934 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
935 |
<frontend_type>label</frontend_type>
|
@@ -978,7 +978,7 @@
|
|
978 |
<show_in_store>1</show_in_store>
|
979 |
<fields>
|
980 |
<!-- <version>
|
981 |
-
<label>v1.0.
|
982 |
<sort_order>1</sort_order>
|
983 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
984 |
<frontend_type>label</frontend_type>
|
@@ -1027,7 +1027,7 @@
|
|
1027 |
<show_in_store>1</show_in_store>
|
1028 |
<fields>
|
1029 |
<!-- <version>
|
1030 |
-
<label>v1.0.
|
1031 |
<sort_order>1</sort_order>
|
1032 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1033 |
<frontend_type>label</frontend_type>
|
@@ -1076,7 +1076,7 @@
|
|
1076 |
<show_in_store>1</show_in_store>
|
1077 |
<fields>
|
1078 |
<!-- <version>
|
1079 |
-
<label>v1.0.
|
1080 |
<sort_order>1</sort_order>
|
1081 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1082 |
<frontend_type>label</frontend_type>
|
@@ -1125,7 +1125,7 @@
|
|
1125 |
<show_in_store>1</show_in_store>
|
1126 |
<fields>
|
1127 |
<!-- <version>
|
1128 |
-
<label>v1.0.
|
1129 |
<sort_order>1</sort_order>
|
1130 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1131 |
<frontend_type>label</frontend_type>
|
@@ -1251,7 +1251,7 @@
|
|
1251 |
<show_in_store>1</show_in_store>
|
1252 |
<fields>
|
1253 |
<!-- <version>
|
1254 |
-
<label>v1.0.
|
1255 |
<sort_order>1</sort_order>
|
1256 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1257 |
<frontend_type>label</frontend_type>
|
@@ -1377,7 +1377,7 @@
|
|
1377 |
<show_in_store>1</show_in_store>
|
1378 |
<fields>
|
1379 |
<!-- <version>
|
1380 |
-
<label>v1.0.
|
1381 |
<sort_order>1</sort_order>
|
1382 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1383 |
<frontend_type>label</frontend_type>
|
@@ -1503,7 +1503,7 @@
|
|
1503 |
<show_in_store>1</show_in_store>
|
1504 |
<fields>
|
1505 |
<!-- <version>
|
1506 |
-
<label>v1.0.
|
1507 |
<sort_order>1</sort_order>
|
1508 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1509 |
<frontend_type>label</frontend_type>
|
@@ -1552,7 +1552,7 @@
|
|
1552 |
<show_in_store>1</show_in_store>
|
1553 |
<fields>
|
1554 |
<!-- <version>
|
1555 |
-
<label>v1.0.
|
1556 |
<sort_order>1</sort_order>
|
1557 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1558 |
<frontend_type>label</frontend_type>
|
@@ -1601,7 +1601,7 @@
|
|
1601 |
<show_in_store>1</show_in_store>
|
1602 |
<fields>
|
1603 |
<!-- <version>
|
1604 |
-
<label>v1.0.
|
1605 |
<sort_order>1</sort_order>
|
1606 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1607 |
<frontend_type>label</frontend_type>
|
@@ -1727,7 +1727,7 @@
|
|
1727 |
<show_in_store>1</show_in_store>
|
1728 |
<fields>
|
1729 |
<!-- <version>
|
1730 |
-
<label>v1.0.
|
1731 |
<sort_order>1</sort_order>
|
1732 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1733 |
<frontend_type>label</frontend_type>
|
@@ -1853,7 +1853,7 @@
|
|
1853 |
<show_in_store>1</show_in_store>
|
1854 |
<fields>
|
1855 |
<!-- <version>
|
1856 |
-
<label>v1.0.
|
1857 |
<sort_order>1</sort_order>
|
1858 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1859 |
<frontend_type>label</frontend_type>
|
@@ -1902,7 +1902,7 @@
|
|
1902 |
<show_in_store>1</show_in_store>
|
1903 |
<fields>
|
1904 |
<!-- <version>
|
1905 |
-
<label>v1.0.
|
1906 |
<sort_order>1</sort_order>
|
1907 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1908 |
<frontend_type>label</frontend_type>
|
@@ -1951,7 +1951,7 @@
|
|
1951 |
<show_in_store>1</show_in_store>
|
1952 |
<fields>
|
1953 |
<!-- <version>
|
1954 |
-
<label>v1.0.
|
1955 |
<sort_order>1</sort_order>
|
1956 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1957 |
<frontend_type>label</frontend_type>
|
@@ -2000,7 +2000,7 @@
|
|
2000 |
<show_in_store>1</show_in_store>
|
2001 |
<fields>
|
2002 |
<!-- <version>
|
2003 |
-
<label>v1.0.
|
2004 |
<sort_order>1</sort_order>
|
2005 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2006 |
<frontend_type>label</frontend_type>
|
@@ -2049,7 +2049,7 @@
|
|
2049 |
<sort_order>1600</sort_order>
|
2050 |
<fields>
|
2051 |
<version>
|
2052 |
-
<label>v1.0.
|
2053 |
<sort_order>1</sort_order>
|
2054 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2055 |
<frontend_type>label</frontend_type>
|
@@ -2163,7 +2163,7 @@
|
|
2163 |
<sort_order>1800</sort_order>
|
2164 |
<fields>
|
2165 |
<version>
|
2166 |
-
<label>v1.0.
|
2167 |
<sort_order>1</sort_order>
|
2168 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2169 |
<frontend_type>label</frontend_type>
|
@@ -2277,7 +2277,7 @@
|
|
2277 |
<sort_order>1900</sort_order>
|
2278 |
<fields>
|
2279 |
<version>
|
2280 |
-
<label>v1.0.
|
2281 |
<sort_order>1</sort_order>
|
2282 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2283 |
<frontend_type>label</frontend_type>
|
@@ -2391,7 +2391,7 @@
|
|
2391 |
<sort_order>2000</sort_order>
|
2392 |
<fields>
|
2393 |
<version>
|
2394 |
-
<label>v1.0.
|
2395 |
<sort_order>1</sort_order>
|
2396 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2397 |
<frontend_type>label</frontend_type>
|
@@ -2504,7 +2504,7 @@
|
|
2504 |
<sort_order>2100</sort_order>
|
2505 |
<fields>
|
2506 |
<version>
|
2507 |
-
<label>v1.0.
|
2508 |
<sort_order>1</sort_order>
|
2509 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2510 |
<frontend_type>label</frontend_type>
|
39 |
<show_in_store>1</show_in_store>
|
40 |
<fields>
|
41 |
<version>
|
42 |
+
<label>v1.0.6</label>
|
43 |
<sort_order>1</sort_order>
|
44 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
45 |
<frontend_type>label</frontend_type>
|
129 |
<sort_order>99</sort_order>
|
130 |
<fields>
|
131 |
<version>
|
132 |
+
<label>v1.0.6</label>
|
133 |
<sort_order>1</sort_order>
|
134 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
135 |
<frontend_type>label</frontend_type>
|
186 |
<show_in_store>1</show_in_store>
|
187 |
<fields>
|
188 |
<!-- <version>
|
189 |
+
<label>v1.0.6</label>
|
190 |
<sort_order>1</sort_order>
|
191 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
192 |
<frontend_type>label</frontend_type>
|
225 |
<show_in_store>1</show_in_store>
|
226 |
<fields>
|
227 |
<!-- <version>
|
228 |
+
<label>v1.0.6</label>
|
229 |
<sort_order>1</sort_order>
|
230 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
231 |
<frontend_type>label</frontend_type>
|
274 |
<show_in_store>1</show_in_store>
|
275 |
<fields>
|
276 |
<!-- <version>
|
277 |
+
<label>v1.0.6</label>
|
278 |
<sort_order>1</sort_order>
|
279 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
280 |
<frontend_type>label</frontend_type>
|
401 |
<show_in_store>1</show_in_store>
|
402 |
<fields>
|
403 |
<!-- <version>
|
404 |
+
<label>v1.0.6</label>
|
405 |
<sort_order>1</sort_order>
|
406 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
407 |
<frontend_type>label</frontend_type>
|
537 |
<show_in_store>1</show_in_store>
|
538 |
<fields>
|
539 |
<!-- <version>
|
540 |
+
<label>v1.0.6</label>
|
541 |
<sort_order>1</sort_order>
|
542 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
543 |
<frontend_type>label</frontend_type>
|
586 |
<show_in_store>1</show_in_store>
|
587 |
<fields>
|
588 |
<!-- <version>
|
589 |
+
<label>v1.0.6</label>
|
590 |
<sort_order>1</sort_order>
|
591 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
592 |
<frontend_type>label</frontend_type>
|
635 |
<show_in_store>1</show_in_store>
|
636 |
<fields>
|
637 |
<!-- <version>
|
638 |
+
<label>v1.0.6</label>
|
639 |
<sort_order>1</sort_order>
|
640 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
641 |
<frontend_type>label</frontend_type>
|
684 |
<show_in_store>1</show_in_store>
|
685 |
<fields>
|
686 |
<!-- <version>
|
687 |
+
<label>v1.0.6</label>
|
688 |
<sort_order>1</sort_order>
|
689 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
690 |
<frontend_type>label</frontend_type>
|
733 |
<show_in_store>1</show_in_store>
|
734 |
<fields>
|
735 |
<!-- <version>
|
736 |
+
<label>v1.0.6</label>
|
737 |
<sort_order>1</sort_order>
|
738 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
739 |
<frontend_type>label</frontend_type>
|
782 |
<show_in_store>1</show_in_store>
|
783 |
<fields>
|
784 |
<!-- <version>
|
785 |
+
<label>v1.0.6</label>
|
786 |
<sort_order>1</sort_order>
|
787 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
788 |
<frontend_type>label</frontend_type>
|
831 |
<show_in_store>1</show_in_store>
|
832 |
<fields>
|
833 |
<!-- <version>
|
834 |
+
<label>v1.0.6</label>
|
835 |
<sort_order>1</sort_order>
|
836 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
837 |
<frontend_type>label</frontend_type>
|
880 |
<show_in_store>1</show_in_store>
|
881 |
<fields>
|
882 |
<!-- <version>
|
883 |
+
<label>v1.0.6</label>
|
884 |
<sort_order>1</sort_order>
|
885 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
886 |
<frontend_type>label</frontend_type>
|
929 |
<show_in_store>1</show_in_store>
|
930 |
<fields>
|
931 |
<!-- <version>
|
932 |
+
<label>v1.0.6</label>
|
933 |
<sort_order>1</sort_order>
|
934 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
935 |
<frontend_type>label</frontend_type>
|
978 |
<show_in_store>1</show_in_store>
|
979 |
<fields>
|
980 |
<!-- <version>
|
981 |
+
<label>v1.0.6</label>
|
982 |
<sort_order>1</sort_order>
|
983 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
984 |
<frontend_type>label</frontend_type>
|
1027 |
<show_in_store>1</show_in_store>
|
1028 |
<fields>
|
1029 |
<!-- <version>
|
1030 |
+
<label>v1.0.6</label>
|
1031 |
<sort_order>1</sort_order>
|
1032 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1033 |
<frontend_type>label</frontend_type>
|
1076 |
<show_in_store>1</show_in_store>
|
1077 |
<fields>
|
1078 |
<!-- <version>
|
1079 |
+
<label>v1.0.6</label>
|
1080 |
<sort_order>1</sort_order>
|
1081 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1082 |
<frontend_type>label</frontend_type>
|
1125 |
<show_in_store>1</show_in_store>
|
1126 |
<fields>
|
1127 |
<!-- <version>
|
1128 |
+
<label>v1.0.6</label>
|
1129 |
<sort_order>1</sort_order>
|
1130 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1131 |
<frontend_type>label</frontend_type>
|
1251 |
<show_in_store>1</show_in_store>
|
1252 |
<fields>
|
1253 |
<!-- <version>
|
1254 |
+
<label>v1.0.6</label>
|
1255 |
<sort_order>1</sort_order>
|
1256 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1257 |
<frontend_type>label</frontend_type>
|
1377 |
<show_in_store>1</show_in_store>
|
1378 |
<fields>
|
1379 |
<!-- <version>
|
1380 |
+
<label>v1.0.6</label>
|
1381 |
<sort_order>1</sort_order>
|
1382 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1383 |
<frontend_type>label</frontend_type>
|
1503 |
<show_in_store>1</show_in_store>
|
1504 |
<fields>
|
1505 |
<!-- <version>
|
1506 |
+
<label>v1.0.6</label>
|
1507 |
<sort_order>1</sort_order>
|
1508 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1509 |
<frontend_type>label</frontend_type>
|
1552 |
<show_in_store>1</show_in_store>
|
1553 |
<fields>
|
1554 |
<!-- <version>
|
1555 |
+
<label>v1.0.6</label>
|
1556 |
<sort_order>1</sort_order>
|
1557 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1558 |
<frontend_type>label</frontend_type>
|
1601 |
<show_in_store>1</show_in_store>
|
1602 |
<fields>
|
1603 |
<!-- <version>
|
1604 |
+
<label>v1.0.6</label>
|
1605 |
<sort_order>1</sort_order>
|
1606 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1607 |
<frontend_type>label</frontend_type>
|
1727 |
<show_in_store>1</show_in_store>
|
1728 |
<fields>
|
1729 |
<!-- <version>
|
1730 |
+
<label>v1.0.6</label>
|
1731 |
<sort_order>1</sort_order>
|
1732 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1733 |
<frontend_type>label</frontend_type>
|
1853 |
<show_in_store>1</show_in_store>
|
1854 |
<fields>
|
1855 |
<!-- <version>
|
1856 |
+
<label>v1.0.6</label>
|
1857 |
<sort_order>1</sort_order>
|
1858 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1859 |
<frontend_type>label</frontend_type>
|
1902 |
<show_in_store>1</show_in_store>
|
1903 |
<fields>
|
1904 |
<!-- <version>
|
1905 |
+
<label>v1.0.6</label>
|
1906 |
<sort_order>1</sort_order>
|
1907 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1908 |
<frontend_type>label</frontend_type>
|
1951 |
<show_in_store>1</show_in_store>
|
1952 |
<fields>
|
1953 |
<!-- <version>
|
1954 |
+
<label>v1.0.6</label>
|
1955 |
<sort_order>1</sort_order>
|
1956 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1957 |
<frontend_type>label</frontend_type>
|
2000 |
<show_in_store>1</show_in_store>
|
2001 |
<fields>
|
2002 |
<!-- <version>
|
2003 |
+
<label>v1.0.6</label>
|
2004 |
<sort_order>1</sort_order>
|
2005 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2006 |
<frontend_type>label</frontend_type>
|
2049 |
<sort_order>1600</sort_order>
|
2050 |
<fields>
|
2051 |
<version>
|
2052 |
+
<label>v1.0.6</label>
|
2053 |
<sort_order>1</sort_order>
|
2054 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2055 |
<frontend_type>label</frontend_type>
|
2163 |
<sort_order>1800</sort_order>
|
2164 |
<fields>
|
2165 |
<version>
|
2166 |
+
<label>v1.0.6</label>
|
2167 |
<sort_order>1</sort_order>
|
2168 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2169 |
<frontend_type>label</frontend_type>
|
2277 |
<sort_order>1900</sort_order>
|
2278 |
<fields>
|
2279 |
<version>
|
2280 |
+
<label>v1.0.6</label>
|
2281 |
<sort_order>1</sort_order>
|
2282 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2283 |
<frontend_type>label</frontend_type>
|
2391 |
<sort_order>2000</sort_order>
|
2392 |
<fields>
|
2393 |
<version>
|
2394 |
+
<label>v1.0.6</label>
|
2395 |
<sort_order>1</sort_order>
|
2396 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2397 |
<frontend_type>label</frontend_type>
|
2504 |
<sort_order>2100</sort_order>
|
2505 |
<fields>
|
2506 |
<version>
|
2507 |
+
<label>v1.0.6</label>
|
2508 |
<sort_order>1</sort_order>
|
2509 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2510 |
<frontend_type>label</frontend_type>
|
app/design/adminhtml/default/Skrill/template/system/config/edit.phtml
CHANGED
@@ -57,11 +57,26 @@
|
|
57 |
<?php echo $this->getBlockHtml('formkey')?>
|
58 |
<?php echo $this->getChildHtml('form') ?>
|
59 |
</form>
|
|
|
60 |
<script src="<?php echo $this->getSkinUrl('js/skrill/system_config_edit.js')?>" type="text/javascript"></script>
|
61 |
<script type="text/javascript">
|
62 |
//<![CDATA[
|
63 |
var configForm = new varienForm('config_edit_form');
|
|
|
|
|
64 |
configForm.validator.options.onFormValidate = function(result, form) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
if (result) {
|
66 |
$$('.requires').each(function(element) {
|
67 |
var scopeElement = adminSystemConfig.getScopeElement(element);
|
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 != 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 != 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);
|
app/locale/af_ZA/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ar_DZ/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ar_EG/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ar_KW/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ar_MA/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ar_SA/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/az_AZ/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/be_BY/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/bg_BG/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/bn_BD/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/bs_BA/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ca_ES/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/cs_CZ/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/cy_GB/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/da_DK/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/de_AT/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
44 |
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Einstellungen"
|
45 |
"SKRILL_BACKEND_PM_FLEXIBLE", "Alle Karten und alternativen Zahlungsmethoden"
|
46 |
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
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"
|
app/locale/de_CH/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
44 |
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Einstellungen"
|
45 |
"SKRILL_BACKEND_PM_FLEXIBLE", "Alle Karten und alternativen Zahlungsmethoden"
|
46 |
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
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"
|
app/locale/de_DE/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
44 |
"SKRILL_BACKEND_PM_SETTINGS", "Skrill Einstellungen"
|
45 |
"SKRILL_BACKEND_PM_FLEXIBLE", "Alle Karten und alternativen Zahlungsmethoden"
|
46 |
"SKRILL_BACKEND_PM_WLT", "Skrill Wallet"
|
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"
|
app/locale/el_GR/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/en_AU/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/en_CA/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/en_GB/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/en_IE/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/en_NZ/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/en_US/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/es_AR/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/es_CL/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/es_CO/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/es_CR/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/es_ES/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/es_MX/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/es_PA/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/es_PE/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/es_VE/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/et_EE/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/fa_IR/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/fi_FI/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/fil_PH/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/fr_CA/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/fr_FR/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/gl_ES/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/gu_IN/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/he_IL/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/hi_IN/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/hr_HR/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/hu_HU/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/id_ID/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/is_IS/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/it_CH/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/it_IT/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ja_JP/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ka_GE/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/km_KH/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ko_KR/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/lo_LA/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/lt_LT/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/lv_LV/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/mk_MK/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/mn_MN/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ms_MY/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/nb_NO/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/nl_NL/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/nn_NO/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/pl_PL/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/pt_BR/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/pt_PT/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ro_RO/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/ru_RU/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/sk_SK/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/sl_SI/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/sq_AL/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/sr_RS/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/sv_SE/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/sw_KE/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/th_TH/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/tr_TR/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/uk_UA/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/vi_VN/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/zh_CN/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/zh_HK/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
app/locale/zh_TW/Skrill.csv
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"FRONTEND_PM_PAYTRAIL", "Paytrail"
|
41 |
"FRONTEND_PM_YANDEX", "Yandex"
|
42 |
|
43 |
-
"SKRILL_BACKEND_GENERAL_SKRILL_PLUGIN_NAME", "Skrill
|
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"
|
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"
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Skrill_Hosted_Payment_Solution</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
@@ -16,9 +16,9 @@
|
|
16 |
• Refund capability within Magento</description>
|
17 |
<notes>no additional notes included</notes>
|
18 |
<authors><author><name>Esphere Dev Team</name><user>Esphere</user><email>erwin@espherestudio.com</email></author></authors>
|
19 |
-
<date>2015-10-
|
20 |
-
<time>
|
21 |
-
<contents><target name="magecommunity"><dir name="Skrill"><dir name="Block"><dir name="Payment"><dir name="Form"><file name="Abstract.php" hash="9aa50758afc5c6238bc821e4f6cbaf25"/><file name="Acc.php" hash="8a00367815b7598693dadce6a127bd72"/><file name="Amx.php" hash="85152cd33651bfaf474049b6765daf6b"/><file name="Creditcard.php" hash="417acd13e4b7eceb1eea3049e66b2c02"/><file name="Csi.php" hash="d1993deddf0c6c38c85279d9aef7c74c"/><file name="Did.php" hash="a9270962858b77f347e3220ef75948f5"/><file name="Din.php" hash="cfa400d34eed5b9732874bd3f9893117"/><file name="Directdebit.php" hash="231cd681ef6f75cb4b2d516f300ba701"/><file name="Dnk.php" hash="812b284a378f0b3b8a96b3c1721a713f"/><file name="Ebt.php" hash="280fd8b407465163127ea754145e8b59"/><file name="Ent.php" hash="b60758a366969072353d5c9f80f2cecc"/><file name="Eps.php" hash="317d6617a2f1545a72caa8ba2c914786"/><file name="Epy.php" hash="17a3a6554dfda674638913ef8d044250"/><file name="Flexible.php" hash="6a92a6e1f0b8ce19cf2574555ad4a66a"/><file name="Gcb.php" hash="a875b10b640b8a760332a6b77778f679"/><file name="Gir.php" hash="bb90fb3a686ff1243320b69fbcb39c2e"/><file name="Giropay.php" hash="9e8f61440c8f13772aebc7826980a205"/><file name="Glu.php" hash="72dba59a39fc805260c0ef291784a1ef"/><file name="Ideal.php" hash="2c4c4955640056357a4741974e00264f"/><file name="Idl.php" hash="d6b20d815fb1e6ca200a50b03b634570"/><file name="Jcb.php" hash="f2a3a920dd2af20bd06b8efe73ae50ee"/><file name="Mae.php" hash="bda857b86e02a86f879a554f11feb10a"/><file name="Msc.php" hash="1671278cc7a6621b67bb4a45163f22f5"/><file name="Npy.php" hash="3b97038053736ead1773153c27094ccb"/><file name="Obt.php" hash="2009a8cd4aec16dd59f086540980b5db"/><file name="Payolutionins.php" hash="0fccfa36636e8aaa0e492b6cb72bb4c3"/><file name="Payolutioninv.php" hash="2d2014bcdc3a38391683126b273f41f8"/><file name="Paypal.php" hash="088ae010d6b30eca39865785a1842a62"/><file name="Paysafecard.php" hash="010fdaa68033256f0171ff2d2fdc3a2d"/><file name="Paytrail.php" hash="31b5c8aac07f65ab141a50bc3c1933ef"/><file name="Pli.php" hash="d4839ceb72252e269b60a0e7ba5ebdf0"/><file name="Psc.php" hash="9ce18b001d23ab2d8fd9833adf1d4053"/><file name="Psp.php" hash="8456713ab8e89251dd3622a28e148723"/><file name="Pwy.php" hash="97d1e8ba8cdb7a45c5b23f54ef53b524"/><file name="Sft.php" hash="f540e517d170c11721b89c3805f19d4f"/><file name="Sofortuberweisung.php" hash="4fbd5c4cd92f77ea54f96ce191452e9b"/><file name="Vsa.php" hash="a65df411065d0ffb3854daf912b4e67c"/><file name="Vse.php" hash="498c62fa0af7fb3cce220894ded3588a"/><file name="Wlt.php" hash="7b9fcae4885a14e2ed2dcf5d0fe8466a"/><file name="Yandex.php" hash="e12641790ef7beffebc31cd07bdd07e3"/></dir><file name="Formcc.php" hash="f219db3ae7e8ed79660ef285c6542582"/><file name="Formcp.php" hash="76fcb6755f07161b269a17601e1cc7ee"/><file name="Formdd.php" hash="dfff241c17778b0fd3662673fa42d1ab"/><file name="Payoninfo.php" hash="9d9e5548d38223d90797448f3d5a8cc9"/><file name="Qcheckout.php" hash="788e8eba38acb406b1e30daaf21ca113"/><file name="Skrillinfo.php" hash="f4451ca8d65b5deae54dd0050730845f"/></dir></dir><dir name="Helper"><file name="Data.php" hash="019f33aff76177cd958f7a46c5f160c1"/></dir><dir name="Model"><dir name="Method"><file name="Abstract.php" hash="1aa1653a24cc09051d3b495d047e2ba4"/><file name="Acc.php" hash="afe14febdce44dde4434d684905d380a"/><file name="Amx.php" hash="a4e910f437c54d02b99c8978d7b2dfda"/><file name="Creditcard.php" hash="237b79328299bc9620062e506d04d098"/><file name="Csi.php" hash="3848600b0ebd4742e95d2861d184f8d9"/><file name="Did.php" hash="39c335184d3b1c67de2047b45bc1915e"/><file name="Din.php" hash="9919fb22efa562058007417651eca6fe"/><file name="Directdebit.php" hash="6cb28c808f8e9efece20b1725a076bcf"/><file name="Dnk.php" hash="99ddbf10611adf759cda3db4c361c381"/><file name="Ebt.php" hash="16956f545496f81a0e3978d324efb58b"/><file name="Ent.php" hash="61ff063a9b6448b745257b3e5281ca5b"/><file name="Eps.php" hash="86d4a9b2f9938d307ab50e1c6ea22d64"/><file name="Epy.php" hash="4004e8755714dd5722bd80e9fc3b3588"/><file name="Flexible.php" hash="1bb5374c68591434c9b3f1aa8df3c6a4"/><file name="Gcb.php" hash="d76bdd707df1b055a20c004d47a5c2f1"/><file name="Gir.php" hash="41fb66fcd8bf5a7c2117f54eefbdbd9d"/><file name="Giropay.php" hash="2faa8df178aaf2a43ba16b9d2921a98a"/><file name="Glu.php" hash="607e781a334b1e54a427eb0271ac6a7e"/><file name="Ideal.php" hash="9e4b3a75d2fcc1685344225f12d7825e"/><file name="Idl.php" hash="3f6947b4c508d9e36a62a467addc0f92"/><file name="Jcb.php" hash="a5bd25b0a8c5a08e3508627a7de9cc3e"/><file name="Mae.php" hash="029e3d1eaa76cea7743fcecf85fd5c4b"/><file name="Msc.php" hash="9a96fc230923e72e4a8f1060b37f2fbf"/><file name="Npy.php" hash="8d856ccfe27dff6a987ee08e8e3b7c9c"/><file name="Obt.php" hash="1c62f1f3f9cdee20158e535413ed7812"/><file name="Payolutionins.php" hash="aa5908fa06d23b473bf79710155ef7ef"/><file name="Payolutioninv.php" hash="16c40cebc82634b39a746aaf20daf5b4"/><file name="Paypal.php" hash="946222e4a9b68bad23abb3261147699a"/><file name="Paysafecard.php" hash="6f31ece36ff0f3fbc898a8c78b0e141f"/><file name="Paytrail.php" hash="8635d09fd9df694706072d8fda947af9"/><file name="Pli.php" hash="9bd2112a3ea84f5bc22e5b6affe36983"/><file name="Psc.php" hash="238a546269373d98438d005a9b1be79a"/><file name="Psp.php" hash="22f1ac16fd58b4b1d20a092cfa54d9bb"/><file name="Pwy.php" hash="bf4e7d8c4157450a72f18715a25790f5"/><file name="Sft.php" hash="0cd183b0e197de4c201163b528ceb840"/><file name="Skrill.php" hash="c7bd9e55fe1f2bea9a4fb3351e3d5ee2"/><file name="Sofortuberweisung.php" hash="ad88917bb5adc856014b53859fe608bd"/><file name="Vsa.php" hash="823ee255afd49c961455996f9bde829c"/><file name="Vse.php" hash="3f6dfad630833372faf54422a18e29aa"/><file name="Wlt.php" hash="be883d038dc6c0043df00c15ebfd4b33"/><file name="Yandex.php" hash="356f2a906bcaf2e4fb7b3da6e3a324fc"/></dir><dir name="Source"><file name="Card.php" hash="c3820cd27da09e586aeabbb970f5556b"/><file name="Display.php" hash="e52673caee4f67e173ebc668984a5798"/><file name="Gateway.php" hash="aa41d19dbce68088a5e908f4681f53d1"/><file name="Mode.php" hash="14f8361d99ec6d099768c6cf992215f2"/><file name="Transaction.php" hash="601c4365a8c7104c756bbdc8bd257ac0"/></dir><dir name="Success"><file name="Observer.php" hash="7cd1ffca4e0b5b7d6eff90189e1421e5"/></dir></dir><dir name="controllers"><file name="PaymentController.php" hash="b03ef03e76c80dd90461c14a8c55f3d2"/><file name="ResponseController.php" hash="28ed9c19156dd49f638551af3d63b708"/><file name="UpdateorderController.php" hash="771eba765f87a397fdddbd3ec4eee894"/></dir><dir name="etc"><file name="adminhtml.xml" hash="36235b4c4f219d24f22e1462c3d73871"/><file name="config.xml" hash="5db80efedda0f01776bcb83133c3aeb7"/><file name="system.xml" hash="aaf2d0cc930974d6bbea99d01e85f26c"/></dir><dir name="sql"><dir name="skrill_setup"><file name="mysql4-install-1.0.0.php" hash="d0d60f789e4528e64b5e60a7bb4a34d5"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="skrill"><file name="payoninfo.phtml" hash="12de1a9e5c4935b7dfa50f272bf67a3e"/><file name="skrillinfo.phtml" hash="8d0d7152d2eb3a7688dc2d8eba80497b"/></dir></dir></dir><dir name="Skrill"><dir name="template"><dir name="system"><dir name="config"><file name="edit.phtml" hash="39e1a8b855fd6b6e78a67868f60e1c09"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="checkout"><dir name="onepage"><dir name="payment"><dir name="skrill"><file name="methods.phtml" hash="dae2aa2eeb1cc01bfdf048bd5dcfb8cd"/></dir></dir></dir></dir><dir name="skrill"><dir name="payment"><file name="formcc.phtml" hash="28940ed4254ac1e96bce336da1a1f8e2"/><file name="formcp.phtml" hash="32cf96c71bb1526c49c7beba446a4dc1"/><file name="formdd.phtml" hash="a6b92347c7a85e773d50ea51d6b82387"/><file name="qcheckout.phtml" hash="401ddbf49c8e867e20e068bfed7e690a"/></dir><file name="payoninfo.phtml" hash="66094dbe944254648e84d3f511442ab3"/><file name="skrillinfo.phtml" hash="66094dbe944254648e84d3f511442ab3"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="skrill_checkout.xml" hash="17f87edc1cfc8c95ff439a7d16c85f8e"/></dir><dir name="template"><dir name="checkout"><dir name="cart"><dir name="minicart"><dir name="skrill"><file name="default.phtml" hash="0ff0aff667300f2855502932d7340f3a"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Skrill.xml" hash="0ed878a4f46ad37edd7b3c410d58fffc"/></dir></target><target name="magelocale"><dir><dir name="af_ZA"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ar_DZ"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ar_EG"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ar_KW"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ar_MA"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ar_SA"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="az_AZ"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="be_BY"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="bg_BG"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="bn_BD"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="bs_BA"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ca_ES"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="cs_CZ"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="cy_GB"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="da_DK"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="de_AT"><file name="Skrill.csv" hash="92ca878db50dea95ed42d6854a6896f1"/></dir><dir name="de_CH"><file name="Skrill.csv" hash="92ca878db50dea95ed42d6854a6896f1"/></dir><dir name="de_DE"><file name="Skrill.csv" hash="92ca878db50dea95ed42d6854a6896f1"/></dir><dir name="el_GR"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="en_AU"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="en_CA"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="en_GB"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="en_IE"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="en_NZ"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="en_US"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="es_AR"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="es_CL"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="es_CO"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="es_CR"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="es_ES"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="es_MX"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="es_PA"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="es_PE"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="es_VE"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="et_EE"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="fa_IR"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="fi_FI"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="fil_PH"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="fr_CA"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="fr_FR"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="gl_ES"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="gu_IN"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="he_IL"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="hi_IN"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="hr_HR"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="hu_HU"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="id_ID"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="is_IS"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="it_CH"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="it_IT"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ja_JP"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ka_GE"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="km_KH"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ko_KR"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="lo_LA"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="lt_LT"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="lv_LV"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="mk_MK"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="mn_MN"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ms_MY"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="nb_NO"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="nl_NL"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="nn_NO"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="pl_PL"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="pt_BR"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="pt_PT"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ro_RO"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="ru_RU"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="sk_SK"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="sl_SI"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="sq_AL"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="sr_RS"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="sv_SE"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="sw_KE"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="th_TH"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="tr_TR"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="uk_UA"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="vi_VN"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="zh_CN"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="zh_HK"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir><dir name="zh_TW"><file name="Skrill.csv" hash="764932c4e75f0e2e30566f86ef83dcb9"/></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="js"><dir name="skrill"><file name="system_config_edit.js" hash="8e09fca033c2776b6c432ec3e31d24dd"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="skrill"><file name="formbank.css" hash="dd2c5c9d6fd8e669b84ade24c098e6c5"/></dir></dir><dir name="images"><dir name="skrill"><file name="acc.gif" hash="ef3f97e202ed19ef1d9f640e3f792155"/><file name="acceptance_mark.png" hash="6dd3b5d5c0a2d987dd5e9a0ec428cd84"/><file name="amex.jpg" hash="82eaebf8a8d73bce3920eba3f21da40f"/><file name="amx.gif" hash="1ff1f0de65c9f491118431f9d7f1810b"/><file name="cartasi.gif" hash="e8b3ee89286c1136c72be527baa812fa"/><file name="cartebleue.png" hash="d9abb72c5fc1743731156aafdb84c85a"/><file name="dankort.png" hash="1a179bd4dc14d8fbd21c709b6a48ba48"/><file name="digital_wallet.png" hash="bddcbf8acde5446e24302bac2536c2f3"/><file name="din.gif" hash="cb312633eccbd6b520f5f808fc119b8c"/><file name="direct-debit.png" hash="6ac837e44f46033d83e890212296e6ec"/><file name="elv.gif" hash="cc87ee75796c787f5302bb2444ca9de6"/><file name="enets.gif" hash="e7dd17846d7f92df968d12540ddabf4e"/><file name="eps.png" hash="ef4d5eba8256c45056c5316ff7b31612"/><file name="epy.gif" hash="daedf5b5285fe1c6ab2d9a0a77e79e2c"/><file name="etisalat.png" hash="3d7041bf9beb9a33d9262f21fccba9cf"/><file name="giropay.png" hash="ec39c41fe03560e67eb0f6680f226f09"/><file name="giropay2.png" hash="8e7e4a9d56258867a82a9fd06960bc99"/><file name="glu.png" hash="5a2d45de76eca699ea3f548c07606e6a"/><file name="ideal.gif" hash="f796fa37cf094067e817e67b102e444a"/><file name="ideal.png" hash="cbf81ba388433259db39134e2c543275"/><file name="jcb.gif" hash="ae47b74c9cf823688d84416f0119c997"/><file name="kpn1.png" hash="a46b4f3b2232ec7fed479e8afe3efe49"/><file name="maestro.png" hash="9a902dbbeade6e418535a91db601716f"/><file name="maestro2.jpg" hash="1424569380fc3f5edae5d9f548803501"/><file name="mastercard.jpg" hash="b8fd194da7438e2c2c622f6043c750ef"/><file name="msc.png" hash="cf9f58506dc8bd2096facbd1b3a5c7d3"/><file name="mtn.jpg" hash="db602796fc777319274cddc17705ae41"/><file name="nordea.gif" hash="84217533b4d73ba741656ad0ad0ac694"/><file name="norton.png" hash="dcd8e7365fe70dd8d0aa871e21637cf9"/><file name="npy.png" hash="a2288c250dc0ac753e535c95e86042fa"/><file name="obt.png" hash="3c8b8d4f8e16eae0cb587896d2b24569"/><file name="payolution.png" hash="10687574bac352bdfcf18e21180ba797"/><file name="payolutionins.png" hash="bee8af75927a6931e7a6b70240d76b6e"/><file name="payolutioninv.png" hash="0be130afc43304646fd1b1609068467c"/><file name="paypal.png" hash="e4f22de81abd7fb060d8cd3c0c65591f"/><file name="pli.png" hash="5537560c637e74e165a18e4d1b8433c3"/><file name="postepay.png" hash="a52e1f827e6251dc1757092b7dd446ed"/><file name="psc.jpg" hash="34f5f0f323a5d989284601f1229a535b"/><file name="skrill.jpg" hash="c4ce6852ebc1dfbdba48ebeda27826e8"/><file name="sofort.png" hash="7dd5b03e2048cfbf071bd5a86b67738b"/><file name="sofortlogo.png" hash="064225fd69aaa4055cf3c94ffd7b4fd4"/><file name="sofortuberweisung.png" hash="a0f96d7ffa60b9ad4a2450e640d59ce3"/><file name="ssl.jpg" hash="4369eaeb922844a628795d1ef6049ae3"/><file name="verivied.jpg" hash="0d77c67d5cff8dbe27fc9f1277cfd4f1"/><file name="veriviedmaster.jpg" hash="7adbbeebc74f4d4422da6b35459cfe58"/><file name="veriviedvisa.jpg" hash="9731bdd06bf75b9ef88aeaf32d4b08d3"/><file name="visa-pay.png" hash="dab780bf36d2e5e460f95b8de2e8f7cf"/><file name="visa.png" hash="7fa65b6c20851d6d5d65d1b3afe12d5d"/><file name="visadeltadebit.png" hash="6df9f746ed6d88943386c10fecd1d0d4"/><file name="vsa.gif" hash="33b62aa9af673d65c5f0a5ba8d083c13"/><file name="vsd.gif" hash="de87c5e7a44a61a5f316c53a0ed7bfec"/><file name="vse.gif" hash="75d3af2fd65faa79bb483f3f13fd0e2e"/><file name="wlt.jpg" hash="c79b65d30615e45e53dadcaa948e0342"/></dir></dir><dir name="js"><dir name="skrill"><file name="jquery-1.10.2.min.js" hash="628072e7212db1e8cdacb22b21752cda"/><file name="skrill_cc.js" hash="8360862009b679e5674091ea1fd92727"/><file name="skrill_dd.js" hash="da81fa72757d6bd0622c29a4755e9cc2"/></dir></dir></dir></dir></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.4.0</min><max>5.6.13</max></php><extension><name>curl</name><min>7.20.0</min><max>7.44.0</max></extension></required></dependencies>
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Skrill_Hosted_Payment_Solution</name>
|
4 |
+
<version>1.0.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
16 |
• Refund capability within Magento</description>
|
17 |
<notes>no additional notes included</notes>
|
18 |
<authors><author><name>Esphere Dev Team</name><user>Esphere</user><email>erwin@espherestudio.com</email></author></authors>
|
19 |
+
<date>2015-10-26</date>
|
20 |
+
<time>09:55:10</time>
|
21 |
+
<contents><target name="magecommunity"><dir name="Skrill"><dir name="Block"><dir name="Payment"><dir name="Form"><file name="Abstract.php" hash="9aa50758afc5c6238bc821e4f6cbaf25"/><file name="Acc.php" hash="8a00367815b7598693dadce6a127bd72"/><file name="Amx.php" hash="85152cd33651bfaf474049b6765daf6b"/><file name="Creditcard.php" hash="417acd13e4b7eceb1eea3049e66b2c02"/><file name="Csi.php" hash="d1993deddf0c6c38c85279d9aef7c74c"/><file name="Did.php" hash="a9270962858b77f347e3220ef75948f5"/><file name="Din.php" hash="cfa400d34eed5b9732874bd3f9893117"/><file name="Directdebit.php" hash="231cd681ef6f75cb4b2d516f300ba701"/><file name="Dnk.php" hash="812b284a378f0b3b8a96b3c1721a713f"/><file name="Ebt.php" hash="280fd8b407465163127ea754145e8b59"/><file name="Ent.php" hash="b60758a366969072353d5c9f80f2cecc"/><file name="Eps.php" hash="317d6617a2f1545a72caa8ba2c914786"/><file name="Epy.php" hash="17a3a6554dfda674638913ef8d044250"/><file name="Flexible.php" hash="6a92a6e1f0b8ce19cf2574555ad4a66a"/><file name="Gcb.php" hash="a875b10b640b8a760332a6b77778f679"/><file name="Gir.php" hash="bb90fb3a686ff1243320b69fbcb39c2e"/><file name="Giropay.php" hash="9e8f61440c8f13772aebc7826980a205"/><file name="Glu.php" hash="72dba59a39fc805260c0ef291784a1ef"/><file name="Ideal.php" hash="2c4c4955640056357a4741974e00264f"/><file name="Idl.php" hash="d6b20d815fb1e6ca200a50b03b634570"/><file name="Jcb.php" hash="f2a3a920dd2af20bd06b8efe73ae50ee"/><file name="Mae.php" hash="bda857b86e02a86f879a554f11feb10a"/><file name="Msc.php" hash="1671278cc7a6621b67bb4a45163f22f5"/><file name="Npy.php" hash="3b97038053736ead1773153c27094ccb"/><file name="Obt.php" hash="2009a8cd4aec16dd59f086540980b5db"/><file name="Payolutionins.php" hash="0fccfa36636e8aaa0e492b6cb72bb4c3"/><file name="Payolutioninv.php" hash="2d2014bcdc3a38391683126b273f41f8"/><file name="Paypal.php" hash="088ae010d6b30eca39865785a1842a62"/><file name="Paysafecard.php" hash="010fdaa68033256f0171ff2d2fdc3a2d"/><file name="Paytrail.php" hash="31b5c8aac07f65ab141a50bc3c1933ef"/><file name="Pli.php" hash="d4839ceb72252e269b60a0e7ba5ebdf0"/><file name="Psc.php" hash="9ce18b001d23ab2d8fd9833adf1d4053"/><file name="Psp.php" hash="8456713ab8e89251dd3622a28e148723"/><file name="Pwy.php" hash="97d1e8ba8cdb7a45c5b23f54ef53b524"/><file name="Sft.php" hash="f540e517d170c11721b89c3805f19d4f"/><file name="Sofortuberweisung.php" hash="4fbd5c4cd92f77ea54f96ce191452e9b"/><file name="Vsa.php" hash="a65df411065d0ffb3854daf912b4e67c"/><file name="Vse.php" hash="498c62fa0af7fb3cce220894ded3588a"/><file name="Wlt.php" hash="7b9fcae4885a14e2ed2dcf5d0fe8466a"/><file name="Yandex.php" hash="e12641790ef7beffebc31cd07bdd07e3"/></dir><file name="Formcc.php" hash="f219db3ae7e8ed79660ef285c6542582"/><file name="Formcp.php" hash="76fcb6755f07161b269a17601e1cc7ee"/><file name="Formdd.php" hash="dfff241c17778b0fd3662673fa42d1ab"/><file name="Payoninfo.php" hash="9d9e5548d38223d90797448f3d5a8cc9"/><file name="Qcheckout.php" hash="788e8eba38acb406b1e30daaf21ca113"/><file name="Skrillinfo.php" hash="f4451ca8d65b5deae54dd0050730845f"/></dir></dir><dir name="Helper"><file name="Data.php" hash="e3b24727d1328424a5b9de9d66d3af7f"/></dir><dir name="Model"><dir name="Method"><file name="Abstract.php" hash="1aa1653a24cc09051d3b495d047e2ba4"/><file name="Acc.php" hash="afe14febdce44dde4434d684905d380a"/><file name="Amx.php" hash="a4e910f437c54d02b99c8978d7b2dfda"/><file name="Creditcard.php" hash="237b79328299bc9620062e506d04d098"/><file name="Csi.php" hash="3848600b0ebd4742e95d2861d184f8d9"/><file name="Did.php" hash="39c335184d3b1c67de2047b45bc1915e"/><file name="Din.php" hash="9919fb22efa562058007417651eca6fe"/><file name="Directdebit.php" hash="6cb28c808f8e9efece20b1725a076bcf"/><file name="Dnk.php" hash="99ddbf10611adf759cda3db4c361c381"/><file name="Ebt.php" hash="16956f545496f81a0e3978d324efb58b"/><file name="Ent.php" hash="61ff063a9b6448b745257b3e5281ca5b"/><file name="Eps.php" hash="86d4a9b2f9938d307ab50e1c6ea22d64"/><file name="Epy.php" hash="4004e8755714dd5722bd80e9fc3b3588"/><file name="Flexible.php" hash="1bb5374c68591434c9b3f1aa8df3c6a4"/><file name="Gcb.php" hash="d76bdd707df1b055a20c004d47a5c2f1"/><file name="Gir.php" hash="41fb66fcd8bf5a7c2117f54eefbdbd9d"/><file name="Giropay.php" hash="2faa8df178aaf2a43ba16b9d2921a98a"/><file name="Glu.php" hash="607e781a334b1e54a427eb0271ac6a7e"/><file name="Ideal.php" hash="9e4b3a75d2fcc1685344225f12d7825e"/><file name="Idl.php" hash="3f6947b4c508d9e36a62a467addc0f92"/><file name="Jcb.php" hash="a5bd25b0a8c5a08e3508627a7de9cc3e"/><file name="Mae.php" hash="029e3d1eaa76cea7743fcecf85fd5c4b"/><file name="Msc.php" hash="9a96fc230923e72e4a8f1060b37f2fbf"/><file name="Npy.php" hash="8d856ccfe27dff6a987ee08e8e3b7c9c"/><file name="Obt.php" hash="1c62f1f3f9cdee20158e535413ed7812"/><file name="Payolutionins.php" hash="aa5908fa06d23b473bf79710155ef7ef"/><file name="Payolutioninv.php" hash="16c40cebc82634b39a746aaf20daf5b4"/><file name="Paypal.php" hash="946222e4a9b68bad23abb3261147699a"/><file name="Paysafecard.php" hash="6f31ece36ff0f3fbc898a8c78b0e141f"/><file name="Paytrail.php" hash="8635d09fd9df694706072d8fda947af9"/><file name="Pli.php" hash="9bd2112a3ea84f5bc22e5b6affe36983"/><file name="Psc.php" hash="238a546269373d98438d005a9b1be79a"/><file name="Psp.php" hash="22f1ac16fd58b4b1d20a092cfa54d9bb"/><file name="Pwy.php" hash="bf4e7d8c4157450a72f18715a25790f5"/><file name="Sft.php" hash="0cd183b0e197de4c201163b528ceb840"/><file name="Skrill.php" hash="fd38da7cf2d0a1760df1c8576c4fd715"/><file name="Sofortuberweisung.php" hash="ad88917bb5adc856014b53859fe608bd"/><file name="Vsa.php" hash="823ee255afd49c961455996f9bde829c"/><file name="Vse.php" hash="3f6dfad630833372faf54422a18e29aa"/><file name="Wlt.php" hash="be883d038dc6c0043df00c15ebfd4b33"/><file name="Yandex.php" hash="356f2a906bcaf2e4fb7b3da6e3a324fc"/></dir><dir name="Source"><file name="Card.php" hash="c3820cd27da09e586aeabbb970f5556b"/><file name="Display.php" hash="e52673caee4f67e173ebc668984a5798"/><file name="Gateway.php" hash="aa41d19dbce68088a5e908f4681f53d1"/><file name="Mode.php" hash="14f8361d99ec6d099768c6cf992215f2"/><file name="Transaction.php" hash="601c4365a8c7104c756bbdc8bd257ac0"/></dir><dir name="Success"><file name="Observer.php" hash="7cd1ffca4e0b5b7d6eff90189e1421e5"/></dir></dir><dir name="controllers"><file name="PaymentController.php" hash="63a629407f8c724c1bcccfdd22ebff12"/><file name="ResponseController.php" hash="28ed9c19156dd49f638551af3d63b708"/><file name="UpdateorderController.php" hash="771eba765f87a397fdddbd3ec4eee894"/></dir><dir name="etc"><file name="adminhtml.xml" hash="36235b4c4f219d24f22e1462c3d73871"/><file name="config.xml" hash="6a27be19121b729421927e0c194ac477"/><file name="system.xml" hash="971f69a718a56ed90f5b9390a72f998c"/></dir><dir name="sql"><dir name="skrill_setup"><file name="mysql4-install-1.0.0.php" hash="d0d60f789e4528e64b5e60a7bb4a34d5"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="skrill"><file name="payoninfo.phtml" hash="12de1a9e5c4935b7dfa50f272bf67a3e"/><file name="skrillinfo.phtml" hash="8d0d7152d2eb3a7688dc2d8eba80497b"/></dir></dir></dir><dir name="Skrill"><dir name="template"><dir name="system"><dir name="config"><file name="edit.phtml" hash="dc8a3b8c9d54d8eb1f9b2e77042402c2"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="checkout"><dir name="onepage"><dir name="payment"><dir name="skrill"><file name="methods.phtml" hash="dae2aa2eeb1cc01bfdf048bd5dcfb8cd"/></dir></dir></dir></dir><dir name="skrill"><dir name="payment"><file name="formcc.phtml" hash="28940ed4254ac1e96bce336da1a1f8e2"/><file name="formcp.phtml" hash="32cf96c71bb1526c49c7beba446a4dc1"/><file name="formdd.phtml" hash="a6b92347c7a85e773d50ea51d6b82387"/><file name="qcheckout.phtml" hash="401ddbf49c8e867e20e068bfed7e690a"/></dir><file name="payoninfo.phtml" hash="66094dbe944254648e84d3f511442ab3"/><file name="skrillinfo.phtml" hash="66094dbe944254648e84d3f511442ab3"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="skrill_checkout.xml" hash="17f87edc1cfc8c95ff439a7d16c85f8e"/></dir><dir name="template"><dir name="checkout"><dir name="cart"><dir name="minicart"><dir name="skrill"><file name="default.phtml" hash="0ff0aff667300f2855502932d7340f3a"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Skrill.xml" hash="0ed878a4f46ad37edd7b3c410d58fffc"/></dir></target><target name="magelocale"><dir><dir name="af_ZA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_DZ"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_EG"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_KW"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_MA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_SA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="az_AZ"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="be_BY"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="bg_BG"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="bn_BD"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="bs_BA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ca_ES"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="cs_CZ"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="cy_GB"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="da_DK"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="de_AT"><file name="Skrill.csv" hash="801a1912a81360df4b17544b4aa1cf5f"/></dir><dir name="de_CH"><file name="Skrill.csv" hash="801a1912a81360df4b17544b4aa1cf5f"/></dir><dir name="de_DE"><file name="Skrill.csv" hash="801a1912a81360df4b17544b4aa1cf5f"/></dir><dir name="el_GR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_AU"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_CA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_GB"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_IE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_NZ"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_US"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_AR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_CL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_CO"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_CR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_ES"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_MX"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_PA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_PE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_VE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="et_EE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fa_IR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fi_FI"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fil_PH"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fr_CA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fr_FR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="gl_ES"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="gu_IN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="he_IL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="hi_IN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="hr_HR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="hu_HU"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="id_ID"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="is_IS"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="it_CH"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="it_IT"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ja_JP"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ka_GE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="km_KH"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ko_KR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="lo_LA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="lt_LT"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="lv_LV"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="mk_MK"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="mn_MN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ms_MY"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="nb_NO"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="nl_NL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="nn_NO"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="pl_PL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="pt_BR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="pt_PT"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ro_RO"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ru_RU"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sk_SK"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sl_SI"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sq_AL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sr_RS"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sv_SE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sw_KE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="th_TH"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="tr_TR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="uk_UA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="vi_VN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="zh_CN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="zh_HK"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="zh_TW"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="js"><dir name="skrill"><file name="md5.js" hash="c49b31f81c7d647d98c4a91c0018fa9c"/><file name="system_config_edit.js" hash="8e09fca033c2776b6c432ec3e31d24dd"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="skrill"><file name="formbank.css" hash="dd2c5c9d6fd8e669b84ade24c098e6c5"/></dir></dir><dir name="images"><dir name="skrill"><file name="acc.gif" hash="ef3f97e202ed19ef1d9f640e3f792155"/><file name="acceptance_mark.png" hash="6dd3b5d5c0a2d987dd5e9a0ec428cd84"/><file name="amex.jpg" hash="82eaebf8a8d73bce3920eba3f21da40f"/><file name="amx.gif" hash="1ff1f0de65c9f491118431f9d7f1810b"/><file name="cartasi.gif" hash="e8b3ee89286c1136c72be527baa812fa"/><file name="cartebleue.png" hash="d9abb72c5fc1743731156aafdb84c85a"/><file name="dankort.png" hash="1a179bd4dc14d8fbd21c709b6a48ba48"/><file name="digital_wallet.png" hash="bddcbf8acde5446e24302bac2536c2f3"/><file name="din.gif" hash="cb312633eccbd6b520f5f808fc119b8c"/><file name="direct-debit.png" hash="6ac837e44f46033d83e890212296e6ec"/><file name="elv.gif" hash="cc87ee75796c787f5302bb2444ca9de6"/><file name="enets.gif" hash="e7dd17846d7f92df968d12540ddabf4e"/><file name="eps.png" hash="ef4d5eba8256c45056c5316ff7b31612"/><file name="epy.gif" hash="daedf5b5285fe1c6ab2d9a0a77e79e2c"/><file name="etisalat.png" hash="3d7041bf9beb9a33d9262f21fccba9cf"/><file name="giropay.png" hash="ec39c41fe03560e67eb0f6680f226f09"/><file name="giropay2.png" hash="8e7e4a9d56258867a82a9fd06960bc99"/><file name="glu.png" hash="5a2d45de76eca699ea3f548c07606e6a"/><file name="ideal.gif" hash="f796fa37cf094067e817e67b102e444a"/><file name="ideal.png" hash="cbf81ba388433259db39134e2c543275"/><file name="jcb.gif" hash="ae47b74c9cf823688d84416f0119c997"/><file name="kpn1.png" hash="a46b4f3b2232ec7fed479e8afe3efe49"/><file name="maestro.png" hash="9a902dbbeade6e418535a91db601716f"/><file name="maestro2.jpg" hash="1424569380fc3f5edae5d9f548803501"/><file name="mastercard.jpg" hash="b8fd194da7438e2c2c622f6043c750ef"/><file name="msc.png" hash="cf9f58506dc8bd2096facbd1b3a5c7d3"/><file name="mtn.jpg" hash="db602796fc777319274cddc17705ae41"/><file name="nordea.gif" hash="84217533b4d73ba741656ad0ad0ac694"/><file name="norton.png" hash="dcd8e7365fe70dd8d0aa871e21637cf9"/><file name="npy.png" hash="a2288c250dc0ac753e535c95e86042fa"/><file name="obt.png" hash="3c8b8d4f8e16eae0cb587896d2b24569"/><file name="payolution.png" hash="10687574bac352bdfcf18e21180ba797"/><file name="payolutionins.png" hash="bee8af75927a6931e7a6b70240d76b6e"/><file name="payolutioninv.png" hash="0be130afc43304646fd1b1609068467c"/><file name="paypal.png" hash="e4f22de81abd7fb060d8cd3c0c65591f"/><file name="pli.png" hash="5537560c637e74e165a18e4d1b8433c3"/><file name="postepay.png" hash="a52e1f827e6251dc1757092b7dd446ed"/><file name="psc.jpg" hash="34f5f0f323a5d989284601f1229a535b"/><file name="skrill.jpg" hash="c4ce6852ebc1dfbdba48ebeda27826e8"/><file name="sofort.png" hash="7dd5b03e2048cfbf071bd5a86b67738b"/><file name="sofortlogo.png" hash="064225fd69aaa4055cf3c94ffd7b4fd4"/><file name="sofortuberweisung.png" hash="a0f96d7ffa60b9ad4a2450e640d59ce3"/><file name="ssl.jpg" hash="4369eaeb922844a628795d1ef6049ae3"/><file name="verivied.jpg" hash="0d77c67d5cff8dbe27fc9f1277cfd4f1"/><file name="veriviedmaster.jpg" hash="7adbbeebc74f4d4422da6b35459cfe58"/><file name="veriviedvisa.jpg" hash="9731bdd06bf75b9ef88aeaf32d4b08d3"/><file name="visa-pay.png" hash="dab780bf36d2e5e460f95b8de2e8f7cf"/><file name="visa.png" hash="7fa65b6c20851d6d5d65d1b3afe12d5d"/><file name="visadeltadebit.png" hash="6df9f746ed6d88943386c10fecd1d0d4"/><file name="vsa.gif" hash="33b62aa9af673d65c5f0a5ba8d083c13"/><file name="vsd.gif" hash="de87c5e7a44a61a5f316c53a0ed7bfec"/><file name="vse.gif" hash="75d3af2fd65faa79bb483f3f13fd0e2e"/><file name="wlt.jpg" hash="c79b65d30615e45e53dadcaa948e0342"/></dir></dir><dir name="js"><dir name="skrill"><file name="jquery-1.10.2.min.js" hash="628072e7212db1e8cdacb22b21752cda"/><file name="skrill_cc.js" hash="8360862009b679e5674091ea1fd92727"/><file name="skrill_dd.js" hash="da81fa72757d6bd0622c29a4755e9cc2"/></dir></dir></dir></dir></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.4.0</min><max>5.6.13</max></php><extension><name>curl</name><min>7.20.0</min><max>7.44.0</max></extension></required></dependencies>
|
24 |
</package>
|
skin/adminhtml/base/default/js/skrill/md5.js
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
/*
|
3 |
+
CryptoJS v3.1.2
|
4 |
+
code.google.com/p/crypto-js
|
5 |
+
(c) 2009-2013 by Jeff Mott. All rights reserved.
|
6 |
+
code.google.com/p/crypto-js/wiki/License
|
7 |
+
*/
|
8 |
+
var CryptoJS=CryptoJS||function(s,p){var m={},l=m.lib={},n=function(){},r=l.Base={extend:function(b){n.prototype=this;var h=new n;b&&h.mixIn(b);h.hasOwnProperty("init")||(h.init=function(){h.$super.init.apply(this,arguments)});h.init.prototype=h;h.$super=this;return h},create:function(){var b=this.extend();b.init.apply(b,arguments);return b},init:function(){},mixIn:function(b){for(var h in b)b.hasOwnProperty(h)&&(this[h]=b[h]);b.hasOwnProperty("toString")&&(this.toString=b.toString)},clone:function(){return this.init.prototype.extend(this)}},
|
9 |
+
q=l.WordArray=r.extend({init:function(b,h){b=this.words=b||[];this.sigBytes=h!=p?h:4*b.length},toString:function(b){return(b||t).stringify(this)},concat:function(b){var h=this.words,a=b.words,j=this.sigBytes;b=b.sigBytes;this.clamp();if(j%4)for(var g=0;g<b;g++)h[j+g>>>2]|=(a[g>>>2]>>>24-8*(g%4)&255)<<24-8*((j+g)%4);else if(65535<a.length)for(g=0;g<b;g+=4)h[j+g>>>2]=a[g>>>2];else h.push.apply(h,a);this.sigBytes+=b;return this},clamp:function(){var b=this.words,h=this.sigBytes;b[h>>>2]&=4294967295<<
|
10 |
+
32-8*(h%4);b.length=s.ceil(h/4)},clone:function(){var b=r.clone.call(this);b.words=this.words.slice(0);return b},random:function(b){for(var h=[],a=0;a<b;a+=4)h.push(4294967296*s.random()|0);return new q.init(h,b)}}),v=m.enc={},t=v.Hex={stringify:function(b){var a=b.words;b=b.sigBytes;for(var g=[],j=0;j<b;j++){var k=a[j>>>2]>>>24-8*(j%4)&255;g.push((k>>>4).toString(16));g.push((k&15).toString(16))}return g.join("")},parse:function(b){for(var a=b.length,g=[],j=0;j<a;j+=2)g[j>>>3]|=parseInt(b.substr(j,
|
11 |
+
2),16)<<24-4*(j%8);return new q.init(g,a/2)}},a=v.Latin1={stringify:function(b){var a=b.words;b=b.sigBytes;for(var g=[],j=0;j<b;j++)g.push(String.fromCharCode(a[j>>>2]>>>24-8*(j%4)&255));return g.join("")},parse:function(b){for(var a=b.length,g=[],j=0;j<a;j++)g[j>>>2]|=(b.charCodeAt(j)&255)<<24-8*(j%4);return new q.init(g,a)}},u=v.Utf8={stringify:function(b){try{return decodeURIComponent(escape(a.stringify(b)))}catch(g){throw Error("Malformed UTF-8 data");}},parse:function(b){return a.parse(unescape(encodeURIComponent(b)))}},
|
12 |
+
g=l.BufferedBlockAlgorithm=r.extend({reset:function(){this._data=new q.init;this._nDataBytes=0},_append:function(b){"string"==typeof b&&(b=u.parse(b));this._data.concat(b);this._nDataBytes+=b.sigBytes},_process:function(b){var a=this._data,g=a.words,j=a.sigBytes,k=this.blockSize,m=j/(4*k),m=b?s.ceil(m):s.max((m|0)-this._minBufferSize,0);b=m*k;j=s.min(4*b,j);if(b){for(var l=0;l<b;l+=k)this._doProcessBlock(g,l);l=g.splice(0,b);a.sigBytes-=j}return new q.init(l,j)},clone:function(){var b=r.clone.call(this);
|
13 |
+
b._data=this._data.clone();return b},_minBufferSize:0});l.Hasher=g.extend({cfg:r.extend(),init:function(b){this.cfg=this.cfg.extend(b);this.reset()},reset:function(){g.reset.call(this);this._doReset()},update:function(b){this._append(b);this._process();return this},finalize:function(b){b&&this._append(b);return this._doFinalize()},blockSize:16,_createHelper:function(b){return function(a,g){return(new b.init(g)).finalize(a)}},_createHmacHelper:function(b){return function(a,g){return(new k.HMAC.init(b,
|
14 |
+
g)).finalize(a)}}});var k=m.algo={};return m}(Math);
|
15 |
+
(function(s){function p(a,k,b,h,l,j,m){a=a+(k&b|~k&h)+l+m;return(a<<j|a>>>32-j)+k}function m(a,k,b,h,l,j,m){a=a+(k&h|b&~h)+l+m;return(a<<j|a>>>32-j)+k}function l(a,k,b,h,l,j,m){a=a+(k^b^h)+l+m;return(a<<j|a>>>32-j)+k}function n(a,k,b,h,l,j,m){a=a+(b^(k|~h))+l+m;return(a<<j|a>>>32-j)+k}for(var r=CryptoJS,q=r.lib,v=q.WordArray,t=q.Hasher,q=r.algo,a=[],u=0;64>u;u++)a[u]=4294967296*s.abs(s.sin(u+1))|0;q=q.MD5=t.extend({_doReset:function(){this._hash=new v.init([1732584193,4023233417,2562383102,271733878])},
|
16 |
+
_doProcessBlock:function(g,k){for(var b=0;16>b;b++){var h=k+b,w=g[h];g[h]=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360}var b=this._hash.words,h=g[k+0],w=g[k+1],j=g[k+2],q=g[k+3],r=g[k+4],s=g[k+5],t=g[k+6],u=g[k+7],v=g[k+8],x=g[k+9],y=g[k+10],z=g[k+11],A=g[k+12],B=g[k+13],C=g[k+14],D=g[k+15],c=b[0],d=b[1],e=b[2],f=b[3],c=p(c,d,e,f,h,7,a[0]),f=p(f,c,d,e,w,12,a[1]),e=p(e,f,c,d,j,17,a[2]),d=p(d,e,f,c,q,22,a[3]),c=p(c,d,e,f,r,7,a[4]),f=p(f,c,d,e,s,12,a[5]),e=p(e,f,c,d,t,17,a[6]),d=p(d,e,f,c,u,22,a[7]),
|
17 |
+
c=p(c,d,e,f,v,7,a[8]),f=p(f,c,d,e,x,12,a[9]),e=p(e,f,c,d,y,17,a[10]),d=p(d,e,f,c,z,22,a[11]),c=p(c,d,e,f,A,7,a[12]),f=p(f,c,d,e,B,12,a[13]),e=p(e,f,c,d,C,17,a[14]),d=p(d,e,f,c,D,22,a[15]),c=m(c,d,e,f,w,5,a[16]),f=m(f,c,d,e,t,9,a[17]),e=m(e,f,c,d,z,14,a[18]),d=m(d,e,f,c,h,20,a[19]),c=m(c,d,e,f,s,5,a[20]),f=m(f,c,d,e,y,9,a[21]),e=m(e,f,c,d,D,14,a[22]),d=m(d,e,f,c,r,20,a[23]),c=m(c,d,e,f,x,5,a[24]),f=m(f,c,d,e,C,9,a[25]),e=m(e,f,c,d,q,14,a[26]),d=m(d,e,f,c,v,20,a[27]),c=m(c,d,e,f,B,5,a[28]),f=m(f,c,
|
18 |
+
d,e,j,9,a[29]),e=m(e,f,c,d,u,14,a[30]),d=m(d,e,f,c,A,20,a[31]),c=l(c,d,e,f,s,4,a[32]),f=l(f,c,d,e,v,11,a[33]),e=l(e,f,c,d,z,16,a[34]),d=l(d,e,f,c,C,23,a[35]),c=l(c,d,e,f,w,4,a[36]),f=l(f,c,d,e,r,11,a[37]),e=l(e,f,c,d,u,16,a[38]),d=l(d,e,f,c,y,23,a[39]),c=l(c,d,e,f,B,4,a[40]),f=l(f,c,d,e,h,11,a[41]),e=l(e,f,c,d,q,16,a[42]),d=l(d,e,f,c,t,23,a[43]),c=l(c,d,e,f,x,4,a[44]),f=l(f,c,d,e,A,11,a[45]),e=l(e,f,c,d,D,16,a[46]),d=l(d,e,f,c,j,23,a[47]),c=n(c,d,e,f,h,6,a[48]),f=n(f,c,d,e,u,10,a[49]),e=n(e,f,c,d,
|
19 |
+
C,15,a[50]),d=n(d,e,f,c,s,21,a[51]),c=n(c,d,e,f,A,6,a[52]),f=n(f,c,d,e,q,10,a[53]),e=n(e,f,c,d,y,15,a[54]),d=n(d,e,f,c,w,21,a[55]),c=n(c,d,e,f,v,6,a[56]),f=n(f,c,d,e,D,10,a[57]),e=n(e,f,c,d,t,15,a[58]),d=n(d,e,f,c,B,21,a[59]),c=n(c,d,e,f,r,6,a[60]),f=n(f,c,d,e,z,10,a[61]),e=n(e,f,c,d,j,15,a[62]),d=n(d,e,f,c,x,21,a[63]);b[0]=b[0]+c|0;b[1]=b[1]+d|0;b[2]=b[2]+e|0;b[3]=b[3]+f|0},_doFinalize:function(){var a=this._data,k=a.words,b=8*this._nDataBytes,h=8*a.sigBytes;k[h>>>5]|=128<<24-h%32;var l=s.floor(b/
|
20 |
+
4294967296);k[(h+64>>>9<<4)+15]=(l<<8|l>>>24)&16711935|(l<<24|l>>>8)&4278255360;k[(h+64>>>9<<4)+14]=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360;a.sigBytes=4*(k.length+1);this._process();a=this._hash;k=a.words;for(b=0;4>b;b++)h=k[b],k[b]=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360;return a},clone:function(){var a=t.clone.call(this);a._hash=this._hash.clone();return a}});r.MD5=t._createHelper(q);r.HmacMD5=t._createHmacHelper(q)})(Math);
|