Skrill_Hosted_Payment_Solution - Version 1.0.28

Version Notes

no additional notes included

Download this release

Release Info

Developer Payreto Dev Team
Extension Skrill_Hosted_Payment_Solution
Version 1.0.28
Comparing to
See all releases


Code changes from version 1.0.27 to 1.0.28

Files changed (219) hide show
  1. app/code/community/Skrill/Block/Payment/Form/Abstract.php +61 -61
  2. app/code/community/Skrill/Block/Payment/Form/Aci.php +63 -0
  3. app/code/community/Skrill/Block/Payment/Form/Adb.php +62 -0
  4. app/code/community/Skrill/Block/Payment/Form/Ali.php +32 -32
  5. app/code/community/Skrill/Block/Payment/Form/Amx.php +32 -32
  6. app/code/community/Skrill/Block/Payment/Form/Aob.php +63 -0
  7. app/code/community/Skrill/Block/Payment/Form/Aup.php +34 -0
  8. app/code/community/Skrill/Block/Payment/Form/Creditcard.php +65 -65
  9. app/code/community/Skrill/Block/Payment/Form/Csi.php +32 -32
  10. app/code/community/Skrill/Block/Payment/Form/Did.php +32 -32
  11. app/code/community/Skrill/Block/Payment/Form/Directdebit.php +32 -32
  12. app/code/community/Skrill/Block/Payment/Form/Dnk.php +32 -32
  13. app/code/community/Skrill/Block/Payment/Form/Ebt.php +32 -32
  14. app/code/community/Skrill/Block/Payment/Form/Eps.php +32 -32
  15. app/code/community/Skrill/Block/Payment/Form/Epy.php +32 -32
  16. app/code/community/Skrill/Block/Payment/Form/Gcb.php +32 -32
  17. app/code/community/Skrill/Block/Payment/Form/Gir.php +32 -32
  18. app/code/community/Skrill/Block/Payment/Form/Giropay.php +32 -32
  19. app/code/community/Skrill/Block/Payment/Form/Glu.php +32 -32
  20. app/code/community/Skrill/Block/Payment/Form/Ideal.php +32 -32
  21. app/code/community/Skrill/Block/Payment/Form/Idl.php +32 -32
  22. app/code/community/Skrill/Block/Payment/Form/Mae.php +32 -32
  23. app/code/community/Skrill/Block/Payment/Form/Msc.php +32 -32
  24. app/code/community/Skrill/Block/Payment/Form/Npy.php +32 -32
  25. app/code/community/Skrill/Block/Payment/Form/Ntl.php +32 -32
  26. app/code/community/Skrill/Block/Payment/Form/Obt.php +32 -32
  27. app/code/community/Skrill/Block/Payment/Form/Payolutionins.php +32 -32
  28. app/code/community/Skrill/Block/Payment/Form/Payolutioninv.php +32 -32
  29. app/code/community/Skrill/Block/Payment/Form/Paypal.php +32 -32
  30. app/code/community/Skrill/Block/Payment/Form/Paysafecard.php +32 -32
  31. app/code/community/Skrill/Block/Payment/Form/Paytrail.php +32 -32
  32. app/code/community/Skrill/Block/Payment/Form/Pli.php +32 -32
  33. app/code/community/Skrill/Block/Payment/Form/Psc.php +32 -32
  34. app/code/community/Skrill/Block/Payment/Form/Psp.php +32 -32
  35. app/code/community/Skrill/Block/Payment/Form/Pwy.php +32 -32
  36. app/code/community/Skrill/Block/Payment/Form/Sft.php +32 -32
  37. app/code/community/Skrill/Block/Payment/Form/Sofortuberweisung.php +37 -37
  38. app/code/community/Skrill/Block/Payment/Form/Vsa.php +32 -32
  39. app/code/community/Skrill/Block/Payment/Form/Vse.php +32 -32
  40. app/code/community/Skrill/Block/Payment/Form/Wlt.php +32 -32
  41. app/code/community/Skrill/Block/Payment/Form/Yandex.php +32 -32
  42. app/code/community/Skrill/Block/Payment/Formcc.php +32 -32
  43. app/code/community/Skrill/Block/Payment/Formcp.php +32 -32
  44. app/code/community/Skrill/Block/Payment/Formdd.php +32 -32
  45. app/code/community/Skrill/Block/Payment/Payoninfo.php +31 -31
  46. app/code/community/Skrill/Block/Payment/Qcheckout.php +32 -32
  47. app/code/community/Skrill/Block/Payment/Skrillinfo.php +31 -31
  48. app/code/community/Skrill/Model/Method/Abstract.php +0 -3
  49. app/code/community/Skrill/Model/Method/Aci.php +51 -0
  50. app/code/community/Skrill/Model/Method/Adb.php +51 -0
  51. app/code/community/Skrill/Model/Method/Ali.php +51 -51
  52. app/code/community/Skrill/Model/Method/Amx.php +51 -51
  53. app/code/community/Skrill/Model/Method/Aob.php +51 -0
  54. app/code/community/Skrill/Model/Method/Aup.php +51 -0
  55. app/code/community/Skrill/Model/Method/Creditcard.php +55 -55
  56. app/code/community/Skrill/Model/Method/Csi.php +51 -51
  57. app/code/community/Skrill/Model/Method/Did.php +55 -55
  58. app/code/community/Skrill/Model/Method/Directdebit.php +46 -46
  59. app/code/community/Skrill/Model/Method/Dnk.php +51 -51
  60. app/code/community/Skrill/Model/Method/Ebt.php +51 -51
  61. app/code/community/Skrill/Model/Method/Eps.php +58 -58
  62. app/code/community/Skrill/Model/Method/Epy.php +51 -51
  63. app/code/community/Skrill/Model/Method/Flexible.php +51 -51
  64. app/code/community/Skrill/Model/Method/Gcb.php +51 -51
  65. app/code/community/Skrill/Model/Method/Gir.php +54 -54
  66. app/code/community/Skrill/Model/Method/Giropay.php +58 -58
  67. app/code/community/Skrill/Model/Method/Glu.php +51 -51
  68. app/code/community/Skrill/Model/Method/Ideal.php +58 -58
  69. app/code/community/Skrill/Model/Method/Idl.php +55 -55
  70. app/code/community/Skrill/Model/Method/Mae.php +51 -51
  71. app/code/community/Skrill/Model/Method/Msc.php +51 -51
  72. app/code/community/Skrill/Model/Method/Npy.php +55 -55
  73. app/code/community/Skrill/Model/Method/Ntl.php +51 -51
  74. app/code/community/Skrill/Model/Method/Obt.php +51 -51
  75. app/code/community/Skrill/Model/Method/Payolutionins.php +58 -58
  76. app/code/community/Skrill/Model/Method/Payolutioninv.php +58 -58
  77. app/code/community/Skrill/Model/Method/Paypal.php +64 -64
  78. app/code/community/Skrill/Model/Method/Paysafecard.php +58 -58
  79. app/code/community/Skrill/Model/Method/Paytrail.php +58 -58
  80. app/code/community/Skrill/Model/Method/Pli.php +51 -51
  81. app/code/community/Skrill/Model/Method/Psc.php +51 -51
  82. app/code/community/Skrill/Model/Method/Psp.php +51 -51
  83. app/code/community/Skrill/Model/Method/Pwy.php +51 -51
  84. app/code/community/Skrill/Model/Method/Sft.php +55 -55
  85. app/code/community/Skrill/Model/Method/Skrill.php +10 -4
  86. app/code/community/Skrill/Model/Method/Sofortuberweisung.php +71 -71
  87. app/code/community/Skrill/Model/Method/Vsa.php +51 -51
  88. app/code/community/Skrill/Model/Method/Vse.php +51 -51
  89. app/code/community/Skrill/Model/Method/Wlt.php +51 -51
  90. app/code/community/Skrill/Model/Method/Yandex.php +58 -58
  91. app/code/community/Skrill/Model/Source/Card.php +53 -53
  92. app/code/community/Skrill/Model/Source/Display.php +46 -46
  93. app/code/community/Skrill/Model/Source/Gateway.php +46 -46
  94. app/code/community/Skrill/Model/Source/Mode.php +46 -46
  95. app/code/community/Skrill/Model/Source/Transaction.php +45 -45
  96. app/code/community/Skrill/controllers/PaymentController.php +42 -18
  97. app/code/community/Skrill/controllers/UpdateorderController.php +19 -2
  98. app/code/community/Skrill/etc/adminhtml.xml +48 -48
  99. app/code/community/Skrill/etc/config.xml +56 -4
  100. app/code/community/Skrill/etc/system.xml +230 -34
  101. app/code/community/Skrill/sql/skrill_setup/mysql4-upgrade-1.0.27-1.0.28.php +35 -0
  102. app/design/frontend/base/default/template/skrill/form.phtml +124 -0
  103. app/locale/af_ZA/Skrill.csv +13 -0
  104. app/locale/ar_DZ/Skrill.csv +12 -0
  105. app/locale/ar_EG/Skrill.csv +12 -0
  106. app/locale/ar_KW/Skrill.csv +12 -0
  107. app/locale/ar_MA/Skrill.csv +12 -0
  108. app/locale/ar_SA/Skrill.csv +12 -0
  109. app/locale/az_AZ/Skrill.csv +12 -0
  110. app/locale/be_BY/Skrill.csv +12 -0
  111. app/locale/bg_BG/Skrill.csv +12 -0
  112. app/locale/bn_BD/Skrill.csv +12 -0
  113. app/locale/bs_BA/Skrill.csv +12 -0
  114. app/locale/ca_ES/Skrill.csv +12 -0
  115. app/locale/cs_CZ/Skrill.csv +12 -0
  116. app/locale/cy_GB/Skrill.csv +12 -0
  117. app/locale/da_DK/Skrill.csv +12 -0
  118. app/locale/de_AT/Skrill.csv +13 -0
  119. app/locale/de_CH/Skrill.csv +13 -0
  120. app/locale/de_DE/Skrill.csv +13 -0
  121. app/locale/el_GR/Skrill.csv +12 -0
  122. app/locale/en_AU/Skrill.csv +12 -0
  123. app/locale/en_CA/Skrill.csv +12 -0
  124. app/locale/en_GB/Skrill.csv +12 -0
  125. app/locale/en_IE/Skrill.csv +12 -0
  126. app/locale/en_NZ/Skrill.csv +12 -0
  127. app/locale/en_US/Skrill.csv +15 -1
  128. app/locale/es_AR/Skrill.csv +12 -0
  129. app/locale/es_CL/Skrill.csv +12 -0
  130. app/locale/es_CO/Skrill.csv +12 -0
  131. app/locale/es_CR/Skrill.csv +12 -0
  132. app/locale/es_ES/Skrill.csv +12 -0
  133. app/locale/es_MX/Skrill.csv +12 -0
  134. app/locale/es_PA/Skrill.csv +12 -0
  135. app/locale/es_PE/Skrill.csv +12 -0
  136. app/locale/es_VE/Skrill.csv +12 -0
  137. app/locale/et_EE/Skrill.csv +12 -0
  138. app/locale/fa_IR/Skrill.csv +12 -0
  139. app/locale/fi_FI/Skrill.csv +12 -0
  140. app/locale/fil_PH/Skrill.csv +12 -0
  141. app/locale/fr_CA/Skrill.csv +12 -0
  142. app/locale/fr_FR/Skrill.csv +12 -0
  143. app/locale/gl_ES/Skrill.csv +12 -0
  144. app/locale/gu_IN/Skrill.csv +12 -0
  145. app/locale/he_IL/Skrill.csv +12 -0
  146. app/locale/hi_IN/Skrill.csv +12 -0
  147. app/locale/hr_HR/Skrill.csv +12 -0
  148. app/locale/hu_HU/Skrill.csv +12 -0
  149. app/locale/id_ID/Skrill.csv +12 -0
  150. app/locale/is_IS/Skrill.csv +12 -0
  151. app/locale/it_CH/Skrill.csv +12 -0
  152. app/locale/it_IT/Skrill.csv +12 -0
  153. app/locale/ja_JP/Skrill.csv +12 -0
  154. app/locale/ka_GE/Skrill.csv +12 -0
  155. app/locale/km_KH/Skrill.csv +12 -0
  156. app/locale/ko_KR/Skrill.csv +12 -0
  157. app/locale/lo_LA/Skrill.csv +12 -0
  158. app/locale/lt_LT/Skrill.csv +12 -0
  159. app/locale/lv_LV/Skrill.csv +12 -0
  160. app/locale/mk_MK/Skrill.csv +12 -0
  161. app/locale/mn_MN/Skrill.csv +12 -0
  162. app/locale/ms_MY/Skrill.csv +12 -0
  163. app/locale/nb_NO/Skrill.csv +12 -0
  164. app/locale/nl_NL/Skrill.csv +12 -0
  165. app/locale/nn_NO/Skrill.csv +12 -0
  166. app/locale/pl_PL/Skrill.csv +12 -0
  167. app/locale/pt_BR/Skrill.csv +12 -0
  168. app/locale/pt_PT/Skrill.csv +12 -0
  169. app/locale/ro_RO/Skrill.csv +12 -0
  170. app/locale/ru_RU/Skrill.csv +12 -0
  171. app/locale/sk_SK/Skrill.csv +12 -0
  172. app/locale/sl_SI/Skrill.csv +12 -0
  173. app/locale/sq_AL/Skrill.csv +12 -0
  174. app/locale/sr_RS/Skrill.csv +12 -0
  175. app/locale/sv_SE/Skrill.csv +14 -0
  176. app/locale/sw_KE/Skrill.csv +14 -0
  177. app/locale/th_TH/Skrill.csv +14 -0
  178. app/locale/tr_TR/Skrill.csv +14 -0
  179. app/locale/uk_UA/Skrill.csv +12 -0
  180. app/locale/vi_VN/Skrill.csv +12 -0
  181. app/locale/zh_CN/Skrill.csv +12 -0
  182. app/locale/zh_HK/Skrill.csv +12 -0
  183. app/locale/zh_TW/Skrill.csv +12 -0
  184. package.xml +4 -4
  185. skin/frontend/base/default/css/skrill/formbank.css +12 -1
  186. skin/frontend/base/default/images/skrill/banco-de-chile.gif +0 -0
  187. skin/frontend/base/default/images/skrill/bancolombia.jpg +0 -0
  188. skin/frontend/base/default/images/skrill/bank/banamex.png +0 -0
  189. skin/frontend/base/default/images/skrill/bank/banco-de-chile.png +0 -0
  190. skin/frontend/base/default/images/skrill/bank/banco-de-occidente.png +0 -0
  191. skin/frontend/base/default/images/skrill/bank/banco-do-brasil.png +0 -0
  192. skin/frontend/base/default/images/skrill/bank/bbva.png +0 -0
  193. skin/frontend/base/default/images/skrill/bank/boleto-bancario.png +0 -0
  194. skin/frontend/base/default/images/skrill/bank/bradesco.png +0 -0
  195. skin/frontend/base/default/images/skrill/bank/caixa.png +0 -0
  196. skin/frontend/base/default/images/skrill/bank/carulla.png +0 -0
  197. skin/frontend/base/default/images/skrill/bank/davivienda.png +0 -0
  198. skin/frontend/base/default/images/skrill/bank/edeq.png +0 -0
  199. skin/frontend/base/default/images/skrill/bank/efecty.png +0 -0
  200. skin/frontend/base/default/images/skrill/bank/exito.png +0 -0
  201. skin/frontend/base/default/images/skrill/bank/hsbc.png +0 -0
  202. skin/frontend/base/default/images/skrill/bank/itau.png +0 -0
  203. skin/frontend/base/default/images/skrill/bank/oxxo.png +0 -0
  204. skin/frontend/base/default/images/skrill/bank/pago-facil.png +0 -0
  205. skin/frontend/base/default/images/skrill/bank/pse.png +0 -0
  206. skin/frontend/base/default/images/skrill/bank/rapi-pago.png +0 -0
  207. skin/frontend/base/default/images/skrill/bank/red-link.png +0 -0
  208. skin/frontend/base/default/images/skrill/bank/red-pagos.png +0 -0
  209. skin/frontend/base/default/images/skrill/bank/santander-rio.png +0 -0
  210. skin/frontend/base/default/images/skrill/bank/santander.png +0 -0
  211. skin/frontend/base/default/images/skrill/bank/servi-pag.png +0 -0
  212. skin/frontend/base/default/images/skrill/bank/surtimax.png +0 -0
  213. skin/frontend/base/default/images/skrill/bank/union-pay.png +0 -0
  214. skin/frontend/base/default/images/skrill/bank/webpay.png +0 -0
  215. skin/frontend/base/default/images/skrill/boleto_bb.jpg +0 -0
  216. skin/frontend/base/default/images/skrill/hsbc1.jpeg +0 -0
  217. skin/frontend/base/default/images/skrill/occidente.jpeg +0 -0
  218. skin/frontend/base/default/images/skrill/santander_m.jpeg +0 -0
  219. skin/frontend/base/default/images/skrill/unionpay.png +0 -0
app/code/community/Skrill/Block/Payment/Form/Abstract.php CHANGED
@@ -1,61 +1,61 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- abstract class Skrill_Block_Payment_Form_Abstract extends Mage_Payment_Block_Form
22
- {
23
- protected $logo_height = "35";
24
-
25
- protected function _construct()
26
- {
27
- $this->setMethodTitle('')
28
- ->setMethodLabelAfterHtml($this->_getLogoHtml());
29
- }
30
-
31
- protected function _getLogoHtml()
32
- {
33
- return sprintf(
34
- '<img src="%s" alt="%s"/ height="'.$this->logo_height.'px">',
35
- $this->_getLogoUrl(),
36
- $this->_getLogoAlt()
37
- );
38
- }
39
-
40
- /**
41
- * Retrieves the alt attribute for the logo
42
- *
43
- * @return string
44
- */
45
- protected function _getLogoAlt()
46
- {
47
- return $this->_logoAlt;
48
- }
49
-
50
- /**
51
- * Retrieves the url to the logo
52
- *
53
- * @return string
54
- */
55
- protected function _getLogoUrl()
56
- {
57
- return $this->_logoUrl;
58
- }
59
-
60
-
61
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ abstract class Skrill_Block_Payment_Form_Abstract extends Mage_Payment_Block_Form
22
+ {
23
+ protected $logo_height = "35";
24
+
25
+ protected function _construct()
26
+ {
27
+ $this->setMethodTitle('')
28
+ ->setMethodLabelAfterHtml($this->_getLogoHtml());
29
+ }
30
+
31
+ protected function _getLogoHtml()
32
+ {
33
+ return sprintf(
34
+ '<img src="%s" alt="%s"/ height="'.$this->logo_height.'px">',
35
+ $this->_getLogoUrl(),
36
+ $this->_getLogoAlt()
37
+ );
38
+ }
39
+
40
+ /**
41
+ * Retrieves the alt attribute for the logo
42
+ *
43
+ * @return string
44
+ */
45
+ protected function _getLogoAlt()
46
+ {
47
+ return $this->_logoAlt;
48
+ }
49
+
50
+ /**
51
+ * Retrieves the url to the logo
52
+ *
53
+ * @return string
54
+ */
55
+ protected function _getLogoUrl()
56
+ {
57
+ return $this->_logoUrl;
58
+ }
59
+
60
+
61
+ }
app/code/community/Skrill/Block/Payment/Form/Aci.php ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+
22
+ class Skrill_Block_Payment_Form_Aci extends Skrill_Block_Payment_Form_Abstract
23
+ {
24
+ /**
25
+ * Method logo height
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_logoHeight = '25';
30
+
31
+ /**
32
+ * Constructor. Set title, logo and template.
33
+ */
34
+ public function _construct()
35
+ {
36
+ parent::_construct();
37
+ $this->setTemplate('skrill/form.phtml');
38
+ }
39
+
40
+ /**
41
+ * Retrieves the logo html
42
+ *
43
+ * @return string
44
+ */
45
+ protected function _getLogoHtml()
46
+ {
47
+ return $this->_getLogoTitle();
48
+ }
49
+
50
+ /**
51
+ * Retrieves the logo title
52
+ *
53
+ * @return string
54
+ */
55
+ protected function _getLogoTitle()
56
+ {
57
+ return '<span class="adb_title">'.
58
+ Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_ACI').'</span> <span class="adb_title" id="aci_bank_link">.'
59
+ . '('. Mage::helper('skrill')->__('SKRILL_FRONTEND_SUPPORTED_BANK').
60
+ ')</span><span class="adb_title" id="adb_bank_aci"></span>';
61
+ }
62
+
63
+ }
app/code/community/Skrill/Block/Payment/Form/Adb.php ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+
22
+ class Skrill_Block_Payment_Form_Adb extends Skrill_Block_Payment_Form_Abstract
23
+ {
24
+ /**
25
+ * Method logo height
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_logoHeight = '25';
30
+
31
+ /**
32
+ * Constructor. Set title, logo and template.
33
+ */
34
+ public function _construct()
35
+ {
36
+ parent::_construct();
37
+ $this->setTemplate('skrill/form.phtml');
38
+ }
39
+
40
+ /**
41
+ * Retrieves the logo html
42
+ *
43
+ * @return string
44
+ */
45
+ protected function _getLogoHtml()
46
+ {
47
+ return $this->_getLogoTitle();
48
+ }
49
+
50
+ /**
51
+ * Retrieves the logo title
52
+ *
53
+ * @return string
54
+ */
55
+ protected function _getLogoTitle()
56
+ {
57
+ return '<span class="adb_title">'.
58
+ Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_ADB').'</span> <span class="adb_title" id="adb_bank_link">.'
59
+ . '('. Mage::helper('skrill')->__('SKRILL_FRONTEND_SUPPORTED_BANK').
60
+ ')</span><span class="adb_title" id="adb_bank_list"></span>';
61
+ }
62
+ }
app/code/community/Skrill/Block/Payment/Form/Ali.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Ali extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_ALI');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/alipay.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Ali extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_ALI');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/alipay.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Amx.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Amx extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_AMX');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/amex.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Amx extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_AMX');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/amex.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Aob.php ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+
22
+ class Skrill_Block_Payment_Form_Aob extends Skrill_Block_Payment_Form_Abstract
23
+ {
24
+ /**
25
+ * Method logo height
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_logoHeight = '25';
30
+
31
+ /**
32
+ * Constructor. Set title, logo and template.
33
+ */
34
+ public function _construct()
35
+ {
36
+ parent::_construct();
37
+ $this->setTemplate('skrill/form.phtml');
38
+ }
39
+
40
+ /**
41
+ * Retrieves the logo html
42
+ *
43
+ * @return string
44
+ */
45
+ protected function _getLogoHtml()
46
+ {
47
+ return $this->_getLogoTitle();
48
+ }
49
+
50
+ /**
51
+ * Retrieves the logo title
52
+ *
53
+ * @return string
54
+ */
55
+ protected function _getLogoTitle()
56
+ {
57
+ return '<span class="adb_title">'.
58
+ Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_AOB').'</span> <span class="adb_title" id="aob_bank_link">.'
59
+ . '('. Mage::helper('skrill')->__('SKRILL_FRONTEND_SUPPORTED_BANK').
60
+ ')</span><span class="adb_title" id="aob_bank_list"></span>';
61
+ }
62
+
63
+ }
app/code/community/Skrill/Block/Payment/Form/Aup.php ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+
22
+ class Skrill_Block_Payment_Form_Aup extends Skrill_Block_Payment_Form_Abstract
23
+ {
24
+ /**
25
+ * Construct Unionpay payment method
26
+ */
27
+ protected function _construct()
28
+ {
29
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_AUP');
30
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/unionpay.png');
31
+ parent::_construct();
32
+ }
33
+
34
+ }
app/code/community/Skrill/Block/Payment/Form/Creditcard.php CHANGED
@@ -1,66 +1,66 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Creditcard extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_CC');
29
- parent::_construct();
30
- }
31
-
32
- protected function _getLogoHtml()
33
- {
34
- if ( !Mage::getStoreConfig('payment/skrill_acc/card_selection') )
35
- {
36
- $cards = "AMEX,VISA,MASTER,MAESTRO";
37
- }
38
- else
39
- {
40
- $cards = explode(',', Mage::getStoreConfig('payment/skrill_acc/card_selection'));
41
- }
42
-
43
- $html = '';
44
- foreach ($cards as $key => $value) {
45
- if ($value == "AMEX" )
46
- $logo_name = "amex.jpg";
47
- if ($value == "VISA" )
48
- $logo_name = "visa.png";
49
- if ($value == "MASTER" )
50
- $logo_name = "mastercard.jpg";
51
- if ($value == "MAESTRO" )
52
- $logo_name = "maestro.png";
53
-
54
- $html .= "<img src='".$this->getSkinUrl('images/skrill/'.$logo_name.'')."' alt='".$this->_getLogoAlt()."' height='35px' style='margin-right:5px' />";
55
-
56
- if ($value == "VISA" )
57
- {
58
- $logo_name = "visa-pay.png";
59
- $html .= "<img src='".$this->getSkinUrl('images/skrill/'.$logo_name.'')."' alt='".$this->_getLogoAlt()."' height='35px' style='margin-right:5px' />";
60
- }
61
-
62
- }
63
-
64
- return $html;
65
- }
66
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Creditcard extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_CC');
29
+ parent::_construct();
30
+ }
31
+
32
+ protected function _getLogoHtml()
33
+ {
34
+ if ( !Mage::getStoreConfig('payment/skrill_acc/card_selection') )
35
+ {
36
+ $cards = "AMEX,VISA,MASTER,MAESTRO";
37
+ }
38
+ else
39
+ {
40
+ $cards = explode(',', Mage::getStoreConfig('payment/skrill_acc/card_selection'));
41
+ }
42
+
43
+ $html = '';
44
+ foreach ($cards as $key => $value) {
45
+ if ($value == "AMEX" )
46
+ $logo_name = "amex.jpg";
47
+ if ($value == "VISA" )
48
+ $logo_name = "visa.png";
49
+ if ($value == "MASTER" )
50
+ $logo_name = "mastercard.jpg";
51
+ if ($value == "MAESTRO" )
52
+ $logo_name = "maestro.png";
53
+
54
+ $html .= "<img src='".$this->getSkinUrl('images/skrill/'.$logo_name.'')."' alt='".$this->_getLogoAlt()."' height='35px' style='margin-right:5px' />";
55
+
56
+ if ($value == "VISA" )
57
+ {
58
+ $logo_name = "visa-pay.png";
59
+ $html .= "<img src='".$this->getSkinUrl('images/skrill/'.$logo_name.'')."' alt='".$this->_getLogoAlt()."' height='35px' style='margin-right:5px' />";
60
+ }
61
+
62
+ }
63
+
64
+ return $html;
65
+ }
66
  }
app/code/community/Skrill/Block/Payment/Form/Csi.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Csi extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_CSI');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/cartasi.gif');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Csi extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_CSI');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/cartasi.gif');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Did.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Did extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DID');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/ec.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Did extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DID');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/ec.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Directdebit.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Directdebit extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_DD');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/direct-debit.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Directdebit extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_DD');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/direct-debit.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Dnk.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Dnk extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DNK');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/dankort.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Dnk extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_DNK');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/dankort.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Ebt.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Ebt extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_EBT');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/nordea.gif');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Ebt extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_EBT');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/nordea.gif');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Eps.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Eps extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_EPS');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/eps.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Eps extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_EPS');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/eps.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Epy.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Epy extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_EPY');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/epay.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Epy extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_EPY');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/epay.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Gcb.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Gcb extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GCB');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/cartebleue.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Gcb extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GCB');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/cartebleue.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Gir.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Gir extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GIR');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/giropay2.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Gir extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GIR');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/giropay2.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Giropay.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Giropay extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_GIROPAY');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/giropay.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Giropay extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_GIROPAY');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/giropay.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Glu.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Glu extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GLU');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/Trustly-120.png";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Glu extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_GLU');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/Trustly-120.png";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Ideal.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Ideal extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_IDEAL');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/ideal.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Ideal extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_IDEAL');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/ideal.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Idl.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Idl extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_IDL');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/ideal.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Idl extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_IDL');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/ideal.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Mae.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Mae extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_MAE');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/maestro2.jpg');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Mae extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_MAE');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/maestro2.jpg');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Msc.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Msc extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_MSC');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/mc.png";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Msc extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_MSC');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/mc.png";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Npy.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Npy extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_NPY');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/eps-netpay-120_02.png";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Npy extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_NPY');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/eps-netpay-120_02.png";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Ntl.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Ntl extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_NTL');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/ntl.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Ntl extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_NTL');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/ntl.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Obt.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Obt extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_OBT');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/obt.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Obt extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_OBT');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/obt.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Payolutionins.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Payolutionins extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYOLUTIONINS');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/payolutionins.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Payolutionins extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYOLUTIONINS');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/payolutionins.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Payolutioninv.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Payolutioninv extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYOLUTIONINV');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/payolutioninv.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Payolutioninv extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYOLUTIONINV');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/payolutioninv.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Paypal.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Paypal extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYPAL');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/paypal.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Paypal extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYPAL');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/paypal.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Paysafecard.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Paysafecard extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYSAFECARD');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/paysafecard_Logos/logo_paysafecard_blue_claim_RGB.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Paysafecard extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYSAFECARD');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/paysafecard_Logos/logo_paysafecard_blue_claim_RGB.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Paytrail.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Paytrail extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYTRAIL');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/paytrail-120.png";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Paytrail extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_PAYTRAIL');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/paytrail-120.png";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Pli.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Pli extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PLI');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/poli-logo-120.png";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Pli extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PLI');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/poli-logo-120.png";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Psc.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Psc extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PSC');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/paysafecard_Logos/logo_paysafecard_blue_claim_RGB.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Psc extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PSC');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/paysafecard_Logos/logo_paysafecard_blue_claim_RGB.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Psp.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Psp extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PSP');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/postepay.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Psp extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PSP');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/postepay.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Pwy.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Pwy extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PWY');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/przelewy24.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Pwy extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_PWY');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/przelewy24.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Sft.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Sft extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_SFT');
29
- $this->_logoUrl = $this->getSkinUrl('images/skrill/sofortuberweisung.png');
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Sft extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_SFT');
29
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/sofortuberweisung.png');
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Sofortuberweisung.php CHANGED
@@ -1,38 +1,38 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Sofortuberweisung extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $code = array('DE', 'CH', 'AT');
29
- if (in_array(strtoupper(Mage::getSingleton('checkout/session')->getQuote()->getBillingAddress()->getCountryId()), $code)) {
30
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_SOFORT');
31
- $this->_logoUrl = $this->getSkinUrl('images/skrill/sofortlogo.png');
32
- } else {
33
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_SOFORTBANK');
34
- $this->_logoUrl = $this->getSkinUrl('images/skrill/sofort.png');
35
- }
36
- parent::_construct();
37
- }
38
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Sofortuberweisung extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $code = array('DE', 'CH', 'AT');
29
+ if (in_array(strtoupper(Mage::getSingleton('checkout/session')->getQuote()->getBillingAddress()->getCountryId()), $code)) {
30
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_SOFORT');
31
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/sofortlogo.png');
32
+ } else {
33
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_SOFORTBANK');
34
+ $this->_logoUrl = $this->getSkinUrl('images/skrill/sofort.png');
35
+ }
36
+ parent::_construct();
37
+ }
38
  }
app/code/community/Skrill/Block/Payment/Form/Vsa.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Vsa extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_VSA');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/visa.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Vsa extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_VSA');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/visa.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Vse.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Vse extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_VSE');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/visaelectron.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Vse extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_VSE');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/visaelectron.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Wlt.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Wlt extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_WLT');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Skrill_Logos/skrill-200x87_en.gif";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Wlt extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_WLT');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Skrill_Logos/skrill-200x87_en.gif";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Form/Yandex.php CHANGED
@@ -1,33 +1,33 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Form_Yandex extends Skrill_Block_Payment_Form_Abstract
22
- {
23
- /**
24
- * Construct
25
- */
26
- protected function _construct()
27
- {
28
- $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_YANDEX');
29
- $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/YandexMoneyLogo-120.png";
30
- parent::_construct();
31
- }
32
-
33
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Form_Yandex extends Skrill_Block_Payment_Form_Abstract
22
+ {
23
+ /**
24
+ * Construct
25
+ */
26
+ protected function _construct()
27
+ {
28
+ $this->_logoAlt = Mage::helper('skrill')->__('FRONTEND_PM_YANDEX');
29
+ $this->_logoUrl = "https://www.skrill.com/fileadmin/content/images/brand_centre/Payment_Options/YandexMoneyLogo-120.png";
30
+ parent::_construct();
31
+ }
32
+
33
  }
app/code/community/Skrill/Block/Payment/Formcc.php CHANGED
@@ -1,32 +1,32 @@
1
- <?php
2
-
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- *
17
- * @package Skrill
18
- * @copyright Copyright (c) 2014 Skrill
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- */
21
-
22
- class Skrill_Block_Payment_Formcc extends Mage_Core_Block_Template
23
- {
24
- /**
25
- * Construct
26
- */
27
- public function _construct()
28
- {
29
- parent::_construct();
30
- $this->setTemplate('skrill/payment/formcc.phtml');
31
- }
32
- }
1
+ <?php
2
+
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ *
17
+ * @package Skrill
18
+ * @copyright Copyright (c) 2014 Skrill
19
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ */
21
+
22
+ class Skrill_Block_Payment_Formcc extends Mage_Core_Block_Template
23
+ {
24
+ /**
25
+ * Construct
26
+ */
27
+ public function _construct()
28
+ {
29
+ parent::_construct();
30
+ $this->setTemplate('skrill/payment/formcc.phtml');
31
+ }
32
+ }
app/code/community/Skrill/Block/Payment/Formcp.php CHANGED
@@ -1,32 +1,32 @@
1
- <?php
2
-
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- *
17
- * @package Skrill
18
- * @copyright Copyright (c) 2014 Skrill
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- */
21
-
22
- class Skrill_Block_Payment_Formcp extends Mage_Core_Block_Template
23
- {
24
- /**
25
- * Construct
26
- */
27
- public function _construct()
28
- {
29
- parent::_construct();
30
- $this->setTemplate('skrill/payment/formcp.phtml');
31
- }
32
- }
1
+ <?php
2
+
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ *
17
+ * @package Skrill
18
+ * @copyright Copyright (c) 2014 Skrill
19
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ */
21
+
22
+ class Skrill_Block_Payment_Formcp extends Mage_Core_Block_Template
23
+ {
24
+ /**
25
+ * Construct
26
+ */
27
+ public function _construct()
28
+ {
29
+ parent::_construct();
30
+ $this->setTemplate('skrill/payment/formcp.phtml');
31
+ }
32
+ }
app/code/community/Skrill/Block/Payment/Formdd.php CHANGED
@@ -1,32 +1,32 @@
1
- <?php
2
-
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- *
17
- * @package Skrill
18
- * @copyright Copyright (c) 2014 Skrill
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- */
21
-
22
- class Skrill_Block_Payment_Formdd extends Mage_Core_Block_Template
23
- {
24
- /**
25
- * Construct
26
- */
27
- public function _construct()
28
- {
29
- parent::_construct();
30
- $this->setTemplate('skrill/payment/formdd.phtml');
31
- }
32
- }
1
+ <?php
2
+
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ *
17
+ * @package Skrill
18
+ * @copyright Copyright (c) 2014 Skrill
19
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ */
21
+
22
+ class Skrill_Block_Payment_Formdd extends Mage_Core_Block_Template
23
+ {
24
+ /**
25
+ * Construct
26
+ */
27
+ public function _construct()
28
+ {
29
+ parent::_construct();
30
+ $this->setTemplate('skrill/payment/formdd.phtml');
31
+ }
32
+ }
app/code/community/Skrill/Block/Payment/Payoninfo.php CHANGED
@@ -1,31 +1,31 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Payoninfo extends Mage_Payment_Block_Info
22
- {
23
- /**
24
- * Constructor. Set template.
25
- */
26
- protected function _construct()
27
- {
28
- parent::_construct();
29
- $this->setTemplate('skrill/payoninfo.phtml');
30
- }
31
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Payoninfo extends Mage_Payment_Block_Info
22
+ {
23
+ /**
24
+ * Constructor. Set template.
25
+ */
26
+ protected function _construct()
27
+ {
28
+ parent::_construct();
29
+ $this->setTemplate('skrill/payoninfo.phtml');
30
+ }
31
+ }
app/code/community/Skrill/Block/Payment/Qcheckout.php CHANGED
@@ -1,32 +1,32 @@
1
- <?php
2
-
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- *
17
- * @package Skrill
18
- * @copyright Copyright (c) 2014 Skrill
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
- */
21
-
22
- class Skrill_Block_Payment_Qcheckout extends Mage_Core_Block_Template
23
- {
24
- /**
25
- * Construct
26
- */
27
- public function _construct()
28
- {
29
- parent::_construct();
30
- $this->setTemplate('skrill/payment/qcheckout.phtml');
31
- }
32
- }
1
+ <?php
2
+
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ *
17
+ * @package Skrill
18
+ * @copyright Copyright (c) 2014 Skrill
19
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ */
21
+
22
+ class Skrill_Block_Payment_Qcheckout extends Mage_Core_Block_Template
23
+ {
24
+ /**
25
+ * Construct
26
+ */
27
+ public function _construct()
28
+ {
29
+ parent::_construct();
30
+ $this->setTemplate('skrill/payment/qcheckout.phtml');
31
+ }
32
+ }
app/code/community/Skrill/Block/Payment/Skrillinfo.php CHANGED
@@ -1,31 +1,31 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Block_Payment_Skrillinfo extends Mage_Payment_Block_Info
22
- {
23
- /**
24
- * Constructor. Set template.
25
- */
26
- protected function _construct()
27
- {
28
- parent::_construct();
29
- $this->setTemplate('skrill/skrillinfo.phtml');
30
- }
31
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Block_Payment_Skrillinfo extends Mage_Payment_Block_Info
22
+ {
23
+ /**
24
+ * Constructor. Set template.
25
+ */
26
+ protected function _construct()
27
+ {
28
+ parent::_construct();
29
+ $this->setTemplate('skrill/skrillinfo.phtml');
30
+ }
31
+ }
app/code/community/Skrill/Model/Method/Abstract.php CHANGED
@@ -232,7 +232,6 @@ abstract class Skrill_Model_Method_Abstract extends Mage_Payment_Model_Method_Ab
232
  $dataTransaction['payment_type'] = $this->getPaymentType();
233
  $dataTransaction['transId'] = $this->getOrderIncrementId().Mage::helper('skrill')->getDateTime().Mage::helper('skrill')->randomNumber(4);
234
  Mage::getSingleton('customer/session')->setDataTransaction($dataTransaction);
235
-
236
  $postData = Mage::helper('skrill')->getPostParameter($dataCust,$dataTransaction);
237
 
238
  $url = Mage::helper('skrill')->getTokenUrl($server);
@@ -373,7 +372,6 @@ abstract class Skrill_Model_Method_Abstract extends Mage_Payment_Model_Method_Ab
373
  $dataTransaction['currency'] = $order_currency;
374
  $dataTransaction['payment_method'] = $this->_methodCode;
375
  $dataTransaction['payment_type'] = "RF";
376
-
377
  $postData = Mage::helper('skrill')->getPostExecutePayment($dataTransaction);
378
 
379
  $server = $this->getServerMode();
@@ -468,6 +466,5 @@ abstract class Skrill_Model_Method_Abstract extends Mage_Payment_Model_Method_Ab
468
  break;
469
  }
470
  }
471
-
472
  }
473
 
232
  $dataTransaction['payment_type'] = $this->getPaymentType();
233
  $dataTransaction['transId'] = $this->getOrderIncrementId().Mage::helper('skrill')->getDateTime().Mage::helper('skrill')->randomNumber(4);
234
  Mage::getSingleton('customer/session')->setDataTransaction($dataTransaction);
 
235
  $postData = Mage::helper('skrill')->getPostParameter($dataCust,$dataTransaction);
236
 
237
  $url = Mage::helper('skrill')->getTokenUrl($server);
372
  $dataTransaction['currency'] = $order_currency;
373
  $dataTransaction['payment_method'] = $this->_methodCode;
374
  $dataTransaction['payment_type'] = "RF";
 
375
  $postData = Mage::helper('skrill')->getPostExecutePayment($dataTransaction);
376
 
377
  $server = $this->getServerMode();
466
  break;
467
  }
468
  }
 
469
  }
470
 
app/code/community/Skrill/Model/Method/Aci.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Aci extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_aci';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_aci';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'ACI';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_ACI';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Adb.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Adb extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_adb';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_adb';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'ADB';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_ADB';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Ali.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Ali extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_ali';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_ali';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'ALI';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_ALI';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Ali extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_ali';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_ali';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'ALI';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_ALI';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Amx.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Amx extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_amx';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_amx';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'AMX';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_AMX';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Amx extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_amx';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_amx';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'AMX';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_AMX';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Aob.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Aob extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_aob';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_aob';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'AOB';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_AOB';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Aup.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Aup extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_aup';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_aup';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'AUP';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_AUP';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Creditcard.php CHANGED
@@ -1,55 +1,55 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- /**
22
- * Creditcard payment model
23
- *
24
- */
25
- class Skrill_Model_Method_Creditcard extends Skrill_Model_Method_Abstract
26
- {
27
-
28
- /**
29
- * Magento method code
30
- *
31
- * @var string
32
- */
33
- protected $_code = 'skrill_creditcard';
34
- protected $_skrillCode = 'skrill_acc';
35
- protected $_formBlockType = 'skrill/payment_form_creditcard';
36
-
37
- /**
38
- *
39
- * @var string
40
- */
41
- protected $_methodCode = 'CC';
42
-
43
- /**
44
- * Payment Title
45
- *
46
- * @var type
47
- */
48
- protected $_methodTitle = 'FRONTEND_PM_CC';
49
-
50
- public function getPaymentType()
51
- {
52
- return Mage::getStoreConfig('payment/' . $this->_skrillCode . '/transaction_mode', $this->getOrder()->getStoreId());
53
- }
54
-
55
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ /**
22
+ * Creditcard payment model
23
+ *
24
+ */
25
+ class Skrill_Model_Method_Creditcard extends Skrill_Model_Method_Abstract
26
+ {
27
+
28
+ /**
29
+ * Magento method code
30
+ *
31
+ * @var string
32
+ */
33
+ protected $_code = 'skrill_creditcard';
34
+ protected $_skrillCode = 'skrill_acc';
35
+ protected $_formBlockType = 'skrill/payment_form_creditcard';
36
+
37
+ /**
38
+ *
39
+ * @var string
40
+ */
41
+ protected $_methodCode = 'CC';
42
+
43
+ /**
44
+ * Payment Title
45
+ *
46
+ * @var type
47
+ */
48
+ protected $_methodTitle = 'FRONTEND_PM_CC';
49
+
50
+ public function getPaymentType()
51
+ {
52
+ return Mage::getStoreConfig('payment/' . $this->_skrillCode . '/transaction_mode', $this->getOrder()->getStoreId());
53
+ }
54
+
55
+ }
app/code/community/Skrill/Model/Method/Csi.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Csi extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_csi';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_csi';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'CSI';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_CSI';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Csi extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_csi';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_csi';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'CSI';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_CSI';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Did.php CHANGED
@@ -1,55 +1,55 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Did extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_did';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_did';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'DID';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_DID';
50
-
51
- protected $_allowspecific = 1;
52
- protected $_specificcountry = 'DE';
53
-
54
-
55
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Did extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_did';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_did';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'DID';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_DID';
50
+
51
+ protected $_allowspecific = 1;
52
+ protected $_specificcountry = 'DE';
53
+
54
+
55
+ }
app/code/community/Skrill/Model/Method/Directdebit.php CHANGED
@@ -1,46 +1,46 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Directdebit extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Magento method code
26
- *
27
- * @var string
28
- */
29
- protected $_code = 'skrill_directdebit';
30
- protected $_skrillCode = 'skrill_did';
31
- protected $_formBlockType = 'skrill/payment_form_directdebit';
32
-
33
- /**
34
- *
35
- * @var string
36
- */
37
- protected $_methodCode = 'DD';
38
-
39
- /**
40
- * Payment Title
41
- *
42
- * @var type
43
- */
44
- protected $_methodTitle = 'FRONTEND_PM_DD';
45
-
46
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Directdebit extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Magento method code
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_code = 'skrill_directdebit';
30
+ protected $_skrillCode = 'skrill_did';
31
+ protected $_formBlockType = 'skrill/payment_form_directdebit';
32
+
33
+ /**
34
+ *
35
+ * @var string
36
+ */
37
+ protected $_methodCode = 'DD';
38
+
39
+ /**
40
+ * Payment Title
41
+ *
42
+ * @var type
43
+ */
44
+ protected $_methodTitle = 'FRONTEND_PM_DD';
45
+
46
+ }
app/code/community/Skrill/Model/Method/Dnk.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Dnk extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_dnk';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_dnk';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'DNK';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_DNK';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Dnk extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_dnk';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_dnk';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'DNK';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_DNK';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Ebt.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Ebt extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_ebt';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_ebt';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'EBT';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_EBT';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Ebt extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_ebt';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_ebt';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'EBT';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_EBT';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Eps.php CHANGED
@@ -1,58 +1,58 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Eps extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_eps';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_eps';
37
- protected $_skrillCode = 'skrill_npy';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_accountBrand = 'EPS';
44
-
45
- /**
46
- *
47
- * @var string
48
- */
49
- protected $_methodCode = 'OT';
50
-
51
- /**
52
- * Payment Title
53
- *
54
- * @var type
55
- */
56
- protected $_methodTitle = 'FRONTEND_PM_EPS';
57
-
58
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Eps extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_eps';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_eps';
37
+ protected $_skrillCode = 'skrill_npy';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_accountBrand = 'EPS';
44
+
45
+ /**
46
+ *
47
+ * @var string
48
+ */
49
+ protected $_methodCode = 'OT';
50
+
51
+ /**
52
+ * Payment Title
53
+ *
54
+ * @var type
55
+ */
56
+ protected $_methodTitle = 'FRONTEND_PM_EPS';
57
+
58
+ }
app/code/community/Skrill/Model/Method/Epy.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Epy extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_epy';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_epy';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'EPY';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_EPY';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Epy extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_epy';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_epy';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'EPY';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_EPY';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Flexible.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Flexible extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_flexible';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_flexible';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'FLEXIBLE';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_FLEXIBLE';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Flexible extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_flexible';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_flexible';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'FLEXIBLE';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_FLEXIBLE';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Gcb.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Gcb extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_gcb';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_gcb';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'GCB';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_GCB';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Gcb extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_gcb';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_gcb';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'GCB';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_GCB';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Gir.php CHANGED
@@ -1,54 +1,54 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Gir extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_gir';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_gir';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'GIR';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_GIR';
50
-
51
- protected $_allowspecific = 1;
52
- protected $_specificcountry = 'DE';
53
-
54
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Gir extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_gir';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_gir';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'GIR';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_GIR';
50
+
51
+ protected $_allowspecific = 1;
52
+ protected $_specificcountry = 'DE';
53
+
54
+ }
app/code/community/Skrill/Model/Method/Giropay.php CHANGED
@@ -1,58 +1,58 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Giropay extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_giropay';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_giropay';
37
- protected $_skrillCode = 'skrill_gir';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_accountBrand = 'GIROPAY';
44
-
45
- /**
46
- *
47
- * @var string
48
- */
49
- protected $_methodCode = 'OT';
50
-
51
- /**
52
- * Payment Title
53
- *
54
- * @var type
55
- */
56
- protected $_methodTitle = 'FRONTEND_PM_GIROPAY';
57
-
58
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Giropay extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_giropay';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_giropay';
37
+ protected $_skrillCode = 'skrill_gir';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_accountBrand = 'GIROPAY';
44
+
45
+ /**
46
+ *
47
+ * @var string
48
+ */
49
+ protected $_methodCode = 'OT';
50
+
51
+ /**
52
+ * Payment Title
53
+ *
54
+ * @var type
55
+ */
56
+ protected $_methodTitle = 'FRONTEND_PM_GIROPAY';
57
+
58
+ }
app/code/community/Skrill/Model/Method/Glu.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Glu extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_glu';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_glu';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'GLU';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_GLU';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Glu extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_glu';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_glu';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'GLU';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_GLU';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Ideal.php CHANGED
@@ -1,58 +1,58 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Ideal extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_ideal';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_ideal';
37
- protected $_skrillCode = 'skrill_idl';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_accountBrand = 'IDEAL';
44
-
45
- /**
46
- *
47
- * @var string
48
- */
49
- protected $_methodCode = 'OT';
50
-
51
- /**
52
- * Payment Title
53
- *
54
- * @var type
55
- */
56
- protected $_methodTitle = 'FRONTEND_PM_IDEAL';
57
-
58
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Ideal extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_ideal';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_ideal';
37
+ protected $_skrillCode = 'skrill_idl';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_accountBrand = 'IDEAL';
44
+
45
+ /**
46
+ *
47
+ * @var string
48
+ */
49
+ protected $_methodCode = 'OT';
50
+
51
+ /**
52
+ * Payment Title
53
+ *
54
+ * @var type
55
+ */
56
+ protected $_methodTitle = 'FRONTEND_PM_IDEAL';
57
+
58
+ }
app/code/community/Skrill/Model/Method/Idl.php CHANGED
@@ -1,55 +1,55 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Idl extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_idl';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_idl';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'IDL';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_IDL';
50
-
51
- protected $_allowspecific = 1;
52
- protected $_specificcountry = 'NL';
53
-
54
-
55
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Idl extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_idl';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_idl';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'IDL';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_IDL';
50
+
51
+ protected $_allowspecific = 1;
52
+ protected $_specificcountry = 'NL';
53
+
54
+
55
+ }
app/code/community/Skrill/Model/Method/Mae.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Mae extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_mae';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_mae';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'MAE';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_MAE';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Mae extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_mae';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_mae';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'MAE';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_MAE';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Msc.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Msc extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_msc';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_msc';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'MSC';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_MSC';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Msc extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_msc';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_msc';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'MSC';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_MSC';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Npy.php CHANGED
@@ -1,55 +1,55 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Npy extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_npy';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_npy';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'NPY';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_NPY';
50
-
51
- protected $_allowspecific = 1;
52
- protected $_specificcountry = 'AT';
53
-
54
-
55
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Npy extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_npy';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_npy';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'NPY';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_NPY';
50
+
51
+ protected $_allowspecific = 1;
52
+ protected $_specificcountry = 'AT';
53
+
54
+
55
+ }
app/code/community/Skrill/Model/Method/Ntl.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Ntl extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_ntl';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_ntl';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'NTL';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_NTL';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Ntl extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_ntl';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_ntl';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'NTL';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_NTL';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Obt.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Obt extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_obt';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_obt';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'OBT';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_OBT';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Obt extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_obt';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_obt';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'OBT';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_OBT';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Payolutionins.php CHANGED
@@ -1,58 +1,58 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Payolutionins extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_payolutionins';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_payolutionins';
37
- protected $_skrillCode = 'skrill_payolutionins';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_accountBrand = 'PAYOLUTION_INS';
44
-
45
- /**
46
- *
47
- * @var string
48
- */
49
- protected $_methodCode = 'VA';
50
-
51
- /**
52
- * Payment Title
53
- *
54
- * @var type
55
- */
56
- protected $_methodTitle = 'FRONTEND_PM_PAYOLUTIONINS';
57
-
58
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Payolutionins extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_payolutionins';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_payolutionins';
37
+ protected $_skrillCode = 'skrill_payolutionins';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_accountBrand = 'PAYOLUTION_INS';
44
+
45
+ /**
46
+ *
47
+ * @var string
48
+ */
49
+ protected $_methodCode = 'VA';
50
+
51
+ /**
52
+ * Payment Title
53
+ *
54
+ * @var type
55
+ */
56
+ protected $_methodTitle = 'FRONTEND_PM_PAYOLUTIONINS';
57
+
58
+ }
app/code/community/Skrill/Model/Method/Payolutioninv.php CHANGED
@@ -1,58 +1,58 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Payolutioninv extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_payolutioninv';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_payolutioninv';
37
- protected $_skrillCode = 'skrill_payolutioninv';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_accountBrand = 'PAYOLUTION_INVOICE';
44
-
45
- /**
46
- *
47
- * @var string
48
- */
49
- protected $_methodCode = 'VA';
50
-
51
- /**
52
- * Payment Title
53
- *
54
- * @var type
55
- */
56
- protected $_methodTitle = 'FRONTEND_PM_PAYOLUTIONINV';
57
-
58
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Payolutioninv extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_payolutioninv';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_payolutioninv';
37
+ protected $_skrillCode = 'skrill_payolutioninv';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_accountBrand = 'PAYOLUTION_INVOICE';
44
+
45
+ /**
46
+ *
47
+ * @var string
48
+ */
49
+ protected $_methodCode = 'VA';
50
+
51
+ /**
52
+ * Payment Title
53
+ *
54
+ * @var type
55
+ */
56
+ protected $_methodTitle = 'FRONTEND_PM_PAYOLUTIONINV';
57
+
58
+ }
app/code/community/Skrill/Model/Method/Paypal.php CHANGED
@@ -1,64 +1,64 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Paypal extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_paypal';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_paypal';
37
- protected $_skrillCode = 'skrill_paypal';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_accountBrand = 'PAYPAL';
44
-
45
- /**
46
- *
47
- * @var string
48
- */
49
- protected $_methodCode = 'VA';
50
-
51
- /**
52
- * Payment Title
53
- *
54
- * @var type
55
- */
56
- protected $_methodTitle = 'FRONTEND_PM_PAYPAL';
57
-
58
- public function __construct()
59
- {
60
- $this->_canUseCheckout = true;
61
- }
62
-
63
-
64
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Paypal extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_paypal';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_paypal';
37
+ protected $_skrillCode = 'skrill_paypal';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_accountBrand = 'PAYPAL';
44
+
45
+ /**
46
+ *
47
+ * @var string
48
+ */
49
+ protected $_methodCode = 'VA';
50
+
51
+ /**
52
+ * Payment Title
53
+ *
54
+ * @var type
55
+ */
56
+ protected $_methodTitle = 'FRONTEND_PM_PAYPAL';
57
+
58
+ public function __construct()
59
+ {
60
+ $this->_canUseCheckout = true;
61
+ }
62
+
63
+
64
+ }
app/code/community/Skrill/Model/Method/Paysafecard.php CHANGED
@@ -1,58 +1,58 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Paysafecard extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_paysafecard';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_paysafecard';
37
- protected $_skrillCode = 'skrill_psc';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_accountBrand = 'PAYSAFECARD';
44
-
45
- /**
46
- *
47
- * @var string
48
- */
49
- protected $_methodCode = 'VA';
50
-
51
- /**
52
- * Payment Title
53
- *
54
- * @var type
55
- */
56
- protected $_methodTitle = 'FRONTEND_PM_PAYSAFECARD';
57
-
58
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Paysafecard extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_paysafecard';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_paysafecard';
37
+ protected $_skrillCode = 'skrill_psc';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_accountBrand = 'PAYSAFECARD';
44
+
45
+ /**
46
+ *
47
+ * @var string
48
+ */
49
+ protected $_methodCode = 'VA';
50
+
51
+ /**
52
+ * Payment Title
53
+ *
54
+ * @var type
55
+ */
56
+ protected $_methodTitle = 'FRONTEND_PM_PAYSAFECARD';
57
+
58
+ }
app/code/community/Skrill/Model/Method/Paytrail.php CHANGED
@@ -1,58 +1,58 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Paytrail extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_paytrail';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_paytrail';
37
- protected $_skrillCode = 'skrill_paytrail';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_accountBrand = 'PAYTRAIL';
44
-
45
- /**
46
- *
47
- * @var string
48
- */
49
- protected $_methodCode = 'VA';
50
-
51
- /**
52
- * Payment Title
53
- *
54
- * @var type
55
- */
56
- protected $_methodTitle = 'FRONTEND_PM_PAYTRAIL';
57
-
58
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Paytrail extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_paytrail';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_paytrail';
37
+ protected $_skrillCode = 'skrill_paytrail';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_accountBrand = 'PAYTRAIL';
44
+
45
+ /**
46
+ *
47
+ * @var string
48
+ */
49
+ protected $_methodCode = 'VA';
50
+
51
+ /**
52
+ * Payment Title
53
+ *
54
+ * @var type
55
+ */
56
+ protected $_methodTitle = 'FRONTEND_PM_PAYTRAIL';
57
+
58
+ }
app/code/community/Skrill/Model/Method/Pli.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Pli extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_pli';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_pli';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'PLI';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_PLI';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Pli extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_pli';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_pli';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'PLI';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_PLI';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Psc.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Psc extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_psc';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_psc';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'PSC';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_PSC';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Psc extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_psc';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_psc';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'PSC';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_PSC';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Psp.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Psp extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_psp';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_psp';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'PSP';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_PSP';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Psp extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_psp';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_psp';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'PSP';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_PSP';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Pwy.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Pwy extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_pwy';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_pwy';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'PWY';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_PWY';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Pwy extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_pwy';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_pwy';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'PWY';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_PWY';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Sft.php CHANGED
@@ -1,55 +1,55 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Sft extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_sft';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_sft';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'SFT';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_SFT';
50
-
51
- protected $_allowspecific = 1;
52
- protected $_specificcountry = 'DE,AT,BE,NL,IT,FR,PL,GB';
53
-
54
-
55
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Sft extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_sft';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_sft';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'SFT';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_SFT';
50
+
51
+ protected $_allowspecific = 1;
52
+ protected $_specificcountry = 'DE,AT,BE,NL,IT,FR,PL,GB';
53
+
54
+
55
+ }
app/code/community/Skrill/Model/Method/Skrill.php CHANGED
@@ -235,7 +235,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
235
 
236
  public function getPaymentMethods()
237
  {
238
- $payment_methods = "WLT,PSC,ACC,VSA,MSC,VSD,VSE,MAE,AMX,DIN,JCB,GCB,DNK,PSP,CSI,OBT,GIR,DID,SFT,EBT,IDL,NPY,PLI,PWY,EPY,GLU,ALI,NTL";
239
  $pm_list = explode(",", $payment_methods);
240
  $list = '';
241
  foreach ($pm_list as $key => $pm) {
@@ -260,7 +260,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
260
  return $statusUrl;
261
  }
262
 
263
- protected function getRefundStatusUrl($orderId)
264
  {
265
  $refundStatusUrl = Mage::getUrl(
266
  'skrill/payment/handleRefundStatusResponse/',
@@ -317,8 +317,10 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
317
  $postParameters['amount'] = $basket['baseAmount'];
318
  $postParameters['currency'] = $basket['baseCurrency'];
319
  $postParameters['detail1_description'] = "Order pay from ".$contact['email'];
320
- $postParameters['merchant_fields'] = 'Platform';
321
  $postParameters['Platform'] = '71422537';
 
 
322
 
323
  if ($this->_code != "skrill_flexible")
324
  $postParameters['payment_methods'] = $this->getAccountBrand();
@@ -356,7 +358,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
356
  return $lang;
357
  }
358
 
359
- public function capture(Varien_Object $payment, $amount)
360
  {
361
  $payment->setStatus('APPROVED')
362
  ->setTransactionId($payment->getAdditionalInformation('skrill_mb_transaction_id'))
@@ -443,5 +445,9 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
443
  return Mage::helper('skrill')->__($this->_methodTitle);
444
  }
445
 
 
 
 
 
446
  }
447
 
235
 
236
  public function getPaymentMethods()
237
  {
238
+ $payment_methods = "WLT,PSC,ACC,VSA,MSC,VSD,VSE,MAE,AMX,DIN,JCB,GCB,DNK,PSP,CSI,OBT,GIR,DID,SFT,EBT,IDL,NPY,PLI,PWY,EPY,GLU,ALI,NTL,ADB,AOB,ACI,AUP";
239
  $pm_list = explode(",", $payment_methods);
240
  $list = '';
241
  foreach ($pm_list as $key => $pm) {
260
  return $statusUrl;
261
  }
262
 
263
+ public function getRefundStatusUrl($orderId)
264
  {
265
  $refundStatusUrl = Mage::getUrl(
266
  'skrill/payment/handleRefundStatusResponse/',
317
  $postParameters['amount'] = $basket['baseAmount'];
318
  $postParameters['currency'] = $basket['baseCurrency'];
319
  $postParameters['detail1_description'] = "Order pay from ".$contact['email'];
320
+ $postParameters['merchant_fields'] = 'Platform,Paymentkey';
321
  $postParameters['Platform'] = '71422537';
322
+ $postParameters['Paymentkey'] =
323
+ $this->generatePaymentKey($postParameters['transaction_id'], $postParameters['amount']);
324
 
325
  if ($this->_code != "skrill_flexible")
326
  $postParameters['payment_methods'] = $this->getAccountBrand();
358
  return $lang;
359
  }
360
 
361
+ public function capture(Varien_Object $payment)
362
  {
363
  $payment->setStatus('APPROVED')
364
  ->setTransactionId($payment->getAdditionalInformation('skrill_mb_transaction_id'))
445
  return Mage::helper('skrill')->__($this->_methodTitle);
446
  }
447
 
448
+ protected function generatePaymentKey($transactionId, $amount)
449
+ {
450
+ return strtoupper(md5($transactionId.$amount));
451
+ }
452
  }
453
 
app/code/community/Skrill/Model/Method/Sofortuberweisung.php CHANGED
@@ -1,71 +1,71 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Sofortuberweisung extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_sofortuberweisung';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_sofortuberweisung';
37
- protected $_skrillCode = 'skrill_sft';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_methodCode = 'OT';
44
-
45
- protected $_accountBrand = 'SOFORTUEBERWEISUNG';
46
-
47
- /**
48
- * Payment Title
49
- *
50
- * @var type
51
- */
52
- protected $_methodTitle = 'FRONTEND_PM_SOFORTBANK';
53
-
54
- /**
55
- * Returns Payment Title
56
- *
57
- * @return string
58
- */
59
- public function getTitle()
60
- {
61
-
62
- $address = Mage::helper('skrill')->getAddressData($this->getOrder());
63
- $code = $address['country_code'];
64
- if ($code == 'DE' || $code == 'AT' || $code =='CH') {
65
- return Mage::helper('skrill')->__('FRONTEND_PM_SOFORT');
66
- } else {
67
- return Mage::helper('skrill')->__('FRONTEND_PM_SOFORTBANK');
68
- }
69
-
70
- }
71
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Sofortuberweisung extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_sofortuberweisung';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_sofortuberweisung';
37
+ protected $_skrillCode = 'skrill_sft';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_methodCode = 'OT';
44
+
45
+ protected $_accountBrand = 'SOFORTUEBERWEISUNG';
46
+
47
+ /**
48
+ * Payment Title
49
+ *
50
+ * @var type
51
+ */
52
+ protected $_methodTitle = 'FRONTEND_PM_SOFORTBANK';
53
+
54
+ /**
55
+ * Returns Payment Title
56
+ *
57
+ * @return string
58
+ */
59
+ public function getTitle()
60
+ {
61
+
62
+ $address = Mage::helper('skrill')->getAddressData($this->getOrder());
63
+ $code = $address['country_code'];
64
+ if ($code == 'DE' || $code == 'AT' || $code =='CH') {
65
+ return Mage::helper('skrill')->__('FRONTEND_PM_SOFORT');
66
+ } else {
67
+ return Mage::helper('skrill')->__('FRONTEND_PM_SOFORTBANK');
68
+ }
69
+
70
+ }
71
+ }
app/code/community/Skrill/Model/Method/Vsa.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Vsa extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_vsa';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_vsa';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'VSA';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_VSA';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Vsa extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_vsa';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_vsa';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'VSA';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_VSA';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Vse.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Vse extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_vse';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_vse';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'VSE';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_VSE';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Vse extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_vse';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_vse';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'VSE';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_VSE';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Wlt.php CHANGED
@@ -1,51 +1,51 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Wlt extends Skrill_Model_Method_Skrill
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_wlt';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_wlt';
37
-
38
- /**
39
- *
40
- * @var string
41
- */
42
- protected $_accountBrand = 'WLT';
43
-
44
- /**
45
- * Payment Title
46
- *
47
- * @var type
48
- */
49
- protected $_methodTitle = 'SKRILL_FRONTEND_PM_WLT';
50
-
51
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Wlt extends Skrill_Model_Method_Skrill
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_wlt';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_wlt';
37
+
38
+ /**
39
+ *
40
+ * @var string
41
+ */
42
+ protected $_accountBrand = 'WLT';
43
+
44
+ /**
45
+ * Payment Title
46
+ *
47
+ * @var type
48
+ */
49
+ protected $_methodTitle = 'SKRILL_FRONTEND_PM_WLT';
50
+
51
+ }
app/code/community/Skrill/Model/Method/Yandex.php CHANGED
@@ -1,58 +1,58 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- class Skrill_Model_Method_Yandex extends Skrill_Model_Method_Abstract
22
- {
23
-
24
- /**
25
- * Path for payment form block
26
- *
27
- * @var string
28
- */
29
- protected $_formBlockType = 'skrill/payment_form_yandex';
30
-
31
- /**
32
- * Magento method code
33
- *
34
- * @var string
35
- */
36
- protected $_code = 'skrill_yandex';
37
- protected $_skrillCode = 'skrill_yandex';
38
-
39
- /**
40
- *
41
- * @var string
42
- */
43
- protected $_accountBrand = 'YANDEX';
44
-
45
- /**
46
- *
47
- * @var string
48
- */
49
- protected $_methodCode = 'VA';
50
-
51
- /**
52
- * Payment Title
53
- *
54
- * @var type
55
- */
56
- protected $_methodTitle = 'FRONTEND_PM_YANDEX';
57
-
58
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ class Skrill_Model_Method_Yandex extends Skrill_Model_Method_Abstract
22
+ {
23
+
24
+ /**
25
+ * Path for payment form block
26
+ *
27
+ * @var string
28
+ */
29
+ protected $_formBlockType = 'skrill/payment_form_yandex';
30
+
31
+ /**
32
+ * Magento method code
33
+ *
34
+ * @var string
35
+ */
36
+ protected $_code = 'skrill_yandex';
37
+ protected $_skrillCode = 'skrill_yandex';
38
+
39
+ /**
40
+ *
41
+ * @var string
42
+ */
43
+ protected $_accountBrand = 'YANDEX';
44
+
45
+ /**
46
+ *
47
+ * @var string
48
+ */
49
+ protected $_methodCode = 'VA';
50
+
51
+ /**
52
+ * Payment Title
53
+ *
54
+ * @var type
55
+ */
56
+ protected $_methodTitle = 'FRONTEND_PM_YANDEX';
57
+
58
+ }
app/code/community/Skrill/Model/Source/Card.php CHANGED
@@ -1,54 +1,54 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- /**
22
- * Creditcard transaction model
23
- *
24
- */
25
- class Skrill_Model_Source_Card
26
- {
27
- /**
28
- * Define which card types are possible
29
- *
30
- * @return array
31
- */
32
- public function toOptionArray()
33
- {
34
- $cards = array(
35
- array(
36
- 'label' => Mage::helper('skrill')->__('BACKEND_CC_AMEX'),
37
- 'value' => 'AMEX'
38
- ),
39
- array(
40
- 'label' => Mage::helper('skrill')->__('BACKEND_CC_VISA'),
41
- 'value' => 'VISA'
42
- ),
43
- array(
44
- 'label' => Mage::helper('skrill')->__('BACKEND_CC_MASTER'),
45
- 'value' => 'MASTER'
46
- ),
47
- array(
48
- 'label' => Mage::helper('skrill')->__('BACKEND_CC_MAESTRO'),
49
- 'value' => 'MAESTRO'
50
- )
51
- );
52
- return $cards;
53
- }
54
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ /**
22
+ * Creditcard transaction model
23
+ *
24
+ */
25
+ class Skrill_Model_Source_Card
26
+ {
27
+ /**
28
+ * Define which card types are possible
29
+ *
30
+ * @return array
31
+ */
32
+ public function toOptionArray()
33
+ {
34
+ $cards = array(
35
+ array(
36
+ 'label' => Mage::helper('skrill')->__('BACKEND_CC_AMEX'),
37
+ 'value' => 'AMEX'
38
+ ),
39
+ array(
40
+ 'label' => Mage::helper('skrill')->__('BACKEND_CC_VISA'),
41
+ 'value' => 'VISA'
42
+ ),
43
+ array(
44
+ 'label' => Mage::helper('skrill')->__('BACKEND_CC_MASTER'),
45
+ 'value' => 'MASTER'
46
+ ),
47
+ array(
48
+ 'label' => Mage::helper('skrill')->__('BACKEND_CC_MAESTRO'),
49
+ 'value' => 'MAESTRO'
50
+ )
51
+ );
52
+ return $cards;
53
+ }
54
  }
app/code/community/Skrill/Model/Source/Display.php CHANGED
@@ -1,46 +1,46 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- /**
22
- * Creditcard Mode model
23
- *
24
- */
25
- class Skrill_Model_Source_Display
26
- {
27
- /**
28
- * Define which display are possible
29
- *
30
- * @return array
31
- */
32
- public function toOptionArray()
33
- {
34
- $display = array(
35
- array(
36
- 'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_IFRAME'),
37
- 'value' => 'IFRAME'
38
- ),
39
- array(
40
- 'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_REDIRECT'),
41
- 'value' => 'REDIRECT'
42
- )
43
- );
44
- return $display;
45
- }
46
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ /**
22
+ * Creditcard Mode model
23
+ *
24
+ */
25
+ class Skrill_Model_Source_Display
26
+ {
27
+ /**
28
+ * Define which display are possible
29
+ *
30
+ * @return array
31
+ */
32
+ public function toOptionArray()
33
+ {
34
+ $display = array(
35
+ array(
36
+ 'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_IFRAME'),
37
+ 'value' => 'IFRAME'
38
+ ),
39
+ array(
40
+ 'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_REDIRECT'),
41
+ 'value' => 'REDIRECT'
42
+ )
43
+ );
44
+ return $display;
45
+ }
46
+ }
app/code/community/Skrill/Model/Source/Gateway.php CHANGED
@@ -1,46 +1,46 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- /**
22
- * Creditcard Mode model
23
- *
24
- */
25
- class Skrill_Model_Source_Gateway
26
- {
27
- /**
28
- * Define which gateway are possible
29
- *
30
- * @return array
31
- */
32
- public function toOptionArray()
33
- {
34
- $gateway = array(
35
- array(
36
- 'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_CH_SKRILL'),
37
- 'value' => 'SKRILL'
38
- ),
39
- array(
40
- 'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_CH_PAYON'),
41
- 'value' => 'PAYON'
42
- )
43
- );
44
- return $gateway;
45
- }
46
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ /**
22
+ * Creditcard Mode model
23
+ *
24
+ */
25
+ class Skrill_Model_Source_Gateway
26
+ {
27
+ /**
28
+ * Define which gateway are possible
29
+ *
30
+ * @return array
31
+ */
32
+ public function toOptionArray()
33
+ {
34
+ $gateway = array(
35
+ array(
36
+ 'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_CH_SKRILL'),
37
+ 'value' => 'SKRILL'
38
+ ),
39
+ array(
40
+ 'label' => Mage::helper('skrill')->__('SKRILL_BACKEND_CH_PAYON'),
41
+ 'value' => 'PAYON'
42
+ )
43
+ );
44
+ return $gateway;
45
+ }
46
+ }
app/code/community/Skrill/Model/Source/Mode.php CHANGED
@@ -1,46 +1,46 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- /**
22
- * Creditcard Mode model
23
- *
24
- */
25
- class Skrill_Model_Source_Mode
26
- {
27
- /**
28
- * Define which server modes are possible
29
- *
30
- * @return array
31
- */
32
- public function toOptionArray()
33
- {
34
- $modes = array(
35
- array(
36
- 'label' => Mage::helper('skrill')->__('BACKEND_CH_MODE_TEST'),
37
- 'value' => 'TEST'
38
- ),
39
- array(
40
- 'label' => Mage::helper('skrill')->__('BACKEND_CH_MODE_LIVE'),
41
- 'value' => 'LIVE'
42
- )
43
- );
44
- return $modes;
45
- }
46
- }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ /**
22
+ * Creditcard Mode model
23
+ *
24
+ */
25
+ class Skrill_Model_Source_Mode
26
+ {
27
+ /**
28
+ * Define which server modes are possible
29
+ *
30
+ * @return array
31
+ */
32
+ public function toOptionArray()
33
+ {
34
+ $modes = array(
35
+ array(
36
+ 'label' => Mage::helper('skrill')->__('BACKEND_CH_MODE_TEST'),
37
+ 'value' => 'TEST'
38
+ ),
39
+ array(
40
+ 'label' => Mage::helper('skrill')->__('BACKEND_CH_MODE_LIVE'),
41
+ 'value' => 'LIVE'
42
+ )
43
+ );
44
+ return $modes;
45
+ }
46
+ }
app/code/community/Skrill/Model/Source/Transaction.php CHANGED
@@ -1,46 +1,46 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- *
16
- * @package Skrill
17
- * @copyright Copyright (c) 2014 Skrill
18
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
- */
20
-
21
- /**
22
- * Creditcard transaction model
23
- *
24
- */
25
- class Skrill_Model_Source_Transaction
26
- {
27
- /**
28
- * Define which payment types are possible
29
- *
30
- * @return array
31
- */
32
- public function toOptionArray()
33
- {
34
- $transactions = array(
35
- array(
36
- 'label' => Mage::helper('skrill')->__('BACKEND_CH_MODEDEBIT'),
37
- 'value' => 'DB'
38
- ),
39
- array(
40
- 'label' => Mage::helper('skrill')->__('BACKEND_CH_MODEPREAUTH'),
41
- 'value' => 'PA'
42
- )
43
- );
44
- return $transactions;
45
- }
46
  }
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ *
16
+ * @package Skrill
17
+ * @copyright Copyright (c) 2014 Skrill
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ /**
22
+ * Creditcard transaction model
23
+ *
24
+ */
25
+ class Skrill_Model_Source_Transaction
26
+ {
27
+ /**
28
+ * Define which payment types are possible
29
+ *
30
+ * @return array
31
+ */
32
+ public function toOptionArray()
33
+ {
34
+ $transactions = array(
35
+ array(
36
+ 'label' => Mage::helper('skrill')->__('BACKEND_CH_MODEDEBIT'),
37
+ 'value' => 'DB'
38
+ ),
39
+ array(
40
+ 'label' => Mage::helper('skrill')->__('BACKEND_CH_MODEPREAUTH'),
41
+ 'value' => 'PA'
42
+ )
43
+ );
44
+ return $transactions;
45
+ }
46
  }
app/code/community/Skrill/controllers/PaymentController.php CHANGED
@@ -142,16 +142,15 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
142
 
143
  $this->saveAdditionalInformation($order, $responseStatus);
144
 
145
- $isFraud = $this->isFraud($order, $responseStatus);
146
- $isFraudLog = ($isFraud) ? 'true' : 'false';
147
- Mage::log('is Fraud : '.$isFraudLog, null, 'skrill_log_file.log');
148
-
149
- if ($isFraud) {
150
- $this->processFraud($order, $responseStatus);
151
- } else {
152
- $this->processPayment($order, $responseStatus);
153
- }
154
-
155
  }
156
 
157
  protected function getResponseStatus()
@@ -196,15 +195,30 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
196
  return number_format($number, 2, '.', '');
197
  }
198
 
199
- protected function isFraud($order, $responseStatus)
200
  {
201
- return !($responseStatus['md5sig'] == $this->generateMd5sig($order, $responseStatus));
202
  }
203
 
204
- protected function generateMd5sig($order, $response)
 
 
 
 
 
205
  {
206
- $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'];
 
207
 
 
 
 
 
 
 
 
 
 
208
  return strtoupper(md5($string));
209
  }
210
 
@@ -240,12 +254,12 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
240
 
241
  $comment = Mage::helper('skrill')->getComment($responseStatus,"history","fraud");
242
  $order->cancel();
243
- $order->setState(Mage_Sales_Model_Order::STATE_PAYMENT_REVIEW, 'fraud')->save();
244
  $order->addStatusHistoryComment($comment, false);
245
  $order->save();
246
  }
247
 
248
- protected function processPayment($order, $responseStatus)
249
  {
250
  Mage::log('process payment', null, 'skrill_log_file.log');
251
 
@@ -258,8 +272,18 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
258
  } elseif ($responseStatus['status'] == Skrill_Model_Method_Skrill::PROCESSED_STATUS) {
259
  $order->sendNewOrderEmail();
260
  Mage::helper('skrill')->invoice($order);
261
- $comment = Mage::helper('skrill')->getComment($responseStatus);
262
- $order->addStatusHistoryComment($comment, 'payment_accepted')->save();
 
 
 
 
 
 
 
 
 
 
263
  $this->inActiveQuote($order);
264
  } else {
265
  if ($responseStatus['failed_reason_code']) {
142
 
143
  $this->saveAdditionalInformation($order, $responseStatus);
144
 
145
+ $isFraud = $this->isFraud($responseStatus);
146
+ Mage::log('is Fraud : '.(int)$isFraud, null, 'skrill_log_file.log');
147
+
148
+ $generatedSignaturedByOrder = $this->generateMd5sigByOrder($order, $responseStatus);
149
+ $isCredentialValid = $this->isPaymentSignatureEqualsGeneratedSignature($responseStatus['md5sig'], $generatedSignaturedByOrder);
150
+
151
+ Mage::log('is credential valid : '.(int)$isCredentialValid, null, 'skrill_log_file.log');
152
+
153
+ $this->processPayment($order, $responseStatus, $isFraud, $isCredentialValid);
 
154
  }
155
 
156
  protected function getResponseStatus()
195
  return number_format($number, 2, '.', '');
196
  }
197
 
198
+ protected function isFraud($responseStatus)
199
  {
200
+ return !strtoupper(md5($responseStatus['transaction_id'].$responseStatus['amount'])) == $responseStatus['paymentkey'];
201
  }
202
 
203
+ /**
204
+ * check is payment signature equals with value that already generated using order parameters
205
+ *
206
+ * @return boolean
207
+ */
208
+ protected function isPaymentSignatureEqualsGeneratedSignature($paymentSignature, $generatedSignature)
209
  {
210
+ return $paymentSignature == $generatedSignature;
211
+ }
212
 
213
+ protected function generateMd5sigByOrder($order, $response)
214
+ {
215
+ $string = Mage::getStoreConfig('payment/skrill_settings/merchant_id', $order->getStoreId()).
216
+ $response['transaction_id'].
217
+ strtoupper(Mage::getStoreConfig('payment/skrill_settings/secret_word', $order->getStoreId())).
218
+ $response['mb_amount'].
219
+ $response['mb_currency'].
220
+ $response['status'];
221
+
222
  return strtoupper(md5($string));
223
  }
224
 
254
 
255
  $comment = Mage::helper('skrill')->getComment($responseStatus,"history","fraud");
256
  $order->cancel();
257
+ $order->setState(Mage_Sales_Model_Order::STATE_PAYMENT_REVIEW, Mage_Sales_Model_Order::STATUS_FRAUD)->save();
258
  $order->addStatusHistoryComment($comment, false);
259
  $order->save();
260
  }
261
 
262
+ protected function processPayment($order, $responseStatus, $isFraud, $isCredentialValid)
263
  {
264
  Mage::log('process payment', null, 'skrill_log_file.log');
265
 
272
  } elseif ($responseStatus['status'] == Skrill_Model_Method_Skrill::PROCESSED_STATUS) {
273
  $order->sendNewOrderEmail();
274
  Mage::helper('skrill')->invoice($order);
275
+ if($isFraud) {
276
+ $comment = Mage::helper('skrill')->getComment($responseStatus,"history","fraud");
277
+ $order->setState(Mage_Sales_Model_Order::STATE_PAYMENT_REVIEW, Mage_Sales_Model_Order::STATUS_FRAUD)->save();
278
+ $order->addStatusHistoryComment($comment, Mage_Sales_Model_Order::STATUS_FRAUD)->save();
279
+ } elseif(!$isCredentialValid) {
280
+ $comment = Mage::helper('skrill')->getComment($responseStatus,"history","invalid credential");
281
+ $order->setState(Mage_Sales_Model_Order::STATE_PROCESSING, 'invalid_credential')->save();
282
+ $order->addStatusHistoryComment($comment, Mage_Sales_Model_Order::STATE_PROCESSING)->save();
283
+ } else{
284
+ $comment = Mage::helper('skrill')->getComment($responseStatus);
285
+ $order->addStatusHistoryComment($comment, 'payment_accepted')->save();
286
+ }
287
  $this->inActiveQuote($order);
288
  } else {
289
  if ($responseStatus['failed_reason_code']) {
app/code/community/Skrill/controllers/UpdateorderController.php CHANGED
@@ -6,8 +6,8 @@ class Skrill_UpdateorderController extends Mage_Adminhtml_Controller_Action
6
  {
7
  $orderId = $this->getRequest()->getParam('order_id');
8
  $order = Mage::getModel('sales/order')->load($orderId);
9
-
10
- $parameters['mb_trn_id'] = $order->getPayment()->getAdditionalInformation('skrill_mb_transaction_id');
11
 
12
  Mage::log('update order status request', null, 'skrill_log_file.log');
13
  Mage::log($parameters, null, 'skrill_log_file.log');
@@ -32,6 +32,11 @@ class Skrill_UpdateorderController extends Mage_Adminhtml_Controller_Action
32
  $comment = Mage::helper('skrill')->getComment($response);
33
  $order->addStatusHistoryComment($comment, false);
34
  $order->save();
 
 
 
 
 
35
  Mage::getSingleton('adminhtml/session')->addSuccess(Mage::helper('skrill')->__('SUCCESS_GENERAL_UPDATE_PAYMENT'));
36
  } else {
37
  Mage::getSingleton('adminhtml/session')->addError(Mage::helper('skrill')->__('ERROR_UPDATE_BACKEND'));
@@ -45,4 +50,16 @@ class Skrill_UpdateorderController extends Mage_Adminhtml_Controller_Action
45
  return Mage::getSingleton('admin/session')->isAllowed('admin');
46
  }
47
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  }
6
  {
7
  $orderId = $this->getRequest()->getParam('order_id');
8
  $order = Mage::getModel('sales/order')->load($orderId);
9
+
10
+ $parameters['trn_id'] = $order->getPayment()->getAdditionalInformation('skrill_transaction_id');
11
 
12
  Mage::log('update order status request', null, 'skrill_log_file.log');
13
  Mage::log($parameters, null, 'skrill_log_file.log');
32
  $comment = Mage::helper('skrill')->getComment($response);
33
  $order->addStatusHistoryComment($comment, false);
34
  $order->save();
35
+
36
+ if($order->status == 'invalid_credential' && !$this->isInvalidCredential($order,$response)){
37
+ $order->setState(Mage_Sales_Model_Order::STATE_PROCESSING, 'payment_accepted')->save();
38
+ }
39
+
40
  Mage::getSingleton('adminhtml/session')->addSuccess(Mage::helper('skrill')->__('SUCCESS_GENERAL_UPDATE_PAYMENT'));
41
  } else {
42
  Mage::getSingleton('adminhtml/session')->addError(Mage::helper('skrill')->__('ERROR_UPDATE_BACKEND'));
50
  return Mage::getSingleton('admin/session')->isAllowed('admin');
51
  }
52
 
53
+ protected function isInvalidCredential($order, $responseStatus)
54
+ {
55
+ return !($responseStatus['md5sig'] == $this->generateMd5sig($order, $responseStatus));
56
+ }
57
+
58
+ protected function generateMd5sig($order, $response)
59
+ {
60
+ $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'];
61
+
62
+ return strtoupper(md5($string));
63
+ }
64
+
65
  }
app/code/community/Skrill/etc/adminhtml.xml CHANGED
@@ -1,48 +1,48 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Magento
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Academic Free License (AFL 3.0)
9
- * that is bundled with this package in the file LICENSE_AFL.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/afl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magento.com so we can send you a copy immediately.
15
- *
16
- * DISCLAIMER
17
- *
18
- * Do not edit or add to this file if you wish to upgrade Magento to newer
19
- * versions in the future. If you wish to customize Magento for your
20
- * needs please refer to http://www.magento.com for more information.
21
- *
22
- * @category Skrill
23
- * @package Skrill_Payment
24
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
- -->
28
- <config>
29
- <acl>
30
- <resources>
31
- <admin>
32
- <children>
33
- <system>
34
- <children>
35
- <config>
36
- <children>
37
- <skrill translate="title" module="skrill">
38
- <title>Skrill Section</title>
39
- </skrill>
40
- </children>
41
- </config>
42
- </children>
43
- </system>
44
- </children>
45
- </admin>
46
- </resources>
47
- </acl>
48
- </config>
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magento.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magento.com for more information.
21
+ *
22
+ * @category Skrill
23
+ * @package Skrill_Payment
24
+ * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <acl>
30
+ <resources>
31
+ <admin>
32
+ <children>
33
+ <system>
34
+ <children>
35
+ <config>
36
+ <children>
37
+ <skrill translate="title" module="skrill">
38
+ <title>Skrill Section</title>
39
+ </skrill>
40
+ </children>
41
+ </config>
42
+ </children>
43
+ </system>
44
+ </children>
45
+ </admin>
46
+ </resources>
47
+ </acl>
48
+ </config>
app/code/community/Skrill/etc/config.xml CHANGED
@@ -22,7 +22,7 @@
22
  <config>
23
  <modules>
24
  <Skrill>
25
- <version>1.0.27</version>
26
  </Skrill>
27
  </modules>
28
 
@@ -59,6 +59,9 @@
59
  <payment_remotely translate="label">
60
  <label>SUCCESS_PREAUTH_ACC</label>
61
  </payment_remotely>
 
 
 
62
  </statuses>
63
  <states>
64
  <pending_payment>
@@ -71,6 +74,11 @@
71
  <payment_accepted/>
72
  </statuses>
73
  </processing>
 
 
 
 
 
74
  </states>
75
  </order>
76
  </sales>
@@ -178,7 +186,7 @@
178
  <default>
179
  <payment>
180
  <skrill_settings>
181
- <version>1.0.27</version>
182
  <merchant_id></merchant_id>
183
  <merchant_account></merchant_account>
184
  <recipient_desc></recipient_desc>
@@ -372,9 +380,9 @@
372
  <model>skrill/method_obt</model>
373
  <order_status>pending_payment</order_status>
374
  <payment_action>authorize</payment_action>
375
- <title>Skrill Direct (Online Bank Transfer)</title>
376
  <allowspecific>1</allowspecific>
377
- <specificcountry>DE,GB,FR,IT,ES,HU,AT</specificcountry>
378
  <group>skrillpm</group>
379
  </skrill_obt>
380
  <skrill_ntl>
@@ -665,6 +673,50 @@
665
  <password></password>
666
  <group>skrillpm</group>
667
  </skrill_yandex> -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
668
  </payment>
669
  </default>
670
 
22
  <config>
23
  <modules>
24
  <Skrill>
25
+ <version>1.0.28</version>
26
  </Skrill>
27
  </modules>
28
 
59
  <payment_remotely translate="label">
60
  <label>SUCCESS_PREAUTH_ACC</label>
61
  </payment_remotely>
62
+ <invalid_credential translate="label">
63
+ <label>INVALID_CREDENTIAL</label>
64
+ </invalid_credential>
65
  </statuses>
66
  <states>
67
  <pending_payment>
74
  <payment_accepted/>
75
  </statuses>
76
  </processing>
77
+ <processing>
78
+ <statuses>
79
+ <invalid_credential/>
80
+ </statuses>
81
+ </processing>
82
  </states>
83
  </order>
84
  </sales>
186
  <default>
187
  <payment>
188
  <skrill_settings>
189
+ <version>1.0.28</version>
190
  <merchant_id></merchant_id>
191
  <merchant_account></merchant_account>
192
  <recipient_desc></recipient_desc>
380
  <model>skrill/method_obt</model>
381
  <order_status>pending_payment</order_status>
382
  <payment_action>authorize</payment_action>
383
+ <title>Rapid Transfer</title>
384
  <allowspecific>1</allowspecific>
385
+ <specificcountry>DE,GB,FR,IT,ES,HU,AT,PT</specificcountry>
386
  <group>skrillpm</group>
387
  </skrill_obt>
388
  <skrill_ntl>
673
  <password></password>
674
  <group>skrillpm</group>
675
  </skrill_yandex> -->
676
+ <skrill_adb>
677
+ <active>0</active>
678
+ <show_separately>0</show_separately>
679
+ <model>skrill/method_adb</model>
680
+ <order_status>pending_payment</order_status>
681
+ <payment_action>authorize</payment_action>
682
+ <title>Trustly</title>
683
+ <allowspecific>1</allowspecific>
684
+ <specificcountry>AR,BR,CN</specificcountry>
685
+ <group>skrillpm</group>
686
+ </skrill_adb>
687
+ <skrill_aob>
688
+ <active>0</active>
689
+ <show_separately>0</show_separately>
690
+ <model>skrill/method_aob</model>
691
+ <order_status>pending_payment</order_status>
692
+ <payment_action>authorize</payment_action>
693
+ <title>Trustly</title>
694
+ <allowspecific>1</allowspecific>
695
+ <specificcountry>BR,CL,CO</specificcountry>
696
+ <group>skrillpm</group>
697
+ </skrill_aob>
698
+ <skrill_aci>
699
+ <active>0</active>
700
+ <show_separately>0</show_separately>
701
+ <model>skrill/method_aci</model>
702
+ <order_status>pending_payment</order_status>
703
+ <payment_action>authorize</payment_action>
704
+ <title>Trustly</title>
705
+ <allowspecific>1</allowspecific>
706
+ <specificcountry>AR,BR,CL,CO,MX,UY</specificcountry>
707
+ <group>skrillpm</group>
708
+ </skrill_aci>
709
+ <skrill_aup>
710
+ <active>0</active>
711
+ <show_separately>0</show_separately>
712
+ <model>skrill/method_aup</model>
713
+ <order_status>pending_payment</order_status>
714
+ <payment_action>authorize</payment_action>
715
+ <title>Trustly</title>
716
+ <allowspecific>1</allowspecific>
717
+ <specificcountry>CN</specificcountry>
718
+ <group>skrillpm</group>
719
+ </skrill_aup>
720
  </payment>
721
  </default>
722
 
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.27</label>
43
  <sort_order>1</sort_order>
44
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
45
  <frontend_type>label</frontend_type>
@@ -151,7 +151,7 @@
151
  <sort_order>99</sort_order>
152
  <fields>
153
  <version>
154
- <label>v1.0.27</label>
155
  <sort_order>1</sort_order>
156
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
157
  <frontend_type>label</frontend_type>
@@ -208,7 +208,7 @@
208
  <show_in_store>1</show_in_store>
209
  <fields>
210
  <!-- <version>
211
- <label>v1.0.27</label>
212
  <sort_order>1</sort_order>
213
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
214
  <frontend_type>label</frontend_type>
@@ -247,7 +247,7 @@
247
  <show_in_store>1</show_in_store>
248
  <fields>
249
  <!-- <version>
250
- <label>v1.0.27</label>
251
  <sort_order>1</sort_order>
252
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
253
  <frontend_type>label</frontend_type>
@@ -296,7 +296,7 @@
296
  <show_in_store>1</show_in_store>
297
  <fields>
298
  <!-- <version>
299
- <label>v1.0.27</label>
300
  <sort_order>1</sort_order>
301
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
302
  <frontend_type>label</frontend_type>
@@ -423,7 +423,7 @@
423
  <show_in_store>1</show_in_store>
424
  <fields>
425
  <!-- <version>
426
- <label>v1.0.27</label>
427
  <sort_order>1</sort_order>
428
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
429
  <frontend_type>label</frontend_type>
@@ -559,7 +559,7 @@
559
  <show_in_store>1</show_in_store>
560
  <fields>
561
  <!-- <version>
562
- <label>v1.0.27</label>
563
  <sort_order>1</sort_order>
564
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
565
  <frontend_type>label</frontend_type>
@@ -608,7 +608,7 @@
608
  <show_in_store>1</show_in_store>
609
  <fields>
610
  <!-- <version>
611
- <label>v1.0.27</label>
612
  <sort_order>1</sort_order>
613
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
614
  <frontend_type>label</frontend_type>
@@ -657,7 +657,7 @@
657
  <show_in_store>1</show_in_store>
658
  <fields>
659
  <!-- <version>
660
- <label>v1.0.27</label>
661
  <sort_order>1</sort_order>
662
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
663
  <frontend_type>label</frontend_type>
@@ -706,7 +706,7 @@
706
  <show_in_store>1</show_in_store>
707
  <fields>
708
  <!-- <version>
709
- <label>v1.0.27</label>
710
  <sort_order>1</sort_order>
711
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
712
  <frontend_type>label</frontend_type>
@@ -755,7 +755,7 @@
755
  <show_in_store>1</show_in_store>
756
  <fields>
757
  <!-- <version>
758
- <label>v1.0.27</label>
759
  <sort_order>1</sort_order>
760
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
761
  <frontend_type>label</frontend_type>
@@ -804,7 +804,7 @@
804
  <show_in_store>1</show_in_store>
805
  <fields>
806
  <!-- <version>
807
- <label>v1.0.27</label>
808
  <sort_order>1</sort_order>
809
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
810
  <frontend_type>label</frontend_type>
@@ -853,7 +853,7 @@
853
  <show_in_store>1</show_in_store>
854
  <fields>
855
  <!-- <version>
856
- <label>v1.0.27</label>
857
  <sort_order>1</sort_order>
858
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
859
  <frontend_type>label</frontend_type>
@@ -902,7 +902,7 @@
902
  <show_in_store>1</show_in_store>
903
  <fields>
904
  <!-- <version>
905
- <label>v1.0.27</label>
906
  <sort_order>1</sort_order>
907
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
908
  <frontend_type>label</frontend_type>
@@ -951,7 +951,7 @@
951
  <show_in_store>1</show_in_store>
952
  <fields>
953
  <!-- <version>
954
- <label>v1.0.27</label>
955
  <sort_order>1</sort_order>
956
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
957
  <frontend_type>label</frontend_type>
@@ -1000,7 +1000,7 @@
1000
  <show_in_store>1</show_in_store>
1001
  <fields>
1002
  <!-- <version>
1003
- <label>v1.0.27</label>
1004
  <sort_order>1</sort_order>
1005
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1006
  <frontend_type>label</frontend_type>
@@ -1049,7 +1049,7 @@
1049
  <show_in_store>1</show_in_store>
1050
  <fields>
1051
  <!-- <version>
1052
- <label>v1.0.27</label>
1053
  <sort_order>1</sort_order>
1054
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1055
  <frontend_type>label</frontend_type>
@@ -1098,7 +1098,7 @@
1098
  <show_in_store>1</show_in_store>
1099
  <fields>
1100
  <!-- <version>
1101
- <label>v1.0.27</label>
1102
  <sort_order>1</sort_order>
1103
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1104
  <frontend_type>label</frontend_type>
@@ -1196,7 +1196,7 @@
1196
  <show_in_store>1</show_in_store>
1197
  <fields>
1198
  <!-- <version>
1199
- <label>v1.0.27</label>
1200
  <sort_order>1</sort_order>
1201
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1202
  <frontend_type>label</frontend_type>
@@ -1322,7 +1322,7 @@
1322
  <show_in_store>1</show_in_store>
1323
  <fields>
1324
  <!-- <version>
1325
- <label>v1.0.27</label>
1326
  <sort_order>1</sort_order>
1327
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1328
  <frontend_type>label</frontend_type>
@@ -1448,7 +1448,7 @@
1448
  <show_in_store>1</show_in_store>
1449
  <fields>
1450
  <!-- <version>
1451
- <label>v1.0.27</label>
1452
  <sort_order>1</sort_order>
1453
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1454
  <frontend_type>label</frontend_type>
@@ -1574,7 +1574,7 @@
1574
  <show_in_store>1</show_in_store>
1575
  <fields>
1576
  <!-- <version>
1577
- <label>v1.0.27</label>
1578
  <sort_order>1</sort_order>
1579
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1580
  <frontend_type>label</frontend_type>
@@ -1623,7 +1623,7 @@
1623
  <show_in_store>1</show_in_store>
1624
  <fields>
1625
  <!-- <version>
1626
- <label>v1.0.27</label>
1627
  <sort_order>1</sort_order>
1628
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1629
  <frontend_type>label</frontend_type>
@@ -1749,7 +1749,7 @@
1749
  <show_in_store>1</show_in_store>
1750
  <fields>
1751
  <!-- <version>
1752
- <label>v1.0.27</label>
1753
  <sort_order>1</sort_order>
1754
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1755
  <frontend_type>label</frontend_type>
@@ -1875,7 +1875,7 @@
1875
  <show_in_store>1</show_in_store>
1876
  <fields>
1877
  <!-- <version>
1878
- <label>v1.0.27</label>
1879
  <sort_order>1</sort_order>
1880
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1881
  <frontend_type>label</frontend_type>
@@ -1924,7 +1924,7 @@
1924
  <show_in_store>1</show_in_store>
1925
  <fields>
1926
  <!-- <version>
1927
- <label>v1.0.27</label>
1928
  <sort_order>1</sort_order>
1929
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1930
  <frontend_type>label</frontend_type>
@@ -1973,7 +1973,7 @@
1973
  <show_in_store>1</show_in_store>
1974
  <fields>
1975
  <!-- <version>
1976
- <label>v1.0.27</label>
1977
  <sort_order>1</sort_order>
1978
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1979
  <frontend_type>label</frontend_type>
@@ -2022,7 +2022,7 @@
2022
  <show_in_store>1</show_in_store>
2023
  <fields>
2024
  <!-- <version>
2025
- <label>v1.0.27</label>
2026
  <sort_order>1</sort_order>
2027
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2028
  <frontend_type>label</frontend_type>
@@ -2071,7 +2071,7 @@
2071
  <show_in_store>1</show_in_store>
2072
  <fields>
2073
  <!-- <version>
2074
- <label>v1.0.27</label>
2075
  <sort_order>1</sort_order>
2076
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2077
  <frontend_type>label</frontend_type>
@@ -2111,6 +2111,202 @@
2111
  </sort_order>
2112
  </fields>
2113
  </skrill_ali>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2114
 
2115
  <!-- <skrill_paypal module="skrill" translate="label">
2116
  <label>SKRILL_BACKEND_PM_PAYPAL</label>
@@ -2120,7 +2316,7 @@
2120
  <sort_order>1600</sort_order>
2121
  <fields>
2122
  <version>
2123
- <label>v1.0.27</label>
2124
  <sort_order>1</sort_order>
2125
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2126
  <frontend_type>label</frontend_type>
@@ -2234,7 +2430,7 @@
2234
  <sort_order>1800</sort_order>
2235
  <fields>
2236
  <version>
2237
- <label>v1.0.27</label>
2238
  <sort_order>1</sort_order>
2239
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2240
  <frontend_type>label</frontend_type>
@@ -2348,7 +2544,7 @@
2348
  <sort_order>1900</sort_order>
2349
  <fields>
2350
  <version>
2351
- <label>v1.0.27</label>
2352
  <sort_order>1</sort_order>
2353
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2354
  <frontend_type>label</frontend_type>
@@ -2462,7 +2658,7 @@
2462
  <sort_order>2000</sort_order>
2463
  <fields>
2464
  <version>
2465
- <label>v1.0.27</label>
2466
  <sort_order>1</sort_order>
2467
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2468
  <frontend_type>label</frontend_type>
@@ -2575,7 +2771,7 @@
2575
  <sort_order>2100</sort_order>
2576
  <fields>
2577
  <version>
2578
- <label>v1.0.27</label>
2579
  <sort_order>1</sort_order>
2580
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2581
  <frontend_type>label</frontend_type>
39
  <show_in_store>1</show_in_store>
40
  <fields>
41
  <version>
42
+ <label>v1.0.28</label>
43
  <sort_order>1</sort_order>
44
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
45
  <frontend_type>label</frontend_type>
151
  <sort_order>99</sort_order>
152
  <fields>
153
  <version>
154
+ <label>v1.0.28</label>
155
  <sort_order>1</sort_order>
156
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
157
  <frontend_type>label</frontend_type>
208
  <show_in_store>1</show_in_store>
209
  <fields>
210
  <!-- <version>
211
+ <label>v1.0.28</label>
212
  <sort_order>1</sort_order>
213
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
214
  <frontend_type>label</frontend_type>
247
  <show_in_store>1</show_in_store>
248
  <fields>
249
  <!-- <version>
250
+ <label>v1.0.28</label>
251
  <sort_order>1</sort_order>
252
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
253
  <frontend_type>label</frontend_type>
296
  <show_in_store>1</show_in_store>
297
  <fields>
298
  <!-- <version>
299
+ <label>v1.0.28</label>
300
  <sort_order>1</sort_order>
301
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
302
  <frontend_type>label</frontend_type>
423
  <show_in_store>1</show_in_store>
424
  <fields>
425
  <!-- <version>
426
+ <label>v1.0.28</label>
427
  <sort_order>1</sort_order>
428
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
429
  <frontend_type>label</frontend_type>
559
  <show_in_store>1</show_in_store>
560
  <fields>
561
  <!-- <version>
562
+ <label>v1.0.28</label>
563
  <sort_order>1</sort_order>
564
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
565
  <frontend_type>label</frontend_type>
608
  <show_in_store>1</show_in_store>
609
  <fields>
610
  <!-- <version>
611
+ <label>v1.0.28</label>
612
  <sort_order>1</sort_order>
613
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
614
  <frontend_type>label</frontend_type>
657
  <show_in_store>1</show_in_store>
658
  <fields>
659
  <!-- <version>
660
+ <label>v1.0.28</label>
661
  <sort_order>1</sort_order>
662
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
663
  <frontend_type>label</frontend_type>
706
  <show_in_store>1</show_in_store>
707
  <fields>
708
  <!-- <version>
709
+ <label>v1.0.28</label>
710
  <sort_order>1</sort_order>
711
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
712
  <frontend_type>label</frontend_type>
755
  <show_in_store>1</show_in_store>
756
  <fields>
757
  <!-- <version>
758
+ <label>v1.0.28</label>
759
  <sort_order>1</sort_order>
760
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
761
  <frontend_type>label</frontend_type>
804
  <show_in_store>1</show_in_store>
805
  <fields>
806
  <!-- <version>
807
+ <label>v1.0.28</label>
808
  <sort_order>1</sort_order>
809
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
810
  <frontend_type>label</frontend_type>
853
  <show_in_store>1</show_in_store>
854
  <fields>
855
  <!-- <version>
856
+ <label>v1.0.28</label>
857
  <sort_order>1</sort_order>
858
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
859
  <frontend_type>label</frontend_type>
902
  <show_in_store>1</show_in_store>
903
  <fields>
904
  <!-- <version>
905
+ <label>v1.0.28</label>
906
  <sort_order>1</sort_order>
907
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
908
  <frontend_type>label</frontend_type>
951
  <show_in_store>1</show_in_store>
952
  <fields>
953
  <!-- <version>
954
+ <label>v1.0.28</label>
955
  <sort_order>1</sort_order>
956
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
957
  <frontend_type>label</frontend_type>
1000
  <show_in_store>1</show_in_store>
1001
  <fields>
1002
  <!-- <version>
1003
+ <label>v1.0.28</label>
1004
  <sort_order>1</sort_order>
1005
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1006
  <frontend_type>label</frontend_type>
1049
  <show_in_store>1</show_in_store>
1050
  <fields>
1051
  <!-- <version>
1052
+ <label>v1.0.28</label>
1053
  <sort_order>1</sort_order>
1054
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1055
  <frontend_type>label</frontend_type>
1098
  <show_in_store>1</show_in_store>
1099
  <fields>
1100
  <!-- <version>
1101
+ <label>v1.0.28</label>
1102
  <sort_order>1</sort_order>
1103
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1104
  <frontend_type>label</frontend_type>
1196
  <show_in_store>1</show_in_store>
1197
  <fields>
1198
  <!-- <version>
1199
+ <label>v1.0.28</label>
1200
  <sort_order>1</sort_order>
1201
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1202
  <frontend_type>label</frontend_type>
1322
  <show_in_store>1</show_in_store>
1323
  <fields>
1324
  <!-- <version>
1325
+ <label>v1.0.28</label>
1326
  <sort_order>1</sort_order>
1327
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1328
  <frontend_type>label</frontend_type>
1448
  <show_in_store>1</show_in_store>
1449
  <fields>
1450
  <!-- <version>
1451
+ <label>v1.0.28</label>
1452
  <sort_order>1</sort_order>
1453
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1454
  <frontend_type>label</frontend_type>
1574
  <show_in_store>1</show_in_store>
1575
  <fields>
1576
  <!-- <version>
1577
+ <label>v1.0.28</label>
1578
  <sort_order>1</sort_order>
1579
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1580
  <frontend_type>label</frontend_type>
1623
  <show_in_store>1</show_in_store>
1624
  <fields>
1625
  <!-- <version>
1626
+ <label>v1.0.28</label>
1627
  <sort_order>1</sort_order>
1628
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1629
  <frontend_type>label</frontend_type>
1749
  <show_in_store>1</show_in_store>
1750
  <fields>
1751
  <!-- <version>
1752
+ <label>v1.0.28</label>
1753
  <sort_order>1</sort_order>
1754
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1755
  <frontend_type>label</frontend_type>
1875
  <show_in_store>1</show_in_store>
1876
  <fields>
1877
  <!-- <version>
1878
+ <label>v1.0.28</label>
1879
  <sort_order>1</sort_order>
1880
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1881
  <frontend_type>label</frontend_type>
1924
  <show_in_store>1</show_in_store>
1925
  <fields>
1926
  <!-- <version>
1927
+ <label>v1.0.28</label>
1928
  <sort_order>1</sort_order>
1929
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1930
  <frontend_type>label</frontend_type>
1973
  <show_in_store>1</show_in_store>
1974
  <fields>
1975
  <!-- <version>
1976
+ <label>v1.0.28</label>
1977
  <sort_order>1</sort_order>
1978
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
1979
  <frontend_type>label</frontend_type>
2022
  <show_in_store>1</show_in_store>
2023
  <fields>
2024
  <!-- <version>
2025
+ <label>v1.0.28</label>
2026
  <sort_order>1</sort_order>
2027
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2028
  <frontend_type>label</frontend_type>
2071
  <show_in_store>1</show_in_store>
2072
  <fields>
2073
  <!-- <version>
2074
+ <label>v1.0.28</label>
2075
  <sort_order>1</sort_order>
2076
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2077
  <frontend_type>label</frontend_type>
2111
  </sort_order>
2112
  </fields>
2113
  </skrill_ali>
2114
+ <skrill_adb translate="label">
2115
+ <label>SKRILL_BACKEND_PM_ADB</label>
2116
+ <frontend_type>text</frontend_type>
2117
+ <sort_order>128</sort_order>
2118
+ <show_in_default>1</show_in_default>
2119
+ <show_in_website>1</show_in_website>
2120
+ <show_in_store>1</show_in_store>
2121
+ <fields>
2122
+ <!-- <version>
2123
+ <label>v1.0.28</label>
2124
+ <sort_order>1</sort_order>
2125
+ <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2126
+ <frontend_type>label</frontend_type>
2127
+ <show_in_default>1</show_in_default>
2128
+ <show_in_website>1</show_in_website>
2129
+ <show_in_store>1</show_in_store>
2130
+ </version> -->
2131
+ <active translate="label">
2132
+ <label>BACKEND_CH_ACTIVE</label>
2133
+ <comment>Argentina, Brazil, China</comment>
2134
+ <sort_order>2</sort_order>
2135
+ <frontend_type>select</frontend_type>
2136
+ <config_path>payment/skrill_adb/active</config_path>
2137
+ <source_model>adminhtml/system_config_source_yesno</source_model>
2138
+ <show_in_default>1</show_in_default>
2139
+ <show_in_website>1</show_in_website>
2140
+ <show_in_store>1</show_in_store>
2141
+ </active>
2142
+ <show_separately translate="label">
2143
+ <label>SKRILL_BACKEND_PM_MODE</label>
2144
+ <sort_order>3</sort_order>
2145
+ <frontend_type>select</frontend_type>
2146
+ <config_path>payment/skrill_adb/show_separately</config_path>
2147
+ <source_model>adminhtml/system_config_source_yesno</source_model>
2148
+ <show_in_default>1</show_in_default>
2149
+ <show_in_website>1</show_in_website>
2150
+ <show_in_store>1</show_in_store>
2151
+ </show_separately>
2152
+ <sort_order translate="label">
2153
+ <label>BACKEND_CH_ORDER</label>
2154
+ <frontend_type>text</frontend_type>
2155
+ <config_path>payment/skrill_adb/sort_order</config_path>
2156
+ <sort_order>6</sort_order>
2157
+ <show_in_default>1</show_in_default>
2158
+ <show_in_website>1</show_in_website>
2159
+ <show_in_store>1</show_in_store>
2160
+ </sort_order>
2161
+ </fields>
2162
+ </skrill_adb>
2163
+ <skrill_aob translate="label">
2164
+ <label>SKRILL_BACKEND_PM_AOB</label>
2165
+ <frontend_type>text</frontend_type>
2166
+ <sort_order>129</sort_order>
2167
+ <show_in_default>1</show_in_default>
2168
+ <show_in_website>1</show_in_website>
2169
+ <show_in_store>1</show_in_store>
2170
+ <fields>
2171
+ <!-- <version>
2172
+ <label>v1.0.28</label>
2173
+ <sort_order>1</sort_order>
2174
+ <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2175
+ <frontend_type>label</frontend_type>
2176
+ <show_in_default>1</show_in_default>
2177
+ <show_in_website>1</show_in_website>
2178
+ <show_in_store>1</show_in_store>
2179
+ </version> -->
2180
+ <active translate="label">
2181
+ <label>BACKEND_CH_ACTIVE</label>
2182
+ <comment>Brazil, Chile, Colombia</comment>
2183
+ <sort_order>2</sort_order>
2184
+ <frontend_type>select</frontend_type>
2185
+ <config_path>payment/skrill_aob/active</config_path>
2186
+ <source_model>adminhtml/system_config_source_yesno</source_model>
2187
+ <show_in_default>1</show_in_default>
2188
+ <show_in_website>1</show_in_website>
2189
+ <show_in_store>1</show_in_store>
2190
+ </active>
2191
+ <show_separately translate="label">
2192
+ <label>SKRILL_BACKEND_PM_MODE</label>
2193
+ <sort_order>3</sort_order>
2194
+ <frontend_type>select</frontend_type>
2195
+ <config_path>payment/skrill_aob/show_separately</config_path>
2196
+ <source_model>adminhtml/system_config_source_yesno</source_model>
2197
+ <show_in_default>1</show_in_default>
2198
+ <show_in_website>1</show_in_website>
2199
+ <show_in_store>1</show_in_store>
2200
+ </show_separately>
2201
+ <sort_order translate="label">
2202
+ <label>BACKEND_CH_ORDER</label>
2203
+ <frontend_type>text</frontend_type>
2204
+ <config_path>payment/skrill_aob/sort_order</config_path>
2205
+ <sort_order>6</sort_order>
2206
+ <show_in_default>1</show_in_default>
2207
+ <show_in_website>1</show_in_website>
2208
+ <show_in_store>1</show_in_store>
2209
+ </sort_order>
2210
+ </fields>
2211
+ </skrill_aob>
2212
+ <skrill_aci translate="label">
2213
+ <label>SKRILL_BACKEND_PM_ACI</label>
2214
+ <frontend_type>text</frontend_type>
2215
+ <sort_order>130</sort_order>
2216
+ <show_in_default>1</show_in_default>
2217
+ <show_in_website>1</show_in_website>
2218
+ <show_in_store>1</show_in_store>
2219
+ <fields>
2220
+ <!-- <version>
2221
+ <label>v1.0.28</label>
2222
+ <sort_order>1</sort_order>
2223
+ <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2224
+ <frontend_type>label</frontend_type>
2225
+ <show_in_default>1</show_in_default>
2226
+ <show_in_website>1</show_in_website>
2227
+ <show_in_store>1</show_in_store>
2228
+ </version> -->
2229
+ <active translate="label">
2230
+ <label>BACKEND_CH_ACTIVE</label>
2231
+ <comment>Argentina, Brazil, Chile, Colombia, Mexico, Uruguay</comment>
2232
+ <sort_order>2</sort_order>
2233
+ <frontend_type>select</frontend_type>
2234
+ <config_path>payment/skrill_aci/active</config_path>
2235
+ <source_model>adminhtml/system_config_source_yesno</source_model>
2236
+ <show_in_default>1</show_in_default>
2237
+ <show_in_website>1</show_in_website>
2238
+ <show_in_store>1</show_in_store>
2239
+ </active>
2240
+ <show_separately translate="label">
2241
+ <label>SKRILL_BACKEND_PM_MODE</label>
2242
+ <sort_order>3</sort_order>
2243
+ <frontend_type>select</frontend_type>
2244
+ <config_path>payment/skrill_aci/show_separately</config_path>
2245
+ <source_model>adminhtml/system_config_source_yesno</source_model>
2246
+ <show_in_default>1</show_in_default>
2247
+ <show_in_website>1</show_in_website>
2248
+ <show_in_store>1</show_in_store>
2249
+ </show_separately>
2250
+ <sort_order translate="label">
2251
+ <label>BACKEND_CH_ORDER</label>
2252
+ <frontend_type>text</frontend_type>
2253
+ <config_path>payment/skrill_aci/sort_order</config_path>
2254
+ <sort_order>6</sort_order>
2255
+ <show_in_default>1</show_in_default>
2256
+ <show_in_website>1</show_in_website>
2257
+ <show_in_store>1</show_in_store>
2258
+ </sort_order>
2259
+ </fields>
2260
+ </skrill_aci>
2261
+ <skrill_aup translate="label">
2262
+ <label>SKRILL_BACKEND_PM_AUP</label>
2263
+ <frontend_type>text</frontend_type>
2264
+ <sort_order>131</sort_order>
2265
+ <show_in_default>1</show_in_default>
2266
+ <show_in_website>1</show_in_website>
2267
+ <show_in_store>1</show_in_store>
2268
+ <fields>
2269
+ <!-- <version>
2270
+ <label>v1.0.28</label>
2271
+ <sort_order>1</sort_order>
2272
+ <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2273
+ <frontend_type>label</frontend_type>
2274
+ <show_in_default>1</show_in_default>
2275
+ <show_in_website>1</show_in_website>
2276
+ <show_in_store>1</show_in_store>
2277
+ </version> -->
2278
+ <active translate="label">
2279
+ <label>BACKEND_CH_ACTIVE</label>
2280
+ <comment>China</comment>
2281
+ <sort_order>2</sort_order>
2282
+ <frontend_type>select</frontend_type>
2283
+ <config_path>payment/skrill_aup/active</config_path>
2284
+ <source_model>adminhtml/system_config_source_yesno</source_model>
2285
+ <show_in_default>1</show_in_default>
2286
+ <show_in_website>1</show_in_website>
2287
+ <show_in_store>1</show_in_store>
2288
+ </active>
2289
+ <show_separately translate="label">
2290
+ <label>SKRILL_BACKEND_PM_MODE</label>
2291
+ <sort_order>3</sort_order>
2292
+ <frontend_type>select</frontend_type>
2293
+ <config_path>payment/skrill_aup/show_separately</config_path>
2294
+ <source_model>adminhtml/system_config_source_yesno</source_model>
2295
+ <show_in_default>1</show_in_default>
2296
+ <show_in_website>1</show_in_website>
2297
+ <show_in_store>1</show_in_store>
2298
+ </show_separately>
2299
+ <sort_order translate="label">
2300
+ <label>BACKEND_CH_ORDER</label>
2301
+ <frontend_type>text</frontend_type>
2302
+ <config_path>payment/skrill_aup/sort_order</config_path>
2303
+ <sort_order>6</sort_order>
2304
+ <show_in_default>1</show_in_default>
2305
+ <show_in_website>1</show_in_website>
2306
+ <show_in_store>1</show_in_store>
2307
+ </sort_order>
2308
+ </fields>
2309
+ </skrill_aup>
2310
 
2311
  <!-- <skrill_paypal module="skrill" translate="label">
2312
  <label>SKRILL_BACKEND_PM_PAYPAL</label>
2316
  <sort_order>1600</sort_order>
2317
  <fields>
2318
  <version>
2319
+ <label>v1.0.28</label>
2320
  <sort_order>1</sort_order>
2321
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2322
  <frontend_type>label</frontend_type>
2430
  <sort_order>1800</sort_order>
2431
  <fields>
2432
  <version>
2433
+ <label>v1.0.28</label>
2434
  <sort_order>1</sort_order>
2435
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2436
  <frontend_type>label</frontend_type>
2544
  <sort_order>1900</sort_order>
2545
  <fields>
2546
  <version>
2547
+ <label>v1.0.28</label>
2548
  <sort_order>1</sort_order>
2549
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2550
  <frontend_type>label</frontend_type>
2658
  <sort_order>2000</sort_order>
2659
  <fields>
2660
  <version>
2661
+ <label>v1.0.28</label>
2662
  <sort_order>1</sort_order>
2663
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2664
  <frontend_type>label</frontend_type>
2771
  <sort_order>2100</sort_order>
2772
  <fields>
2773
  <version>
2774
+ <label>v1.0.28</label>
2775
  <sort_order>1</sort_order>
2776
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
2777
  <frontend_type>label</frontend_type>
app/code/community/Skrill/sql/skrill_setup/mysql4-upgrade-1.0.27-1.0.28.php ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @package Skrill
16
+ * @copyright Copyright (c) 2013 Skrill
17
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
18
+ */
19
+
20
+ /* @var $installer Mage_Core_Model_Resource_Setup */
21
+
22
+ $installer = $this;
23
+ $installer->startSetup();
24
+ $installer->run("
25
+ INSERT INTO `{$this->getTable('sales/order_status')}` (
26
+ `status` ,
27
+ `label`
28
+ ) SELECT 'invalid_credential','Invalid Credential' FROM dual WHERE NOT EXISTS (SELECT * FROM `{$this->getTable('sales/order_status')}` WHERE `status` = 'invalid_credential' AND `label` = 'Invalid Credential');
29
+ INSERT INTO `{$this->getTable('sales/order_status_state')}` (
30
+ `status` ,
31
+ `state` ,
32
+ `is_default`
33
+ ) SELECT 'invalid_credential','new','0' FROM dual WHERE NOT EXISTS (SELECT * FROM `{$this->getTable('sales/order_status_state')}` WHERE `status` = 'invalid_credential' AND `state` = 'new');
34
+ ");
35
+ $installer->endSetup();
app/design/frontend/base/default/template/skrill/form.phtml ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2016 skrill
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ $_method = $this->getMethod();
29
+ $_code = $_method->getCode();
30
+ $disabledPaymentError = $_method->getDisabledPaymentError();
31
+ ?>
32
+ <link href="<?php echo $this->getSkinUrl('css/skrill/formbank.css')?>" rel="stylesheet" type="text/css">
33
+
34
+ <ul class="form-list" id="payment_form_<?php echo $_code ?>" style="display:none">
35
+ <li>
36
+ <?php if ($disabledPaymentError) { ?>
37
+ <div class="additional">
38
+ <script>
39
+ var disabledPaymentMethod = '<?php echo $_code ?>';
40
+ if (payment.currentMethod == disabledPaymentMethod) {
41
+ payment.currentMethod = '';
42
+ }
43
+ var payment_form = document.getElementById('payment_form_<?php echo $_code ?>');
44
+ payment_form.style.display = 'block';
45
+ payment_form.style.background = '#f4f4f4';
46
+ var p_method = document.getElementById('p_method_<?php echo $_code ?>');
47
+ p_method.disabled = true;
48
+ p_method.checked = false;
49
+ </script>
50
+ <?php foreach ($disabledPaymentError as $value) : ?>
51
+ <p><?php echo $value; ?></p>
52
+ <?php endforeach; ?>
53
+ <?php } else { ?>
54
+ <div>
55
+ <?php } ?>
56
+
57
+
58
+ <?php if ($_code == 'skrill_adb') { ?>
59
+ <p>
60
+ <div><?php Mage::helper('skrill')->__('SKRILL_FRONTEND_SUPPORTED_BANK'); ?></div>
61
+ </p>
62
+ <p class="supported_bank">
63
+ <?php
64
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/santander-rio.png') . "' height='35px' />";
65
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/itau.png') . "' height='35px' />";
66
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/banco-do-brasil.png') ."' height='35px' />";
67
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/bradesco.png') . "' height='35px' />";
68
+
69
+ ?>
70
+ </p>
71
+
72
+ <?php } ?>
73
+
74
+
75
+ <?php if ($_code == 'skrill_aci') { ?>
76
+ <p>
77
+ <div><?php Mage::helper('skrill')->__('SKRILL_FRONTEND_SUPPORTED_BANK'); ?></div>
78
+ </p>
79
+ <p class="supported_bank">
80
+ <?php
81
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/red-link.png') . "' height='35px' />";
82
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/pago-facil.png') . "' height='35px' />";
83
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/boleto-bancario.png') . "' height='35px' />";
84
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/servi-pag.png') . "' height='35px' />";
85
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/efecty.png') . "' height='35px' />";
86
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/davivienda.png') . "' height='35px' />";
87
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/exito.png') . "' height='35px' />";
88
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/banco-de-occidente.png') . "' height='35px' />";
89
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/carulla.png') . "' height='35px' />";
90
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/edeq.png') . "' height='35px' />";
91
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/surtimax.png') . "' height='35px' />";
92
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/oxxo.png') . "' height='35px' />";
93
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/bbva.png') . "' height='35px' />";
94
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/banamex.png') . "' height='35px' />";
95
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/santander.png') . "' height='35px' />";
96
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/red-pagos.png') . "' height='35px' />";
97
+
98
+
99
+ ?>
100
+ </p>
101
+
102
+ <?php } ?>
103
+
104
+
105
+ <?php if ($_code == 'skrill_aob') { ?>
106
+ <p>
107
+ <div><?php Mage::helper('skrill')->__('SKRILL_FRONTEND_SUPPORTED_BANK'); ?></div>
108
+ </p>
109
+ <p class="supported_bank">
110
+ <?php
111
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/hsbc.png') . "' height='35px' />";
112
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/caixa.png') . "' height='35px' />";
113
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/santander.png') . "' height='35px' />";
114
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/webpay.png') . "' height='35px' />";
115
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/boleto-bancario.png') . "' height='35px' />";
116
+ echo "<img src='" . $this->getSkinUrl('images/skrill/bank/pse.png') . "' height='35px' />";
117
+ ?>
118
+ </p>
119
+
120
+ <?php } ?>
121
+
122
+ </div>
123
+ </li>
124
+ </ul>
app/locale/af_ZA/Skrill.csv CHANGED
@@ -162,6 +162,7 @@
162
 
163
  "SUCCESS_PAYMENT_ACC", "Payment Accepted"
164
  "SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
 
165
 
166
  "ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
167
  "ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
@@ -262,3 +263,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
162
 
163
  "SUCCESS_PAYMENT_ACC", "Payment Accepted"
164
  "SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
165
+ "INVALID_CREDENTIAL", "Invalid Credential"
166
 
167
  "ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
168
  "ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
263
  "BACKEND_TT_AMOUNT", "Amount"
264
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
265
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
266
+
267
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
268
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
269
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
270
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
271
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
272
+
273
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
275
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
276
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
277
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ar_DZ/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ar_EG/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ar_KW/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ar_MA/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ar_SA/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/az_AZ/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/be_BY/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/bg_BG/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/bn_BD/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/bs_BA/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ca_ES/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/cs_CZ/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/cy_GB/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/da_DK/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/de_AT/Skrill.csv CHANGED
@@ -262,3 +262,16 @@
262
  "BACKEND_TT_AMOUNT", "Betrag"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "Der Status der Transaktion wurde erfolgreich aktualisiert."
264
  "ERROR_UPDATE_BACKEND", "Der Status kann nicht aktualisiert werden."
 
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Betrag"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "Der Status der Transaktion wurde erfolgreich aktualisiert."
264
  "ERROR_UPDATE_BACKEND", "Der Status kann nicht aktualisiert werden."
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+
273
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
275
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
276
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
277
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/de_CH/Skrill.csv CHANGED
@@ -262,3 +262,16 @@
262
  "BACKEND_TT_AMOUNT", "Betrag"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "Der Status der Transaktion wurde erfolgreich aktualisiert."
264
  "ERROR_UPDATE_BACKEND", "Der Status kann nicht aktualisiert werden."
 
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Betrag"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "Der Status der Transaktion wurde erfolgreich aktualisiert."
264
  "ERROR_UPDATE_BACKEND", "Der Status kann nicht aktualisiert werden."
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+
273
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
275
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
276
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
277
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/de_DE/Skrill.csv CHANGED
@@ -262,3 +262,16 @@
262
  "BACKEND_TT_AMOUNT", "Betrag"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "Der Status der Transaktion wurde erfolgreich aktualisiert."
264
  "ERROR_UPDATE_BACKEND", "Der Status kann nicht aktualisiert werden."
 
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Betrag"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "Der Status der Transaktion wurde erfolgreich aktualisiert."
264
  "ERROR_UPDATE_BACKEND", "Der Status kann nicht aktualisiert werden."
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+
273
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
275
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
276
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
277
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/el_GR/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/en_AU/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/en_CA/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/en_GB/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/en_IE/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/en_NZ/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/en_US/Skrill.csv CHANGED
@@ -1,4 +1,4 @@
1
- "SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
2
  "SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
3
  "SKRILL_FRONTEND_PM_PSC", "Paysafecard"
4
  "SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, Diners, JCB"
@@ -162,6 +162,7 @@
162
 
163
  "SUCCESS_PAYMENT_ACC", "Payment Accepted"
164
  "SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
 
165
 
166
  "ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
167
  "ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
@@ -262,3 +263,16 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "SKRILL_FRONTEND_PM_FLEXIBLE", "Pay By Skrill"
2
  "SKRILL_FRONTEND_PM_WLT", "Skrill Wallet"
3
  "SKRILL_FRONTEND_PM_PSC", "Paysafecard"
4
  "SKRILL_FRONTEND_PM_ACC", "Credit Card / Visa, Mastercard, AMEX, Diners, JCB"
162
 
163
  "SUCCESS_PAYMENT_ACC", "Payment Accepted"
164
  "SUCCESS_PREAUTH_ACC", "Pre-Authorization of Payment"
165
+ "INVALID_CREDENTIAL", "Invalid Credential"
166
 
167
  "ERROR_CC_ACCOUNT", "The account holder entered does not match your name. Please use an account that is registered on your name."
168
  "ERROR_CC_INVALIDDATA", "Unfortunately, the card/account data you entered was not correct. Please try again."
263
  "BACKEND_TT_AMOUNT", "Amount"
264
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
265
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
266
+
267
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
268
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
269
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
270
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
271
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
272
+
273
+
274
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
275
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
276
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
277
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
278
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/es_AR/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/es_CL/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/es_CO/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/es_CR/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/es_ES/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/es_MX/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/es_PA/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/es_PE/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/es_VE/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/et_EE/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/fa_IR/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/fi_FI/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/fil_PH/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/fr_CA/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/fr_FR/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/gl_ES/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/gu_IN/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/he_IL/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/hi_IN/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/hr_HR/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/hu_HU/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/id_ID/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/is_IS/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/it_CH/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/it_IT/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ja_JP/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ka_GE/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/km_KH/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ko_KR/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/lo_LA/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/lt_LT/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/lv_LV/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/mk_MK/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/mn_MN/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ms_MY/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/nb_NO/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/nl_NL/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/nn_NO/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/pl_PL/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/pt_BR/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/pt_PT/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ro_RO/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/ru_RU/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/sk_SK/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/sl_SI/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/sq_AL/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/sr_RS/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/sv_SE/Skrill.csv CHANGED
@@ -25,6 +25,7 @@
25
  "SKRILL_FRONTEND_PM_PWY", "Przelewy24"
26
  "SKRILL_FRONTEND_PM_EPY", "ePay.bg"
27
  "SKRILL_FRONTEND_PM_GLU", "Trustly"
 
28
  "SKRILL_FRONTEND_PM_ALI", "Alipay"
29
  "FRONTEND_PM_CC", "Credit Card"
30
  "FRONTEND_PM_DD", "Lastschrift (ELV)"
@@ -69,6 +70,7 @@
69
  "SKRILL_BACKEND_PM_PWY", "Przelewy24"
70
  "SKRILL_BACKEND_PM_EPY", "ePay.bg"
71
  "SKRILL_BACKEND_PM_GLU", "Trustly"
 
72
  "SKRILL_BACKEND_PM_ALI", "Alipay"
73
  "BACKEND_PM_CC", "Credit Card (Enterprise)"
74
  "BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
@@ -260,3 +262,15 @@
260
  "BACKEND_TT_AMOUNT", "Amount"
261
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
262
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
25
  "SKRILL_FRONTEND_PM_PWY", "Przelewy24"
26
  "SKRILL_FRONTEND_PM_EPY", "ePay.bg"
27
  "SKRILL_FRONTEND_PM_GLU", "Trustly"
28
+ "SKRILL_FRONTEND_PM_NTL", "Neteller"
29
  "SKRILL_FRONTEND_PM_ALI", "Alipay"
30
  "FRONTEND_PM_CC", "Credit Card"
31
  "FRONTEND_PM_DD", "Lastschrift (ELV)"
70
  "SKRILL_BACKEND_PM_PWY", "Przelewy24"
71
  "SKRILL_BACKEND_PM_EPY", "ePay.bg"
72
  "SKRILL_BACKEND_PM_GLU", "Trustly"
73
+ "SKRILL_BACKEND_PM_NTL", "Neteller"
74
  "SKRILL_BACKEND_PM_ALI", "Alipay"
75
  "BACKEND_PM_CC", "Credit Card (Enterprise)"
76
  "BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/sw_KE/Skrill.csv CHANGED
@@ -25,6 +25,7 @@
25
  "SKRILL_FRONTEND_PM_PWY", "Przelewy24"
26
  "SKRILL_FRONTEND_PM_EPY", "ePay.bg"
27
  "SKRILL_FRONTEND_PM_GLU", "Trustly"
 
28
  "SKRILL_FRONTEND_PM_ALI", "Alipay"
29
  "FRONTEND_PM_CC", "Credit Card"
30
  "FRONTEND_PM_DD", "Lastschrift (ELV)"
@@ -69,6 +70,7 @@
69
  "SKRILL_BACKEND_PM_PWY", "Przelewy24"
70
  "SKRILL_BACKEND_PM_EPY", "ePay.bg"
71
  "SKRILL_BACKEND_PM_GLU", "Trustly"
 
72
  "SKRILL_BACKEND_PM_ALI", "Alipay"
73
  "BACKEND_PM_CC", "Credit Card (Enterprise)"
74
  "BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
@@ -260,3 +262,15 @@
260
  "BACKEND_TT_AMOUNT", "Amount"
261
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
262
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
25
  "SKRILL_FRONTEND_PM_PWY", "Przelewy24"
26
  "SKRILL_FRONTEND_PM_EPY", "ePay.bg"
27
  "SKRILL_FRONTEND_PM_GLU", "Trustly"
28
+ "SKRILL_FRONTEND_PM_NTL", "Neteller"
29
  "SKRILL_FRONTEND_PM_ALI", "Alipay"
30
  "FRONTEND_PM_CC", "Credit Card"
31
  "FRONTEND_PM_DD", "Lastschrift (ELV)"
70
  "SKRILL_BACKEND_PM_PWY", "Przelewy24"
71
  "SKRILL_BACKEND_PM_EPY", "ePay.bg"
72
  "SKRILL_BACKEND_PM_GLU", "Trustly"
73
+ "SKRILL_BACKEND_PM_NTL", "Neteller"
74
  "SKRILL_BACKEND_PM_ALI", "Alipay"
75
  "BACKEND_PM_CC", "Credit Card (Enterprise)"
76
  "BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/th_TH/Skrill.csv CHANGED
@@ -25,6 +25,7 @@
25
  "SKRILL_FRONTEND_PM_PWY", "Przelewy24"
26
  "SKRILL_FRONTEND_PM_EPY", "ePay.bg"
27
  "SKRILL_FRONTEND_PM_GLU", "Trustly"
 
28
  "SKRILL_FRONTEND_PM_ALI", "Alipay"
29
  "FRONTEND_PM_CC", "Credit Card"
30
  "FRONTEND_PM_DD", "Lastschrift (ELV)"
@@ -69,6 +70,7 @@
69
  "SKRILL_BACKEND_PM_PWY", "Przelewy24"
70
  "SKRILL_BACKEND_PM_EPY", "ePay.bg"
71
  "SKRILL_BACKEND_PM_GLU", "Trustly"
 
72
  "SKRILL_BACKEND_PM_ALI", "Alipay"
73
  "BACKEND_PM_CC", "Credit Card (Enterprise)"
74
  "BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
@@ -260,3 +262,15 @@
260
  "BACKEND_TT_AMOUNT", "Amount"
261
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
262
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
25
  "SKRILL_FRONTEND_PM_PWY", "Przelewy24"
26
  "SKRILL_FRONTEND_PM_EPY", "ePay.bg"
27
  "SKRILL_FRONTEND_PM_GLU", "Trustly"
28
+ "SKRILL_FRONTEND_PM_NTL", "Neteller"
29
  "SKRILL_FRONTEND_PM_ALI", "Alipay"
30
  "FRONTEND_PM_CC", "Credit Card"
31
  "FRONTEND_PM_DD", "Lastschrift (ELV)"
70
  "SKRILL_BACKEND_PM_PWY", "Przelewy24"
71
  "SKRILL_BACKEND_PM_EPY", "ePay.bg"
72
  "SKRILL_BACKEND_PM_GLU", "Trustly"
73
+ "SKRILL_BACKEND_PM_NTL", "Neteller"
74
  "SKRILL_BACKEND_PM_ALI", "Alipay"
75
  "BACKEND_PM_CC", "Credit Card (Enterprise)"
76
  "BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/tr_TR/Skrill.csv CHANGED
@@ -25,6 +25,7 @@
25
  "SKRILL_FRONTEND_PM_PWY", "Przelewy24"
26
  "SKRILL_FRONTEND_PM_EPY", "ePay.bg"
27
  "SKRILL_FRONTEND_PM_GLU", "Trustly"
 
28
  "SKRILL_FRONTEND_PM_ALI", "Alipay"
29
  "FRONTEND_PM_CC", "Credit Card"
30
  "FRONTEND_PM_DD", "Lastschrift (ELV)"
@@ -69,6 +70,7 @@
69
  "SKRILL_BACKEND_PM_PWY", "Przelewy24"
70
  "SKRILL_BACKEND_PM_EPY", "ePay.bg"
71
  "SKRILL_BACKEND_PM_GLU", "Trustly"
 
72
  "SKRILL_BACKEND_PM_ALI", "Alipay"
73
  "BACKEND_PM_CC", "Credit Card (Enterprise)"
74
  "BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
@@ -260,3 +262,15 @@
260
  "BACKEND_TT_AMOUNT", "Amount"
261
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
262
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
25
  "SKRILL_FRONTEND_PM_PWY", "Przelewy24"
26
  "SKRILL_FRONTEND_PM_EPY", "ePay.bg"
27
  "SKRILL_FRONTEND_PM_GLU", "Trustly"
28
+ "SKRILL_FRONTEND_PM_NTL", "Neteller"
29
  "SKRILL_FRONTEND_PM_ALI", "Alipay"
30
  "FRONTEND_PM_CC", "Credit Card"
31
  "FRONTEND_PM_DD", "Lastschrift (ELV)"
70
  "SKRILL_BACKEND_PM_PWY", "Przelewy24"
71
  "SKRILL_BACKEND_PM_EPY", "ePay.bg"
72
  "SKRILL_BACKEND_PM_GLU", "Trustly"
73
+ "SKRILL_BACKEND_PM_NTL", "Neteller"
74
  "SKRILL_BACKEND_PM_ALI", "Alipay"
75
  "BACKEND_PM_CC", "Credit Card (Enterprise)"
76
  "BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/uk_UA/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/vi_VN/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/zh_CN/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/zh_HK/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
app/locale/zh_TW/Skrill.csv CHANGED
@@ -262,3 +262,15 @@
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
 
 
 
 
 
 
 
 
 
 
 
 
262
  "BACKEND_TT_AMOUNT", "Amount"
263
  "SUCCESS_GENERAL_UPDATE_PAYMENT", "The payment status has been successfully updated."
264
  "ERROR_UPDATE_BACKEND", "Order status can not be updated"
265
+
266
+ "SKRILL_BACKEND_PM_ADB", "Direct Bank Transfer"
267
+ "SKRILL_BACKEND_PM_AOB", "Manual Bank Transfer"
268
+ "SKRILL_BACKEND_PM_ACI", "Cash/invoice"
269
+ "SKRILL_BACKEND_PM_AUP", "Unionpay"
270
+ "SKRILL_BACKEND_BT_STATUS", "Update Statu"
271
+
272
+ "SKRILL_FRONTEND_PM_ADB", "Direct Bank Transfer"
273
+ "SKRILL_FRONTEND_PM_AOB", "Manual Bank Transfer"
274
+ "SKRILL_FRONTEND_PM_ACI", "Cash/invoice"
275
+ "SKRILL_FRONTEND_PM_AUP", "Unionpay"
276
+ "SKRILL_FRONTEND_SUPPORTED_BANK", "Supported Banks"
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.27</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
@@ -16,9 +16,9 @@
16
  &#x2022; Refund capability within Magento</description>
17
  <notes>no additional notes included</notes>
18
  <authors><author><name>Payreto Dev Team</name><user>pluginsales</user><email>pluginsales@payreto.eu</email></author></authors>
19
- <date>2017-01-16</date>
20
- <time>10:56:43</time>
21
- <contents><target name="magecommunity"><dir name="Skrill"><dir name="Block"><file name="Config.php" hash="c502d3c01c107dd34ec8aa520c8f1725"/><dir name="Payment"><dir name="Form"><file name="Abstract.php" hash="9aa50758afc5c6238bc821e4f6cbaf25"/><file name="Acc.php" hash="5d07dc94fd1f0baa7ca86d49f3017161"/><file name="Ali.php" hash="24881b5fb125af29a7e2fc2e0b4b55aa"/><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="c44dfaaca662a16b2c03cc937b21b0dc"/><file name="Directdebit.php" hash="231cd681ef6f75cb4b2d516f300ba701"/><file name="Dnk.php" hash="812b284a378f0b3b8a96b3c1721a713f"/><file name="Ebt.php" hash="280fd8b407465163127ea754145e8b59"/><file name="Eps.php" hash="317d6617a2f1545a72caa8ba2c914786"/><file name="Epy.php" hash="17a3a6554dfda674638913ef8d044250"/><file name="Flexible.php" hash="95baf147f40ab373eee47c2fa33457ef"/><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="cf17854281af8d34340002885b85b3e4"/><file name="Mae.php" hash="bda857b86e02a86f879a554f11feb10a"/><file name="Msc.php" hash="1671278cc7a6621b67bb4a45163f22f5"/><file name="Npy.php" hash="3b97038053736ead1773153c27094ccb"/><file name="Ntl.php" hash="35d974fb13910e24322b499f46601270"/><file name="Obt.php" hash="b7beec5ff48c058221d9412869c55c9a"/><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="Curl.php" hash="8f774c58a1c863b19843138f85f96717"/><file name="Data.php" hash="a8b8139093f7c929e524d5218bd837a6"/><file name="VersionTracker.php" hash="e8302d140980a2f03b1890de52e6b36a"/></dir><dir name="Model"><dir name="Config"><file name="Observer.php" hash="d2bf99f1eb31985e557989c6b630a84d"/></dir><dir name="Method"><file name="Abstract.php" hash="e24a3e51de28135fd28cf8698b97b21f"/><file name="Acc.php" hash="697f98cb645a99abcc44110ccbf99229"/><file name="Ali.php" hash="63595f20b4a3baaa90aca4942b13a36d"/><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="743839a817adbf5bcb7a44dff05b43a7"/><file name="Directdebit.php" hash="6cb28c808f8e9efece20b1725a076bcf"/><file name="Dnk.php" hash="99ddbf10611adf759cda3db4c361c381"/><file name="Ebt.php" hash="16956f545496f81a0e3978d324efb58b"/><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="c56ee0322ba162665678eef10ee0e578"/><file name="Mae.php" hash="029e3d1eaa76cea7743fcecf85fd5c4b"/><file name="Msc.php" hash="9a96fc230923e72e4a8f1060b37f2fbf"/><file name="Npy.php" hash="8d856ccfe27dff6a987ee08e8e3b7c9c"/><file name="Ntl.php" hash="b8feccff7a36f0fd4ec2caa60822615b"/><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="d7115f1c2c0b90d4a194d3f3e281eb18"/><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="8f80baccc2dddc78b099cee4a3c0c87d"/></dir></dir><dir name="controllers"><file name="PaymentController.php" hash="fed9bd9739d06c584b8b81e380834c3a"/><file name="ResponseController.php" hash="9ed0488f54775dae8f7143c1de9b793f"/><file name="UpdateorderController.php" hash="1e1c4a6f8e76e1a1e43d908ef32c1bae"/></dir><dir name="etc"><file name="adminhtml.xml" hash="36235b4c4f219d24f22e1462c3d73871"/><file name="config.xml" hash="b11b86ee9d732fd718df2d4d37fac6c3"/><file name="system.xml" hash="e57ca804b438ed2cd8ca3209c33595cb"/></dir><dir name="sql"><dir name="skrill_setup"><file name="mysql4-install-1.0.0.php" hash="0b7b77dba059113a122aa72e5e78769c"/><file name="mysql4-upgrade-1.0.16-1.0.17.php" hash="1f0b58bc6da684a0070443ade59a3871"/><file name="mysql4-upgrade-1.0.22-1.0.23.php" hash="bfbec3aaf780e40a54c2fb7146c2992d"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="skrill"><file name="config.phtml" hash="d8a5d47fa4bae782bdfed95808aa8c85"/><file name="payoninfo.phtml" hash="ddb698728225b2c5301083f4bd157401"/><file name="skrillinfo.phtml" hash="5975c6e26dee6474b61d4c3c56fbceec"/></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="653cc1015fb70e99627f910ff0caed18"/></dir></dir></dir></dir><dir name="skrill"><dir name="payment"><file name="formcc.phtml" hash="8d8bd3c92992e5fdf41ef4144ab4ad13"/><file name="formcp.phtml" hash="a00ff94ae0d51b7c2e07f262f2625bfa"/><file name="formdd.phtml" hash="4b47cdb677c90996d8d1d07183facb12"/><file name="qcheckout.phtml" hash="91a675974c79eddc064b112e3c096ea1"/></dir><file name="payoninfo.phtml" hash="74a2696c8f1cf95829f4611fe7d899a3"/><file name="skrillinfo.phtml" hash="74a2696c8f1cf95829f4611fe7d899a3"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="skrill_checkout.xml" hash="4ae5c5e1a99c4a7084641f75093c4ee8"/></dir><dir name="template"><dir name="checkout"><dir name="cart"><dir name="minicart"><dir name="skrill"><file name="default.phtml" hash="bc9bd1263120e9e2a78264509ab3926d"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Skrill.xml" hash="031adb72158f8b045a6114eef591cd46"/></dir></target><target name="magelocale"><dir><dir name="af_ZA"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ar_DZ"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ar_EG"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ar_KW"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ar_MA"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ar_SA"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="az_AZ"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="be_BY"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="bg_BG"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="bn_BD"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="bs_BA"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ca_ES"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="cs_CZ"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="cy_GB"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="da_DK"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="de_AT"><file name="Skrill.csv" hash="fadc743a78fc911bac7096b3aa5f7b9b"/></dir><dir name="de_CH"><file name="Skrill.csv" hash="fadc743a78fc911bac7096b3aa5f7b9b"/></dir><dir name="de_DE"><file name="Skrill.csv" hash="fadc743a78fc911bac7096b3aa5f7b9b"/></dir><dir name="el_GR"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="en_AU"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="en_CA"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="en_GB"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="en_IE"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="en_NZ"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="en_US"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="es_AR"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="es_CL"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="es_CO"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="es_CR"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="es_ES"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="es_MX"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="es_PA"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="es_PE"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="es_VE"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="et_EE"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="fa_IR"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="fi_FI"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="fil_PH"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="fr_CA"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="fr_FR"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="gl_ES"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="gu_IN"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="he_IL"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="hi_IN"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="hr_HR"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="hu_HU"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="id_ID"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="is_IS"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="it_CH"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="it_IT"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ja_JP"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ka_GE"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="km_KH"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ko_KR"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="lo_LA"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="lt_LT"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="lv_LV"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="mk_MK"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="mn_MN"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ms_MY"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="nb_NO"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="nl_NL"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="nn_NO"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="pl_PL"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="pt_BR"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="pt_PT"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ro_RO"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="ru_RU"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="sk_SK"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="sl_SI"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="sq_AL"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="sr_RS"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="sv_SE"><file name="Skrill.csv" hash="40ee6885eb93ba0a2e51f0621de678b0"/></dir><dir name="sw_KE"><file name="Skrill.csv" hash="40ee6885eb93ba0a2e51f0621de678b0"/></dir><dir name="th_TH"><file name="Skrill.csv" hash="40ee6885eb93ba0a2e51f0621de678b0"/></dir><dir name="tr_TR"><file name="Skrill.csv" hash="40ee6885eb93ba0a2e51f0621de678b0"/></dir><dir name="uk_UA"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="vi_VN"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="zh_CN"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="zh_HK"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir><dir name="zh_TW"><file name="Skrill.csv" hash="f342141b563514ae7b195827f1184bed"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="skrill"><file name="formbank.css" hash="9677bce72894199154f834a789f99ab7"/></dir></dir><dir name="images"><dir name="skrill"><file name="acc.png" hash="ef3f97e202ed19ef1d9f640e3f792155"/><file name="alipay.png" hash="65f1955206c52e20085ffd012a19860e"/><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="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="flexible.png" hash="354376be06fa037129e6d38290e57845"/><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="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="ntl.png" hash="96f16583f4267c97472d756e6cfa0455"/><file name="obt.png" hash="3f6e88d16c420a62bdbaa159467fdda1"/><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="11468602df014a21b203dc9bcd84d369"/><file name="skrill_cc.js" hash="251028a92e9b193ca925bd2e485c5f56"/><file name="skrill_dd.js" hash="0260043e3839354ad1d5876ce59d636c"/></dir></dir></dir></dir></dir></target></contents>
22
  <compatible/>
23
  <dependencies><required><php><min>5.4.0</min><max>5.6.30</max></php><extension><name>curl</name><min>7.20.0</min><max>7.52.1</max></extension></required></dependencies>
24
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Skrill_Hosted_Payment_Solution</name>
4
+ <version>1.0.28</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
16
  &#x2022; Refund capability within Magento</description>
17
  <notes>no additional notes included</notes>
18
  <authors><author><name>Payreto Dev Team</name><user>pluginsales</user><email>pluginsales@payreto.eu</email></author></authors>
19
+ <date>2017-02-06</date>
20
+ <time>03:34:58</time>
21
+ <contents><target name="magecommunity"><dir name="Skrill"><dir name="Block"><file name="Config.php" hash="c502d3c01c107dd34ec8aa520c8f1725"/><dir name="Payment"><dir name="Form"><file name="Abstract.php" hash="f5f3ee88a0478f096e4d48026bfe0824"/><file name="Acc.php" hash="5d07dc94fd1f0baa7ca86d49f3017161"/><file name="Aci.php" hash="a6a30f643f86459e8eaf863ac533983b"/><file name="Adb.php" hash="61bb63256485941202f6bd5a195ead21"/><file name="Ali.php" hash="ee48114534ef06fcc2e4c7167c6ac46e"/><file name="Amx.php" hash="0b2d32bb4120e969932315b5ce8ec864"/><file name="Aob.php" hash="946333e60a2aa5cc4f345d78957df7f6"/><file name="Aup.php" hash="0ce1c7ea2049ea7cdde902ec2b4158c1"/><file name="Creditcard.php" hash="5d2cb6f19974c981ce6bfb9b97ae98a4"/><file name="Csi.php" hash="2b664622c03a9bd601827128ddeedf53"/><file name="Did.php" hash="64968448ad4b5d1427b601a5e192e34e"/><file name="Din.php" hash="c44dfaaca662a16b2c03cc937b21b0dc"/><file name="Directdebit.php" hash="5f4603ae9f994fdbb597173035e0d37b"/><file name="Dnk.php" hash="adff2ea2cf2a7f6a493912a46ea1c475"/><file name="Ebt.php" hash="6d5e68f705e8ce07a702f8de42807da3"/><file name="Eps.php" hash="802f3a40cc4a59a0cac1fb185a1da4cd"/><file name="Epy.php" hash="517a6407d5417351e7b921f739ee4520"/><file name="Flexible.php" hash="95baf147f40ab373eee47c2fa33457ef"/><file name="Gcb.php" hash="da80ee4920b01fce0fa3bbd91431a61b"/><file name="Gir.php" hash="8bcd94769a6ddbb7419270497c1fadcf"/><file name="Giropay.php" hash="a8aeaa8d783885a460483e26e035ff4b"/><file name="Glu.php" hash="5ad0325564d1f65777ee8ffbb148cf21"/><file name="Ideal.php" hash="7eb4924fc143102308dca1316d260d7c"/><file name="Idl.php" hash="a8ea613796ed5a060b817fcfb7a4b2f1"/><file name="Jcb.php" hash="cf17854281af8d34340002885b85b3e4"/><file name="Mae.php" hash="e7aaf95153600632f356561d890620a0"/><file name="Msc.php" hash="5554935a7ccccecc3fc6a64d56c4d004"/><file name="Npy.php" hash="519580c03ea5146cd7d93fb8f062b740"/><file name="Ntl.php" hash="37a1635ceaa634525313e6f16c0b2e57"/><file name="Obt.php" hash="889187da724f5641ff2b01a19c7111bc"/><file name="Payolutionins.php" hash="dd67004a55288e1439206604207cb666"/><file name="Payolutioninv.php" hash="8f98d5f4fa1641f30cb7ce1695ada677"/><file name="Paypal.php" hash="7a86ba9fc2965381df0bb65968a34b85"/><file name="Paysafecard.php" hash="f6e474c0597eee491bf8acf94b88038b"/><file name="Paytrail.php" hash="0b0a5b58fa285cadf016d818ad5a92e3"/><file name="Pli.php" hash="fc62536a1d6fdf1e04a9ba7eeb4f9678"/><file name="Psc.php" hash="10a95abecbb7bcaa86dca158ec7d7dce"/><file name="Psp.php" hash="e04c53f1a3dad1e2cff4b51f89eab0b9"/><file name="Pwy.php" hash="d3b9d149c66f8b5c3742829b29d139bf"/><file name="Sft.php" hash="aab64466f592ed102cef94ba91fc23fd"/><file name="Sofortuberweisung.php" hash="d43840e1ddd1e47f456e90692c7116a0"/><file name="Vsa.php" hash="ac7a521a1407eb90480b3b94266ab7ec"/><file name="Vse.php" hash="e043306d3ab5b0e5d219048c7280b216"/><file name="Wlt.php" hash="963abdd2cfcdc532ad9c965b9aecd568"/><file name="Yandex.php" hash="e3a118d44ae5fa6e38d037660e570159"/></dir><file name="Formcc.php" hash="980f137a4e080e4f78f3c0b8af8eea6c"/><file name="Formcp.php" hash="259a160b344f7107bdfa27eb7b566c12"/><file name="Formdd.php" hash="8688a84f2cfd59e620280d4e66f0106c"/><file name="Payoninfo.php" hash="b4eb7262e58722d515b458fbb1a7d5fb"/><file name="Qcheckout.php" hash="caa6d839bc2607d6e108889016f37e08"/><file name="Skrillinfo.php" hash="8773ee10c9f707ffa31200cf78a22adf"/></dir></dir><dir name="Helper"><file name="Curl.php" hash="8f774c58a1c863b19843138f85f96717"/><file name="Data.php" hash="a8b8139093f7c929e524d5218bd837a6"/><file name="VersionTracker.php" hash="e8302d140980a2f03b1890de52e6b36a"/></dir><dir name="Model"><dir name="Config"><file name="Observer.php" hash="d2bf99f1eb31985e557989c6b630a84d"/></dir><dir name="Method"><file name="Abstract.php" hash="9c03481cb92554b47be47d5e72d7d7c1"/><file name="Acc.php" hash="697f98cb645a99abcc44110ccbf99229"/><file name="Aci.php" hash="25a65fb08e71f516e783f12b43b757cc"/><file name="Adb.php" hash="304fb6c5bdc7b59a77524b3c5500d451"/><file name="Ali.php" hash="4b710677b7f2ec996e7e5cb667fd7495"/><file name="Amx.php" hash="1de4e77e63b2cf30ae3ef7a04349f1f4"/><file name="Aob.php" hash="e56046c21bdd9accaf71825c7f9820a6"/><file name="Aup.php" hash="c604c0bd5ab49965d653f5a71ebec988"/><file name="Creditcard.php" hash="c25956c9c561b7bc06c49bf05f46803f"/><file name="Csi.php" hash="b5825052990e48401155e3e40dfdcd84"/><file name="Did.php" hash="1810404f2c4242febea40ec877aa009e"/><file name="Din.php" hash="743839a817adbf5bcb7a44dff05b43a7"/><file name="Directdebit.php" hash="7e1a38f2f6d5d997f417af0b48e51617"/><file name="Dnk.php" hash="afc18fcffd569d069e71dd3d79507695"/><file name="Ebt.php" hash="192cb40a0b4c0b41b76fc0350c163635"/><file name="Eps.php" hash="5b7e95b6784abf1a5be239253cc1251f"/><file name="Epy.php" hash="2131be047eaab32239b7050e8025dfbc"/><file name="Flexible.php" hash="65a4f3beda2b0b494e4ccdd9ad420f85"/><file name="Gcb.php" hash="daf05cabf8ec40362efb98ea71c5633b"/><file name="Gir.php" hash="a005150015d14f21c720cc12bb2b7c93"/><file name="Giropay.php" hash="23ff01270f8faa7455e6be4d1b88d79a"/><file name="Glu.php" hash="719693f77b1d83d520335b0840b6eae1"/><file name="Ideal.php" hash="155db55e497195342cd33ce690c95828"/><file name="Idl.php" hash="66127a7d09e789d71d7627ae3bfc8a72"/><file name="Jcb.php" hash="c56ee0322ba162665678eef10ee0e578"/><file name="Mae.php" hash="63ca9406996e9b0a2bf3fc77bdd9869b"/><file name="Msc.php" hash="62aa671aab602d7b4ca1fe76c363a767"/><file name="Npy.php" hash="fda34bf19d12d5dfde6412df093fb72d"/><file name="Ntl.php" hash="fa32a334a39e4b08009857559a341e35"/><file name="Obt.php" hash="2c66a9b0ded467835213e37b86ea0959"/><file name="Payolutionins.php" hash="ea862b23ce00517d0102016a6da454b9"/><file name="Payolutioninv.php" hash="0191db6a33eded1b361b684d7ebbf1ac"/><file name="Paypal.php" hash="c48d34c0d7b4672058d0b4d14214652c"/><file name="Paysafecard.php" hash="f6c3e462479c3614d88c946757bce846"/><file name="Paytrail.php" hash="7e31bc99e43437a76457ad896a444e36"/><file name="Pli.php" hash="4b76c68c29f69f6c4f55ba20adfba79f"/><file name="Psc.php" hash="1ca24d4ae0aeaa6637ed007b5dc42d91"/><file name="Psp.php" hash="25658f50e4a8c2838b73a71cff45785c"/><file name="Pwy.php" hash="01326bbd056b2eb8bc5971f6d8085b2d"/><file name="Sft.php" hash="6c981ead5c800eb3413e29e7857a8bbb"/><file name="Skrill.php" hash="4093892e2334bab0626941d161ee3df9"/><file name="Sofortuberweisung.php" hash="a683c61e0d2c9258d8c2c8cefeb46c69"/><file name="Vsa.php" hash="bab1884ce1e953653eaba439e7b35810"/><file name="Vse.php" hash="5c5c5fa3399a84aa009c3a66d454252d"/><file name="Wlt.php" hash="a0999be36fd84e732d3423f7b88e7e9b"/><file name="Yandex.php" hash="4ed64d7bf9dfee7ea6fc882e8996c46f"/></dir><dir name="Source"><file name="Card.php" hash="a8491a1fc03ed7ea615567b66c49ae8f"/><file name="Display.php" hash="160be107253602d3813484ad7ae6385a"/><file name="Gateway.php" hash="019d5afafb2cda330f8bdd0204cce815"/><file name="Mode.php" hash="d301efeae1c08de5009485db5fc33afd"/><file name="Transaction.php" hash="0379262b6f8270ea393bcbd62a40df1c"/></dir><dir name="Success"><file name="Observer.php" hash="8f80baccc2dddc78b099cee4a3c0c87d"/></dir></dir><dir name="controllers"><file name="PaymentController.php" hash="ab628f66bf336402d6968e510e4a3197"/><file name="ResponseController.php" hash="9ed0488f54775dae8f7143c1de9b793f"/><file name="UpdateorderController.php" hash="736ef7b33c5c775c5bd2bc386db20518"/></dir><dir name="etc"><file name="adminhtml.xml" hash="390f3b8dc7419cc7bf422b699e0af12b"/><file name="config.xml" hash="976969553676ff5f800f0c781734343c"/><file name="system.xml" hash="4724f06282376c204e0cd295d6e7a461"/></dir><dir name="sql"><dir name="skrill_setup"><file name="mysql4-install-1.0.0.php" hash="0b7b77dba059113a122aa72e5e78769c"/><file name="mysql4-upgrade-1.0.16-1.0.17.php" hash="1f0b58bc6da684a0070443ade59a3871"/><file name="mysql4-upgrade-1.0.22-1.0.23.php" hash="bfbec3aaf780e40a54c2fb7146c2992d"/><file name="mysql4-upgrade-1.0.27-1.0.28.php" hash="afad0f5007789ab417647a28629c7405"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="skrill"><file name="config.phtml" hash="d8a5d47fa4bae782bdfed95808aa8c85"/><file name="payoninfo.phtml" hash="ddb698728225b2c5301083f4bd157401"/><file name="skrillinfo.phtml" hash="5975c6e26dee6474b61d4c3c56fbceec"/></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="653cc1015fb70e99627f910ff0caed18"/></dir></dir></dir></dir><dir name="skrill"><file name="form.phtml" hash="a90191d65fb2e76da17cbe2471848206"/><dir name="payment"><file name="formcc.phtml" hash="8d8bd3c92992e5fdf41ef4144ab4ad13"/><file name="formcp.phtml" hash="a00ff94ae0d51b7c2e07f262f2625bfa"/><file name="formdd.phtml" hash="4b47cdb677c90996d8d1d07183facb12"/><file name="qcheckout.phtml" hash="91a675974c79eddc064b112e3c096ea1"/></dir><file name="payoninfo.phtml" hash="74a2696c8f1cf95829f4611fe7d899a3"/><file name="skrillinfo.phtml" hash="74a2696c8f1cf95829f4611fe7d899a3"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="skrill_checkout.xml" hash="4ae5c5e1a99c4a7084641f75093c4ee8"/></dir><dir name="template"><dir name="checkout"><dir name="cart"><dir name="minicart"><dir name="skrill"><file name="default.phtml" hash="bc9bd1263120e9e2a78264509ab3926d"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Skrill.xml" hash="031adb72158f8b045a6114eef591cd46"/></dir></target><target name="magelocale"><dir><dir name="af_ZA"><file name="Skrill.csv" hash="00bc9c3bc1339bb226143d48f3bf2f2d"/></dir><dir name="ar_DZ"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ar_EG"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ar_KW"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ar_MA"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ar_SA"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="az_AZ"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="be_BY"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="bg_BG"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="bn_BD"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="bs_BA"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ca_ES"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="cs_CZ"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="cy_GB"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="da_DK"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="de_AT"><file name="Skrill.csv" hash="b5e71969b3ae88d4d4ba7f39fcd773b3"/></dir><dir name="de_CH"><file name="Skrill.csv" hash="b5e71969b3ae88d4d4ba7f39fcd773b3"/></dir><dir name="de_DE"><file name="Skrill.csv" hash="b5e71969b3ae88d4d4ba7f39fcd773b3"/></dir><dir name="el_GR"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="en_AU"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="en_CA"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="en_GB"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="en_IE"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="en_NZ"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="en_US"><file name="Skrill.csv" hash="e243d5bb5bf2e81e7407b1c581617296"/></dir><dir name="es_AR"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="es_CL"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="es_CO"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="es_CR"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="es_ES"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="es_MX"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="es_PA"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="es_PE"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="es_VE"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="et_EE"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="fa_IR"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="fi_FI"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="fil_PH"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="fr_CA"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="fr_FR"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="gl_ES"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="gu_IN"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="he_IL"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="hi_IN"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="hr_HR"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="hu_HU"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="id_ID"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="is_IS"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="it_CH"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="it_IT"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ja_JP"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ka_GE"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="km_KH"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ko_KR"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="lo_LA"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="lt_LT"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="lv_LV"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="mk_MK"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="mn_MN"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ms_MY"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="nb_NO"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="nl_NL"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="nn_NO"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="pl_PL"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="pt_BR"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="pt_PT"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ro_RO"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="ru_RU"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="sk_SK"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="sl_SI"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="sq_AL"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="sr_RS"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="sv_SE"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="sw_KE"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="th_TH"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="tr_TR"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="uk_UA"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="vi_VN"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="zh_CN"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="zh_HK"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir><dir name="zh_TW"><file name="Skrill.csv" hash="c352cd6a02b5cf32bb7893a86208a64f"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="skrill"><file name="formbank.css" hash="8b289ac36dfd46658460c3719bdc2535"/></dir></dir><dir name="images"><dir name="skrill"><file name="acc.png" hash="ef3f97e202ed19ef1d9f640e3f792155"/><file name="alipay.png" hash="65f1955206c52e20085ffd012a19860e"/><file name="amex.jpg" hash="82eaebf8a8d73bce3920eba3f21da40f"/><file name="amx.gif" hash="1ff1f0de65c9f491118431f9d7f1810b"/><file name="banco-de-chile.gif" hash="095d8329a35fbed8d819607099c08713"/><file name="bancolombia.jpg" hash="5d4f6dfeb94628634d763309b82d7edf"/><dir name="bank"><file name="banamex.png" hash="e1835fb08cfecbb3f48d823046d3938d"/><file name="banco-de-chile.png" hash="79e902d48dd93c35bf48257609fe0224"/><file name="banco-de-occidente.png" hash="150130e22389f09d1c0fbd362886c208"/><file name="banco-do-brasil.png" hash="0bd5a04f9288c727caee181c8ed07015"/><file name="bbva.png" hash="96b10bb94a3620344967c6cead414196"/><file name="boleto-bancario.png" hash="58db62e9a2dfab79ebcb51143c017e59"/><file name="bradesco.png" hash="e61a57eaab99e98f4423dbe19af87ea1"/><file name="caixa.png" hash="6a66ffe17625831df5078a3d992433af"/><file name="carulla.png" hash="0ec48a23668e8123228fc86c9cfaeb51"/><file name="davivienda.png" hash="6f009b7fcc0cf0e91589472dc6f0f7a8"/><file name="edeq.png" hash="fb6d78e38be0cf419518b3cd04c20e33"/><file name="efecty.png" hash="21e46665ba4db518d07dd8ff5ffebb38"/><file name="exito.png" hash="cebd1fb0f1b0a9440bf3b252c0ce67d1"/><file name="hsbc.png" hash="676799045b909e47c8e960e755691df8"/><file name="itau.png" hash="8081912fbbfaa504e1f21325f1371761"/><file name="oxxo.png" hash="e57f4fbee49660a9539e7971e1a6c2b1"/><file name="pago-facil.png" hash="f4a09599cefbea89c15c05843d152adf"/><file name="pse.png" hash="4efe93b811f115b32a2e87689781a534"/><file name="rapi-pago.png" hash="6f89da2f17744b4604a15ab0dc552bbf"/><file name="red-link.png" hash="99a293b2c05d23389c8b2db4eac2a1e1"/><file name="red-pagos.png" hash="a547a283760ce52be7d5cd06ca16bfb1"/><file name="santander-rio.png" hash="95f7a2a0eb81da67e7c9bbc0bb4b6a00"/><file name="santander.png" hash="85a65eb3e14e0fbd4613edc6a4d986b0"/><file name="servi-pag.png" hash="26789934dbad06b63cf7e0f11a49cf68"/><file name="surtimax.png" hash="afb063800f000aa543850fac915b9791"/><file name="union-pay.png" hash="f7c3f961a20902972d25bb5e7a4e00b1"/><file name="webpay.png" hash="e8c5519ddf70205005a4503e3cc3bf63"/></dir><file name="boleto_bb.jpg" hash="72b8a91c0d06eda43bd5eb18da2959fc"/><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="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="flexible.png" hash="354376be06fa037129e6d38290e57845"/><file name="giropay.png" hash="ec39c41fe03560e67eb0f6680f226f09"/><file name="giropay2.png" hash="8e7e4a9d56258867a82a9fd06960bc99"/><file name="glu.png" hash="5a2d45de76eca699ea3f548c07606e6a"/><file name="hsbc1.jpeg" hash="d015a6d6aa7d739f83c547d72411b014"/><file name="ideal.gif" hash="f796fa37cf094067e817e67b102e444a"/><file name="ideal.png" hash="cbf81ba388433259db39134e2c543275"/><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="ntl.png" hash="96f16583f4267c97472d756e6cfa0455"/><file name="obt.png" hash="3f6e88d16c420a62bdbaa159467fdda1"/><file name="occidente.jpeg" hash="e92e59f2de508fb0fdbfbe3ecbe00f90"/><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="santander_m.jpeg" hash="b9191d0f9a9b98801490fa8c21d5652d"/><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="unionpay.png" hash="cc1dea3836f877e7da6b25f6e3b1b923"/><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="11468602df014a21b203dc9bcd84d369"/><file name="skrill_cc.js" hash="251028a92e9b193ca925bd2e485c5f56"/><file name="skrill_dd.js" hash="0260043e3839354ad1d5876ce59d636c"/></dir></dir></dir></dir></dir></target></contents>
22
  <compatible/>
23
  <dependencies><required><php><min>5.4.0</min><max>5.6.30</max></php><extension><name>curl</name><min>7.20.0</min><max>7.52.1</max></extension></required></dependencies>
24
  </package>
skin/frontend/base/default/css/skrill/formbank.css CHANGED
@@ -138,4 +138,15 @@ a.btnCustom {
138
  top:-10px;
139
  right:-10px;
140
  }
141
- #header { z-index:1;}
 
 
 
 
 
 
 
 
 
 
 
138
  top:-10px;
139
  right:-10px;
140
  }
141
+ .supported_bank{
142
+ display: block !important;
143
+ width: 100%;
144
+
145
+ }
146
+
147
+ .supported_bank img{
148
+ margin: 0 3px !important;
149
+ display: inline-block !important;
150
+ padding-left : 23px;
151
+ }
152
+ #header { z-index:1;}
skin/frontend/base/default/images/skrill/banco-de-chile.gif ADDED
Binary file
skin/frontend/base/default/images/skrill/bancolombia.jpg ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/banamex.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/banco-de-chile.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/banco-de-occidente.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/banco-do-brasil.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/bbva.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/boleto-bancario.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/bradesco.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/caixa.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/carulla.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/davivienda.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/edeq.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/efecty.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/exito.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/hsbc.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/itau.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/oxxo.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/pago-facil.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/pse.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/rapi-pago.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/red-link.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/red-pagos.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/santander-rio.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/santander.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/servi-pag.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/surtimax.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/union-pay.png ADDED
Binary file
skin/frontend/base/default/images/skrill/bank/webpay.png ADDED
Binary file
skin/frontend/base/default/images/skrill/boleto_bb.jpg ADDED
Binary file
skin/frontend/base/default/images/skrill/hsbc1.jpeg ADDED
Binary file
skin/frontend/base/default/images/skrill/occidente.jpeg ADDED
Binary file
skin/frontend/base/default/images/skrill/santander_m.jpeg ADDED
Binary file
skin/frontend/base/default/images/skrill/unionpay.png ADDED
Binary file