mPAY24 - Version 2.0.0

Version Notes

Initial implmentation of the seamless integration

Download this release

Release Info

Developer Anna Sadriu
Extension mPAY24
Version 2.0.0
Comparing to
See all releases


Code changes from version 1.6.5 to 2.0.0

Files changed (64) hide show
  1. app/code/community/Mpay24/Mpay24/Block/Adminhtml/System/Config/Fieldset/Fieldset.php +1 -1
  2. app/code/community/Mpay24/Mpay24/Block/Form/Eps.php +77 -0
  3. app/code/community/Mpay24/Mpay24/Block/Form/Paypal.php +44 -0
  4. app/code/community/Mpay24/Mpay24/Block/Form/Tokenizer.php +81 -0
  5. app/code/community/Mpay24/Mpay24/Block/Info/Acceptpayment.php +47 -0
  6. app/code/community/Mpay24/Mpay24/Model/Api/MPay24Api.php +2 -1
  7. app/code/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php +204 -54
  8. app/code/community/Mpay24/Mpay24/Model/Eps.php +59 -0
  9. app/code/community/Mpay24/Mpay24/Model/Method/Abstract.php +116 -0
  10. app/code/community/Mpay24/Mpay24/Model/Method/Acceptpayment.php +99 -0
  11. app/code/community/Mpay24/Mpay24/Model/Method/Selectpayment.php +1 -1
  12. app/code/community/Mpay24/Mpay24/Model/Observer.php +22 -8
  13. app/code/community/Mpay24/Mpay24/Model/Paypal.php +59 -0
  14. app/code/community/Mpay24/Mpay24/Model/Selectpayment.php +0 -119
  15. app/code/community/Mpay24/Mpay24/Model/Source/BuyerCountry.php +51 -0
  16. app/code/community/Mpay24/Mpay24/Model/Source/Checkout.php +23 -0
  17. app/code/community/Mpay24/Mpay24/Model/Source/CreditCards.php +21 -0
  18. app/code/community/Mpay24/Mpay24/Model/Tokenizer.php +59 -0
  19. app/code/community/Mpay24/Mpay24/etc/config.xml +81 -60
  20. app/code/community/Mpay24/Mpay24/etc/system.xml +1275 -1121
  21. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.1.php +0 -41
  22. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.2.php +0 -41
  23. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.3.php +0 -41
  24. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.4.php +0 -41
  25. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.5.php +0 -41
  26. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-install-1.6.0.php → mysql4-install-2.0.0.php} +1 -1
  27. app/design/adminhtml/default/default/template/mpay24/info/acceptpayment.phtml +19 -0
  28. app/design/adminhtml/default/default/template/mpay24/info/pdf/acceptpayment.phtml +15 -0
  29. app/design/frontend/base/default/layout/mpay24.xml +28 -0
  30. app/design/frontend/base/default/template/mpay24/form/eps.phtml +35 -0
  31. app/design/frontend/base/default/template/mpay24/form/logos.phtml +28 -0
  32. app/design/frontend/base/default/template/mpay24/form/paypal.phtml +17 -0
  33. app/design/frontend/base/default/template/mpay24/form/tokenizer.phtml +29 -0
  34. app/design/frontend/base/default/template/mpay24/info/acceptpayment.phtml +17 -0
  35. app/etc/modules/Mpay24_Mpay24.xml +1 -1
  36. app/locale/de_AT/Mpay24_Mpay24.csv +5 -1
  37. app/locale/de_CH/Mpay24_Mpay24.csv +5 -1
  38. app/locale/de_DE/Mpay24_Mpay24.csv +5 -1
  39. app/locale/en_US/Mpay24_Mpay24.csv +5 -1
  40. package.xml +10 -5
  41. skin/frontend/base/default/css/Mpay24/Mpay24/eps.css +148 -0
  42. skin/frontend/base/default/css/Mpay24/Mpay24/images/search.png +0 -0
  43. skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  44. skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  45. skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  46. skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  47. skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  48. skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  49. skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  50. skin/frontend/base/default/css/Mpay24/Mpay24/jquery-ui.min.css +1016 -0
  51. skin/frontend/base/default/css/Mpay24/Mpay24/mpay24.css +4 -0
  52. skin/frontend/base/default/css/Mpay24/Mpay24/tokenizer.css +9 -0
  53. skin/frontend/base/default/images/Mpay24/Mpay24/logos/AMEX.svg +27 -0
  54. skin/frontend/base/default/images/Mpay24/Mpay24/logos/DINERS.svg +22 -0
  55. skin/frontend/base/default/images/Mpay24/Mpay24/logos/EPS.svg +42 -0
  56. skin/frontend/base/default/images/Mpay24/Mpay24/logos/GIROPAY.svg +16 -0
  57. skin/frontend/base/default/images/Mpay24/Mpay24/logos/JCB.svg +28 -0
  58. skin/frontend/base/default/images/Mpay24/Mpay24/logos/MASTERCARD.svg +39 -0
  59. skin/frontend/base/default/images/Mpay24/Mpay24/logos/PAYPAL.svg +23 -0
  60. skin/frontend/base/default/images/Mpay24/Mpay24/logos/VISA.svg +18 -0
  61. skin/frontend/base/default/js/Mpay24/Mpay24/eps.js +1891 -0
  62. skin/frontend/base/default/js/Mpay24/Mpay24/jquery-1.11.2.min.js +5 -0
  63. skin/frontend/base/default/js/Mpay24/Mpay24/jquery-ui.min.js +7 -0
  64. skin/frontend/base/default/js/Mpay24/Mpay24/tokenizer.js +28 -0
app/code/community/Mpay24/Mpay24/Block/Adminhtml/System/Config/Fieldset/Fieldset.php CHANGED
@@ -23,7 +23,7 @@ class Mpay24_Mpay24_Block_Adminhtml_System_Config_Fieldset_Fieldset
23
  public function render(Varien_Data_Form_Element_Abstract $element) {
24
  $html = $this->_getHeaderHtml($element);
25
 
26
- if(Mage::getStoreConfig('payment/mpay24/active') && Mage::getStoreConfig('mpay24/mpay24/active_payments') != '') {
27
  $elementName = $element->getHtmlId();
28
 
29
  $payments = Mage::getStoreConfig('mpay24/mpay24/active_payments');
23
  public function render(Varien_Data_Form_Element_Abstract $element) {
24
  $html = $this->_getHeaderHtml($element);
25
 
26
+ if(Mage::getStoreConfig('mpay24/mpay24as/active') && Mage::getStoreConfig('mpay24/mpay24/active_payments') != '') {
27
  $elementName = $element->getHtmlId();
28
 
29
  $payments = Mage::getStoreConfig('mpay24/mpay24/active_payments');
app/code/community/Mpay24/Mpay24/Block/Form/Eps.php ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: Eps.php 6252 2015-03-26 15:57:57Z anna $
8
+ */
9
+
10
+ class Mpay24_Mpay24_Block_Form_Eps extends Mage_Payment_Block_Form {
11
+ protected function _construct() {
12
+ $titleSetting = Mage::getStoreConfig('payment/mpay24_eps/title');
13
+
14
+ $brand = "";
15
+
16
+ $paymentsArray = unserialize(Mage::getStoreConfig('mpay24/mpay24/active_payments'));
17
+
18
+ foreach($paymentsArray as $key => $value)
19
+ if($value["P_TYPE"] == "EPS")
20
+ $brand = $value["BRAND"];
21
+
22
+ if($titleSetting == 'logo') {
23
+ $logo = Mage::getConfig()->getBlockClassName('core/template');
24
+ $logo = new $logo;
25
+
26
+ if($brand == "EPS")
27
+ $logo->setTemplate('mpay24/form/logos.phtml')
28
+ ->setPaymentLogoSrc1(Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)."frontend/base/default/images/Mpay24/Mpay24/logos/EPS.svg")
29
+ ->setAlt1("eps Online-Überweisung");
30
+ elseif($brand == "INTERNATIONAL") {
31
+ $logo->setTemplate('mpay24/form/logos.phtml')
32
+ ->setPaymentLogoSrc1(Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)."frontend/base/default/images/Mpay24/Mpay24/logos/EPS.svg")
33
+ ->setAlt1("eps Online-Überweisung")
34
+ ->setPaymentLogoSrc2(Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)."frontend/base/default/images/Mpay24/Mpay24/logos/GIROPAY.svg")
35
+ ->setAlt2("giropay");
36
+ }
37
+
38
+ $this->setTemplate('mpay24/form/eps.phtml')
39
+ ->setRedirectMessage(
40
+ Mage::helper('mpay24')->__('You will be redirected to the Stuzza website.')
41
+ )
42
+ ->setMethodTitle('')
43
+ ->setMethodLabelAfterHtml($logo->toHtml());
44
+ } else {
45
+ $this->setTemplate('mpay24/form/eps.phtml')
46
+ ->setRedirectMessage(
47
+ Mage::helper('mpay24')->__('You will be redirected to the Stuzza website.')
48
+ );
49
+
50
+ if($brand == "EPS")
51
+ $this->setMethodTitle('eps Online-Überweisung');
52
+ elseif($brand == "INTERNATIONAL")
53
+ $this->setMethodTitle('eps & giropay Online-Überweisung');
54
+ }
55
+ }
56
+
57
+ /**
58
+ * Retrieve payment configuration object
59
+ *
60
+ * @return Mage_Payment_Model_Config
61
+ */
62
+ protected function _getConfig() {
63
+ return Mage::getSingleton('mpay24/config');
64
+ }
65
+
66
+ protected function isInternational() {
67
+ $int = false;
68
+
69
+ foreach(unserialize(Mage::getStoreConfig('mpay24/mpay24/active_payments')) as $key => $value)
70
+ if($value["P_TYPE"] == "EPS")
71
+ if($value["BRAND"] == "INTERNATIONAL")
72
+ $int = true;
73
+
74
+ return $int;
75
+ }
76
+
77
+ }
app/code/community/Mpay24/Mpay24/Block/Form/Paypal.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: Paypal.php 6252 2015-03-26 15:57:57Z anna $
8
+ */
9
+
10
+ class Mpay24_Mpay24_Block_Form_Paypal extends Mage_Payment_Block_Form {
11
+ protected function _construct() {
12
+ $titleSetting = Mage::getStoreConfig('payment/mpay24_paypal/title');
13
+
14
+ if($titleSetting == 'logo') {
15
+ $logo = Mage::getConfig()->getBlockClassName('core/template');
16
+ $logo = new $logo;
17
+ $logo->setTemplate('mpay24/form/logos.phtml')
18
+ ->setPaymentLogoSrc1(Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)."frontend/base/default/images/Mpay24/Mpay24/logos/PAYPAL.svg")
19
+ ->setAlt1("PayPal");
20
+ $this->setTemplate('mpay24/form/paypal.phtml')
21
+ ->setRedirectMessage(
22
+ Mage::helper('mpay24')->__('You will be redirected to the PayPal website.')
23
+ )
24
+ ->setMethodTitle('')
25
+ ->setMethodLabelAfterHtml($logo->toHtml());
26
+ } else {
27
+ $this->setTemplate('mpay24/form/paypal.phtml')
28
+ ->setRedirectMessage(
29
+ Mage::helper('mpay24')->__('You will be redirected to the PayPal website.')
30
+ )
31
+ ->setMethodTitle('PayPal');
32
+ }
33
+ }
34
+
35
+ /**
36
+ * Retrieve payment configuration object
37
+ *
38
+ * @return Mage_Payment_Model_Config
39
+ */
40
+ protected function _getConfig() {
41
+ return Mage::getSingleton('mpay24/config');
42
+ }
43
+
44
+ }
app/code/community/Mpay24/Mpay24/Block/Form/Tokenizer.php ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: Selectpayment.php 6252 2015-03-26 15:57:57Z anna $
8
+ */
9
+ include_once Mage::getBaseDir('code')."/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php";
10
+
11
+ class Mpay24_Mpay24_Block_Form_Tokenizer extends Mage_Payment_Block_Form {
12
+ var $soapResult;
13
+ var $cc = array("AMEX" => false, "DINERS" => false, "JCB" => false, "MASTERCARD" => false, "VISA" => false);
14
+
15
+ protected function _construct() {
16
+ $titleSetting = Mage::getStoreConfig('payment/mpay24_tokenizer/title');
17
+ $creditCards = explode(",", Mage::getStoreConfig('mpay24/mpay24/credit_cards'));
18
+
19
+ if($titleSetting == 'logo') {
20
+ $logo = Mage::getConfig()->getBlockClassName('core/template');
21
+ $logo = new $logo;
22
+ $logo->setTemplate('mpay24/form/logos.phtml');
23
+
24
+ $i=0;
25
+ foreach($creditCards as $key => $value) {
26
+ $i++;
27
+ $paymentLogoSrc = "setPaymentLogoSrc$i";
28
+ $alt = "setAlt$i";
29
+
30
+ $brandDescr = explode("=>", $value);
31
+ $brand = $brandDescr[0];
32
+ $descr = $brandDescr[1];
33
+ $logo
34
+ ->$paymentLogoSrc(Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)."frontend/base/default/images/Mpay24/Mpay24/logos/$brand.svg")
35
+ ->$alt($descr);
36
+
37
+ $this->cc[$brand] = true;
38
+ }
39
+
40
+ $this->setTemplate('mpay24/form/tokenizer.phtml')
41
+ ->setMethodTitle('')
42
+ ->setMethodLabelAfterHtml($logo->toHtml());
43
+ } else {
44
+ $this->setTemplate('mpay24/form/tokenizer.phtml')
45
+ ->setMethodTitle(Mage::helper('mpay24')->__("Credit cards"));
46
+ }
47
+ }
48
+
49
+ /**
50
+ * Retrieve payment configuration object
51
+ *
52
+ * @return Mage_Payment_Model_Config
53
+ */
54
+ protected function _getConfig() {
55
+ return Mage::getSingleton('mpay24/config');
56
+ }
57
+
58
+ protected function createToken() {
59
+ $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api ();
60
+ $this->soapResult = $mPay24MagentoShop->payWithToken("CC");
61
+ }
62
+
63
+ protected function getTokenResponse() {
64
+ $error = false;
65
+
66
+ if($this->soapResult->getPaymentResponse()->generalResponse->getStatus() == "OK") {
67
+ return $this->soapResult;
68
+ } else
69
+ $error = $this->soapResult->getPaymentResponse()->generalResponse->getReturnCode();
70
+
71
+ if ($error !== false) {
72
+ Mage::log ( $error, 10 );
73
+ Mage::throwException ( Mage::helper ( 'mpay24' )->__ ( 'Please contact the merchant,' ) . "\n" . Mage::helper ( 'mpay24' )->__ ( 'this payment is not possible at the moment!' ) );
74
+ return $this;
75
+ }
76
+ }
77
+
78
+ protected function isCCActive($brand) {
79
+ return $this->cc[$brand];
80
+ }
81
+ }
app/code/community/Mpay24/Mpay24/Block/Info/Acceptpayment.php ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: Acceptpayment.php 6252 2015-03-26 15:57:57Z anna $
8
+ */
9
+
10
+ class Mpay24_Mpay24_Block_Info_Acceptpayment extends Mage_Payment_Block_Info {
11
+ /**
12
+ * Init default template for block
13
+ */
14
+ protected function _construct() {
15
+ parent::_construct();
16
+ $this->setTemplate('mpay24/info/acceptpayment.phtml');
17
+ }
18
+
19
+ public function getInfo() {
20
+ $info = $this->getData('info');
21
+
22
+ if (!($info instanceof Mage_Payment_Model_Info))
23
+ Mage::throwException($this->__('Can not retrieve payment info model object.'));
24
+
25
+ return $info;
26
+ }
27
+
28
+ public function getMethod() {
29
+ $payment = $this->getInfo()->getMethodInstance();
30
+ return $this->getInfo()->getMethodInstance();
31
+ }
32
+
33
+ public function toPdf() {
34
+ $this->setTemplate('mpay24/info/pdf/acceptpayment.phtml');
35
+
36
+ return $this->toHtml();
37
+ }
38
+
39
+ public function getPType() {
40
+ $pTypeBrand = explode(" => ", $this->getInfo()->getCcType());
41
+
42
+ if($pTypeBrand[0] == "CC")
43
+ return $pTypeBrand[1];
44
+ else
45
+ return $pTypeBrand[0];
46
+ }
47
+ }
app/code/community/Mpay24/Mpay24/Model/Api/MPay24Api.php CHANGED
@@ -161,7 +161,8 @@ class MPay24Api {
161
  * An error message, that will be displayed to the user in case you are using the LIVE system
162
  * @const LIVE_ERROR_MSG
163
  */
164
- define('LIVE_ERROR_MSG', "We are sorry, an error occured - please contact the merchant!");
 
165
 
166
  /**
167
  * The current directory, where the script is runnig from
161
  * An error message, that will be displayed to the user in case you are using the LIVE system
162
  * @const LIVE_ERROR_MSG
163
  */
164
+ if(!defined('LIVE_ERROR_MSG'))
165
+ define('LIVE_ERROR_MSG', "We are sorry, an error occured - please contact the merchant!");
166
 
167
  /**
168
  * The current directory, where the script is runnig from
app/code/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php CHANGED
@@ -7,7 +7,7 @@
7
  */
8
 
9
  include_once(Mage::getBaseDir('code')."/community/Mpay24/Mpay24/Model/Api/MPay24Shop.php");
10
- define("MAGENTO_VERSION", "Magento v " . Mage::getVersion() . " Module v 1.6.5 ");
11
 
12
  class MPay24MagentoShop extends MPay24Shop {
13
 
@@ -27,6 +27,8 @@ class MPay24MagentoShop extends MPay24Shop {
27
  var $ps;
28
  var $type;
29
  var $brand;
 
 
30
 
31
  public static function getAllowedAuth() {
32
  return array("CB", "CC", "ELV", "BILLPAY", "PAYPAL", "PB", "PSC", "SAFETYPAY");
@@ -235,7 +237,153 @@ class MPay24MagentoShop extends MPay24Shop {
235
  }
236
 
237
  function createProfileOrder($tid) {}
238
- function createBackend2BackendOrder($tid, $paymentType) {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  function createFinishExpressCheckoutOrder($tid, $s, $a, $c) {}
240
 
241
  function write_log($operation, $info_to_log) {
@@ -254,18 +402,18 @@ class MPay24MagentoShop extends MPay24Shop {
254
  function createMDXI($transaction) {
255
  $mdxi = new ORDER();
256
 
257
- $mdxi->Order->setStyle(Mage::getStoreConfig('mpay24/mpay24sporder/style'));
258
- $mdxi->Order->setLogoStyle(Mage::getStoreConfig('mpay24/mpay24sporder/logostyle'));
259
- $mdxi->Order->setPageHeaderStyle(Mage::getStoreConfig('mpay24/mpay24sporder/pageheaderstyle'));
260
- $mdxi->Order->setPageCaptionStyle(Mage::getStoreConfig('mpay24/mpay24sporder/pagecaptionstyle'));
261
- $mdxi->Order->setPageStyle(Mage::getStoreConfig('mpay24/mpay24sporder/pagestyle'));
262
- $mdxi->Order->setInputFieldsStyle(Mage::getStoreConfig('mpay24/mpay24sporder/inputfieldsstyle'));
263
- $mdxi->Order->setDropDownListsStyle(Mage::getStoreConfig('mpay24/mpay24sporder/dropdownlistsstyle'));
264
- $mdxi->Order->setButtonsStyle(Mage::getStoreConfig('mpay24/mpay24sporder/buttonsstyle'));
265
- $mdxi->Order->setErrorsStyle(Mage::getStoreConfig('mpay24/mpay24sporder/errorsstyle'));
266
- $mdxi->Order->setSuccessTitleStyle(Mage::getStoreConfig('mpay24/mpay24sporder/successtitlestyle'));
267
- $mdxi->Order->setErrorTitleStyle(Mage::getStoreConfig('mpay24/mpay24sporder/errortitlestyle'));
268
- $mdxi->Order->setFooterStyle(Mage::getStoreConfig('mpay24/mpay24sporder/footerstyle'));
269
 
270
  $this->order->getPayment()->setAdditionalInformation('user_field', MAGENTO_VERSION.$transaction->TID.'_'.date('Y-m-d'))->save();
271
 
@@ -329,46 +477,46 @@ class MPay24MagentoShop extends MPay24Shop {
329
  }
330
  }
331
 
332
- $conf = explode(',',Mage::getStoreConfig('mpay24/mpay24spsc/sc_row'));
333
 
334
- $mdxi->Order->ShoppingCart->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_style'));
335
- $mdxi->Order->ShoppingCart->setHeader(Mage::getStoreConfig('mpay24/mpay24spsc/sc_header'));
336
- $mdxi->Order->ShoppingCart->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_headerstyle'));
337
- $mdxi->Order->ShoppingCart->setCaptionStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_captionstyle'));
338
 
339
  if(in_array('Number',$conf)) {
340
- $mdxi->Order->ShoppingCart->setNumberHeader(Mage::getStoreConfig('mpay24/mpay24spsc/sc_numberheader'));
341
- $mdxi->Order->ShoppingCart->setNumberStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_numberstyle'));
342
  }
343
  if(in_array('ProductNr',$conf)) {
344
- $mdxi->Order->ShoppingCart->setProductNrHeader(Mage::getStoreConfig('mpay24/mpay24spsc/sc_productnrheader'));
345
- $mdxi->Order->ShoppingCart->setProductNrStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_productnrstyle'));
346
  }
347
  if(in_array('Description',$conf)) {
348
- $mdxi->Order->ShoppingCart->setDescriptionHeader(Mage::getStoreConfig('mpay24/mpay24spsc/sc_descriptionheader'));
349
- $mdxi->Order->ShoppingCart->setDescriptionStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_descriptionstyle'));
350
  }
351
  if(in_array('Package',$conf)) {
352
- $mdxi->Order->ShoppingCart->setPackageHeader(Mage::getStoreConfig('mpay24/mpay24spsc/sc_packageheader'));
353
- $mdxi->Order->ShoppingCart->setPackageStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_packagestyle'));
354
  }
355
  if(in_array('Quantity',$conf)) {
356
- $mdxi->Order->ShoppingCart->setQuantityHeader(Mage::getStoreConfig('mpay24/mpay24spsc/sc_quantityheader'));
357
- $mdxi->Order->ShoppingCart->setQuantityStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_quantitystyle'));
358
  }
359
  if(in_array('ItemPrice',$conf)) {
360
- $mdxi->Order->ShoppingCart->setItemPriceHeader(Mage::getStoreConfig('mpay24/mpay24spsc/sc_itempriceheader'));
361
- $mdxi->Order->ShoppingCart->setItemPriceStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_itempricestyle'));
362
  }
363
  if(in_array('Price',$conf)) {
364
- $mdxi->Order->ShoppingCart->setPriceHeader(Mage::getStoreConfig('mpay24/mpay24spsc/sc_priceheader'));
365
- $mdxi->Order->ShoppingCart->setPriceStyle(Mage::getStoreConfig('mpay24/mpay24spsc/sc_pricestyle'));
366
  }
367
 
368
- $mdxi->Order->ShoppingCart->Description = Mage::getStoreConfig('mpay24/mpay24spsc/description');
369
 
370
- $style1 = Mage::getStoreConfig('mpay24/mpay24spsc/item_style1');
371
- $style2 = Mage::getStoreConfig('mpay24/mpay24spsc/item_style2');
372
  $ret = "";
373
  $linecount = 0;
374
 
@@ -427,9 +575,9 @@ class MPay24MagentoShop extends MPay24Shop {
427
  }
428
  }
429
 
430
- $mdxi->Order->ShoppingCart->SubTotal->setHeader(Mage::getStoreConfig('mpay24/mpay24spsc/subtotal_header'));
431
- $mdxi->Order->ShoppingCart->SubTotal->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/subtotal_headerstyle'));
432
- $mdxi->Order->ShoppingCart->SubTotal->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/subtotal_style'));
433
 
434
  if(Mage::getStoreConfig('tax/cart_display/subtotal') == 2 || Mage::getStoreConfig('tax/cart_display/subtotal') == 3)
435
  $mdxi->Order->ShoppingCart->SubTotal = number_format($this->order->getSubtotalInclTax(),2,'.','');
@@ -438,8 +586,8 @@ class MPay24MagentoShop extends MPay24Shop {
438
 
439
  if(number_format($this->order->getData('discount_amount'),2,'.','') !== '0.00') {
440
  $mdxi->Order->ShoppingCart->Discount->setHeader($this->order->getData('discount_description'));
441
- $mdxi->Order->ShoppingCart->Discount->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/discount_headerstyle'));
442
- $mdxi->Order->ShoppingCart->Discount->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/discount_style'));
443
  $mdxi->Order->ShoppingCart->Discount = number_format($this->order->getData('discount_amount'), 2, '.', '');
444
  }
445
 
@@ -450,8 +598,8 @@ class MPay24MagentoShop extends MPay24Shop {
450
  $mdxi->Order->ShoppingCart->ShippingCosts(1, number_format($this->order->getData('shipping_amount'), 2, '.', ''));
451
 
452
  $mdxi->Order->ShoppingCart->ShippingCosts(1)->setHeader($this->order->getData('shipping_description'));
453
- $mdxi->Order->ShoppingCart->ShippingCosts(1)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/shipping_costs_headerstyle'));
454
- $mdxi->Order->ShoppingCart->ShippingCosts(1)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/shipping_costs_style'));
455
  }
456
 
457
  $t=1;
@@ -464,8 +612,8 @@ class MPay24MagentoShop extends MPay24Shop {
464
  $mdxi->Order->ShoppingCart->Tax(1)->setHeader(Mage::helper('mpay24')->__("Payment charge") . " (" . Mage::helper('mpay24')->__("Absolute value") . ")");
465
  }
466
 
467
- $mdxi->Order->ShoppingCart->Tax(1)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_headerstyle'));
468
- $mdxi->Order->ShoppingCart->Tax(1)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_style'));
469
  $t=2;
470
  } elseif($this->order->getPaymentCharge() < 0) {
471
  if($this->order->getPaymentChargeType() == "percent") {
@@ -476,8 +624,8 @@ class MPay24MagentoShop extends MPay24Shop {
476
  $mdxi->Order->ShoppingCart->Discount(1)->setHeader(Mage::helper('mpay24')->__("Payment discount") . " (" . Mage::helper('mpay24')->__("Absolute value") . ")");
477
  }
478
 
479
- $mdxi->Order->ShoppingCart->Discount(1)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/discount_headerstyle'));
480
- $mdxi->Order->ShoppingCart->Discount(1)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/discount_style'));
481
  }
482
 
483
  if(number_format($this->order->getData('tax_amount'),2,'.','') !== '0.00') {
@@ -501,8 +649,8 @@ class MPay24MagentoShop extends MPay24Shop {
501
  $mdxi->Order->ShoppingCart->Tax($t, number_format($taxArray['amount'],2,'.',''));
502
 
503
  $mdxi->Order->ShoppingCart->Tax($t)->setHeader($inklText . $taxArray['id']);
504
- $mdxi->Order->ShoppingCart->Tax($t)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_headerstyle'));
505
- $mdxi->Order->ShoppingCart->Tax($t)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_style'));
506
  $mdxi->Order->ShoppingCart->Tax($t)->setPercent(number_format($taxArray['rates'][0]['percent'],0,'.',''));
507
 
508
  $t++;
@@ -531,9 +679,9 @@ class MPay24MagentoShop extends MPay24Shop {
531
 
532
  $mdxi->Order->Price = $transaction->PRICE;
533
 
534
- $mdxi->Order->Price->setHeader(Mage::getStoreConfig('mpay24/mpay24spsc/price_header'));
535
- $mdxi->Order->Price->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/price_headerstyle'));
536
- $mdxi->Order->Price->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/price_style'));
537
 
538
  $mdxi->Order->Currency = $this->xmlentities($this->order->getOrderCurrencyCode());
539
  $mdxi->Order->Customer = $this->xmlentities(substr($this->order->getCustomerName(),0,50));
@@ -616,13 +764,15 @@ class MPay24MagentoShop extends MPay24Shop {
616
  return $mdxi;
617
  }
618
 
619
- function setVariables($order, $ps, $type, $brand) {
620
  $this->tid = $order->getIncrementId();
621
  $this->order = $order;
622
  $this->price = number_format($order->getData('grand_total'),2,'.','');
623
  $this->ps = $ps;
624
  $this->type = $type;
625
  $this->brand = $brand;
 
 
626
 
627
  $m= new Mage;
628
  $version=$m->getVersion();
@@ -730,4 +880,4 @@ class MPay24MagentoShop extends MPay24Shop {
730
  return $mPay24MagentoShop;
731
  }
732
  }
733
- ?>
7
  */
8
 
9
  include_once(Mage::getBaseDir('code')."/community/Mpay24/Mpay24/Model/Api/MPay24Shop.php");
10
+ define("MAGENTO_VERSION", "Magento v " . Mage::getVersion() . " Module v 2.0.0 ");
11
 
12
  class MPay24MagentoShop extends MPay24Shop {
13
 
27
  var $ps;
28
  var $type;
29
  var $brand;
30
+ var $bic;
31
+ var $token;
32
 
33
  public static function getAllowedAuth() {
34
  return array("CB", "CC", "ELV", "BILLPAY", "PAYPAL", "PB", "PSC", "SAFETYPAY");
237
  }
238
 
239
  function createProfileOrder($tid) {}
240
+
241
+ function createBackend2BackendOrder($transaction, $paymentType) {
242
+ $b2bOrder = new ORDER();
243
+
244
+ $b2bOrder->AcceptPayment->tid = $transaction->TID;
245
+ $b2bOrder->AcceptPayment->merchantID = Mage::getStoreConfig('mpay24/mpay24as/merchantid');
246
+ $b2bOrder->AcceptPayment->pType = $paymentType;
247
+
248
+ $b2bOrder->AcceptPayment->payment->amount = $transaction->PRICE*100;
249
+ $b2bOrder->AcceptPayment->payment->currency = $this->order->getOrderCurrencyCode();
250
+
251
+ if($paymentType == "EPS") {
252
+ $b2bOrder->AcceptPayment->payment->brand = $this->brand;
253
+ $b2bOrder->AcceptPayment->payment->bic = $this->bic;
254
+ } else if($paymentType == "TOKEN")
255
+ $b2bOrder->AcceptPayment->payment->token = $this->token;
256
+
257
+ $b2bOrder->AcceptPayment->order->description = Mage::getStoreConfig('mpay24/mpay24/description');
258
+ $b2bOrder->AcceptPayment->order->userField = MAGENTO_VERSION.$transaction->TID.'_'.date('Y-m-d');
259
+
260
+ if(number_format($this->order->getData('discount_amount'),2,'.','') !== '0.00')
261
+ $b2bOrder->AcceptPayment->order->shoppingCart->discount = number_format($this->order->getData('discount_amount'), 2, '.', '')*100;
262
+ if(number_format($this->order->getData('shipping_amount'),2,'.','') !== '0.00')
263
+ if(Mage::getStoreConfig('tax/cart_display/shipping') == 2 || Mage::getStoreConfig('tax/cart_display/shipping') == 3)
264
+ $b2bOrder->AcceptPayment->order->shoppingCart->shippingCosts = number_format($this->order->getShippingInclTax(), 2, '.', '')*100;
265
+ else
266
+ $b2bOrder->AcceptPayment->order->shoppingCart->shippingCosts = number_format($this->order->getData('shipping_amount'), 2, '.', '')*100;
267
+
268
+ $total_tax = 0;
269
+ if(number_format($this->order->getData('tax_amount'),2,'.','') !== '0.00') {
270
+ $array = $this->order->getFullTaxInfo();
271
+ $taxInfo = array();
272
+
273
+ foreach($array as $a){
274
+ $taxArray = $a;
275
+ $total_tax += number_format($taxArray['amount'],2,'.','');
276
+ }
277
+ }
278
+
279
+ if($total_tax !== 0)
280
+ $b2bOrder->AcceptPayment->order->shoppingCart->tax = $total_tax*100;
281
+
282
+ $linecount = 0;
283
+ foreach($this->order->getAllItems() as $_item) {
284
+ if(Mage::getStoreConfig('mpay24/mpay24/show_free_products') == 1 ||
285
+ (Mage::getStoreConfig('mpay24/mpay24/show_free_products') == 0 && number_format(($_item->getData('price')*1),2,'.','') != '0.00')) {
286
+ $linecount++;
287
+
288
+ $b2bOrder->AcceptPayment->order->shoppingCart->item($linecount)->number = $linecount;
289
+ $b2bOrder->AcceptPayment->order->shoppingCart->item($linecount)->productNr = $this->xmlentities($_item->getData('sku'));
290
+ $b2bOrder->AcceptPayment->order->shoppingCart->item($linecount)->description = $this->xmlentities($_item->getData('name'));
291
+ $b2bOrder->AcceptPayment->order->shoppingCart->item($linecount)->package = "";
292
+ $b2bOrder->AcceptPayment->order->shoppingCart->item($linecount)->quantity = (int)$_item->getQtyOrdered();
293
+ if(Mage::getStoreConfig('tax/cart_display/price') == 2 || Mage::getStoreConfig('tax/cart_display/price') == 3)
294
+ $b2bOrder->AcceptPayment->order->shoppingCart->item($linecount)->amount = number_format($_item->getPriceInclTax()*1,2,'.','')*100;
295
+ else
296
+ $b2bOrder->AcceptPayment->order->shoppingCart->item($linecount)->amount = number_format(($_item->getData('price')*1),2,'.','')*100;
297
+ }
298
+ }
299
+
300
+ $billingCountry = "";
301
+ $billingCountryCode = "";
302
+ $shippingCountry = "";
303
+ $shippingCountryCode = "";
304
+
305
+ foreach(Mage::app()->getLocale()->getOptionCountries() as $c)
306
+ if ($c['value'] == $this->order->getBillingAddress()->getCountry()) {
307
+ $billingCountry = $c['label'];
308
+ $billingCountryCode = $c['value'];
309
+ break;
310
+ }
311
+
312
+ if($this->order->getShippingAddress())
313
+ foreach(Mage::app()->getLocale()->getOptionCountries() as $c)
314
+ if ($c['value'] == $this->order->getShippingAddress()->getCountry()) {
315
+ $shippingCountry = $c['label'];
316
+ $shippingCountryCode = $c['value'];
317
+ break;
318
+ }
319
+
320
+ $b2bOrder->AcceptPayment->order->billing->mode = "READONLY";
321
+ $b2bOrder->AcceptPayment->order->billing->name = $this->xmlentities(substr($this->order->getBillingAddress()->getName(),0,50));
322
+
323
+ $billingAdress = $this->xmlentities($this->order->getBillingAddress()->getStreetFull());
324
+
325
+ $billingStreet = $this->splitAdress($billingAdress);
326
+
327
+ if(isset($billingStreet[0]) && is_array($billingStreet[0])) {
328
+ $b2bOrder->AcceptPayment->order->billing->street = $billingStreet[0]['Street'];
329
+ $b2bOrder->AcceptPayment->order->billing->street2 = $billingStreet[1]['Street2'];
330
+ } else {
331
+ $b2bOrder->AcceptPayment->order->billing->street = $billingStreet['Street'];
332
+
333
+ if(isset($billingStreet['Street2']))
334
+ $b2bOrder->AcceptPayment->order->billing->street2 = $billingStreet['Street2'];
335
+ }
336
+
337
+ $b2bOrder->AcceptPayment->order->billing->zip = substr($this->xmlentities($this->order->getBillingAddress()->getPostcode()),0,50);
338
+ $b2bOrder->AcceptPayment->order->billing->city = substr($this->xmlentities($this->order->getBillingAddress()->getCity()),0,50);
339
+ $b2bOrder->AcceptPayment->order->billing->countryCode = $this->xmlentities($billingCountryCode);
340
+ $b2bOrder->AcceptPayment->order->billing->email = substr($this->xmlentities($this->order->getBillingAddress()->getEmail()),0,50);
341
+
342
+ if($this->order->getShippingAddress()) {
343
+ $b2bOrder->AcceptPayment->order->shipping->mode = "READONLY";
344
+ $b2bOrder->AcceptPayment->order->shipping->name = $this->xmlentities(substr($this->order->getBillingAddress()->getName(),0,50));
345
+
346
+ $shippingAdress = $this->xmlentities($this->order->getShippingAddress()->getStreetFull());
347
+
348
+ $shippingStreet = $this->splitAdress($shippingAdress);
349
+
350
+ if(isset($shippingStreet[0]) && is_array($shippingStreet[0])) {
351
+ $b2bOrder->AcceptPayment->order->shipping->street = $shippingStreet[0]['Street'];
352
+ $b2bOrder->AcceptPayment->order->shipping->street2 = $shippingStreet[1]['Street2'];
353
+ } else {
354
+ $b2bOrder->AcceptPayment->order->shipping->street = $shippingStreet['Street'];
355
+
356
+ if(isset($shippingStreet['Street2']))
357
+ $b2bOrder->AcceptPayment->order->shipping->street2 = $shippingStreet['Street2'];
358
+ }
359
+
360
+ $b2bOrder->AcceptPayment->order->shipping->zip = substr($this->xmlentities($this->order->getShippingAddress()->getPostcode()),0,50);
361
+ $b2bOrder->AcceptPayment->order->shipping->city = substr($this->xmlentities($this->order->getShippingAddress()->getCity()),0,50);
362
+ $b2bOrder->AcceptPayment->order->shipping->countryCode = $this->xmlentities($shippingCountryCode);
363
+ $b2bOrder->AcceptPayment->order->shipping->email = substr($this->xmlentities($this->order->getShippingAddress()->getEmail()),0,50);
364
+ }
365
+
366
+ $lang = explode('_', Mage::getStoreConfig('general/locale/code'));
367
+
368
+ if(in_array(strtoupper($lang[0]), array("BG", "CS", "DE", "EN", "FR", "HR", "IT")))
369
+ $b2bOrder->AcceptPayment->language = strtoupper($lang[0]);
370
+ else
371
+ $b2bOrder->AcceptPayment->language = "EN";
372
+
373
+ if(Mage::helper('customer')->isLoggedIn())
374
+ $b2bOrder->AcceptPayment->successURL = Mage::getUrl(MPay24MagentoShop::SUCCESS_URL,array('_secure' => true, '_query' => "TID=" . substr($this->order->getIncrementId(),0,32) ));
375
+ else
376
+ $b2bOrder->AcceptPayment->successURL = Mage::getUrl(MPay24MagentoShop::GUEST_SUCCESS_URL,array('_secure' => true, '_query' => "tid=" . substr($this->order->getIncrementId(),0,32) ));
377
+
378
+ $b2bOrder->AcceptPayment->errorURL = Mage::getUrl(MPay24MagentoShop::ERROR_URL,array('_secure' => true, '_query' => "TID=" . substr($this->order->getIncrementId(),0,32) ));
379
+ $b2bOrder->AcceptPayment->confirmationURL = Mage::getUrl(MPay24MagentoShop::CONFIRMATION_URL,array('_secure' => true));
380
+
381
+ if(Mage::getStoreConfig('mpay24/mpay24as/debug') == 1)
382
+ Mage::log($b2bOrder->toXML(), null, "mpay24/xmls/".$transaction->TID."_b2b.xml",true);
383
+
384
+ return $b2bOrder;
385
+ }
386
+
387
  function createFinishExpressCheckoutOrder($tid, $s, $a, $c) {}
388
 
389
  function write_log($operation, $info_to_log) {
402
  function createMDXI($transaction) {
403
  $mdxi = new ORDER();
404
 
405
+ $mdxi->Order->setStyle(Mage::getStoreConfig('mpay24/mpay24/style'));
406
+ $mdxi->Order->setLogoStyle(Mage::getStoreConfig('mpay24/mpay24/logostyle'));
407
+ $mdxi->Order->setPageHeaderStyle(Mage::getStoreConfig('mpay24/mpay24/pageheaderstyle'));
408
+ $mdxi->Order->setPageCaptionStyle(Mage::getStoreConfig('mpay24/mpay24/pagecaptionstyle'));
409
+ $mdxi->Order->setPageStyle(Mage::getStoreConfig('mpay24/mpay24/pagestyle'));
410
+ $mdxi->Order->setInputFieldsStyle(Mage::getStoreConfig('mpay24/mpay24/inputfieldsstyle'));
411
+ $mdxi->Order->setDropDownListsStyle(Mage::getStoreConfig('mpay24/mpay24/dropdownlistsstyle'));
412
+ $mdxi->Order->setButtonsStyle(Mage::getStoreConfig('mpay24/mpay24/buttonsstyle'));
413
+ $mdxi->Order->setErrorsStyle(Mage::getStoreConfig('mpay24/mpay24/errorsstyle'));
414
+ $mdxi->Order->setSuccessTitleStyle(Mage::getStoreConfig('mpay24/mpay24/successtitlestyle'));
415
+ $mdxi->Order->setErrorTitleStyle(Mage::getStoreConfig('mpay24/mpay24/errortitlestyle'));
416
+ $mdxi->Order->setFooterStyle(Mage::getStoreConfig('mpay24/mpay24/footerstyle'));
417
 
418
  $this->order->getPayment()->setAdditionalInformation('user_field', MAGENTO_VERSION.$transaction->TID.'_'.date('Y-m-d'))->save();
419
 
477
  }
478
  }
479
 
480
+ $conf = explode(',',Mage::getStoreConfig('mpay24/mpay24/sc_row'));
481
 
482
+ $mdxi->Order->ShoppingCart->setStyle(Mage::getStoreConfig('mpay24/mpay24/sc_style'));
483
+ $mdxi->Order->ShoppingCart->setHeader(Mage::getStoreConfig('mpay24/mpay24/sc_header'));
484
+ $mdxi->Order->ShoppingCart->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24/sc_headerstyle'));
485
+ $mdxi->Order->ShoppingCart->setCaptionStyle(Mage::getStoreConfig('mpay24/mpay24/sc_captionstyle'));
486
 
487
  if(in_array('Number',$conf)) {
488
+ $mdxi->Order->ShoppingCart->setNumberHeader(Mage::getStoreConfig('mpay24/mpay24/sc_numberheader'));
489
+ $mdxi->Order->ShoppingCart->setNumberStyle(Mage::getStoreConfig('mpay24/mpay24/sc_numberstyle'));
490
  }
491
  if(in_array('ProductNr',$conf)) {
492
+ $mdxi->Order->ShoppingCart->setProductNrHeader(Mage::getStoreConfig('mpay24/mpay24/sc_productnrheader'));
493
+ $mdxi->Order->ShoppingCart->setProductNrStyle(Mage::getStoreConfig('mpay24/mpay24/sc_productnrstyle'));
494
  }
495
  if(in_array('Description',$conf)) {
496
+ $mdxi->Order->ShoppingCart->setDescriptionHeader(Mage::getStoreConfig('mpay24/mpay24/sc_descriptionheader'));
497
+ $mdxi->Order->ShoppingCart->setDescriptionStyle(Mage::getStoreConfig('mpay24/mpay24/sc_descriptionstyle'));
498
  }
499
  if(in_array('Package',$conf)) {
500
+ $mdxi->Order->ShoppingCart->setPackageHeader(Mage::getStoreConfig('mpay24/mpay24/sc_packageheader'));
501
+ $mdxi->Order->ShoppingCart->setPackageStyle(Mage::getStoreConfig('mpay24/mpay24/sc_packagestyle'));
502
  }
503
  if(in_array('Quantity',$conf)) {
504
+ $mdxi->Order->ShoppingCart->setQuantityHeader(Mage::getStoreConfig('mpay24/mpay24/sc_quantityheader'));
505
+ $mdxi->Order->ShoppingCart->setQuantityStyle(Mage::getStoreConfig('mpay24/mpay24/sc_quantitystyle'));
506
  }
507
  if(in_array('ItemPrice',$conf)) {
508
+ $mdxi->Order->ShoppingCart->setItemPriceHeader(Mage::getStoreConfig('mpay24/mpay24/sc_itempriceheader'));
509
+ $mdxi->Order->ShoppingCart->setItemPriceStyle(Mage::getStoreConfig('mpay24/mpay24/sc_itempricestyle'));
510
  }
511
  if(in_array('Price',$conf)) {
512
+ $mdxi->Order->ShoppingCart->setPriceHeader(Mage::getStoreConfig('mpay24/mpay24/sc_priceheader'));
513
+ $mdxi->Order->ShoppingCart->setPriceStyle(Mage::getStoreConfig('mpay24/mpay24/sc_pricestyle'));
514
  }
515
 
516
+ $mdxi->Order->ShoppingCart->Description = Mage::getStoreConfig('mpay24/mpay24/description');
517
 
518
+ $style1 = Mage::getStoreConfig('mpay24/mpay24/item_style1');
519
+ $style2 = Mage::getStoreConfig('mpay24/mpay24/item_style2');
520
  $ret = "";
521
  $linecount = 0;
522
 
575
  }
576
  }
577
 
578
+ $mdxi->Order->ShoppingCart->SubTotal->setHeader(Mage::getStoreConfig('mpay24/mpay24/subtotal_header'));
579
+ $mdxi->Order->ShoppingCart->SubTotal->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24/subtotal_headerstyle'));
580
+ $mdxi->Order->ShoppingCart->SubTotal->setStyle(Mage::getStoreConfig('mpay24/mpay24/subtotal_style'));
581
 
582
  if(Mage::getStoreConfig('tax/cart_display/subtotal') == 2 || Mage::getStoreConfig('tax/cart_display/subtotal') == 3)
583
  $mdxi->Order->ShoppingCart->SubTotal = number_format($this->order->getSubtotalInclTax(),2,'.','');
586
 
587
  if(number_format($this->order->getData('discount_amount'),2,'.','') !== '0.00') {
588
  $mdxi->Order->ShoppingCart->Discount->setHeader($this->order->getData('discount_description'));
589
+ $mdxi->Order->ShoppingCart->Discount->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24/discount_headerstyle'));
590
+ $mdxi->Order->ShoppingCart->Discount->setStyle(Mage::getStoreConfig('mpay24/mpay24/discount_style'));
591
  $mdxi->Order->ShoppingCart->Discount = number_format($this->order->getData('discount_amount'), 2, '.', '');
592
  }
593
 
598
  $mdxi->Order->ShoppingCart->ShippingCosts(1, number_format($this->order->getData('shipping_amount'), 2, '.', ''));
599
 
600
  $mdxi->Order->ShoppingCart->ShippingCosts(1)->setHeader($this->order->getData('shipping_description'));
601
+ $mdxi->Order->ShoppingCart->ShippingCosts(1)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24/shipping_costs_headerstyle'));
602
+ $mdxi->Order->ShoppingCart->ShippingCosts(1)->setStyle(Mage::getStoreConfig('mpay24/mpay24/shipping_costs_style'));
603
  }
604
 
605
  $t=1;
612
  $mdxi->Order->ShoppingCart->Tax(1)->setHeader(Mage::helper('mpay24')->__("Payment charge") . " (" . Mage::helper('mpay24')->__("Absolute value") . ")");
613
  }
614
 
615
+ $mdxi->Order->ShoppingCart->Tax(1)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24/tax_headerstyle'));
616
+ $mdxi->Order->ShoppingCart->Tax(1)->setStyle(Mage::getStoreConfig('mpay24/mpay24/tax_style'));
617
  $t=2;
618
  } elseif($this->order->getPaymentCharge() < 0) {
619
  if($this->order->getPaymentChargeType() == "percent") {
624
  $mdxi->Order->ShoppingCart->Discount(1)->setHeader(Mage::helper('mpay24')->__("Payment discount") . " (" . Mage::helper('mpay24')->__("Absolute value") . ")");
625
  }
626
 
627
+ $mdxi->Order->ShoppingCart->Discount(1)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24/discount_headerstyle'));
628
+ $mdxi->Order->ShoppingCart->Discount(1)->setStyle(Mage::getStoreConfig('mpay24/mpay24/discount_style'));
629
  }
630
 
631
  if(number_format($this->order->getData('tax_amount'),2,'.','') !== '0.00') {
649
  $mdxi->Order->ShoppingCart->Tax($t, number_format($taxArray['amount'],2,'.',''));
650
 
651
  $mdxi->Order->ShoppingCart->Tax($t)->setHeader($inklText . $taxArray['id']);
652
+ $mdxi->Order->ShoppingCart->Tax($t)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24/tax_headerstyle'));
653
+ $mdxi->Order->ShoppingCart->Tax($t)->setStyle(Mage::getStoreConfig('mpay24/mpay24/tax_style'));
654
  $mdxi->Order->ShoppingCart->Tax($t)->setPercent(number_format($taxArray['rates'][0]['percent'],0,'.',''));
655
 
656
  $t++;
679
 
680
  $mdxi->Order->Price = $transaction->PRICE;
681
 
682
+ $mdxi->Order->Price->setHeader(Mage::getStoreConfig('mpay24/mpay24/price_header'));
683
+ $mdxi->Order->Price->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24/price_headerstyle'));
684
+ $mdxi->Order->Price->setStyle(Mage::getStoreConfig('mpay24/mpay24/price_style'));
685
 
686
  $mdxi->Order->Currency = $this->xmlentities($this->order->getOrderCurrencyCode());
687
  $mdxi->Order->Customer = $this->xmlentities(substr($this->order->getCustomerName(),0,50));
764
  return $mdxi;
765
  }
766
 
767
+ function setVariables($order, $ps, $type, $brand, $bic = "", $token = "") {
768
  $this->tid = $order->getIncrementId();
769
  $this->order = $order;
770
  $this->price = number_format($order->getData('grand_total'),2,'.','');
771
  $this->ps = $ps;
772
  $this->type = $type;
773
  $this->brand = $brand;
774
+ $this->bic = $bic;
775
+ $this->token = $token;
776
 
777
  $m= new Mage;
778
  $version=$m->getVersion();
880
  return $mPay24MagentoShop;
881
  }
882
  }
883
+ ?>
app/code/community/Mpay24/Mpay24/Model/Eps.php ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: Selectpayment.php 6413 2015-07-14 12:50:34Z anna $
8
+ */
9
+
10
+ include_once Mage::getBaseDir('code')."/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php";
11
+
12
+ class Mpay24_Mpay24_Model_Eps extends Mpay24_Mpay24_Model_Method_AcceptPayment {
13
+ protected $_code = 'mpay24_eps';
14
+ protected $_formBlockType = 'mpay24/form_eps';
15
+ protected $_infoBlockType = 'mpay24/info_acceptpayment';
16
+
17
+ /**
18
+ * Availability options
19
+ */
20
+ protected $_isGateway = true;
21
+ protected $_canOrder = true;
22
+ protected $_canAuthorize = true;
23
+ protected $_canCapture = true;
24
+ protected $_canCapturePartial = true;
25
+ protected $_canRefund = true;
26
+ protected $_canRefundInvoicePartial = true;
27
+ protected $_canVoid = true;
28
+ protected $_canUseInternal = true;
29
+ protected $_canUseCheckout = true;
30
+ protected $_isInitializeNeeded = true;
31
+
32
+ public function validate() {
33
+ parent::validate();
34
+ return $this;
35
+ }
36
+
37
+ /**
38
+ * Instantiate state and set it to state object
39
+ * @param string $paymentAction
40
+ * @param Varien_Object
41
+ */
42
+ public function initialize($paymentAction, $stateObject) {
43
+ switch ($paymentAction) {
44
+ case MPay24MagentoShop::PAYMENT_TYPE_AUTH:
45
+ case MPay24MagentoShop::PAYMENT_TYPE_SALE:
46
+ $payment = $this->getInfoInstance();
47
+ $order = $payment->getOrder();
48
+ $payment->setAmountAuthorized($order->getTotalDue());
49
+ $payment->setBaseAmountAuthorized($order->getBaseTotalDue());
50
+
51
+ break;
52
+ default:
53
+ break;
54
+ }
55
+
56
+ parent:: initialize($payment, $order->getTotalDue());
57
+ }
58
+ }
59
+ ?>
app/code/community/Mpay24/Mpay24/Model/Method/Abstract.php CHANGED
@@ -9,6 +9,122 @@
9
 
10
  abstract class Mpay24_Mpay24_Model_Method_Abstract extends Mage_Payment_Model_Method_Abstract {
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  /**
13
  * Get mpay24 session namespace
14
  *
9
 
10
  abstract class Mpay24_Mpay24_Model_Method_Abstract extends Mage_Payment_Model_Method_Abstract {
11
 
12
+
13
+ /**
14
+ * Capture payment
15
+ *
16
+ * @param Varien_Object $orderPayment The payment object, used for the capturing
17
+ * @param int $amount The amount, multiplied 100 (€ 1.00 => 100)
18
+ * @return bool|Mpay24_Mpay24_Model_PaymentMethod
19
+ */
20
+ public function capture(Varien_Object $payment, $amount) {
21
+ if($payment->getAdditionalInformation('confirmation') !== true) {
22
+ $this->clearSession();
23
+ $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
24
+ $mPAY24Result = $mPay24MagentoShop->clearAmount($payment->getOrder()->getIncrementId(),$amount*100);
25
+
26
+ if($mPAY24Result->getGeneralResponse()->getStatus() != 'OK') {
27
+ Mage::log('The order was not captured: ' . $mPAY24Result->getGeneralResponse()->getReturnCode(), 10);
28
+ Mage::throwException(Mage::helper('mpay24')->__("The order could not be captured! For mor information see the log files!"));
29
+ return false;
30
+ }
31
+ }
32
+
33
+ parent::capture($payment, $amount);
34
+
35
+ if($payment->getOrder()->getIsNotVirtual())
36
+ $s = Mage_Sales_Model_Order::STATE_PROCESSING;
37
+ else
38
+ $s = Mage_Sales_Model_Order::STATE_COMPLETE;
39
+
40
+ if($payment->getOrder()->getState() != $s)
41
+ $payment->getOrder()->addStatusToHistory($s, Mage::helper('mpay24')->__("Payment ") . Mage::helper('mpay24')->__("BILLED") .' [ ' . $payment->getOrder()->getBaseCurrencyCode() . " " .$payment->getOrder()->formatPriceTxt($amount).' ]', true)->save();
42
+
43
+ return $this;
44
+ }
45
+
46
+ /**
47
+ * Refund money
48
+ *
49
+ * @param Varien_Object $orderPayment The payment object, used for the refunding
50
+ * @param int $amount The amount, multiplied 100 (€ 1.00 => 100)
51
+ * @return bool|Mpay24_Mpay24_Model_PaymentMethod
52
+ */
53
+ public function refund(Varien_Object $payment, $amount) {
54
+ $this->clearSession();
55
+
56
+ if(!$payment->getAdditionalInformation('MIFCredit') && !$payment->getAdditionalInformation('error')) {
57
+ $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
58
+ $mPAY24Result = $mPay24MagentoShop->creditAmount($payment->getOrder()->getIncrementId(),$amount*100);
59
+
60
+ if($mPAY24Result->getGeneralResponse()->getStatus() != 'OK') {
61
+ Mage::log('The order was not refunded: ' . $mPAY24Result->getGeneralResponse()->getReturnCode(), 10);
62
+ Mage::throwException(Mage::helper('mpay24')->__("The order could not be refunded! For mor information see the log files!"));
63
+ return false;
64
+ }
65
+ }
66
+
67
+ parent::refund($payment, $amount);
68
+
69
+ return $this;
70
+ }
71
+
72
+ /**
73
+ * Void a payment
74
+ *
75
+ * @param Varien_Object $orderPayment The payment object, used for the voiding
76
+ * @return bool|Mpay24_Mpay24_Model_PaymentMethod
77
+ */
78
+ public function void(Varien_Object $payment) {
79
+ $this->clearSession();
80
+
81
+ if(!$payment->getAdditionalInformation('MIFReverse') && !$payment->getAdditionalInformation('error')) {
82
+ $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
83
+ $status = $mPay24MagentoShop->updateStatusToCancel($payment->getOrder()->getIncrementId());
84
+
85
+ if($status != "SUSPENDED" && $status != "PENDING")
86
+ $mPAY24Result = $mPay24MagentoShop->cancelTransaction($payment->getOrder()->getIncrementId());
87
+
88
+ if($status != "SUSPENDED" && $status != "PENDING" && $mPAY24Result->getGeneralResponse()->getStatus() != 'OK') {
89
+ Mage::log('The order was not canceled: ' . $mPAY24Result->getGeneralResponse()->getReturnCode(), 10);
90
+ Mage::throwException(Mage::helper('mpay24')->__("The order could not be canceled! For mor information see the log files!"));
91
+ return false;
92
+ }
93
+ }
94
+
95
+ parent::void($payment);
96
+
97
+ return $this;
98
+ }
99
+
100
+ /**
101
+ * Cancel a payment
102
+ *
103
+ * @param Varien_Object $orderPayment The payment object, used for the cancelation
104
+ * @return bool|Mpay24_Mpay24_Model_PaymentMethod
105
+ */
106
+ public function cancel(Varien_Object $payment) {
107
+ $this->clearSession();
108
+
109
+ if(!$payment->getAdditionalInformation('cancelButton') && !$payment->getAdditionalInformation('error')) {
110
+ $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
111
+ $status = $mPay24MagentoShop->updateStatusToCancel($payment->getOrder()->getIncrementId());
112
+
113
+ if($status != "SUSPENDED" && $status != "PENDING")
114
+ $mPAY24Result = $mPay24MagentoShop->cancelTransaction($payment->getOrder()->getIncrementId());
115
+
116
+ if($status != "SUSPENDED" && $status != "PENDING" && $mPAY24Result->getGeneralResponse()->getStatus() != 'OK') {
117
+ Mage::log('The order was not canceled: ' . $mPAY24Result->getGeneralResponse()->getReturnCode(), 10);
118
+ Mage::throwException(Mage::helper('mpay24')->__("The order could not be canceled! For mor information see the log files!"));
119
+ return false;
120
+ }
121
+ }
122
+
123
+ parent::cancel($payment);
124
+
125
+ return $this;
126
+ }
127
+
128
  /**
129
  * Get mpay24 session namespace
130
  *
app/code/community/Mpay24/Mpay24/Model/Method/Acceptpayment.php ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: Acceptpayment.php 6413 2015-07-14 12:50:34Z anna $
8
+ */
9
+ include_once Mage::getBaseDir ( 'code' ) . "/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php";
10
+ abstract class Mpay24_Mpay24_Model_Method_Acceptpayment extends Mpay24_Mpay24_Model_Method_Abstract {
11
+ public function initialize($payment, $amount) {
12
+ $ps = false;
13
+ $type = "";
14
+ $brand = "";
15
+ $bic = "";
16
+ $token = "";
17
+ $paymentType = Mage::app ()->getRequest ()->getParam ( 'payment' );
18
+
19
+ switch ($paymentType ['method']) {
20
+ case 'mpay24_paypal' :
21
+ $type = $brand = "PAYPAL";
22
+ break;
23
+ case 'mpay24_eps' :
24
+ $type = $brand = "EPS";
25
+ foreach(unserialize(Mage::getStoreConfig('mpay24/mpay24/active_payments')) as $key => $value)
26
+ if($value["P_TYPE"] == "EPS")
27
+ $brand = $value["BRAND"];
28
+
29
+ preg_match('#\((.*?)\)#', Mage::app ()->getRequest ()->getParam ( 'bankname' ), $match);
30
+ $bic = $match[1];
31
+ break;
32
+ case 'mpay24_tokenizer' :
33
+ $type = $brand = "TOKEN";
34
+ $token = Mage::app ()->getRequest ()->getParam ( 'token' );
35
+ break;
36
+ default :
37
+ break;
38
+ }
39
+
40
+ $this->clearSession ();
41
+ $error = false;
42
+
43
+ if ($amount > 0) {
44
+ $payment->setAmount ( $amount );
45
+ $payment->setCcType ( "$type => $brand" )->save ();
46
+ $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api ();
47
+ $mPay24MagentoShop->setVariables ( $payment->getOrder (), $ps, $type, $brand, $bic, $token);
48
+ $soapResult = $mPay24MagentoShop->payBackend2Backend ( $type );
49
+
50
+ if ($soapResult->getGeneralResponse ()->getStatus () == "OK") {
51
+ $this->getPayment ()->setAuth ( true );
52
+
53
+ if($soapResult->getGeneralResponse ()->getReturnCode() == "REDIRECT") {
54
+ $this->getSession ()->setUrl ( $soapResult->getLocation () );
55
+ $payment->getOrder ()->addStatusToHistory ( Mage_Sales_Model_Order::STATE_PENDING_PAYMENT, Mage::helper ( 'mpay24' )->__ ( "Redirected to an external page" ) )->save ();
56
+ }
57
+ else if($soapResult->getGeneralResponse ()->getReturnCode() == "OK") {
58
+ if(Mage::helper('customer')->isLoggedIn())
59
+ $this->getSession ()->setUrl ( Mage::getUrl(MPay24MagentoShop::SUCCESS_URL,array('_secure' => true, '_query' => "TID=" . substr($payment->getOrder ()->getIncrementId(),0,32) )) );
60
+ else
61
+ $this->getSession ()->setUrl ( Mage::getUrl(MPay24MagentoShop::GUEST_SUCCESS_URL,array('_secure' => true, '_query' => "tid=" . substr($payment->getOrder ()->getIncrementId(),0,32) )) );
62
+ }
63
+ else
64
+ Mage::log("Unexpected response from mPAY24: " . $soapResult->getReturnCode());
65
+
66
+ $payment->setTransactionId ( $payment->getOrder ()->getIncrementId () )->setIsTransactionClosed ( 1 )->save ();
67
+ $transaction = $payment->addTransaction ( Mage_Sales_Model_Order_Payment_Transaction::TYPE_ORDER )->save ();
68
+
69
+ $payment->setAdditionalInformation ( 'user_field', MAGENTO_VERSION . substr ( $payment->getOrder ()->getIncrementId (), 0, 100 ) . '_' . date ( 'Y-m-d' ) );
70
+
71
+ $payment->setAdditionalInformation ( 'confirmed', "" )->save ();
72
+
73
+ }
74
+ else
75
+ $error = $soapResult->getGeneralResponse ()->getReturnCode ();
76
+ }
77
+ else {
78
+ $error = Mage::helper ( 'mpay24' )->__ ( 'Invalid amount for authorization.' );
79
+ }
80
+
81
+ if ($error !== false) {
82
+ Mage::log ( $error, 10 );
83
+
84
+ // if($type == "TOKEN")
85
+ Mage::throwException ( Mage::helper ( 'mpay24' )->__ ( "The payment was not successful! " ) . "\n" . Mage::helper ( 'mpay24' )->__ ( "Please try again or choose a different payment method." ));
86
+ // else
87
+ // Mage::throwException ( Mage::helper ( 'mpay24' )->__ ( 'Please contact the merchant,' ) . "\n" . Mage::helper ( 'mpay24' )->__ ( 'this payment is not possible at the moment!' ) );
88
+ }
89
+
90
+ return $this;
91
+ }
92
+
93
+ public function getOrderPlaceRedirectUrl() {
94
+ return ($this->getPayment ()->getAuth ()) ? Mage::getUrl ( 'mpay24/payment/redirect', array (
95
+ '_secure' => true
96
+ ) ) : false;
97
+ }
98
+ }
99
+ ?>
app/code/community/Mpay24/Mpay24/Model/Method/Selectpayment.php CHANGED
@@ -40,7 +40,7 @@ abstract class Mpay24_Mpay24_Model_Method_Selectpayment extends Mpay24_Mpay24_Mo
40
 
41
  $this->clearSession();
42
  $error = false;
43
-
44
  if($amount>0) {
45
  $payment->setAmount($amount);
46
  $payment->setCcType("$type => $brand")->save();
40
 
41
  $this->clearSession();
42
  $error = false;
43
+
44
  if($amount>0) {
45
  $payment->setAmount($amount);
46
  $payment->setCcType("$type => $brand")->save();
app/code/community/Mpay24/Mpay24/Model/Observer.php CHANGED
@@ -14,9 +14,14 @@ class Mpay24_Mpay24_Model_Observer extends Mage_Core_Model_Config_Data {
14
  * Retrieve active system payments
15
  */
16
  public function afterSave() {
17
- if(!Mage::getStoreConfig('payment/mpay24/active'))
18
  return false;
19
 
 
 
 
 
 
20
  Mage::getConfig()->saveConfig("mpay24/mpay24/payments_count", 0);
21
  Mage::getConfig()->saveConfig("mpay24/mpay24/payments_error", "");
22
  Mage::getConfig()->saveConfig("mpay24/mpay24/active_payments", "");
@@ -36,25 +41,34 @@ class Mpay24_Mpay24_Model_Observer extends Mage_Core_Model_Config_Data {
36
 
37
  $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
38
  $result = $mPay24MagentoShop->getPaymentMethods();
39
-
 
40
  if($result->getGeneralResponse()->getStatus() == 'OK') {
41
  Mage::getConfig()->saveConfig("mpay24/mpay24/payments_count", $result->getAll());
42
-
43
- $payments = array();
44
  $i=0;
45
-
46
  foreach($result->getBrands() as $brand) {
47
  $payments[$result->getPMethID($i)]['P_TYPE'] = $result->getPType($i);
48
  $payments[$result->getPMethID($i)]['BRAND'] = $result->getBrand($i);
49
  $payments[$result->getPMethID($i)]['DESCR'] = $result->getDescription($i);
50
-
51
  $i++;
52
-
53
  if(Mage::getStoreConfig('mpay24/mpay24as/old_merchantid') != Mage::getStoreConfig('mpay24/mpay24as/merchantid')) {
54
  Mage::getConfig()->saveConfig("payment/mpay24_ps_$i/active", 1);
55
  }
56
  }
57
-
 
 
 
 
 
 
 
 
 
58
  Mage::getConfig()->saveConfig("mpay24/mpay24/active_payments", serialize($payments));
59
  Mage::getConfig()->reinit();
60
  Mage::app()->reinitStores();
14
  * Retrieve active system payments
15
  */
16
  public function afterSave() {
17
+ if(!Mage::getStoreConfig('mpay24/mpay24as/active'))
18
  return false;
19
 
20
+ // Mage::getConfig()->saveConfig("payment/mpay24_tokenizer/active", 0);
21
+ // Mage::getConfig()->saveConfig("payment/mpay24_eps/active", 0);
22
+ // Mage::getConfig()->saveConfig("payment/mpay24_paypal/active", 0);
23
+ Mage::getConfig()->saveConfig("payment/mpay24/active", 0);
24
+
25
  Mage::getConfig()->saveConfig("mpay24/mpay24/payments_count", 0);
26
  Mage::getConfig()->saveConfig("mpay24/mpay24/payments_error", "");
27
  Mage::getConfig()->saveConfig("mpay24/mpay24/active_payments", "");
41
 
42
  $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
43
  $result = $mPay24MagentoShop->getPaymentMethods();
44
+ $payments = array();
45
+
46
  if($result->getGeneralResponse()->getStatus() == 'OK') {
47
  Mage::getConfig()->saveConfig("mpay24/mpay24/payments_count", $result->getAll());
48
+
 
49
  $i=0;
50
+
51
  foreach($result->getBrands() as $brand) {
52
  $payments[$result->getPMethID($i)]['P_TYPE'] = $result->getPType($i);
53
  $payments[$result->getPMethID($i)]['BRAND'] = $result->getBrand($i);
54
  $payments[$result->getPMethID($i)]['DESCR'] = $result->getDescription($i);
55
+
56
  $i++;
57
+
58
  if(Mage::getStoreConfig('mpay24/mpay24as/old_merchantid') != Mage::getStoreConfig('mpay24/mpay24as/merchantid')) {
59
  Mage::getConfig()->saveConfig("payment/mpay24_ps_$i/active", 1);
60
  }
61
  }
62
+
63
+ if(!Mage::getStoreConfig('mpay24/mpay24/seamless')) {
64
+ Mage::getConfig()->saveConfig("payment/mpay24/active", 1);
65
+ } else {
66
+ Mage::getConfig()->saveConfig("mpay24/mpay24/seamless", 1);
67
+ // Mage::getConfig()->saveConfig("payment/mpay24_tokenizer/active", 1);
68
+ // Mage::getConfig()->saveConfig("payment/mpay24_eps/active", 1);
69
+ // Mage::getConfig()->saveConfig("payment/mpay24_paypal/active", 1);
70
+ Mage::getConfig()->saveConfig("payment/mpay24/active", 0);
71
+ }
72
  Mage::getConfig()->saveConfig("mpay24/mpay24/active_payments", serialize($payments));
73
  Mage::getConfig()->reinit();
74
  Mage::app()->reinitStores();
app/code/community/Mpay24/Mpay24/Model/Paypal.php ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: Paypal.php 6413 2015-07-14 12:50:34Z anna $
8
+ */
9
+
10
+ include_once Mage::getBaseDir('code')."/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php";
11
+
12
+ class Mpay24_Mpay24_Model_Paypal extends Mpay24_Mpay24_Model_Method_AcceptPayment {
13
+ protected $_code = 'mpay24_paypal';
14
+ protected $_formBlockType = 'mpay24/form_paypal';
15
+ protected $_infoBlockType = 'mpay24/info_acceptpayment';
16
+
17
+ /**
18
+ * Availability options
19
+ */
20
+ protected $_isGateway = true;
21
+ protected $_canOrder = true;
22
+ protected $_canAuthorize = true;
23
+ protected $_canCapture = true;
24
+ protected $_canCapturePartial = true;
25
+ protected $_canRefund = true;
26
+ protected $_canRefundInvoicePartial = true;
27
+ protected $_canVoid = true;
28
+ protected $_canUseInternal = true;
29
+ protected $_canUseCheckout = true;
30
+ protected $_isInitializeNeeded = true;
31
+
32
+ public function validate() {
33
+ parent::validate();
34
+ return $this;
35
+ }
36
+
37
+ /**
38
+ * Instantiate state and set it to state object
39
+ * @param string $paymentAction
40
+ * @param Varien_Object
41
+ */
42
+ public function initialize($paymentAction, $stateObject) {
43
+ switch ($paymentAction) {
44
+ case MPay24MagentoShop::PAYMENT_TYPE_AUTH:
45
+ case MPay24MagentoShop::PAYMENT_TYPE_SALE:
46
+ $payment = $this->getInfoInstance();
47
+ $order = $payment->getOrder();
48
+ $payment->setAmountAuthorized($order->getTotalDue());
49
+ $payment->setBaseAmountAuthorized($order->getBaseTotalDue());
50
+
51
+ break;
52
+ default:
53
+ break;
54
+ }
55
+
56
+ parent:: initialize($payment, $order->getTotalDue());
57
+ }
58
+ }
59
+ ?>
app/code/community/Mpay24/Mpay24/Model/Selectpayment.php CHANGED
@@ -33,10 +33,6 @@ class Mpay24_Mpay24_Model_Selectpayment extends Mpay24_Mpay24_Model_Method_Selec
33
  parent::validate();
34
  return $this;
35
  }
36
-
37
- // public function authorize(Varien_Object $payment, $amount) {
38
- // return parent::authorize($payment, $amount);
39
- // }
40
 
41
  /**
42
  * Instantiate state and set it to state object
@@ -59,120 +55,5 @@ class Mpay24_Mpay24_Model_Selectpayment extends Mpay24_Mpay24_Model_Method_Selec
59
 
60
  parent:: initialize($payment, $order->getTotalDue());
61
  }
62
-
63
- /**
64
- * Capture payment
65
- *
66
- * @param Varien_Object $orderPayment The payment object, used for the capturing
67
- * @param int $amount The amount, multiplied 100 (€ 1.00 => 100)
68
- * @return bool|Mpay24_Mpay24_Model_PaymentMethod
69
- */
70
- public function capture(Varien_Object $payment, $amount) {
71
- if($payment->getAdditionalInformation('confirmation') !== true) {
72
- $this->clearSession();
73
- $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
74
- $mPAY24Result = $mPay24MagentoShop->clearAmount($payment->getOrder()->getIncrementId(),$amount*100);
75
-
76
- if($mPAY24Result->getGeneralResponse()->getStatus() != 'OK') {
77
- Mage::log('The order was not captured: ' . $mPAY24Result->getGeneralResponse()->getReturnCode(), 10);
78
- Mage::throwException(Mage::helper('mpay24')->__("The order could not be captured! For mor information see the log files!"));
79
- return false;
80
- }
81
- }
82
-
83
- parent::capture($payment, $amount);
84
-
85
- if($payment->getOrder()->getIsNotVirtual())
86
- $s = Mage_Sales_Model_Order::STATE_PROCESSING;
87
- else
88
- $s = Mage_Sales_Model_Order::STATE_COMPLETE;
89
-
90
- if($payment->getOrder()->getState() != $s)
91
- $payment->getOrder()->addStatusToHistory($s, Mage::helper('mpay24')->__("Payment ") . Mage::helper('mpay24')->__("BILLED") .' [ ' . $payment->getOrder()->getBaseCurrencyCode() . " " .$payment->getOrder()->formatPriceTxt($amount).' ]', true)->save();
92
-
93
- return $this;
94
- }
95
-
96
- /**
97
- * Refund money
98
- *
99
- * @param Varien_Object $orderPayment The payment object, used for the refunding
100
- * @param int $amount The amount, multiplied 100 (€ 1.00 => 100)
101
- * @return bool|Mpay24_Mpay24_Model_PaymentMethod
102
- */
103
- public function refund(Varien_Object $payment, $amount) {
104
- $this->clearSession();
105
-
106
- if(!$payment->getAdditionalInformation('MIFCredit') && !$payment->getAdditionalInformation('error')) {
107
- $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
108
- $mPAY24Result = $mPay24MagentoShop->creditAmount($payment->getOrder()->getIncrementId(),$amount*100);
109
-
110
- if($mPAY24Result->getGeneralResponse()->getStatus() != 'OK') {
111
- Mage::log('The order was not refunded: ' . $mPAY24Result->getGeneralResponse()->getReturnCode(), 10);
112
- Mage::throwException(Mage::helper('mpay24')->__("The order could not be refunded! For mor information see the log files!"));
113
- return false;
114
- }
115
- }
116
-
117
- parent::refund($payment, $amount);
118
-
119
- return $this;
120
- }
121
-
122
- /**
123
- * Void a payment
124
- *
125
- * @param Varien_Object $orderPayment The payment object, used for the voiding
126
- * @return bool|Mpay24_Mpay24_Model_PaymentMethod
127
- */
128
- public function void(Varien_Object $payment) {
129
- $this->clearSession();
130
-
131
- if(!$payment->getAdditionalInformation('MIFReverse') && !$payment->getAdditionalInformation('error')) {
132
- $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
133
- $status = $mPay24MagentoShop->updateStatusToCancel($payment->getOrder()->getIncrementId());
134
-
135
- if($status != "SUSPENDED" && $status != "PENDING")
136
- $mPAY24Result = $mPay24MagentoShop->cancelTransaction($payment->getOrder()->getIncrementId());
137
-
138
- if($status != "SUSPENDED" && $status != "PENDING" && $mPAY24Result->getGeneralResponse()->getStatus() != 'OK') {
139
- Mage::log('The order was not canceled: ' . $mPAY24Result->getGeneralResponse()->getReturnCode(), 10);
140
- Mage::throwException(Mage::helper('mpay24')->__("The order could not be canceled! For mor information see the log files!"));
141
- return false;
142
- }
143
- }
144
-
145
- parent::void($payment);
146
-
147
- return $this;
148
- }
149
-
150
- /**
151
- * Cancel a payment
152
- *
153
- * @param Varien_Object $orderPayment The payment object, used for the cancelation
154
- * @return bool|Mpay24_Mpay24_Model_PaymentMethod
155
- */
156
- public function cancel(Varien_Object $payment) {
157
- $this->clearSession();
158
-
159
- if(!$payment->getAdditionalInformation('cancelButton') && !$payment->getAdditionalInformation('error')) {
160
- $mPay24MagentoShop = MPay24MagentoShop::getMPay24Api();
161
- $status = $mPay24MagentoShop->updateStatusToCancel($payment->getOrder()->getIncrementId());
162
-
163
- if($status != "SUSPENDED" && $status != "PENDING")
164
- $mPAY24Result = $mPay24MagentoShop->cancelTransaction($payment->getOrder()->getIncrementId());
165
-
166
- if($status != "SUSPENDED" && $status != "PENDING" && $mPAY24Result->getGeneralResponse()->getStatus() != 'OK') {
167
- Mage::log('The order was not canceled: ' . $mPAY24Result->getGeneralResponse()->getReturnCode(), 10);
168
- Mage::throwException(Mage::helper('mpay24')->__("The order could not be canceled! For mor information see the log files!"));
169
- return false;
170
- }
171
- }
172
-
173
- parent::cancel($payment);
174
-
175
- return $this;
176
- }
177
  }
178
  ?>
33
  parent::validate();
34
  return $this;
35
  }
 
 
 
 
36
 
37
  /**
38
  * Instantiate state and set it to state object
55
 
56
  parent:: initialize($payment, $order->getTotalDue());
57
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  }
59
  ?>
app/code/community/Mpay24/Mpay24/Model/Source/BuyerCountry.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: BuyerCountry.php 6252 2015-03-26 15:57:57Z anna $
8
+ */
9
+
10
+ class Mpay24_Mpay24_Model_Source_BuyerCountry {
11
+
12
+ /**
13
+ * Buyer country supported by mPAY24
14
+ *
15
+ * @var array
16
+ */
17
+ protected $_supportedBuyerCountryCodes = array(
18
+ 'AF ', 'AX ', 'AL ', 'DZ ', 'AS ', 'AD ', 'AO ', 'AI ', 'AQ ', 'AG ', 'AR ', 'AM ', 'AW ', 'AU ', 'AT ', 'AZ ',
19
+ 'BS ', 'BH ', 'BD ', 'BB ', 'BY ', 'BE ', 'BZ ', 'BJ ', 'BM ', 'BT ', 'BO ', 'BA ', 'BW ', 'BV ', 'BR ', 'IO ',
20
+ 'BN ', 'BG ', 'BF ', 'BI ', 'KH ', 'CM ', 'CA ', 'CV ', 'KY ', 'CF ', 'TD ', 'CL ', 'CN ', 'CX ', 'CC ', 'CO ',
21
+ 'KM ', 'CG ', 'CD ', 'CK ', 'CR ', 'CI ', 'HR ', 'CU ', 'CY ', 'CZ ', 'DK ', 'DJ ', 'DM ', 'DO ', 'EC ', 'EG ',
22
+ 'SV ', 'GQ ', 'ER ', 'EE ', 'ET ', 'FK ', 'FO ', 'FJ ', 'FI ', 'FR ', 'GF ', 'PF ', 'TF ', 'GA ', 'GM ', 'GE ',
23
+ 'DE ', 'GH ', 'GI ', 'GR ', 'GL ', 'GD ', 'GP ', 'GU ', 'GT ', 'GG ', 'GN ', 'GW ', 'GY ', 'HT ', 'HM ', 'VA ',
24
+ 'HN ', 'HK ', 'HU ', 'IS ', 'IN ', 'ID ', 'IR ', 'IQ ', 'IE ', 'IM ', 'IL ', 'IT ', 'JM ', 'JP ', 'JE ', 'JO ',
25
+ 'KZ ', 'KE ', 'KI ', 'KP ', 'KR ', 'KW ', 'KG ', 'LA ', 'LV ', 'LB ', 'LS ', 'LR ', 'LY ', 'LI ', 'LT ', 'LU ',
26
+ 'MO ', 'MK ', 'MG ', 'MW ', 'MY ', 'MV ', 'ML ', 'MT ', 'MH ', 'MQ ', 'MR ', 'MU ', 'YT ', 'MX ', 'FM ', 'MD ',
27
+ 'MC ', 'MN ', 'MS ', 'MA ', 'MZ ', 'MM ', 'NA ', 'NR ', 'NP ', 'NL ', 'AN ', 'NC ', 'NZ ', 'NI ', 'NE ', 'NG ',
28
+ 'NU ', 'NF ', 'MP ', 'NO ', 'OM ', 'PK ', 'PW ', 'PS ', 'PA ', 'PG ', 'PY ', 'PE ', 'PH ', 'PN ', 'PL ', 'PT ',
29
+ 'PR ', 'QA ', 'RE ', 'RO ', 'RU ', 'RW ', 'SH ', 'KN ', 'LC ', 'PM ', 'VC ', 'WS ', 'SM ', 'ST ', 'SA ', 'SN ',
30
+ 'CS ', 'SC ', 'SL ', 'SG ', 'SK ', 'SI ', 'SB ', 'SO ', 'ZA ', 'GS ', 'ES ', 'LK ', 'SD ', 'SR ', 'SJ ', 'SZ ',
31
+ 'SE ', 'CH ', 'SY ', 'TW ', 'TJ ', 'TZ ', 'TH ', 'TL ', 'TG ', 'TK ', 'TO ', 'TT ', 'TN ', 'TR ', 'TM ', 'TC ',
32
+ 'TV ', 'UG ', 'UA ', 'AE ', 'GB ', 'US ', 'UM ', 'UY ', 'UZ ', 'VU ', 'VE ', 'VN ', 'VG ', 'VI ', 'WF ', 'EH ',
33
+ 'YE ', 'ZM ', 'ZW'
34
+ );
35
+
36
+ public function toOptionArray($isMultiselect = false)
37
+ {
38
+ $supported = $this->getSupportedBuyerCountryCodes();
39
+ $options = Mage::getResourceModel('directory/country_collection')
40
+ ->addCountryCodeFilter($supported, 'iso2')
41
+ ->loadData()
42
+ ->toOptionArray($isMultiselect ? false : Mage::helper('adminhtml')->__('--Please Select--'));
43
+
44
+ return $options;
45
+ }
46
+
47
+ public function getSupportedBuyerCountryCodes()
48
+ {
49
+ return $this->_supportedBuyerCountryCodes;
50
+ }
51
+ }
app/code/community/Mpay24/Mpay24/Model/Source/Checkout.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: FormTemplate.php 6252 2015-03-26 15:57:57Z anna $
8
+ */
9
+ class Mpay24_Mpay24_Model_Source_Checkout {
10
+
11
+ /**
12
+ * Options getter
13
+ *
14
+ * @return array
15
+ */
16
+ public function toOptionArray() {
17
+ return array(
18
+ array('value' => 'text', 'label'=>'Text'),
19
+ array('value' => 'logo', 'label'=>'Logo'),
20
+ );
21
+ }
22
+ }
23
+ ?>
app/code/community/Mpay24/Mpay24/Model/Source/CreditCards.php ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: AllowedIPs.php 6252 2015-03-26 15:57:57Z anna $
8
+ */
9
+ class Mpay24_Mpay24_Model_Source_CreditCards {
10
+ public function toOptionArray() {
11
+ $creditCards = array();
12
+
13
+ $paymentsArray = unserialize(Mage::getStoreConfig('mpay24/mpay24/active_payments'));
14
+
15
+ foreach($paymentsArray as $key => $value)
16
+ if($value["P_TYPE"] == "CC")
17
+ array_push($creditCards, array('value' => $value["BRAND"]."=>".$value["DESCR"], 'label' => Mage::helper('mpay24')->__($value["DESCR"])));
18
+
19
+ return $creditCards;
20
+ }
21
+ }
app/code/community/Mpay24/Mpay24/Model/Tokenizer.php ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category Mpay24
4
+ * @package Mpay24_Mpay24
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: Selectpayment.php 6413 2015-07-14 12:50:34Z anna $
8
+ */
9
+
10
+ include_once Mage::getBaseDir('code')."/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php";
11
+
12
+ class Mpay24_Mpay24_Model_Tokenizer extends Mpay24_Mpay24_Model_Method_AcceptPayment {
13
+ protected $_code = 'mpay24_tokenizer';
14
+ protected $_formBlockType = 'mpay24/form_tokenizer';
15
+ protected $_infoBlockType = 'mpay24/info_acceptpayment';
16
+
17
+ /**
18
+ * Availability options
19
+ */
20
+ protected $_isGateway = true;
21
+ protected $_canOrder = true;
22
+ protected $_canAuthorize = true;
23
+ protected $_canCapture = true;
24
+ protected $_canCapturePartial = true;
25
+ protected $_canRefund = true;
26
+ protected $_canRefundInvoicePartial = true;
27
+ protected $_canVoid = true;
28
+ protected $_canUseInternal = true;
29
+ protected $_canUseCheckout = true;
30
+ protected $_isInitializeNeeded = true;
31
+
32
+ public function validate() {
33
+ parent::validate();
34
+ return $this;
35
+ }
36
+
37
+ /**
38
+ * Instantiate state and set it to state object
39
+ * @param string $paymentAction
40
+ * @param Varien_Object
41
+ */
42
+ public function initialize($paymentAction, $stateObject) {
43
+ switch ($paymentAction) {
44
+ case MPay24MagentoShop::PAYMENT_TYPE_AUTH:
45
+ case MPay24MagentoShop::PAYMENT_TYPE_SALE:
46
+ $payment = $this->getInfoInstance();
47
+ $order = $payment->getOrder();
48
+ $payment->setAmountAuthorized($order->getTotalDue());
49
+ $payment->setBaseAmountAuthorized($order->getBaseTotalDue());
50
+
51
+ break;
52
+ default:
53
+ break;
54
+ }
55
+
56
+ parent:: initialize($payment, $order->getTotalDue());
57
+ }
58
+ }
59
+ ?>
app/code/community/Mpay24/Mpay24/etc/config.xml CHANGED
@@ -5,7 +5,7 @@
5
  <config>
6
  <modules>
7
  <Mpay24_Mpay24>
8
- <version>1.6.5</version>
9
  </Mpay24_Mpay24>
10
  </modules>
11
 
@@ -27,6 +27,18 @@
27
  <class>Mpay24_Mpay24_Model</class>
28
  <resourceModel>mpay24_mysql4</resourceModel>
29
  </mpay24>
 
 
 
 
 
 
 
 
 
 
 
 
30
  <mpay24_mysql4>
31
  <class>Mpay24_Mpay24_Model_Mysql4</class>
32
  <entities>
@@ -42,6 +54,15 @@
42
  <mpay24>
43
  <class>Mpay24_Mpay24_Block</class>
44
  </mpay24>
 
 
 
 
 
 
 
 
 
45
  <sales>
46
  <rewrite>
47
  <order_totals>Mpay24_Mpay24_Block_Sales_Order_Totals</order_totals>
@@ -70,6 +91,15 @@
70
  <mpay24>
71
  <class>Mpay24_Mpay24_Helper</class>
72
  </mpay24>
 
 
 
 
 
 
 
 
 
73
  </helpers>
74
 
75
  <resources>
@@ -147,12 +177,6 @@
147
  </payment_discount>
148
  </totals>
149
  </pdf>
150
-
151
- <!-- <payment> -->
152
- <!-- <groups> -->
153
- <!-- <mpay24>mPAY24</mpay24> -->
154
- <!-- </groups> -->
155
- <!-- </payment> -->
156
  </global>
157
 
158
  <frontend>
@@ -168,6 +192,27 @@
168
  <frontName>mpay24</frontName>
169
  </args>
170
  </mpay24>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  </routers>
172
 
173
  <layout>
@@ -247,63 +292,14 @@
247
  <old_merchantid />
248
  <soap_pass backend_model="adminhtml/system_config_backend_encrypted"/>
249
  <debug>0</debug>
250
- <!-- <sofort_state>SUSPENDED</sofort_state> -->
251
  <use_proxy>0</use_proxy>
252
  <use_proxy_auth>0</use_proxy_auth>
253
  <verify_peer>1</verify_peer>
254
  <allowed_ips>213.164.23.169,213.164.25.245,127.0.0.1</allowed_ips>
255
  </mpay24as>
256
- <mpay24sporder>
257
- <style>margin-left: auto; margin-right: auto; color:#647378</style>
258
- <logostyle></logostyle>
259
- <pageheaderstyle>background-color: #FFF;margin-bottom:14px;</pageheaderstyle>
260
- <pagecaptionstyle>background-color:#FFF;background:transparent;color:#647378;padding-left:0px;</pagecaptionstyle>
261
- <pagestyle>border:1px solid #838F93;background-color:#FFF;</pagestyle>
262
- <inputfieldsstyle>background-color:#ffffff;border:1px solid #DDE1E7;padding:2px 0px;margin-bottom:5px;</inputfieldsstyle>
263
- <dropdownlistsstyle>padding:2px 0px;margin-bottom:5px;</dropdownlistsstyle>
264
- <buttonsstyle>background-color: #005AC1;border: none;color: #FFFFFF;cursor: pointer;font-size:10px;font-weight:bold;padding:5px 10px;text-transform:uppercase;</buttonsstyle>
265
- <errorsstyle>background-color: #FFF;padding: 10px 0px;</errorsstyle>
266
- <successtitlestyle>background-color: #FFF;</successtitlestyle>
267
- <errortitlestyle>background-color: #FFF;</errortitlestyle>
268
- <footerstyle></footerstyle>
269
- </mpay24sporder>
270
- <mpay24spsc>
271
- <description></description>
272
- <sc_row>Description,Quantity,ItemPrice,Price</sc_row>
273
- <sc_style></sc_style>
274
- <sc_header></sc_header>
275
- <sc_headerstyle>background-color:#FFF;margin-bottom:14px;color:#647378</sc_headerstyle>
276
- <sc_captionstyle>background-color:#FFF;background:transparent;color:#647378;padding-left:0px;font-size:14px;</sc_captionstyle>
277
- <sc_numberheader></sc_numberheader>
278
- <sc_numberstyle>width:80px;background-color:#FFF;color:#647378;border: 1px solid #838F93;text-transform:uppercase;padding:5px;text-align:center;</sc_numberstyle>
279
- <sc_productnrheader></sc_productnrheader>
280
- <sc_productnrstyle>width:80px;background-color:#FFF;color:#647378;border: 1px solid #838F93;text-transform:uppercase;padding:5px;text-align:center;</sc_productnrstyle>
281
- <sc_descriptionheader></sc_descriptionheader>
282
- <sc_descriptionstyle>width:80px;background-color:#FFF;color:#647378;border: 1px solid #838F93;text-transform:uppercase;padding:5px;text-align:center;</sc_descriptionstyle>
283
- <sc_packageheader></sc_packageheader>
284
- <sc_packagestyle>width:80px;background-color:#FFF;color:#647378;border: 1px solid #838F93;text-transform:uppercase;padding:5px;text-align:center;</sc_packagestyle>
285
- <sc_quantityheader></sc_quantityheader>
286
- <sc_quantitystyle>width:80px;background-color:#FFF;color:#647378;border: 1px solid #838F93;text-transform:uppercase;padding:5px;text-align:center;</sc_quantitystyle>
287
- <sc_itempriceheader></sc_itempriceheader>
288
- <sc_itempricestyle>width:80px;background-color:#FFF;color:#647378;border: 1px solid #838F93;text-transform:uppercase;padding:5px;text-align:center;</sc_itempricestyle>
289
- <sc_priceheader></sc_priceheader>
290
- <sc_pricestyle>width:80px;background-color:#FFF;color:#647378;border: 1px solid #838F93;text-transform:uppercase;padding:5px;text-align:center;</sc_pricestyle>
291
- <item_style1>background-color: #FFF;color: #647378; border: 1px solid #838F93;text-align:center;padding:5px 0px;</item_style1>
292
- <item_style2>background-color: #FFF;color: #327F98; border: 1px solid #838F93;text-align:center;padding:5px 0px;</item_style2>
293
- <discount_headerstyle>background-color: #FFF; color: #647378;font-weight:normal;padding:3px;</discount_headerstyle>
294
- <discount_style>background-color:#FFF;color:#647378;border:none;padding:3px 20px;</discount_style>
295
- <shipping_costs_headerstyle>background-color: #FFF; color: #647378;font-weight:normal;padding:3px;</shipping_costs_headerstyle>
296
- <shipping_costs_style>background-color:#FFF;color:#647378;border:none;padding:3px 20px;</shipping_costs_style>
297
- <tax_headerstyle>background-color:#FFF;color: #647378;padding:3px;font-weight:normal;</tax_headerstyle>
298
- <tax_style>background-color:#FFF;color:#647378;border:none;font-weight:normal;padding:3px 20px;</tax_style>
299
- <price_header></price_header>
300
- <price_headerstyle>background-color:#FFF;color: #647378;padding:3px;font-weight:normal;border-top: 1px solid #838F93;</price_headerstyle>
301
- <price_style>background-color:#FFF;color:#005AC1;border:none;padding:4px;font-weight:bold;padding:3px 20px;font-size:14px;border-top: 1px solid #838F93;</price_style>
302
- <subtotal_header></subtotal_header>
303
- <subtotal_headerstyle>background-color:#FFF;color: #647378;padding:3px;font-weight:normal;</subtotal_headerstyle>
304
- <subtotal_style>background-color:#FFF;color:#647378;border:none;font-weight:normal;padding:3px 20px;</subtotal_style>
305
- </mpay24spsc>
306
  <mpay24>
 
 
307
  <payments_active>false</payments_active>
308
  <checkout_template>onepage</checkout_template>
309
  <billingAddressMode>ReadOnly</billingAddressMode>
@@ -319,9 +315,34 @@
319
  <payments_count>0</payments_count>
320
  <payments_error></payments_error>
321
  <payment_action>authorize</payment_action>
322
- <!-- <paid_order_status>processing</paid_order_status> -->
323
- <!-- <group>mpay24</group> -->
324
  </mpay24>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  </payment>
326
  </default>
327
  </config>
5
  <config>
6
  <modules>
7
  <Mpay24_Mpay24>
8
+ <version>2.0.0</version>
9
  </Mpay24_Mpay24>
10
  </modules>
11
 
27
  <class>Mpay24_Mpay24_Model</class>
28
  <resourceModel>mpay24_mysql4</resourceModel>
29
  </mpay24>
30
+ <mpay24_tokenizer>
31
+ <class>Mpay24_Mpay24_Model</class>
32
+ <resourceModel>mpay24_mysql4</resourceModel>
33
+ </mpay24_tokenizer>
34
+ <mpay24_eps>
35
+ <class>Mpay24_Mpay24_Model</class>
36
+ <resourceModel>mpay24_mysql4</resourceModel>
37
+ </mpay24_eps>
38
+ <mpay24_paypal>
39
+ <class>Mpay24_Mpay24_Model</class>
40
+ <resourceModel>mpay24_mysql4</resourceModel>
41
+ </mpay24_paypal>
42
  <mpay24_mysql4>
43
  <class>Mpay24_Mpay24_Model_Mysql4</class>
44
  <entities>
54
  <mpay24>
55
  <class>Mpay24_Mpay24_Block</class>
56
  </mpay24>
57
+ <mpay24_tokenizer>
58
+ <class>Mpay24_Mpay24_Block</class>
59
+ </mpay24_tokenizer>
60
+ <mpay24_eps>
61
+ <class>Mpay24_Mpay24_Block</class>
62
+ </mpay24_eps>
63
+ <mpay24_paypal>
64
+ <class>Mpay24_Mpay24_Block</class>
65
+ </mpay24_paypal>
66
  <sales>
67
  <rewrite>
68
  <order_totals>Mpay24_Mpay24_Block_Sales_Order_Totals</order_totals>
91
  <mpay24>
92
  <class>Mpay24_Mpay24_Helper</class>
93
  </mpay24>
94
+ <mpay24_tokenizer>
95
+ <class>Mpay24_Mpay24_Helper</class>
96
+ </mpay24_tokenizer>
97
+ <mpay24_eps>
98
+ <class>Mpay24_Mpay24_Helper</class>
99
+ </mpay24_eps>
100
+ <mpay24_paypal>
101
+ <class>Mpay24_Mpay24_Helper</class>
102
+ </mpay24_paypal>
103
  </helpers>
104
 
105
  <resources>
177
  </payment_discount>
178
  </totals>
179
  </pdf>
 
 
 
 
 
 
180
  </global>
181
 
182
  <frontend>
192
  <frontName>mpay24</frontName>
193
  </args>
194
  </mpay24>
195
+ <mpay24_tokenizer>
196
+ <use>standard</use>
197
+ <args>
198
+ <module>Mpay24_Mpay24</module>
199
+ <frontName>mpay24_tokenizer</frontName>
200
+ </args>
201
+ </mpay24_tokenizer>
202
+ <mpay24_eps>
203
+ <use>standard</use>
204
+ <args>
205
+ <module>Mpay24_Mpay24</module>
206
+ <frontName>mpay24_eps</frontName>
207
+ </args>
208
+ </mpay24_eps>
209
+ <mpay24_paypal>
210
+ <use>standard</use>
211
+ <args>
212
+ <module>Mpay24_Mpay24</module>
213
+ <frontName>mpay24_paypal</frontName>
214
+ </args>
215
+ </mpay24_paypal>
216
  </routers>
217
 
218
  <layout>
292
  <old_merchantid />
293
  <soap_pass backend_model="adminhtml/system_config_backend_encrypted"/>
294
  <debug>0</debug>
 
295
  <use_proxy>0</use_proxy>
296
  <use_proxy_auth>0</use_proxy_auth>
297
  <verify_peer>1</verify_peer>
298
  <allowed_ips>213.164.23.169,213.164.25.245,127.0.0.1</allowed_ips>
299
  </mpay24as>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
  <mpay24>
301
+ <seamless>1</seamless>
302
+ <credit_cards>AMEX=>AMEX,DINERS=>Diners Club,JCB=>JCB,MASTERCARD=>MasterCard,VISA=>VISA</credit_cards>
303
  <payments_active>false</payments_active>
304
  <checkout_template>onepage</checkout_template>
305
  <billingAddressMode>ReadOnly</billingAddressMode>
315
  <payments_count>0</payments_count>
316
  <payments_error></payments_error>
317
  <payment_action>authorize</payment_action>
 
 
318
  </mpay24>
319
+ <mpay24_tokenizer>
320
+ <model>mpay24/tokenizer</model>
321
+ <title>logo</title>
322
+ <active_payments></active_payments>
323
+ <active_payment_types></active_payment_types>
324
+ <payments_count>0</payments_count>
325
+ <payments_error></payments_error>
326
+ <payment_action>authorize</payment_action>
327
+ </mpay24_tokenizer>
328
+ <mpay24_eps>
329
+ <model>mpay24/eps</model>
330
+ <title>logo</title>
331
+ <active_payments></active_payments>
332
+ <active_payment_types></active_payment_types>
333
+ <payments_count>0</payments_count>
334
+ <payments_error></payments_error>
335
+ <payment_action>authorize</payment_action>
336
+ </mpay24_eps>
337
+ <mpay24_paypal>
338
+ <model>mpay24/paypal</model>
339
+ <title>logo</title>
340
+ <active_payments></active_payments>
341
+ <active_payment_types></active_payment_types>
342
+ <payments_count>0</payments_count>
343
+ <payments_error></payments_error>
344
+ <payment_action>authorize</payment_action>
345
+ </mpay24_paypal>
346
  </payment>
347
  </default>
348
  </config>
app/code/community/Mpay24/Mpay24/etc/system.xml CHANGED
@@ -43,7 +43,7 @@
43
  <label>mPAY24 enabled</label>
44
  <frontend_type>select</frontend_type>
45
  <source_model>adminhtml/system_config_source_yesno</source_model>
46
- <config_path>payment/mpay24/active</config_path>
47
  <sort_order>0</sort_order>
48
  <show_in_default>1</show_in_default>
49
  <show_in_website>1</show_in_website>
@@ -107,17 +107,6 @@
107
  <show_in_store>1</show_in_store>
108
  <depends><active>1</active></depends>
109
  </debug>
110
- <!-- <sofort_state translate="label comment">
111
- <label>SOFORT Banking end-state</label>
112
- <frontend_type>select</frontend_type>
113
- <source_model>mpay24/source_sOFORTState</source_model>
114
- <sort_order>5</sort_order>
115
- <show_in_default>1</show_in_default>
116
- <show_in_website>1</show_in_website>
117
- <show_in_store>1</show_in_store>
118
- <depends><active>1</active></depends>
119
- <comment>ONLY FOR 'SOFORT Überweisung' merchants: Please contact support@mpay24.com for more information!</comment>
120
- </sofort_state> -->
121
  <use_proxy translate="label">
122
  <label>API uses proxy</label>
123
  <frontend_type>select</frontend_type>
@@ -198,1998 +187,2163 @@
198
  </fields>
199
  </mpay24as>
200
 
201
- <mpay24sporder>
202
- <label>mPAY24 Selectpayment Order Design</label>
203
  <frontend_type>text</frontend_type>
 
204
  <sort_order>2</sort_order>
205
- <expanded>0</expanded>
206
  <show_in_default>1</show_in_default>
207
  <show_in_website>1</show_in_website>
208
  <show_in_store>1</show_in_store>
209
  <fields>
210
- <style translate="label">
211
- <label>Style</label>
212
- <frontend_type>text</frontend_type>
213
- <sort_order>101</sort_order>
 
214
  <show_in_default>1</show_in_default>
215
  <show_in_website>1</show_in_website>
216
  <show_in_store>1</show_in_store>
217
- </style>
218
- <logostyle translate="label">
219
- <label>LogoStyle</label>
220
- <frontend_type>text</frontend_type>
221
- <sort_order>102</sort_order>
 
 
 
222
  <show_in_default>1</show_in_default>
223
  <show_in_website>1</show_in_website>
224
  <show_in_store>1</show_in_store>
225
- </logostyle>
226
- <pageheaderstyle translate="label">
227
- <label>PageHeaderStyle</label>
228
- <frontend_type>text</frontend_type>
229
- <sort_order>103</sort_order>
 
 
 
230
  <show_in_default>1</show_in_default>
231
  <show_in_website>1</show_in_website>
232
  <show_in_store>1</show_in_store>
233
- </pageheaderstyle>
234
- <pagecaptionstyle translate="label">
235
- <label>PageCaptionStyle</label>
236
- <frontend_type>text</frontend_type>
237
- <sort_order>104</sort_order>
 
 
238
  <show_in_default>1</show_in_default>
239
  <show_in_website>1</show_in_website>
240
  <show_in_store>1</show_in_store>
241
- </pagecaptionstyle>
242
- <pagestyle translate="label">
243
- <label>PageStyle</label>
244
- <frontend_type>text</frontend_type>
245
- <sort_order>105</sort_order>
 
 
 
246
  <show_in_default>1</show_in_default>
247
  <show_in_website>1</show_in_website>
248
- <show_in_store>1</show_in_store>
249
- </pagestyle>
250
- <inputfieldsstyle translate="label">
251
- <label>InputFieldsStyle</label>
252
- <frontend_type>text</frontend_type>
253
- <sort_order>106</sort_order>
 
 
254
  <show_in_default>1</show_in_default>
255
  <show_in_website>1</show_in_website>
256
- <show_in_store>1</show_in_store>
257
- </inputfieldsstyle>
258
- <dropdownlistsstyle translate="label">
259
- <label>DropDownListsStyle</label>
260
- <frontend_type>text</frontend_type>
261
- <sort_order>107</sort_order>
 
 
 
262
  <show_in_default>1</show_in_default>
263
  <show_in_website>1</show_in_website>
264
  <show_in_store>1</show_in_store>
265
- </dropdownlistsstyle>
266
- <buttonsstyle translate="label">
267
- <label>ButtonsStyle</label>
268
- <frontend_type>text</frontend_type>
269
- <sort_order>108</sort_order>
 
 
 
270
  <show_in_default>1</show_in_default>
271
  <show_in_website>1</show_in_website>
272
  <show_in_store>1</show_in_store>
273
- </buttonsstyle>
274
- <errorsstyle translate="label">
275
- <label>ErrorsStyle</label>
276
- <frontend_type>text</frontend_type>
277
- <sort_order>109</sort_order>
 
 
 
278
  <show_in_default>1</show_in_default>
279
  <show_in_website>1</show_in_website>
280
- <show_in_store>1</show_in_store>
281
- </errorsstyle>
282
- <successtitlestyle translate="label">
283
- <label>SuccessTitleStyle</label>
284
- <frontend_type>text</frontend_type>
285
- <sort_order>110</sort_order>
 
 
286
  <show_in_default>1</show_in_default>
287
  <show_in_website>1</show_in_website>
288
- <show_in_store>1</show_in_store>
289
- </successtitlestyle>
290
- <errortitlestyle translate="label">
291
- <label>ErrorTitleStyle</label>
292
- <frontend_type>text</frontend_type>
293
- <sort_order>111</sort_order>
 
 
 
294
  <show_in_default>1</show_in_default>
295
  <show_in_website>1</show_in_website>
296
  <show_in_store>1</show_in_store>
297
- </errortitlestyle>
298
- <footerstyle translate="label">
299
- <label>FooterStyle</label>
300
- <frontend_type>text</frontend_type>
301
- <sort_order>112</sort_order>
 
 
 
302
  <show_in_default>1</show_in_default>
303
  <show_in_website>1</show_in_website>
304
  <show_in_store>1</show_in_store>
305
- </footerstyle>
306
- </fields>
307
- </mpay24sporder>
308
-
309
- <mpay24spsc translate="label">
310
- <label>mPAY24 Selectpayment ShoppingCart Design</label>
311
- <frontend_type>text</frontend_type>
312
- <sort_order>3</sort_order>
313
- <expanded>0</expanded>
314
- <show_in_default>1</show_in_default>
315
- <show_in_website>1</show_in_website>
316
- <show_in_store>1</show_in_store>
317
- <fields>
318
- <description translate="label">
319
- <label>Description</label>
320
- <frontend_type>text</frontend_type>
321
- <sort_order>49</sort_order>
322
  <show_in_default>1</show_in_default>
323
  <show_in_website>1</show_in_website>
324
- <show_in_store>1</show_in_store>
325
- </description>
326
- <sc_row translate="label">
327
- <label>ShoppingCart Rows</label>
 
328
  <frontend_type>multiselect</frontend_type>
329
- <sort_order>50</sort_order>
330
- <source_model>mpay24/source_shoppingCartRowsAction</source_model>
331
  <show_in_default>1</show_in_default>
332
  <show_in_website>1</show_in_website>
333
- <show_in_store>1</show_in_store>
334
- </sc_row>
335
- <sc_style translate="label">
336
- <label>Style</label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  <frontend_type>text</frontend_type>
338
- <sort_order>101</sort_order>
 
 
 
 
 
 
339
  <show_in_default>1</show_in_default>
340
  <show_in_website>1</show_in_website>
341
  <show_in_store>1</show_in_store>
342
- </sc_style>
343
- <sc_header translate="label">
344
- <label>Header</label>
 
 
345
  <frontend_type>text</frontend_type>
346
- <sort_order>102</sort_order>
347
  <show_in_default>1</show_in_default>
348
  <show_in_website>1</show_in_website>
349
  <show_in_store>1</show_in_store>
350
- </sc_header>
351
- <sc_headerstyle translate="label">
352
- <label>HeaderStyle</label>
353
- <frontend_type>text</frontend_type>
354
- <sort_order>103</sort_order>
 
 
355
  <show_in_default>1</show_in_default>
356
  <show_in_website>1</show_in_website>
357
  <show_in_store>1</show_in_store>
358
- </sc_headerstyle>
359
- <sc_captionstyle translate="label">
360
- <label>CaptionStyle</label>
361
- <frontend_type>text</frontend_type>
362
- <sort_order>104</sort_order>
 
 
 
363
  <show_in_default>1</show_in_default>
364
  <show_in_website>1</show_in_website>
365
  <show_in_store>1</show_in_store>
366
- </sc_captionstyle>
367
- <sc_numberheader translate="label">
368
- <label>NumberHeader</label>
369
- <frontend_type>text</frontend_type>
370
- <sort_order>105</sort_order>
 
 
 
 
371
  <show_in_default>1</show_in_default>
372
  <show_in_website>1</show_in_website>
373
  <show_in_store>1</show_in_store>
374
- </sc_numberheader>
375
- <sc_numberstyle translate="label">
376
- <label>NumberStyle</label>
377
- <frontend_type>text</frontend_type>
378
- <sort_order>106</sort_order>
 
 
379
  <show_in_default>1</show_in_default>
380
  <show_in_website>1</show_in_website>
381
  <show_in_store>1</show_in_store>
382
- </sc_numberstyle>
383
- <sc_productnrheader translate="label">
384
- <label>ProductNrHeader</label>
 
385
  <frontend_type>text</frontend_type>
386
- <sort_order>107</sort_order>
 
387
  <show_in_default>1</show_in_default>
388
  <show_in_website>1</show_in_website>
389
  <show_in_store>1</show_in_store>
390
- </sc_productnrheader>
391
- <sc_productnrstyle translate="label">
392
- <label>ProductNrStyle</label>
393
- <frontend_type>text</frontend_type>
394
- <sort_order>108</sort_order>
 
 
 
395
  <show_in_default>1</show_in_default>
396
  <show_in_website>1</show_in_website>
397
  <show_in_store>1</show_in_store>
398
- </sc_productnrstyle>
399
- <sc_descriptionheader translate="label">
400
- <label>DescriptionHeader</label>
401
- <frontend_type>text</frontend_type>
402
- <sort_order>109</sort_order>
 
 
403
  <show_in_default>1</show_in_default>
404
  <show_in_website>1</show_in_website>
405
  <show_in_store>1</show_in_store>
406
- </sc_descriptionheader>
407
- <sc_descriptionstyle translate="label">
408
- <label>DescriptionStyle</label>
 
409
  <frontend_type>text</frontend_type>
410
- <sort_order>110</sort_order>
 
411
  <show_in_default>1</show_in_default>
412
  <show_in_website>1</show_in_website>
413
  <show_in_store>1</show_in_store>
414
- </sc_descriptionstyle>
415
- <sc_packageheader translate="label">
416
- <label>PackageHeader</label>
417
- <frontend_type>text</frontend_type>
418
- <sort_order>111</sort_order>
 
 
 
419
  <show_in_default>1</show_in_default>
420
  <show_in_website>1</show_in_website>
421
  <show_in_store>1</show_in_store>
422
- </sc_packageheader>
423
- <sc_packagestyle translate="label">
424
- <label>PackageStyle</label>
425
- <frontend_type>text</frontend_type>
426
- <sort_order>112</sort_order>
 
 
427
  <show_in_default>1</show_in_default>
428
  <show_in_website>1</show_in_website>
429
  <show_in_store>1</show_in_store>
430
- </sc_packagestyle>
431
- <sc_quantityheader translate="label">
432
- <label>QuantityHeader</label>
 
433
  <frontend_type>text</frontend_type>
434
- <sort_order>113</sort_order>
435
  <show_in_default>1</show_in_default>
436
  <show_in_website>1</show_in_website>
437
  <show_in_store>1</show_in_store>
438
- </sc_quantityheader>
439
- <sc_quantitystyle translate="label">
440
- <label>QuantityStyle</label>
441
- <frontend_type>text</frontend_type>
442
- <sort_order>114</sort_order>
 
 
 
443
  <show_in_default>1</show_in_default>
444
  <show_in_website>1</show_in_website>
445
  <show_in_store>1</show_in_store>
446
- </sc_quantitystyle>
447
- <sc_itempriceheader translate="label">
448
- <label>ItemPriceHeader</label>
449
- <frontend_type>text</frontend_type>
450
- <sort_order>115</sort_order>
 
 
451
  <show_in_default>1</show_in_default>
452
  <show_in_website>1</show_in_website>
453
  <show_in_store>1</show_in_store>
454
- </sc_itempriceheader>
455
- <sc_itempricestyle translate="label">
456
- <label>ItemPriceStyle</label>
 
457
  <frontend_type>text</frontend_type>
458
- <sort_order>116</sort_order>
459
  <show_in_default>1</show_in_default>
460
  <show_in_website>1</show_in_website>
461
  <show_in_store>1</show_in_store>
462
- </sc_itempricestyle>
463
- <sc_priceheader translate="label">
464
- <label>PriceHeader</label>
465
- <frontend_type>text</frontend_type>
466
- <sort_order>117</sort_order>
 
 
 
467
  <show_in_default>1</show_in_default>
468
  <show_in_website>1</show_in_website>
469
  <show_in_store>1</show_in_store>
470
- </sc_priceheader>
471
- <sc_pricestyle translate="label">
472
- <label>PriceStyle</label>
473
- <frontend_type>text</frontend_type>
474
- <sort_order>118</sort_order>
 
 
475
  <show_in_default>1</show_in_default>
476
  <show_in_website>1</show_in_website>
477
  <show_in_store>1</show_in_store>
478
- </sc_pricestyle>
479
- <item_style1 translate="label">
480
- <label>ItemStyle Line 1</label>
 
481
  <frontend_type>text</frontend_type>
482
- <sort_order>120</sort_order>
483
  <show_in_default>1</show_in_default>
484
  <show_in_website>1</show_in_website>
485
  <show_in_store>1</show_in_store>
486
- </item_style1>
487
- <item_style2 translate="label">
488
- <label>ItemStyle Line 2</label>
489
- <frontend_type>text</frontend_type>
490
- <sort_order>121</sort_order>
 
 
 
491
  <show_in_default>1</show_in_default>
492
  <show_in_website>1</show_in_website>
493
  <show_in_store>1</show_in_store>
494
- </item_style2>
495
- <discount_headerstyle translate="label">
496
- <label>Discount HeaderStyle</label>
497
- <frontend_type>text</frontend_type>
498
- <sort_order>123</sort_order>
 
 
499
  <show_in_default>1</show_in_default>
500
  <show_in_website>1</show_in_website>
501
  <show_in_store>1</show_in_store>
502
- </discount_headerstyle>
503
- <discount_style translate="label">
504
- <label>Discount Style</label>
 
505
  <frontend_type>text</frontend_type>
506
- <sort_order>124</sort_order>
507
  <show_in_default>1</show_in_default>
508
  <show_in_website>1</show_in_website>
509
  <show_in_store>1</show_in_store>
510
- </discount_style>
511
- <shipping_costs_headerstyle translate="label">
512
- <label>Ship.Costs HeaderStyle</label>
513
- <frontend_type>text</frontend_type>
514
- <sort_order>126</sort_order>
 
 
 
515
  <show_in_default>1</show_in_default>
516
  <show_in_website>1</show_in_website>
517
  <show_in_store>1</show_in_store>
518
- </shipping_costs_headerstyle>
519
- <shipping_costs_style translate="label">
520
- <label>Ship.Costs Style</label>
521
- <frontend_type>text</frontend_type>
522
- <sort_order>127</sort_order>
 
 
523
  <show_in_default>1</show_in_default>
524
  <show_in_website>1</show_in_website>
525
  <show_in_store>1</show_in_store>
526
- </shipping_costs_style>
527
- <tax_headerstyle translate="label">
528
- <label>Tax HeaderStyle</label>
 
529
  <frontend_type>text</frontend_type>
530
- <sort_order>129</sort_order>
531
  <show_in_default>1</show_in_default>
532
  <show_in_website>1</show_in_website>
533
  <show_in_store>1</show_in_store>
534
- </tax_headerstyle>
535
- <tax_style translate="label">
536
- <label>Tax Style</label>
537
- <frontend_type>text</frontend_type>
538
- <sort_order>130</sort_order>
 
 
 
539
  <show_in_default>1</show_in_default>
540
  <show_in_website>1</show_in_website>
541
  <show_in_store>1</show_in_store>
542
- </tax_style>
543
- <price_header translate="label">
544
- <label>Price Header</label>
545
- <frontend_type>text</frontend_type>
546
- <sort_order>132</sort_order>
 
 
547
  <show_in_default>1</show_in_default>
548
  <show_in_website>1</show_in_website>
549
  <show_in_store>1</show_in_store>
550
- </price_header>
551
- <price_headerstyle translate="label">
552
- <label>Price HeaderStyle</label>
 
553
  <frontend_type>text</frontend_type>
554
- <sort_order>133</sort_order>
555
  <show_in_default>1</show_in_default>
556
  <show_in_website>1</show_in_website>
557
  <show_in_store>1</show_in_store>
558
- </price_headerstyle>
559
- <price_style translate="label">
560
- <label>Price Style</label>
561
- <frontend_type>text</frontend_type>
562
- <sort_order>134</sort_order>
 
 
 
563
  <show_in_default>1</show_in_default>
564
  <show_in_website>1</show_in_website>
565
  <show_in_store>1</show_in_store>
566
- </price_style>
567
- <subtotal_header translate="label">
568
- <label>Subtotal Header</label>
569
- <frontend_type>text</frontend_type>
570
- <sort_order>135</sort_order>
 
 
571
  <show_in_default>1</show_in_default>
572
  <show_in_website>1</show_in_website>
573
  <show_in_store>1</show_in_store>
574
- </subtotal_header>
575
- <subtotal_headerstyle translate="label">
576
- <label>Subtotal HeaderStyle</label>
 
577
  <frontend_type>text</frontend_type>
578
- <sort_order>136</sort_order>
579
  <show_in_default>1</show_in_default>
580
  <show_in_website>1</show_in_website>
581
  <show_in_store>1</show_in_store>
582
- </subtotal_headerstyle>
583
- <subtotal_style translate="label">
584
- <label>Subtotal Style</label>
585
- <frontend_type>text</frontend_type>
586
- <sort_order>137</sort_order>
 
 
 
587
  <show_in_default>1</show_in_default>
588
  <show_in_website>1</show_in_website>
589
  <show_in_store>1</show_in_store>
590
- </subtotal_style>
591
- </fields>
592
- </mpay24spsc>
593
-
594
- <mpay24 translate="label" module="mpay24">
595
- <label>Payment systems</label>
596
- <expanded>1</expanded>
597
- <frontend_type>text</frontend_type>
598
- <frontend_model>mpay24/adminhtml_system_config_fieldset_fieldset</frontend_model>
599
- <sort_order>5</sort_order>
600
- <show_in_default>1</show_in_default>
601
- <show_in_website>1</show_in_website>
602
- <show_in_store>1</show_in_store>
603
- <fields>
604
- <active_payments>
605
- <label>Active payments</label>
606
  <frontend_type>text</frontend_type>
607
- </active_payments>
608
- <active_payment_types>
609
- <label>Active payment types</label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
610
  <frontend_type>text</frontend_type>
611
- </active_payment_types>
612
- <payments_count>
613
- <label>Payments count</label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
614
  <frontend_type>text</frontend_type>
615
- </payments_count>
616
- <payments_error>
617
- <label>Payments error</label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
618
  <frontend_type>text</frontend_type>
619
- </payments_error>
620
- <payments_active transalte="label comment">
621
- <label>Payment systems</label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  <frontend_type>select</frontend_type>
623
- <source_model>mpay24/source_paymentsActive</source_model>
624
- <sort_order>0</sort_order>
625
  <show_in_default>1</show_in_default>
626
  <show_in_website>1</show_in_website>
627
  <show_in_store>1</show_in_store>
628
- <comment>Your customers can choose the payment system in the shop only by 'Custom configuration'! The payment systems will be synchronized when the settings are saved!</comment>
629
- </payments_active>
630
- <checkout_template>
631
- <label>Checkout-Template</label>
632
  <frontend_type>text</frontend_type>
633
- <sort_order>1</sort_order>
634
  <show_in_default>1</show_in_default>
635
  <show_in_website>1</show_in_website>
636
  <show_in_store>1</show_in_store>
637
- </checkout_template>
638
- <form_template translate="label comment">
639
- <label>Payment system selection</label>
 
640
  <frontend_type>select</frontend_type>
641
- <source_model>mpay24/source_formTemplate</source_model>
642
- <sort_order>2</sort_order>
 
643
  <show_in_default>1</show_in_default>
644
  <show_in_website>1</show_in_website>
645
  <show_in_store>1</show_in_store>
646
- <comment>Choose the way the mPAY24 systems are shown in the fronend (checkout)</comment>
647
- <depends><payments_active>true</payments_active></depends>
648
- </form_template>
649
- <forced_preselection translate="label comment">
650
- <label>Forced preselection</label>
651
  <frontend_type>select</frontend_type>
652
- <source_model>adminhtml/system_config_source_yesno</source_model>
653
- <sort_order>3</sort_order>
654
  <show_in_default>1</show_in_default>
655
  <show_in_website>1</show_in_website>
656
  <show_in_store>1</show_in_store>
657
- <comment>Your customers must choose the payment system before they are forwarded to mPAY24 in order to be possible to charge the specific payment system.</comment>
658
- <depends><payments_active>true</payments_active></depends>
659
- </forced_preselection>
660
- <ps_1>
661
- <label>PS_1</label>
 
 
 
 
 
 
 
 
662
  <frontend_type>select</frontend_type>
663
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
664
- <config_path>payment/mpay24_ps_1/active</config_path>
665
- <sort_order>4</sort_order>
666
  <show_in_default>1</show_in_default>
667
  <show_in_website>1</show_in_website>
668
  <show_in_store>1</show_in_store>
669
- <depends><payments_active>true</payments_active></depends>
670
- </ps_1>
671
- <tax_type_1 translate="label">
672
  <label>Payment charge type</label>
673
  <frontend_type>select</frontend_type>
674
  <source_model>mpay24/source_paymentCharge</source_model>
675
- <sort_order>5</sort_order>
676
  <show_in_default>1</show_in_default>
677
  <show_in_website>1</show_in_website>
678
  <show_in_store>1</show_in_store>
679
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_1>1</ps_1></depends>
680
- </tax_type_1>
681
- <tax_1 translate="label">
682
  <label>Payment charge/discount</label>
683
  <frontend_type>text</frontend_type>
684
- <validate>validate-number</validate>
685
- <sort_order>6</sort_order>
686
  <show_in_default>1</show_in_default>
687
  <show_in_website>1</show_in_website>
688
  <show_in_store>1</show_in_store>
689
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_1>1</ps_1></depends>
690
- </tax_1>
691
- <ps_2>
692
- <label>PS_2</label>
693
  <frontend_type>select</frontend_type>
694
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
695
- <config_path>payment/mpay24_ps_2/active</config_path>
696
- <sort_order>7</sort_order>
697
  <show_in_default>1</show_in_default>
698
  <show_in_website>1</show_in_website>
699
  <show_in_store>1</show_in_store>
700
- <depends><payments_active>true</payments_active></depends>
701
- </ps_2>
702
- <tax_type_2 translate="label">
703
  <label>Payment charge type</label>
704
  <frontend_type>select</frontend_type>
705
  <source_model>mpay24/source_paymentCharge</source_model>
706
- <sort_order>8</sort_order>
707
  <show_in_default>1</show_in_default>
708
  <show_in_website>1</show_in_website>
709
  <show_in_store>1</show_in_store>
710
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_2>1</ps_2></depends>
711
- </tax_type_2>
712
- <tax_2 translate="label">
713
  <label>Payment charge/discount</label>
714
  <frontend_type>text</frontend_type>
715
- <sort_order>9</sort_order>
716
- <validate>validate-number</validate><sort_order>8</sort_order>
717
  <show_in_default>1</show_in_default>
718
  <show_in_website>1</show_in_website>
719
  <show_in_store>1</show_in_store>
720
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_2>1</ps_2></depends>
721
- </tax_2>
722
- <ps_3>
723
- <label>PS_3</label>
724
  <frontend_type>select</frontend_type>
725
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
726
- <config_path>payment/mpay24_ps_3/active</config_path>
727
- <sort_order>10</sort_order>
728
  <show_in_default>1</show_in_default>
729
  <show_in_website>1</show_in_website>
730
  <show_in_store>1</show_in_store>
731
- <depends><payments_active>true</payments_active></depends>
732
- </ps_3>
733
- <tax_type_3 translate="label">
734
  <label>Payment charge type</label>
735
  <frontend_type>select</frontend_type>
736
  <source_model>mpay24/source_paymentCharge</source_model>
737
- <sort_order>11</sort_order>
738
  <show_in_default>1</show_in_default>
739
  <show_in_website>1</show_in_website>
740
  <show_in_store>1</show_in_store>
741
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_3>1</ps_3></depends>
742
- </tax_type_3>
743
- <tax_3 translate="label">
744
  <label>Payment charge/discount</label>
745
  <frontend_type>text</frontend_type>
746
- <validate>validate-number</validate><sort_order>11</sort_order>
747
  <show_in_default>1</show_in_default>
748
  <show_in_website>1</show_in_website>
749
  <show_in_store>1</show_in_store>
750
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_3>1</ps_3></depends>
751
- </tax_3>
752
- <ps_4>
753
- <label>PS_4</label>
754
  <frontend_type>select</frontend_type>
755
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
756
- <config_path>payment/mpay24_ps_4/active</config_path>
757
- <sort_order>12</sort_order>
758
  <show_in_default>1</show_in_default>
759
  <show_in_website>1</show_in_website>
760
  <show_in_store>1</show_in_store>
761
- <depends><payments_active>true</payments_active></depends>
762
- </ps_4>
763
- <tax_type_4 translate="label">
764
  <label>Payment charge type</label>
765
  <frontend_type>select</frontend_type>
766
  <source_model>mpay24/source_paymentCharge</source_model>
767
- <sort_order>13</sort_order>
768
  <show_in_default>1</show_in_default>
769
  <show_in_website>1</show_in_website>
770
  <show_in_store>1</show_in_store>
771
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_4>1</ps_4></depends>
772
- </tax_type_4>
773
- <tax_4 translate="label">
774
  <label>Payment charge/discount</label>
775
  <frontend_type>text</frontend_type>
776
- <validate>validate-number</validate><sort_order>14</sort_order>
777
  <show_in_default>1</show_in_default>
778
  <show_in_website>1</show_in_website>
779
  <show_in_store>1</show_in_store>
780
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_4>1</ps_4></depends>
781
- </tax_4>
782
- <ps_5>
783
- <label>PS_5</label>
784
  <frontend_type>select</frontend_type>
785
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
786
- <config_path>payment/mpay24_ps_5/active</config_path>
787
- <sort_order>15</sort_order>
788
  <show_in_default>1</show_in_default>
789
  <show_in_website>1</show_in_website>
790
  <show_in_store>1</show_in_store>
791
- <depends><payments_active>true</payments_active></depends>
792
- </ps_5>
793
- <tax_type_5 translate="label">
794
  <label>Payment charge type</label>
795
  <frontend_type>select</frontend_type>
796
  <source_model>mpay24/source_paymentCharge</source_model>
797
- <sort_order>16</sort_order>
798
  <show_in_default>1</show_in_default>
799
  <show_in_website>1</show_in_website>
800
  <show_in_store>1</show_in_store>
801
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_5>1</ps_5></depends>
802
- </tax_type_5>
803
- <tax_5 translate="label">
804
  <label>Payment charge/discount</label>
805
  <frontend_type>text</frontend_type>
806
- <validate>validate-number</validate><sort_order>17</sort_order>
807
  <show_in_default>1</show_in_default>
808
  <show_in_website>1</show_in_website>
809
  <show_in_store>1</show_in_store>
810
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_5>1</ps_5></depends>
811
- </tax_5>
812
- <ps_6>
813
- <label>PS_6</label>
814
  <frontend_type>select</frontend_type>
815
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
816
- <config_path>payment/mpay24_ps_6/active</config_path>
817
- <sort_order>18</sort_order>
818
  <show_in_default>1</show_in_default>
819
  <show_in_website>1</show_in_website>
820
  <show_in_store>1</show_in_store>
821
- <depends><payments_active>true</payments_active></depends>
822
- </ps_6>
823
- <tax_type_6 translate="label">
824
  <label>Payment charge type</label>
825
  <frontend_type>select</frontend_type>
826
  <source_model>mpay24/source_paymentCharge</source_model>
827
- <sort_order>19</sort_order>
828
  <show_in_default>1</show_in_default>
829
  <show_in_website>1</show_in_website>
830
  <show_in_store>1</show_in_store>
831
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_6>1</ps_6></depends>
832
- </tax_type_6>
833
- <tax_6 translate="label">
834
  <label>Payment charge/discount</label>
835
  <frontend_type>text</frontend_type>
836
- <validate>validate-number</validate><sort_order>20</sort_order>
837
  <show_in_default>1</show_in_default>
838
  <show_in_website>1</show_in_website>
839
  <show_in_store>1</show_in_store>
840
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_6>1</ps_6></depends>
841
- </tax_6>
842
- <ps_7>
843
- <label>PS_7</label>
844
  <frontend_type>select</frontend_type>
845
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
846
- <config_path>payment/mpay24_ps_7/active</config_path>
847
- <sort_order>21</sort_order>
848
  <show_in_default>1</show_in_default>
849
  <show_in_website>1</show_in_website>
850
  <show_in_store>1</show_in_store>
851
- <depends><payments_active>true</payments_active></depends>
852
- </ps_7>
853
- <tax_type_7 translate="label">
854
  <label>Payment charge type</label>
855
  <frontend_type>select</frontend_type>
856
  <source_model>mpay24/source_paymentCharge</source_model>
857
- <sort_order>22</sort_order>
858
  <show_in_default>1</show_in_default>
859
  <show_in_website>1</show_in_website>
860
  <show_in_store>1</show_in_store>
861
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_7>1</ps_7></depends>
862
- </tax_type_7>
863
- <tax_7 translate="label">
864
  <label>Payment charge/discount</label>
865
  <frontend_type>text</frontend_type>
866
- <validate>validate-number</validate><sort_order>23</sort_order>
867
  <show_in_default>1</show_in_default>
868
  <show_in_website>1</show_in_website>
869
  <show_in_store>1</show_in_store>
870
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_7>1</ps_7></depends>
871
- </tax_7>
872
- <ps_8>
873
- <label>PS_8</label>
874
  <frontend_type>select</frontend_type>
875
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
876
- <config_path>payment/mpay24_ps_8/active</config_path>
877
- <sort_order>24</sort_order>
878
  <show_in_default>1</show_in_default>
879
  <show_in_website>1</show_in_website>
880
  <show_in_store>1</show_in_store>
881
- <depends><payments_active>true</payments_active></depends>
882
- </ps_8>
883
- <tax_type_8 translate="label">
884
  <label>Payment charge type</label>
885
  <frontend_type>select</frontend_type>
886
  <source_model>mpay24/source_paymentCharge</source_model>
887
- <sort_order>25</sort_order>
888
  <show_in_default>1</show_in_default>
889
  <show_in_website>1</show_in_website>
890
  <show_in_store>1</show_in_store>
891
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_8>1</ps_8></depends>
892
- </tax_type_8>
893
- <tax_8 translate="label">
894
  <label>Payment charge/discount</label>
895
  <frontend_type>text</frontend_type>
896
- <validate>validate-number</validate><sort_order>26</sort_order>
897
  <show_in_default>1</show_in_default>
898
  <show_in_website>1</show_in_website>
899
  <show_in_store>1</show_in_store>
900
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_8>1</ps_8></depends>
901
- </tax_8>
902
- <ps_9>
903
- <label>PS_9</label>
904
  <frontend_type>select</frontend_type>
905
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
906
- <config_path>payment/mpay24_ps_9/active</config_path>
907
- <sort_order>27</sort_order>
908
  <show_in_default>1</show_in_default>
909
  <show_in_website>1</show_in_website>
910
  <show_in_store>1</show_in_store>
911
- <depends><payments_active>true</payments_active></depends>
912
- </ps_9>
913
- <tax_type_9 translate="label">
914
  <label>Payment charge type</label>
915
  <frontend_type>select</frontend_type>
916
  <source_model>mpay24/source_paymentCharge</source_model>
917
- <sort_order>28</sort_order>
918
  <show_in_default>1</show_in_default>
919
  <show_in_website>1</show_in_website>
920
  <show_in_store>1</show_in_store>
921
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_9>1</ps_9></depends>
922
- </tax_type_9>
923
- <tax_9 translate="label">
924
  <label>Payment charge/discount</label>
925
  <frontend_type>text</frontend_type>
926
- <validate>validate-number</validate><sort_order>29</sort_order>
927
  <show_in_default>1</show_in_default>
928
  <show_in_website>1</show_in_website>
929
  <show_in_store>1</show_in_store>
930
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_9>1</ps_9></depends>
931
- </tax_9>
932
- <ps_10>
933
- <label>PS_10</label>
934
  <frontend_type>select</frontend_type>
935
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
936
- <config_path>payment/mpay24_ps_10/active</config_path>
937
- <sort_order>30</sort_order>
938
  <show_in_default>1</show_in_default>
939
  <show_in_website>1</show_in_website>
940
  <show_in_store>1</show_in_store>
941
- <depends><payments_active>true</payments_active></depends>
942
- </ps_10>
943
- <tax_type_10 translate="label">
944
  <label>Payment charge type</label>
945
  <frontend_type>select</frontend_type>
946
  <source_model>mpay24/source_paymentCharge</source_model>
947
- <sort_order>31</sort_order>
948
  <show_in_default>1</show_in_default>
949
  <show_in_website>1</show_in_website>
950
  <show_in_store>1</show_in_store>
951
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_10>1</ps_10></depends>
952
- </tax_type_10>
953
- <tax_10 translate="label">
954
  <label>Payment charge/discount</label>
955
  <frontend_type>text</frontend_type>
956
- <validate>validate-number</validate><sort_order>32</sort_order>
957
  <show_in_default>1</show_in_default>
958
  <show_in_website>1</show_in_website>
959
  <show_in_store>1</show_in_store>
960
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_10>1</ps_10></depends>
961
- </tax_10>
962
- <ps_11>
963
- <label>PS_11</label>
964
  <frontend_type>select</frontend_type>
965
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
966
- <config_path>payment/mpay24_ps_11/active</config_path>
967
- <sort_order>33</sort_order>
968
  <show_in_default>1</show_in_default>
969
  <show_in_website>1</show_in_website>
970
  <show_in_store>1</show_in_store>
971
- <depends><payments_active>true</payments_active></depends>
972
- </ps_11>
973
- <tax_type_11 translate="label">
974
  <label>Payment charge type</label>
975
  <frontend_type>select</frontend_type>
976
  <source_model>mpay24/source_paymentCharge</source_model>
977
- <sort_order>34</sort_order>
978
  <show_in_default>1</show_in_default>
979
  <show_in_website>1</show_in_website>
980
  <show_in_store>1</show_in_store>
981
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_11>1</ps_11></depends>
982
- </tax_type_11>
983
- <tax_11 translate="label">
984
  <label>Payment charge/discount</label>
985
  <frontend_type>text</frontend_type>
986
- <validate>validate-number</validate><sort_order>35</sort_order>
987
  <show_in_default>1</show_in_default>
988
  <show_in_website>1</show_in_website>
989
  <show_in_store>1</show_in_store>
990
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_11>1</ps_11></depends>
991
- </tax_11>
992
- <ps_12>
993
- <label>PS_12</label>
994
  <frontend_type>select</frontend_type>
995
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
996
- <config_path>payment/mpay24_ps_12/active</config_path>
997
- <sort_order>36</sort_order>
998
  <show_in_default>1</show_in_default>
999
  <show_in_website>1</show_in_website>
1000
  <show_in_store>1</show_in_store>
1001
- <depends><payments_active>true</payments_active></depends>
1002
- </ps_12>
1003
- <tax_type_12 translate="label">
1004
  <label>Payment charge type</label>
1005
  <frontend_type>select</frontend_type>
1006
  <source_model>mpay24/source_paymentCharge</source_model>
1007
- <sort_order>37</sort_order>
1008
  <show_in_default>1</show_in_default>
1009
  <show_in_website>1</show_in_website>
1010
  <show_in_store>1</show_in_store>
1011
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_12>1</ps_12></depends>
1012
- </tax_type_12>
1013
- <tax_12 translate="label">
1014
  <label>Payment charge/discount</label>
1015
  <frontend_type>text</frontend_type>
1016
- <validate>validate-number</validate><sort_order>38</sort_order>
1017
  <show_in_default>1</show_in_default>
1018
  <show_in_website>1</show_in_website>
1019
  <show_in_store>1</show_in_store>
1020
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_12>1</ps_12></depends>
1021
- </tax_12>
1022
- <ps_13>
1023
- <label>PS_13</label>
1024
  <frontend_type>select</frontend_type>
1025
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1026
- <config_path>payment/mpay24_ps_13/active</config_path>
1027
- <sort_order>39</sort_order>
1028
  <show_in_default>1</show_in_default>
1029
  <show_in_website>1</show_in_website>
1030
  <show_in_store>1</show_in_store>
1031
- <depends><payments_active>true</payments_active></depends>
1032
- </ps_13>
1033
- <tax_type_13 translate="label">
1034
  <label>Payment charge type</label>
1035
  <frontend_type>select</frontend_type>
1036
  <source_model>mpay24/source_paymentCharge</source_model>
1037
- <sort_order>40</sort_order>
1038
  <show_in_default>1</show_in_default>
1039
  <show_in_website>1</show_in_website>
1040
  <show_in_store>1</show_in_store>
1041
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_13>1</ps_13></depends>
1042
- </tax_type_13>
1043
- <tax_13 translate="label">
1044
  <label>Payment charge/discount</label>
1045
  <frontend_type>text</frontend_type>
1046
- <validate>validate-number</validate><sort_order>41</sort_order>
1047
  <show_in_default>1</show_in_default>
1048
  <show_in_website>1</show_in_website>
1049
  <show_in_store>1</show_in_store>
1050
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_13>1</ps_13></depends>
1051
- </tax_13>
1052
- <ps_14>
1053
- <label>PS_14</label>
1054
  <frontend_type>select</frontend_type>
1055
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1056
- <config_path>payment/mpay24_ps_14/active</config_path>
1057
- <sort_order>42</sort_order>
1058
  <show_in_default>1</show_in_default>
1059
  <show_in_website>1</show_in_website>
1060
  <show_in_store>1</show_in_store>
1061
- <depends><payments_active>true</payments_active></depends>
1062
- </ps_14>
1063
- <tax_type_14 translate="label">
1064
  <label>Payment charge type</label>
1065
  <frontend_type>select</frontend_type>
1066
  <source_model>mpay24/source_paymentCharge</source_model>
1067
- <sort_order>43</sort_order>
1068
  <show_in_default>1</show_in_default>
1069
  <show_in_website>1</show_in_website>
1070
  <show_in_store>1</show_in_store>
1071
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_14>1</ps_14></depends>
1072
- </tax_type_14>
1073
- <tax_14 translate="label">
1074
  <label>Payment charge/discount</label>
1075
  <frontend_type>text</frontend_type>
1076
- <validate>validate-number</validate><sort_order>44</sort_order>
1077
  <show_in_default>1</show_in_default>
1078
  <show_in_website>1</show_in_website>
1079
  <show_in_store>1</show_in_store>
1080
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_14>1</ps_14></depends>
1081
- </tax_14>
1082
- <ps_15>
1083
- <label>PS_15</label>
1084
  <frontend_type>select</frontend_type>
1085
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1086
- <config_path>payment/mpay24_ps_15/active</config_path>
1087
- <sort_order>45</sort_order>
1088
  <show_in_default>1</show_in_default>
1089
  <show_in_website>1</show_in_website>
1090
  <show_in_store>1</show_in_store>
1091
- <depends><payments_active>true</payments_active></depends>
1092
- </ps_15>
1093
- <tax_type_15 translate="label">
1094
  <label>Payment charge type</label>
1095
  <frontend_type>select</frontend_type>
1096
  <source_model>mpay24/source_paymentCharge</source_model>
1097
- <sort_order>46</sort_order>
1098
  <show_in_default>1</show_in_default>
1099
  <show_in_website>1</show_in_website>
1100
  <show_in_store>1</show_in_store>
1101
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_15>1</ps_15></depends>
1102
- </tax_type_15>
1103
- <tax_15 translate="label">
1104
  <label>Payment charge/discount</label>
1105
  <frontend_type>text</frontend_type>
1106
- <validate>validate-number</validate><sort_order>47</sort_order>
1107
  <show_in_default>1</show_in_default>
1108
  <show_in_website>1</show_in_website>
1109
  <show_in_store>1</show_in_store>
1110
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_15>1</ps_15></depends>
1111
- </tax_15>
1112
- <ps_16>
1113
- <label>PS_16</label>
1114
  <frontend_type>select</frontend_type>
1115
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1116
- <config_path>payment/mpay24_ps_16/active</config_path>
1117
- <sort_order>48</sort_order>
1118
  <show_in_default>1</show_in_default>
1119
  <show_in_website>1</show_in_website>
1120
  <show_in_store>1</show_in_store>
1121
- <depends><payments_active>true</payments_active></depends>
1122
- </ps_16>
1123
- <tax_type_16 translate="label">
1124
  <label>Payment charge type</label>
1125
  <frontend_type>select</frontend_type>
1126
  <source_model>mpay24/source_paymentCharge</source_model>
1127
- <sort_order>49</sort_order>
1128
  <show_in_default>1</show_in_default>
1129
  <show_in_website>1</show_in_website>
1130
  <show_in_store>1</show_in_store>
1131
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_16>1</ps_16></depends>
1132
- </tax_type_16>
1133
- <tax_16 translate="label">
1134
  <label>Payment charge/discount</label>
1135
  <frontend_type>text</frontend_type>
1136
- <validate>validate-number</validate><sort_order>50</sort_order>
1137
  <show_in_default>1</show_in_default>
1138
  <show_in_website>1</show_in_website>
1139
  <show_in_store>1</show_in_store>
1140
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_16>1</ps_16></depends>
1141
- </tax_16>
1142
- <ps_17>
1143
- <label>PS_17</label>
1144
  <frontend_type>select</frontend_type>
1145
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1146
- <config_path>payment/mpay24_ps_17/active</config_path>
1147
- <sort_order>51</sort_order>
1148
  <show_in_default>1</show_in_default>
1149
  <show_in_website>1</show_in_website>
1150
  <show_in_store>1</show_in_store>
1151
- <depends><payments_active>true</payments_active></depends>
1152
- </ps_17>
1153
- <tax_type_17 translate="label">
1154
  <label>Payment charge type</label>
1155
  <frontend_type>select</frontend_type>
1156
  <source_model>mpay24/source_paymentCharge</source_model>
1157
- <sort_order>52</sort_order>
1158
  <show_in_default>1</show_in_default>
1159
  <show_in_website>1</show_in_website>
1160
  <show_in_store>1</show_in_store>
1161
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_17>1</ps_17></depends>
1162
- </tax_type_17>
1163
- <tax_17 translate="label">
1164
  <label>Payment charge/discount</label>
1165
  <frontend_type>text</frontend_type>
1166
- <validate>validate-number</validate><sort_order>53</sort_order>
1167
  <show_in_default>1</show_in_default>
1168
  <show_in_website>1</show_in_website>
1169
  <show_in_store>1</show_in_store>
1170
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_17>1</ps_17></depends>
1171
- </tax_17>
1172
- <ps_18>
1173
- <label>PS_18</label>
1174
  <frontend_type>select</frontend_type>
1175
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1176
- <config_path>payment/mpay24_ps_18/active</config_path>
1177
- <sort_order>54</sort_order>
1178
  <show_in_default>1</show_in_default>
1179
  <show_in_website>1</show_in_website>
1180
  <show_in_store>1</show_in_store>
1181
- <depends><payments_active>true</payments_active></depends>
1182
- </ps_18>
1183
- <tax_type_18 translate="label">
1184
  <label>Payment charge type</label>
1185
  <frontend_type>select</frontend_type>
1186
  <source_model>mpay24/source_paymentCharge</source_model>
1187
- <sort_order>55</sort_order>
1188
  <show_in_default>1</show_in_default>
1189
  <show_in_website>1</show_in_website>
1190
  <show_in_store>1</show_in_store>
1191
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_18>1</ps_18></depends>
1192
- </tax_type_18>
1193
- <tax_18 translate="label">
1194
  <label>Payment charge/discount</label>
1195
  <frontend_type>text</frontend_type>
1196
- <validate>validate-number</validate><sort_order>56</sort_order>
1197
  <show_in_default>1</show_in_default>
1198
  <show_in_website>1</show_in_website>
1199
  <show_in_store>1</show_in_store>
1200
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_18>1</ps_18></depends>
1201
- </tax_18>
1202
- <ps_19>
1203
- <label>PS_19</label>
1204
  <frontend_type>select</frontend_type>
1205
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1206
- <config_path>payment/mpay24_ps_19/active</config_path>
1207
- <sort_order>57</sort_order>
1208
  <show_in_default>1</show_in_default>
1209
  <show_in_website>1</show_in_website>
1210
  <show_in_store>1</show_in_store>
1211
- <depends><payments_active>true</payments_active></depends>
1212
- </ps_19>
1213
- <tax_type_19 translate="label">
1214
  <label>Payment charge type</label>
1215
  <frontend_type>select</frontend_type>
1216
  <source_model>mpay24/source_paymentCharge</source_model>
1217
- <sort_order>58</sort_order>
1218
  <show_in_default>1</show_in_default>
1219
  <show_in_website>1</show_in_website>
1220
  <show_in_store>1</show_in_store>
1221
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_19>1</ps_19></depends>
1222
- </tax_type_19>
1223
- <tax_19 translate="label">
1224
  <label>Payment charge/discount</label>
1225
  <frontend_type>text</frontend_type>
1226
- <validate>validate-number</validate><sort_order>59</sort_order>
1227
  <show_in_default>1</show_in_default>
1228
  <show_in_website>1</show_in_website>
1229
  <show_in_store>1</show_in_store>
1230
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_19>1</ps_19></depends>
1231
- </tax_19>
1232
- <ps_20>
1233
- <label>PS_20</label>
1234
  <frontend_type>select</frontend_type>
1235
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1236
- <config_path>payment/mpay24_ps_20/active</config_path>
1237
- <sort_order>60</sort_order>
1238
  <show_in_default>1</show_in_default>
1239
  <show_in_website>1</show_in_website>
1240
  <show_in_store>1</show_in_store>
1241
- <depends><payments_active>true</payments_active></depends>
1242
- </ps_20>
1243
- <tax_type_20 translate="label">
1244
  <label>Payment charge type</label>
1245
  <frontend_type>select</frontend_type>
1246
  <source_model>mpay24/source_paymentCharge</source_model>
1247
- <sort_order>61</sort_order>
1248
  <show_in_default>1</show_in_default>
1249
  <show_in_website>1</show_in_website>
1250
  <show_in_store>1</show_in_store>
1251
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_20>1</ps_20></depends>
1252
- </tax_type_20>
1253
- <tax_20 translate="label">
1254
  <label>Payment charge/discount</label>
1255
  <frontend_type>text</frontend_type>
1256
- <validate>validate-number</validate><sort_order>62</sort_order>
1257
  <show_in_default>1</show_in_default>
1258
  <show_in_website>1</show_in_website>
1259
  <show_in_store>1</show_in_store>
1260
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_20>1</ps_20></depends>
1261
- </tax_20>
1262
- <ps_21>
1263
- <label>PS_21</label>
1264
  <frontend_type>select</frontend_type>
1265
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1266
- <config_path>payment/mpay24_ps_21/active</config_path>
1267
- <sort_order>63</sort_order>
1268
  <show_in_default>1</show_in_default>
1269
  <show_in_website>1</show_in_website>
1270
  <show_in_store>1</show_in_store>
1271
- <depends><payments_active>true</payments_active></depends>
1272
- </ps_21>
1273
- <tax_type_21 translate="label">
1274
  <label>Payment charge type</label>
1275
  <frontend_type>select</frontend_type>
1276
  <source_model>mpay24/source_paymentCharge</source_model>
1277
- <sort_order>64</sort_order>
1278
  <show_in_default>1</show_in_default>
1279
  <show_in_website>1</show_in_website>
1280
  <show_in_store>1</show_in_store>
1281
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_21>1</ps_21></depends>
1282
- </tax_type_21>
1283
- <tax_21 translate="label">
1284
  <label>Payment charge/discount</label>
1285
  <frontend_type>text</frontend_type>
1286
- <validate>validate-number</validate><sort_order>65</sort_order>
1287
  <show_in_default>1</show_in_default>
1288
  <show_in_website>1</show_in_website>
1289
  <show_in_store>1</show_in_store>
1290
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_21>1</ps_21></depends>
1291
- </tax_21>
1292
- <ps_22>
1293
- <label>PS_22</label>
1294
  <frontend_type>select</frontend_type>
1295
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1296
- <config_path>payment/mpay24_ps_22/active</config_path>
1297
- <sort_order>66</sort_order>
1298
  <show_in_default>1</show_in_default>
1299
  <show_in_website>1</show_in_website>
1300
  <show_in_store>1</show_in_store>
1301
- <depends><payments_active>true</payments_active></depends>
1302
- </ps_22>
1303
- <tax_type_22 translate="label">
1304
  <label>Payment charge type</label>
1305
  <frontend_type>select</frontend_type>
1306
  <source_model>mpay24/source_paymentCharge</source_model>
1307
- <sort_order>67</sort_order>
1308
  <show_in_default>1</show_in_default>
1309
  <show_in_website>1</show_in_website>
1310
  <show_in_store>1</show_in_store>
1311
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_22>1</ps_22></depends>
1312
- </tax_type_22>
1313
- <tax_22 translate="label">
1314
  <label>Payment charge/discount</label>
1315
  <frontend_type>text</frontend_type>
1316
- <validate>validate-number</validate><sort_order>68</sort_order>
1317
  <show_in_default>1</show_in_default>
1318
  <show_in_website>1</show_in_website>
1319
  <show_in_store>1</show_in_store>
1320
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_22>1</ps_22></depends>
1321
- </tax_22>
1322
- <ps_23>
1323
- <label>PS_23</label>
1324
  <frontend_type>select</frontend_type>
1325
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1326
- <config_path>payment/mpay24_ps_23/active</config_path>
1327
- <sort_order>69</sort_order>
1328
  <show_in_default>1</show_in_default>
1329
  <show_in_website>1</show_in_website>
1330
  <show_in_store>1</show_in_store>
1331
- <depends><payments_active>true</payments_active></depends>
1332
- </ps_23>
1333
- <tax_type_23 translate="label">
1334
  <label>Payment charge type</label>
1335
  <frontend_type>select</frontend_type>
1336
  <source_model>mpay24/source_paymentCharge</source_model>
1337
- <sort_order>70</sort_order>
1338
  <show_in_default>1</show_in_default>
1339
  <show_in_website>1</show_in_website>
1340
  <show_in_store>1</show_in_store>
1341
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_23>1</ps_23></depends>
1342
- </tax_type_23>
1343
- <tax_23 translate="label">
1344
  <label>Payment charge/discount</label>
1345
  <frontend_type>text</frontend_type>
1346
- <validate>validate-number</validate><sort_order>71</sort_order>
1347
  <show_in_default>1</show_in_default>
1348
  <show_in_website>1</show_in_website>
1349
  <show_in_store>1</show_in_store>
1350
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_23>1</ps_23></depends>
1351
- </tax_23>
1352
- <ps_24>
1353
- <label>PS_24</label>
1354
  <frontend_type>select</frontend_type>
1355
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1356
- <config_path>payment/mpay24_ps_24/active</config_path>
1357
- <sort_order>72</sort_order>
1358
  <show_in_default>1</show_in_default>
1359
  <show_in_website>1</show_in_website>
1360
  <show_in_store>1</show_in_store>
1361
- <depends><payments_active>true</payments_active></depends>
1362
- </ps_24>
1363
- <tax_type_24 translate="label">
1364
  <label>Payment charge type</label>
1365
  <frontend_type>select</frontend_type>
1366
  <source_model>mpay24/source_paymentCharge</source_model>
1367
- <sort_order>73</sort_order>
1368
  <show_in_default>1</show_in_default>
1369
  <show_in_website>1</show_in_website>
1370
  <show_in_store>1</show_in_store>
1371
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_24>1</ps_24></depends>
1372
- </tax_type_24>
1373
- <tax_24 translate="label">
1374
  <label>Payment charge/discount</label>
1375
  <frontend_type>text</frontend_type>
1376
- <validate>validate-number</validate><sort_order>74</sort_order>
1377
  <show_in_default>1</show_in_default>
1378
  <show_in_website>1</show_in_website>
1379
  <show_in_store>1</show_in_store>
1380
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_24>1</ps_24></depends>
1381
- </tax_24>
1382
- <ps_25>
1383
- <label>PS_25</label>
1384
  <frontend_type>select</frontend_type>
1385
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1386
- <config_path>payment/mpay24_ps_25/active</config_path>
1387
- <sort_order>75</sort_order>
1388
  <show_in_default>1</show_in_default>
1389
  <show_in_website>1</show_in_website>
1390
  <show_in_store>1</show_in_store>
1391
- <depends><payments_active>true</payments_active></depends>
1392
- </ps_25>
1393
- <tax_type_25 translate="label">
1394
  <label>Payment charge type</label>
1395
  <frontend_type>select</frontend_type>
1396
  <source_model>mpay24/source_paymentCharge</source_model>
1397
- <sort_order>76</sort_order>
1398
  <show_in_default>1</show_in_default>
1399
  <show_in_website>1</show_in_website>
1400
  <show_in_store>1</show_in_store>
1401
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_25>1</ps_25></depends>
1402
- </tax_type_25>
1403
- <tax_25 translate="label">
1404
  <label>Payment charge/discount</label>
1405
  <frontend_type>text</frontend_type>
1406
- <validate>validate-number</validate><sort_order>77</sort_order>
1407
  <show_in_default>1</show_in_default>
1408
  <show_in_website>1</show_in_website>
1409
  <show_in_store>1</show_in_store>
1410
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_25>1</ps_25></depends>
1411
- </tax_25>
1412
- <ps_26>
1413
- <label>PS_26</label>
1414
  <frontend_type>select</frontend_type>
1415
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1416
- <config_path>payment/mpay24_ps_26/active</config_path>
1417
- <sort_order>78</sort_order>
1418
  <show_in_default>1</show_in_default>
1419
  <show_in_website>1</show_in_website>
1420
  <show_in_store>1</show_in_store>
1421
- <depends><payments_active>true</payments_active></depends>
1422
- </ps_26>
1423
- <tax_type_26 translate="label">
1424
  <label>Payment charge type</label>
1425
  <frontend_type>select</frontend_type>
1426
  <source_model>mpay24/source_paymentCharge</source_model>
1427
- <sort_order>79</sort_order>
1428
  <show_in_default>1</show_in_default>
1429
  <show_in_website>1</show_in_website>
1430
  <show_in_store>1</show_in_store>
1431
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_26>1</ps_26></depends>
1432
- </tax_type_26>
1433
- <tax_26 translate="label">
1434
  <label>Payment charge/discount</label>
1435
  <frontend_type>text</frontend_type>
1436
- <validate>validate-number</validate><sort_order>80</sort_order>
1437
  <show_in_default>1</show_in_default>
1438
  <show_in_website>1</show_in_website>
1439
  <show_in_store>1</show_in_store>
1440
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_26>1</ps_26></depends>
1441
- </tax_26>
1442
- <ps_27>
1443
- <label>PS_27</label>
1444
  <frontend_type>select</frontend_type>
1445
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1446
- <config_path>payment/mpay24_ps_27/active</config_path>
1447
- <sort_order>81</sort_order>
1448
  <show_in_default>1</show_in_default>
1449
  <show_in_website>1</show_in_website>
1450
  <show_in_store>1</show_in_store>
1451
- <depends><payments_active>true</payments_active></depends>
1452
- </ps_27>
1453
- <tax_type_27 translate="label">
1454
  <label>Payment charge type</label>
1455
  <frontend_type>select</frontend_type>
1456
  <source_model>mpay24/source_paymentCharge</source_model>
1457
- <sort_order>82</sort_order>
1458
  <show_in_default>1</show_in_default>
1459
  <show_in_website>1</show_in_website>
1460
  <show_in_store>1</show_in_store>
1461
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_27>1</ps_27></depends>
1462
- </tax_type_27>
1463
- <tax_27 translate="label">
1464
  <label>Payment charge/discount</label>
1465
  <frontend_type>text</frontend_type>
1466
- <validate>validate-number</validate><sort_order>83</sort_order>
1467
  <show_in_default>1</show_in_default>
1468
  <show_in_website>1</show_in_website>
1469
  <show_in_store>1</show_in_store>
1470
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_27>1</ps_27></depends>
1471
- </tax_27>
1472
- <ps_28>
1473
- <label>PS_28</label>
1474
  <frontend_type>select</frontend_type>
1475
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1476
- <config_path>payment/mpay24_ps_28/active</config_path>
1477
- <sort_order>84</sort_order>
1478
  <show_in_default>1</show_in_default>
1479
  <show_in_website>1</show_in_website>
1480
  <show_in_store>1</show_in_store>
1481
- <depends><payments_active>true</payments_active></depends>
1482
- </ps_28>
1483
- <tax_type_28 translate="label">
1484
  <label>Payment charge type</label>
1485
  <frontend_type>select</frontend_type>
1486
  <source_model>mpay24/source_paymentCharge</source_model>
1487
- <sort_order>85</sort_order>
1488
  <show_in_default>1</show_in_default>
1489
  <show_in_website>1</show_in_website>
1490
  <show_in_store>1</show_in_store>
1491
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_28>1</ps_28></depends>
1492
- </tax_type_28>
1493
- <tax_28 translate="label">
1494
  <label>Payment charge/discount</label>
1495
  <frontend_type>text</frontend_type>
1496
- <validate>validate-number</validate><sort_order>86</sort_order>
1497
  <show_in_default>1</show_in_default>
1498
  <show_in_website>1</show_in_website>
1499
  <show_in_store>1</show_in_store>
1500
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_28>1</ps_28></depends>
1501
- </tax_28>
1502
- <ps_29>
1503
- <label>PS_29</label>
1504
  <frontend_type>select</frontend_type>
1505
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1506
- <config_path>payment/mpay24_ps_29/active</config_path>
1507
- <sort_order>87</sort_order>
1508
  <show_in_default>1</show_in_default>
1509
  <show_in_website>1</show_in_website>
1510
  <show_in_store>1</show_in_store>
1511
- <depends><payments_active>true</payments_active></depends>
1512
- </ps_29>
1513
- <tax_type_29 translate="label">
1514
  <label>Payment charge type</label>
1515
  <frontend_type>select</frontend_type>
1516
  <source_model>mpay24/source_paymentCharge</source_model>
1517
- <sort_order>88</sort_order>
1518
  <show_in_default>1</show_in_default>
1519
  <show_in_website>1</show_in_website>
1520
  <show_in_store>1</show_in_store>
1521
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_29>1</ps_29></depends>
1522
- </tax_type_29>
1523
- <tax_29 translate="label">
1524
  <label>Payment charge/discount</label>
1525
  <frontend_type>text</frontend_type>
1526
- <validate>validate-number</validate><sort_order>89</sort_order>
1527
  <show_in_default>1</show_in_default>
1528
  <show_in_website>1</show_in_website>
1529
  <show_in_store>1</show_in_store>
1530
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_29>1</ps_29></depends>
1531
- </tax_29>
1532
- <ps_30>
1533
- <label>PS_30</label>
1534
  <frontend_type>select</frontend_type>
1535
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1536
- <config_path>payment/mpay24_ps_30/active</config_path>
1537
- <sort_order>90</sort_order>
1538
  <show_in_default>1</show_in_default>
1539
  <show_in_website>1</show_in_website>
1540
  <show_in_store>1</show_in_store>
1541
- <depends><payments_active>true</payments_active></depends>
1542
- </ps_30>
1543
- <tax_type_30 translate="label">
1544
  <label>Payment charge type</label>
1545
  <frontend_type>select</frontend_type>
1546
  <source_model>mpay24/source_paymentCharge</source_model>
1547
- <sort_order>91</sort_order>
1548
  <show_in_default>1</show_in_default>
1549
  <show_in_website>1</show_in_website>
1550
  <show_in_store>1</show_in_store>
1551
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_30>1</ps_30></depends>
1552
- </tax_type_30>
1553
- <tax_30 translate="label">
1554
  <label>Payment charge/discount</label>
1555
  <frontend_type>text</frontend_type>
1556
- <validate>validate-number</validate><sort_order>92</sort_order>
1557
  <show_in_default>1</show_in_default>
1558
  <show_in_website>1</show_in_website>
1559
  <show_in_store>1</show_in_store>
1560
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_30>1</ps_30></depends>
1561
- </tax_30>
1562
- <ps_31>
1563
- <label>PS_31</label>
1564
  <frontend_type>select</frontend_type>
1565
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1566
- <config_path>payment/mpay24_ps_31/active</config_path>
1567
- <sort_order>93</sort_order>
1568
  <show_in_default>1</show_in_default>
1569
  <show_in_website>1</show_in_website>
1570
  <show_in_store>1</show_in_store>
1571
- <depends><payments_active>true</payments_active></depends>
1572
- </ps_31>
1573
- <tax_type_31 translate="label">
1574
  <label>Payment charge type</label>
1575
  <frontend_type>select</frontend_type>
1576
  <source_model>mpay24/source_paymentCharge</source_model>
1577
- <sort_order>94</sort_order>
1578
  <show_in_default>1</show_in_default>
1579
  <show_in_website>1</show_in_website>
1580
  <show_in_store>1</show_in_store>
1581
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_31>1</ps_31></depends>
1582
- </tax_type_31>
1583
- <tax_31 translate="label">
1584
  <label>Payment charge/discount</label>
1585
  <frontend_type>text</frontend_type>
1586
- <validate>validate-number</validate><sort_order>95</sort_order>
1587
  <show_in_default>1</show_in_default>
1588
  <show_in_website>1</show_in_website>
1589
  <show_in_store>1</show_in_store>
1590
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_31>1</ps_31></depends>
1591
- </tax_31>
1592
- <ps_32>
1593
- <label>PS_32</label>
1594
  <frontend_type>select</frontend_type>
1595
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1596
- <config_path>payment/mpay24_ps_32/active</config_path>
1597
- <sort_order>96</sort_order>
1598
  <show_in_default>1</show_in_default>
1599
  <show_in_website>1</show_in_website>
1600
  <show_in_store>1</show_in_store>
1601
- <depends><payments_active>true</payments_active></depends>
1602
- </ps_32>
1603
- <tax_type_32 translate="label">
1604
  <label>Payment charge type</label>
1605
  <frontend_type>select</frontend_type>
1606
  <source_model>mpay24/source_paymentCharge</source_model>
1607
- <sort_order>97</sort_order>
1608
  <show_in_default>1</show_in_default>
1609
  <show_in_website>1</show_in_website>
1610
  <show_in_store>1</show_in_store>
1611
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_32>1</ps_32></depends>
1612
- </tax_type_32>
1613
- <tax_32 translate="label">
1614
  <label>Payment charge/discount</label>
1615
  <frontend_type>text</frontend_type>
1616
- <validate>validate-number</validate><sort_order>98</sort_order>
1617
  <show_in_default>1</show_in_default>
1618
  <show_in_website>1</show_in_website>
1619
  <show_in_store>1</show_in_store>
1620
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_32>1</ps_32></depends>
1621
- </tax_32>
1622
- <ps_33>
1623
- <label>PS_33</label>
1624
  <frontend_type>select</frontend_type>
1625
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1626
- <config_path>payment/mpay24_ps_33/active</config_path>
1627
- <sort_order>99</sort_order>
1628
  <show_in_default>1</show_in_default>
1629
  <show_in_website>1</show_in_website>
1630
  <show_in_store>1</show_in_store>
1631
- <depends><payments_active>true</payments_active></depends>
1632
- </ps_33>
1633
- <tax_type_33 translate="label">
1634
  <label>Payment charge type</label>
1635
  <frontend_type>select</frontend_type>
1636
  <source_model>mpay24/source_paymentCharge</source_model>
1637
- <sort_order>100</sort_order>
1638
  <show_in_default>1</show_in_default>
1639
  <show_in_website>1</show_in_website>
1640
  <show_in_store>1</show_in_store>
1641
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_33>1</ps_33></depends>
1642
- </tax_type_33>
1643
- <tax_33 translate="label">
1644
  <label>Payment charge/discount</label>
1645
  <frontend_type>text</frontend_type>
1646
- <validate>validate-number</validate><sort_order>101</sort_order>
1647
  <show_in_default>1</show_in_default>
1648
  <show_in_website>1</show_in_website>
1649
  <show_in_store>1</show_in_store>
1650
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_33>1</ps_33></depends>
1651
- </tax_33>
1652
- <ps_34>
1653
- <label>PS_34</label>
1654
  <frontend_type>select</frontend_type>
1655
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1656
- <config_path>payment/mpay24_ps_34/active</config_path>
1657
- <sort_order>102</sort_order>
1658
  <show_in_default>1</show_in_default>
1659
  <show_in_website>1</show_in_website>
1660
  <show_in_store>1</show_in_store>
1661
- <depends><payments_active>true</payments_active></depends>
1662
- </ps_34>
1663
- <tax_type_34 translate="label">
1664
  <label>Payment charge type</label>
1665
  <frontend_type>select</frontend_type>
1666
  <source_model>mpay24/source_paymentCharge</source_model>
1667
- <sort_order>103</sort_order>
1668
  <show_in_default>1</show_in_default>
1669
  <show_in_website>1</show_in_website>
1670
  <show_in_store>1</show_in_store>
1671
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_34>1</ps_34></depends>
1672
- </tax_type_34>
1673
- <tax_34 translate="label">
1674
  <label>Payment charge/discount</label>
1675
  <frontend_type>text</frontend_type>
1676
- <validate>validate-number</validate><sort_order>104</sort_order>
1677
  <show_in_default>1</show_in_default>
1678
  <show_in_website>1</show_in_website>
1679
  <show_in_store>1</show_in_store>
1680
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_34>1</ps_34></depends>
1681
- </tax_34>
1682
- <ps_35>
1683
- <label>PS_35</label>
1684
  <frontend_type>select</frontend_type>
1685
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1686
- <config_path>payment/mpay24_ps_35/active</config_path>
1687
- <sort_order>105</sort_order>
1688
  <show_in_default>1</show_in_default>
1689
  <show_in_website>1</show_in_website>
1690
  <show_in_store>1</show_in_store>
1691
- <depends><payments_active>true</payments_active></depends>
1692
- </ps_35>
1693
- <tax_type_35 translate="label">
1694
- <label>Payment charge type</label>
1695
  <frontend_type>select</frontend_type>
1696
- <source_model>mpay24/source_paymentCharge</source_model>
1697
- <sort_order>106</sort_order>
1698
- <show_in_default>1</show_in_default>
1699
- <show_in_website>1</show_in_website>
1700
- <show_in_store>1</show_in_store>
1701
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_35>1</ps_35></depends>
1702
- </tax_type_35>
1703
- <tax_35 translate="label">
1704
- <label>Payment charge/discount</label>
1705
- <frontend_type>text</frontend_type>
1706
- <validate>validate-number</validate><sort_order>107</sort_order>
1707
  <show_in_default>1</show_in_default>
1708
  <show_in_website>1</show_in_website>
1709
  <show_in_store>1</show_in_store>
1710
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_35>1</ps_35></depends>
1711
- </tax_35>
1712
- <ps_36>
1713
- <label>PS_36</label>
 
1714
  <frontend_type>select</frontend_type>
1715
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1716
- <config_path>payment/mpay24_ps_36/active</config_path>
1717
- <sort_order>108</sort_order>
1718
  <show_in_default>1</show_in_default>
1719
  <show_in_website>1</show_in_website>
1720
  <show_in_store>1</show_in_store>
1721
- <depends><payments_active>true</payments_active></depends>
1722
- </ps_36>
1723
- <tax_type_36 translate="label">
1724
- <label>Payment charge type</label>
 
1725
  <frontend_type>select</frontend_type>
1726
- <source_model>mpay24/source_paymentCharge</source_model>
1727
- <sort_order>109</sort_order>
1728
  <show_in_default>1</show_in_default>
1729
  <show_in_website>1</show_in_website>
1730
  <show_in_store>1</show_in_store>
1731
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_36>1</ps_36></depends>
1732
- </tax_type_36>
1733
- <tax_36 translate="label">
1734
- <label>Payment charge/discount</label>
 
 
 
1735
  <frontend_type>text</frontend_type>
1736
- <validate>validate-number</validate><sort_order>110</sort_order>
1737
  <show_in_default>1</show_in_default>
1738
  <show_in_website>1</show_in_website>
1739
  <show_in_store>1</show_in_store>
1740
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_36>1</ps_36></depends>
1741
- </tax_36>
1742
- <ps_37>
1743
- <label>PS_37</label>
1744
- <frontend_type>select</frontend_type>
1745
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1746
- <config_path>payment/mpay24_ps_37/active</config_path>
1747
- <sort_order>111</sort_order>
1748
  <show_in_default>1</show_in_default>
1749
  <show_in_website>1</show_in_website>
1750
  <show_in_store>1</show_in_store>
1751
- <depends><payments_active>true</payments_active></depends>
1752
- </ps_37>
1753
- <tax_type_37 translate="label">
1754
- <label>Payment charge type</label>
1755
- <frontend_type>select</frontend_type>
1756
- <source_model>mpay24/source_paymentCharge</source_model>
1757
- <sort_order>112</sort_order>
1758
  <show_in_default>1</show_in_default>
1759
  <show_in_website>1</show_in_website>
1760
  <show_in_store>1</show_in_store>
1761
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_37>1</ps_37></depends>
1762
- </tax_type_37>
1763
- <tax_37 translate="label">
1764
- <label>Payment charge/discount</label>
1765
  <frontend_type>text</frontend_type>
1766
- <validate>validate-number</validate><sort_order>113</sort_order>
1767
  <show_in_default>1</show_in_default>
1768
  <show_in_website>1</show_in_website>
1769
  <show_in_store>1</show_in_store>
1770
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_37>1</ps_37></depends>
1771
- </tax_37>
1772
- <ps_38>
1773
- <label>PS_38</label>
1774
- <frontend_type>select</frontend_type>
1775
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1776
- <config_path>payment/mpay24_ps_38/active</config_path>
1777
- <sort_order>114</sort_order>
1778
  <show_in_default>1</show_in_default>
1779
  <show_in_website>1</show_in_website>
1780
  <show_in_store>1</show_in_store>
1781
- <depends><payments_active>true</payments_active></depends>
1782
- </ps_38>
1783
- <tax_type_38 translate="label">
1784
- <label>Payment charge type</label>
1785
- <frontend_type>select</frontend_type>
1786
- <source_model>mpay24/source_paymentCharge</source_model>
1787
- <sort_order>115</sort_order>
1788
  <show_in_default>1</show_in_default>
1789
  <show_in_website>1</show_in_website>
1790
  <show_in_store>1</show_in_store>
1791
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_38>1</ps_38></depends>
1792
- </tax_type_38>
1793
- <tax_38 translate="label">
1794
- <label>Payment charge/discount</label>
1795
  <frontend_type>text</frontend_type>
1796
- <validate>validate-number</validate><sort_order>116</sort_order>
1797
  <show_in_default>1</show_in_default>
1798
  <show_in_website>1</show_in_website>
1799
  <show_in_store>1</show_in_store>
1800
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_38>1</ps_38></depends>
1801
- </tax_38>
1802
- <ps_39>
1803
- <label>PS_39</label>
1804
- <frontend_type>select</frontend_type>
1805
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1806
- <config_path>payment/mpay24_ps_39/active</config_path>
1807
- <sort_order>117</sort_order>
1808
  <show_in_default>1</show_in_default>
1809
  <show_in_website>1</show_in_website>
1810
  <show_in_store>1</show_in_store>
1811
- <depends><payments_active>true</payments_active></depends>
1812
- </ps_39>
1813
- <tax_type_39 translate="label">
1814
- <label>Payment charge type</label>
1815
- <frontend_type>select</frontend_type>
1816
- <source_model>mpay24/source_paymentCharge</source_model>
1817
- <sort_order>118</sort_order>
1818
  <show_in_default>1</show_in_default>
1819
  <show_in_website>1</show_in_website>
1820
  <show_in_store>1</show_in_store>
1821
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_39>1</ps_39></depends>
1822
- </tax_type_39>
1823
- <tax_39 translate="label">
1824
- <label>Payment charge/discount</label>
1825
  <frontend_type>text</frontend_type>
1826
- <validate>validate-number</validate><sort_order>119</sort_order>
1827
  <show_in_default>1</show_in_default>
1828
  <show_in_website>1</show_in_website>
1829
  <show_in_store>1</show_in_store>
1830
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_39>1</ps_39></depends>
1831
- </tax_39>
1832
- <ps_40>
1833
- <label>PS_40</label>
1834
- <frontend_type>select</frontend_type>
1835
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1836
- <config_path>payment/mpay24_ps_40/active</config_path>
1837
- <sort_order>120</sort_order>
1838
  <show_in_default>1</show_in_default>
1839
  <show_in_website>1</show_in_website>
1840
  <show_in_store>1</show_in_store>
1841
- <depends><payments_active>true</payments_active></depends>
1842
- </ps_40>
1843
- <tax_type_40 translate="label">
1844
- <label>Payment charge type</label>
1845
- <frontend_type>select</frontend_type>
1846
- <source_model>mpay24/source_paymentCharge</source_model>
1847
- <sort_order>121</sort_order>
1848
  <show_in_default>1</show_in_default>
1849
  <show_in_website>1</show_in_website>
1850
  <show_in_store>1</show_in_store>
1851
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_40>1</ps_40></depends>
1852
- </tax_type_40>
1853
- <tax_40 translate="label">
1854
- <label>Payment charge/discount</label>
 
 
1855
  <frontend_type>text</frontend_type>
1856
- <validate>validate-number</validate><sort_order>122</sort_order>
1857
  <show_in_default>1</show_in_default>
1858
  <show_in_website>1</show_in_website>
1859
  <show_in_store>1</show_in_store>
1860
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_40>1</ps_40></depends>
1861
- </tax_40>
1862
- <ps_41>
1863
- <label>PS_41</label>
1864
- <frontend_type>select</frontend_type>
1865
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1866
- <config_path>payment/mpay24_ps_41/active</config_path>
1867
- <sort_order>123</sort_order>
1868
  <show_in_default>1</show_in_default>
1869
  <show_in_website>1</show_in_website>
1870
  <show_in_store>1</show_in_store>
1871
- <depends><payments_active>true</payments_active></depends>
1872
- </ps_41>
1873
- <tax_type_41 translate="label">
1874
- <label>Payment charge type</label>
1875
- <frontend_type>select</frontend_type>
1876
- <source_model>mpay24/source_paymentCharge</source_model>
1877
- <sort_order>124</sort_order>
1878
  <show_in_default>1</show_in_default>
1879
  <show_in_website>1</show_in_website>
1880
  <show_in_store>1</show_in_store>
1881
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_41>1</ps_41></depends>
1882
- </tax_type_41>
1883
- <tax_41 translate="label">
1884
- <label>Payment charge/discount</label>
1885
  <frontend_type>text</frontend_type>
1886
- <validate>validate-number</validate><sort_order>125</sort_order>
1887
  <show_in_default>1</show_in_default>
1888
  <show_in_website>1</show_in_website>
1889
  <show_in_store>1</show_in_store>
1890
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_41>1</ps_41></depends>
1891
- </tax_41>
1892
- <ps_42>
1893
- <label>PS_42</label>
1894
- <frontend_type>select</frontend_type>
1895
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1896
- <config_path>payment/mpay24_ps_42/active</config_path>
1897
- <sort_order>126</sort_order>
1898
  <show_in_default>1</show_in_default>
1899
  <show_in_website>1</show_in_website>
1900
  <show_in_store>1</show_in_store>
1901
- <depends><payments_active>true</payments_active></depends>
1902
- </ps_42>
1903
- <tax_type_42 translate="label">
1904
- <label>Payment charge type</label>
1905
- <frontend_type>select</frontend_type>
1906
- <source_model>mpay24/source_paymentCharge</source_model>
1907
- <sort_order>127</sort_order>
1908
  <show_in_default>1</show_in_default>
1909
  <show_in_website>1</show_in_website>
1910
  <show_in_store>1</show_in_store>
1911
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_42>1</ps_42></depends>
1912
- </tax_type_42>
1913
- <tax_42 translate="label">
1914
- <label>Payment charge/discount</label>
1915
  <frontend_type>text</frontend_type>
1916
- <validate>validate-number</validate><sort_order>128</sort_order>
1917
  <show_in_default>1</show_in_default>
1918
  <show_in_website>1</show_in_website>
1919
  <show_in_store>1</show_in_store>
1920
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_42>1</ps_42></depends>
1921
- </tax_42>
1922
- <ps_43>
1923
- <label>PS_43</label>
1924
- <frontend_type>select</frontend_type>
1925
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1926
- <config_path>payment/mpay24_ps_43/active</config_path>
1927
- <sort_order>129</sort_order>
1928
  <show_in_default>1</show_in_default>
1929
  <show_in_website>1</show_in_website>
1930
  <show_in_store>1</show_in_store>
1931
- <depends><payments_active>true</payments_active></depends>
1932
- </ps_43>
1933
- <tax_type_43 translate="label">
1934
- <label>Payment charge type</label>
1935
- <frontend_type>select</frontend_type>
1936
- <source_model>mpay24/source_paymentCharge</source_model>
1937
- <sort_order>130</sort_order>
1938
  <show_in_default>1</show_in_default>
1939
  <show_in_website>1</show_in_website>
1940
  <show_in_store>1</show_in_store>
1941
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_43>1</ps_43></depends>
1942
- </tax_type_43>
1943
- <tax_43 translate="label">
1944
- <label>Payment charge/discount</label>
1945
  <frontend_type>text</frontend_type>
1946
- <validate>validate-number</validate><sort_order>131</sort_order>
1947
  <show_in_default>1</show_in_default>
1948
  <show_in_website>1</show_in_website>
1949
  <show_in_store>1</show_in_store>
1950
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_43>1</ps_43></depends>
1951
- </tax_43>
1952
- <ps_44>
1953
- <label>PS_44</label>
1954
- <frontend_type>select</frontend_type>
1955
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1956
- <config_path>payment/mpay24_ps_44/active</config_path>
1957
- <sort_order>132</sort_order>
1958
  <show_in_default>1</show_in_default>
1959
  <show_in_website>1</show_in_website>
1960
  <show_in_store>1</show_in_store>
1961
- <depends><payments_active>true</payments_active></depends>
1962
- </ps_44>
1963
- <tax_type_44 translate="label">
1964
- <label>Payment charge type</label>
1965
- <frontend_type>select</frontend_type>
1966
- <source_model>mpay24/source_paymentCharge</source_model>
1967
- <sort_order>133</sort_order>
1968
  <show_in_default>1</show_in_default>
1969
  <show_in_website>1</show_in_website>
1970
  <show_in_store>1</show_in_store>
1971
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_44>1</ps_44></depends>
1972
- </tax_type_44>
1973
- <tax_44 translate="label">
1974
- <label>Payment charge/discount</label>
1975
  <frontend_type>text</frontend_type>
1976
- <validate>validate-number</validate><sort_order>134</sort_order>
1977
  <show_in_default>1</show_in_default>
1978
  <show_in_website>1</show_in_website>
1979
  <show_in_store>1</show_in_store>
1980
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_44>1</ps_44></depends>
1981
- </tax_44>
1982
- <ps_45>
1983
- <label>PS_45</label>
1984
- <frontend_type>select</frontend_type>
1985
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
1986
- <config_path>payment/mpay24_ps_45/active</config_path>
1987
- <sort_order>135</sort_order>
1988
  <show_in_default>1</show_in_default>
1989
  <show_in_website>1</show_in_website>
1990
  <show_in_store>1</show_in_store>
1991
- <depends><payments_active>true</payments_active></depends>
1992
- </ps_45>
1993
- <tax_type_45 translate="label">
1994
- <label>Payment charge type</label>
1995
- <frontend_type>select</frontend_type>
1996
- <source_model>mpay24/source_paymentCharge</source_model>
1997
- <sort_order>136</sort_order>
1998
  <show_in_default>1</show_in_default>
1999
  <show_in_website>1</show_in_website>
2000
  <show_in_store>1</show_in_store>
2001
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_45>1</ps_45></depends>
2002
- </tax_type_45>
2003
- <tax_45 translate="label">
2004
- <label>Payment charge/discount</label>
2005
  <frontend_type>text</frontend_type>
2006
- <validate>validate-number</validate><sort_order>137</sort_order>
2007
  <show_in_default>1</show_in_default>
2008
  <show_in_website>1</show_in_website>
2009
  <show_in_store>1</show_in_store>
2010
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_45>1</ps_45></depends>
2011
- </tax_45>
2012
- <ps_46>
2013
- <label>PS_46</label>
2014
- <frontend_type>select</frontend_type>
2015
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
2016
- <config_path>payment/mpay24_ps_46/active</config_path>
2017
- <sort_order>138</sort_order>
2018
  <show_in_default>1</show_in_default>
2019
  <show_in_website>1</show_in_website>
2020
  <show_in_store>1</show_in_store>
2021
- <depends><payments_active>true</payments_active></depends>
2022
- </ps_46>
2023
- <tax_type_46 translate="label">
2024
- <label>Payment charge type</label>
2025
- <frontend_type>select</frontend_type>
2026
- <source_model>mpay24/source_paymentCharge</source_model>
2027
- <sort_order>139</sort_order>
2028
  <show_in_default>1</show_in_default>
2029
  <show_in_website>1</show_in_website>
2030
  <show_in_store>1</show_in_store>
2031
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_46>1</ps_46></depends>
2032
- </tax_type_46>
2033
- <tax_46 translate="label">
2034
- <label>Payment charge/discount</label>
2035
  <frontend_type>text</frontend_type>
2036
- <validate>validate-number</validate><sort_order>140</sort_order>
2037
  <show_in_default>1</show_in_default>
2038
  <show_in_website>1</show_in_website>
2039
  <show_in_store>1</show_in_store>
2040
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_46>1</ps_46></depends>
2041
- </tax_46>
2042
- <ps_47>
2043
- <label>PS_49</label>
2044
- <frontend_type>select</frontend_type>
2045
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
2046
- <config_path>payment/mpay24_ps_47/active</config_path>
2047
- <sort_order>141</sort_order>
2048
  <show_in_default>1</show_in_default>
2049
  <show_in_website>1</show_in_website>
2050
  <show_in_store>1</show_in_store>
2051
- <depends><payments_active>true</payments_active></depends>
2052
- </ps_47>
2053
- <tax_type_47 translate="label">
2054
- <label>Payment charge type</label>
2055
- <frontend_type>select</frontend_type>
2056
- <source_model>mpay24/source_paymentCharge</source_model>
2057
- <sort_order>142</sort_order>
2058
  <show_in_default>1</show_in_default>
2059
  <show_in_website>1</show_in_website>
2060
  <show_in_store>1</show_in_store>
2061
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_47>1</ps_47></depends>
2062
- </tax_type_47>
2063
- <tax_47 translate="label">
2064
- <label>Payment charge/discount</label>
2065
  <frontend_type>text</frontend_type>
2066
- <validate>validate-number</validate><sort_order>143</sort_order>
2067
  <show_in_default>1</show_in_default>
2068
  <show_in_website>1</show_in_website>
2069
  <show_in_store>1</show_in_store>
2070
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_47>1</ps_47></depends>
2071
- </tax_47>
2072
- <ps_48>
2073
- <label>PS_48</label>
2074
- <frontend_type>select</frontend_type>
2075
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
2076
- <config_path>payment/mpay24_ps_48/active</config_path>
2077
- <sort_order>144</sort_order>
2078
  <show_in_default>1</show_in_default>
2079
  <show_in_website>1</show_in_website>
2080
  <show_in_store>1</show_in_store>
2081
- <depends><payments_active>true</payments_active></depends>
2082
- </ps_48>
2083
- <tax_type_48 translate="label">
2084
- <label>Payment charge type</label>
2085
- <frontend_type>select</frontend_type>
2086
- <source_model>mpay24/source_paymentCharge</source_model>
2087
- <sort_order>145</sort_order>
2088
  <show_in_default>1</show_in_default>
2089
  <show_in_website>1</show_in_website>
2090
  <show_in_store>1</show_in_store>
2091
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_48>1</ps_48></depends>
2092
- </tax_type_48>
2093
- <tax_48 translate="label">
2094
- <label>Payment charge/discount</label>
2095
  <frontend_type>text</frontend_type>
2096
- <validate>validate-number</validate><sort_order>146</sort_order>
2097
  <show_in_default>1</show_in_default>
2098
  <show_in_website>1</show_in_website>
2099
  <show_in_store>1</show_in_store>
2100
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_48>1</ps_48></depends>
2101
- </tax_48>
2102
- <ps_49>
2103
- <label>PS_49</label>
2104
- <frontend_type>select</frontend_type>
2105
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
2106
- <config_path>payment/mpay24_ps_49/active</config_path>
2107
- <sort_order>147</sort_order>
2108
  <show_in_default>1</show_in_default>
2109
  <show_in_website>1</show_in_website>
2110
  <show_in_store>1</show_in_store>
2111
- <depends><payments_active>true</payments_active></depends>
2112
- </ps_49>
2113
- <tax_type_49 translate="label">
2114
- <label>Payment charge type</label>
2115
- <frontend_type>select</frontend_type>
2116
- <source_model>mpay24/source_paymentCharge</source_model>
2117
- <sort_order>148</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
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_49>1</ps_49></depends>
2122
- </tax_type_49>
2123
- <tax_49 translate="label">
2124
- <label>Payment charge/discount</label>
2125
  <frontend_type>text</frontend_type>
2126
- <validate>validate-number</validate><sort_order>149</sort_order>
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
- <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_49>1</ps_49></depends>
2131
- </tax_49>
2132
- <ps_50>
2133
- <label>PS_50</label>
2134
- <frontend_type>select</frontend_type>
2135
- <source_model>adminhtml/system_config_source_enabledisable</source_model>
2136
- <config_path>payment/mpay24_ps_50/active</config_path>
2137
- <sort_order>150</sort_order>
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
- <depends><payments_active>true</payments_active></depends>
2142
- </ps_50>
2143
- <!-- <payment_action translate="label">
2144
- <label>Automatic clearing for credit card payments</label>
2145
- <frontend_type>select</frontend_type>
2146
- <source_model>mpay24/source_clearingAction</source_model>
2147
- <config_path>payment/mpay24/paid_payment_action</config_path>
2148
- <sort_order>200</sort_order>
2149
  <show_in_default>1</show_in_default>
2150
  <show_in_website>1</show_in_website>
2151
  <show_in_store>1</show_in_store>
2152
- </payment_action> -->
2153
- <!-- <paid_order_status translate="label">
2154
- <label>Status of paid orders</label>
2155
- <frontend_type>select</frontend_type>
2156
- <source_model>mpay24/source_paidOrder</source_model>
2157
- <config_path>payment/mpay24/paid_order_status</config_path>
2158
- <sort_order>210</sort_order>
2159
  <show_in_default>1</show_in_default>
2160
  <show_in_website>1</show_in_website>
2161
  <show_in_store>1</show_in_store>
2162
- </paid_order_status> -->
2163
- <billingAddressMode translate="label comment">
2164
- <label>Billing address mode</label>
2165
- <frontend_type>select</frontend_type>
2166
- <source_model>mpay24/source_billAddr</source_model>
2167
- <sort_order>220</sort_order>
2168
  <show_in_default>1</show_in_default>
2169
  <show_in_website>1</show_in_website>
2170
  <show_in_store>1</show_in_store>
2171
- <comment>The mode 'ReadWrite' will only work if the parameter 'BILLING_ADDR' was set by mPAY24. Please contact the mPAY24 Support: support@mpay24.com!</comment>
2172
- </billingAddressMode>
2173
- <show_free_products translate="label comment">
2174
- <label>Show free products</label>
2175
- <frontend_type>select</frontend_type>
2176
- <source_model>adminhtml/system_config_source_yesno</source_model>
2177
- <sort_order>230</sort_order>
2178
  <show_in_default>1</show_in_default>
2179
  <show_in_website>1</show_in_website>
2180
  <show_in_store>1</show_in_store>
2181
- <comment>Show the free 'children' products of configurable products in the mPAY24 shopping cart</comment>
2182
- </show_free_products>
2183
- <notifyForFalseNOK translate="label comment">
2184
- <label>Notifies for FALSE NOK transactions</label>
2185
- <frontend_type>select</frontend_type>
2186
- <source_model>adminhtml/system_config_source_yesno</source_model>
2187
- <sort_order>240</sort_order>
2188
  <show_in_default>1</show_in_default>
2189
  <show_in_website>1</show_in_website>
2190
  <show_in_store>1</show_in_store>
2191
- <comment>Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.</comment>
2192
- </notifyForFalseNOK>
2193
  </fields>
2194
  </mpay24>
2195
  </groups>
43
  <label>mPAY24 enabled</label>
44
  <frontend_type>select</frontend_type>
45
  <source_model>adminhtml/system_config_source_yesno</source_model>
46
+ <!-- <config_path>payment/mpay24/active</config_path> -->
47
  <sort_order>0</sort_order>
48
  <show_in_default>1</show_in_default>
49
  <show_in_website>1</show_in_website>
107
  <show_in_store>1</show_in_store>
108
  <depends><active>1</active></depends>
109
  </debug>
 
 
 
 
 
 
 
 
 
 
 
110
  <use_proxy translate="label">
111
  <label>API uses proxy</label>
112
  <frontend_type>select</frontend_type>
187
  </fields>
188
  </mpay24as>
189
 
190
+ <mpay24>
191
+ <label>mPAY24 Checkout Settings</label>
192
  <frontend_type>text</frontend_type>
193
+ <frontend_model>mpay24/adminhtml_system_config_fieldset_fieldset</frontend_model>
194
  <sort_order>2</sort_order>
195
+ <expanded>1</expanded>
196
  <show_in_default>1</show_in_default>
197
  <show_in_website>1</show_in_website>
198
  <show_in_store>1</show_in_store>
199
  <fields>
200
+ <seamless>
201
+ <label>Seamless</label>
202
+ <frontend_type>select</frontend_type>
203
+ <source_model>adminhtml/system_config_source_yesno</source_model>
204
+ <sort_order>0</sort_order>
205
  <show_in_default>1</show_in_default>
206
  <show_in_website>1</show_in_website>
207
  <show_in_store>1</show_in_store>
208
+ </seamless>
209
+
210
+ <tokenizer_active translate="label comment">
211
+ <label>Tokenizer enabled</label>
212
+ <frontend_type>select</frontend_type>
213
+ <source_model>adminhtml/system_config_source_yesno</source_model>
214
+ <config_path>payment/mpay24_tokenizer/active</config_path>
215
+ <sort_order>1</sort_order>
216
  <show_in_default>1</show_in_default>
217
  <show_in_website>1</show_in_website>
218
  <show_in_store>1</show_in_store>
219
+ <depends><seamless>1</seamless></depends>
220
+ </tokenizer_active>
221
+ <tokenizer_title>
222
+ <label>Tokenizer title</label>
223
+ <frontend_type>select</frontend_type>
224
+ <config_path>payment/mpay24_tokenizer/title</config_path>
225
+ <sort_order>2</sort_order>
226
+ <source_model>mpay24/source_checkout</source_model>
227
  <show_in_default>1</show_in_default>
228
  <show_in_website>1</show_in_website>
229
  <show_in_store>1</show_in_store>
230
+ <depends><seamless>1</seamless><tokenizer_active>1</tokenizer_active></depends>
231
+ </tokenizer_title>
232
+ <credit_cards translate="label">
233
+ <label>Allowed credit cards</label>
234
+ <frontend_type>multiselect</frontend_type>
235
+ <sort_order>3</sort_order>
236
+ <source_model>mpay24/source_creditCards</source_model>
237
  <show_in_default>1</show_in_default>
238
  <show_in_website>1</show_in_website>
239
  <show_in_store>1</show_in_store>
240
+ <depends><seamless>1</seamless><tokenizer_active>1</tokenizer_active></depends>
241
+ </credit_cards>
242
+ <tokenizer_allowspecific translate="label">
243
+ <label>Credit cards Payment Applicable From</label>
244
+ <config_path>payment/mpay24_tokenizer/allowspecific</config_path>
245
+ <frontend_type>select</frontend_type>
246
+ <source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
247
+ <sort_order>4</sort_order>
248
  <show_in_default>1</show_in_default>
249
  <show_in_website>1</show_in_website>
250
+ <depends><seamless>1</seamless><tokenizer_active>1</tokenizer_active></depends>
251
+ </tokenizer_allowspecific>
252
+ <tokenizer_specificcountry translate="label">
253
+ <label>Credit cards Countries Payment Applicable From</label>
254
+ <config_path>payment/mpay24_tokenizer/specificcountry</config_path>
255
+ <frontend_type>multiselect</frontend_type>
256
+ <source_model>mpay24/source_buyerCountry</source_model>
257
+ <sort_order>5</sort_order>
258
  <show_in_default>1</show_in_default>
259
  <show_in_website>1</show_in_website>
260
+ <depends><seamless>1</seamless><tokenizer_active>1</tokenizer_active><tokenizer_allowspecific>1</tokenizer_allowspecific></depends>
261
+ </tokenizer_specificcountry>
262
+
263
+ <eps_active translate="label comment">
264
+ <label>EPS enabled</label>
265
+ <frontend_type>select</frontend_type>
266
+ <source_model>adminhtml/system_config_source_yesno</source_model>
267
+ <config_path>payment/mpay24_eps/active</config_path>
268
+ <sort_order>10</sort_order>
269
  <show_in_default>1</show_in_default>
270
  <show_in_website>1</show_in_website>
271
  <show_in_store>1</show_in_store>
272
+ <depends><seamless>1</seamless></depends>
273
+ </eps_active>
274
+ <eps_title>
275
+ <label>EPS title</label>
276
+ <frontend_type>select</frontend_type>
277
+ <config_path>payment/mpay24_eps/title</config_path>
278
+ <sort_order>11</sort_order>
279
+ <source_model>mpay24/source_checkout</source_model>
280
  <show_in_default>1</show_in_default>
281
  <show_in_website>1</show_in_website>
282
  <show_in_store>1</show_in_store>
283
+ <depends><seamless>1</seamless><eps_active>1</eps_active></depends>
284
+ </eps_title>
285
+ <eps_allowspecific translate="label">
286
+ <label>EPS Payment Applicable From</label>
287
+ <config_path>payment/mpay24_eps/allowspecific</config_path>
288
+ <frontend_type>select</frontend_type>
289
+ <source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
290
+ <sort_order>12</sort_order>
291
  <show_in_default>1</show_in_default>
292
  <show_in_website>1</show_in_website>
293
+ <depends><seamless>1</seamless><eps_active>1</eps_active></depends>
294
+ </eps_allowspecific>
295
+ <eps_specificcountry translate="label">
296
+ <label>EPS Countries Payment Applicable From</label>
297
+ <config_path>payment/mpay24_eps/specificcountry</config_path>
298
+ <frontend_type>multiselect</frontend_type>
299
+ <source_model>mpay24/source_buyerCountry</source_model>
300
+ <sort_order>13</sort_order>
301
  <show_in_default>1</show_in_default>
302
  <show_in_website>1</show_in_website>
303
+ <depends><seamless>1</seamless><eps_active>1</eps_active><eps_allowspecific>1</eps_allowspecific></depends>
304
+ </eps_specificcountry>
305
+
306
+ <paypal_active translate="label comment">
307
+ <label>PayPal enabled</label>
308
+ <frontend_type>select</frontend_type>
309
+ <source_model>adminhtml/system_config_source_yesno</source_model>
310
+ <config_path>payment/mpay24_paypal/active</config_path>
311
+ <sort_order>20</sort_order>
312
  <show_in_default>1</show_in_default>
313
  <show_in_website>1</show_in_website>
314
  <show_in_store>1</show_in_store>
315
+ <depends><seamless>1</seamless></depends>
316
+ </paypal_active>
317
+ <paypal_title>
318
+ <label>PayPal title</label>
319
+ <frontend_type>select</frontend_type>
320
+ <config_path>payment/mpay24_paypal/title</config_path>
321
+ <sort_order>21</sort_order>
322
+ <source_model>mpay24/source_checkout</source_model>
323
  <show_in_default>1</show_in_default>
324
  <show_in_website>1</show_in_website>
325
  <show_in_store>1</show_in_store>
326
+ <depends><seamless>1</seamless><paypal_active>1</paypal_active></depends>
327
+ </paypal_title>
328
+ <paypal_allowspecific translate="label">
329
+ <label>PayPal Payment Applicable From</label>
330
+ <config_path>payment/mpay24_paypal/allowspecific</config_path>
331
+ <frontend_type>select</frontend_type>
332
+ <source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
333
+ <sort_order>22</sort_order>
 
 
 
 
 
 
 
 
 
334
  <show_in_default>1</show_in_default>
335
  <show_in_website>1</show_in_website>
336
+ <depends><seamless>1</seamless><paypal_active>1</paypal_active></depends>
337
+ </paypal_allowspecific>
338
+ <paypal_specificcountry translate="label">
339
+ <label>PayPal Countries Payment Applicable From</label>
340
+ <config_path>payment/mpay24_paypal/specificcountry</config_path>
341
  <frontend_type>multiselect</frontend_type>
342
+ <source_model>mpay24/source_buyerCountry</source_model>
343
+ <sort_order>23</sort_order>
344
  <show_in_default>1</show_in_default>
345
  <show_in_website>1</show_in_website>
346
+ <depends><seamless>1</seamless><paypal_active>1</paypal_active><paypal_allowspecific>1</paypal_allowspecific></depends>
347
+ </paypal_specificcountry>
348
+
349
+ <!-- pay page payment systems settings -->
350
+ <active_payments>
351
+ <label>Active payments</label>
352
+ <frontend_type>text</frontend_type>
353
+ <depends><seamless>0</seamless></depends>
354
+ </active_payments>
355
+ <active_payment_types>
356
+ <label>Active payment types</label>
357
+ <frontend_type>text</frontend_type>
358
+ <depends><seamless>0</seamless></depends>
359
+ </active_payment_types>
360
+ <payments_count>
361
+ <label>Payments count</label>
362
+ <frontend_type>text</frontend_type>
363
+ <depends><seamless>0</seamless></depends>
364
+ </payments_count>
365
+ <payments_error>
366
+ <label>Payments error</label>
367
  <frontend_type>text</frontend_type>
368
+ <depends><seamless>0</seamless></depends>
369
+ </payments_error>
370
+ <payments_active transalte="label comment">
371
+ <label>Payment systems</label>
372
+ <frontend_type>select</frontend_type>
373
+ <source_model>mpay24/source_paymentsActive</source_model>
374
+ <sort_order>0</sort_order>
375
  <show_in_default>1</show_in_default>
376
  <show_in_website>1</show_in_website>
377
  <show_in_store>1</show_in_store>
378
+ <depends><seamless>0</seamless></depends>
379
+ <comment>Your customers can choose the payment system in the shop only by 'Custom configuration'! The payment systems will be synchronized when the settings are saved!</comment>
380
+ </payments_active>
381
+ <checkout_template>
382
+ <label>Checkout-Template</label>
383
  <frontend_type>text</frontend_type>
384
+ <sort_order>1</sort_order>
385
  <show_in_default>1</show_in_default>
386
  <show_in_website>1</show_in_website>
387
  <show_in_store>1</show_in_store>
388
+ <depends><seamless>0</seamless></depends>
389
+ </checkout_template>
390
+ <form_template translate="label comment">
391
+ <label>Payment system selection</label>
392
+ <frontend_type>select</frontend_type>
393
+ <source_model>mpay24/source_formTemplate</source_model>
394
+ <sort_order>2</sort_order>
395
  <show_in_default>1</show_in_default>
396
  <show_in_website>1</show_in_website>
397
  <show_in_store>1</show_in_store>
398
+ <comment>Choose the way the mPAY24 systems are shown in the fronend (checkout)</comment>
399
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
400
+ </form_template>
401
+ <forced_preselection translate="label comment">
402
+ <label>Forced preselection</label>
403
+ <frontend_type>select</frontend_type>
404
+ <source_model>adminhtml/system_config_source_yesno</source_model>
405
+ <sort_order>3</sort_order>
406
  <show_in_default>1</show_in_default>
407
  <show_in_website>1</show_in_website>
408
  <show_in_store>1</show_in_store>
409
+ <comment>Your customers must choose the payment system before they are forwarded to mPAY24 in order to be possible to charge the specific payment system.</comment>
410
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
411
+ </forced_preselection>
412
+ <ps_1>
413
+ <label>PS_1</label>
414
+ <frontend_type>select</frontend_type>
415
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
416
+ <config_path>payment/mpay24_ps_1/active</config_path>
417
+ <sort_order>4</sort_order>
418
  <show_in_default>1</show_in_default>
419
  <show_in_website>1</show_in_website>
420
  <show_in_store>1</show_in_store>
421
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
422
+ </ps_1>
423
+ <tax_type_1 translate="label">
424
+ <label>Payment charge type</label>
425
+ <frontend_type>select</frontend_type>
426
+ <source_model>mpay24/source_paymentCharge</source_model>
427
+ <sort_order>5</sort_order>
428
  <show_in_default>1</show_in_default>
429
  <show_in_website>1</show_in_website>
430
  <show_in_store>1</show_in_store>
431
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_1>1</ps_1><seamless>0</seamless></depends>
432
+ </tax_type_1>
433
+ <tax_1 translate="label">
434
+ <label>Payment charge/discount</label>
435
  <frontend_type>text</frontend_type>
436
+ <validate>validate-number</validate>
437
+ <sort_order>6</sort_order>
438
  <show_in_default>1</show_in_default>
439
  <show_in_website>1</show_in_website>
440
  <show_in_store>1</show_in_store>
441
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_1>1</ps_1><seamless>0</seamless></depends>
442
+ </tax_1>
443
+ <ps_2>
444
+ <label>PS_2</label>
445
+ <frontend_type>select</frontend_type>
446
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
447
+ <config_path>payment/mpay24_ps_2/active</config_path>
448
+ <sort_order>7</sort_order>
449
  <show_in_default>1</show_in_default>
450
  <show_in_website>1</show_in_website>
451
  <show_in_store>1</show_in_store>
452
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
453
+ </ps_2>
454
+ <tax_type_2 translate="label">
455
+ <label>Payment charge type</label>
456
+ <frontend_type>select</frontend_type>
457
+ <source_model>mpay24/source_paymentCharge</source_model>
458
+ <sort_order>8</sort_order>
459
  <show_in_default>1</show_in_default>
460
  <show_in_website>1</show_in_website>
461
  <show_in_store>1</show_in_store>
462
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_2>1</ps_2><seamless>0</seamless></depends>
463
+ </tax_type_2>
464
+ <tax_2 translate="label">
465
+ <label>Payment charge/discount</label>
466
  <frontend_type>text</frontend_type>
467
+ <sort_order>9</sort_order>
468
+ <validate>validate-number</validate><sort_order>8</sort_order>
469
  <show_in_default>1</show_in_default>
470
  <show_in_website>1</show_in_website>
471
  <show_in_store>1</show_in_store>
472
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_2>1</ps_2><seamless>0</seamless></depends>
473
+ </tax_2>
474
+ <ps_3>
475
+ <label>PS_3</label>
476
+ <frontend_type>select</frontend_type>
477
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
478
+ <config_path>payment/mpay24_ps_3/active</config_path>
479
+ <sort_order>10</sort_order>
480
  <show_in_default>1</show_in_default>
481
  <show_in_website>1</show_in_website>
482
  <show_in_store>1</show_in_store>
483
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
484
+ </ps_3>
485
+ <tax_type_3 translate="label">
486
+ <label>Payment charge type</label>
487
+ <frontend_type>select</frontend_type>
488
+ <source_model>mpay24/source_paymentCharge</source_model>
489
+ <sort_order>11</sort_order>
490
  <show_in_default>1</show_in_default>
491
  <show_in_website>1</show_in_website>
492
  <show_in_store>1</show_in_store>
493
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_3>1</ps_3><seamless>0</seamless></depends>
494
+ </tax_type_3>
495
+ <tax_3 translate="label">
496
+ <label>Payment charge/discount</label>
497
  <frontend_type>text</frontend_type>
498
+ <validate>validate-number</validate><sort_order>11</sort_order>
499
  <show_in_default>1</show_in_default>
500
  <show_in_website>1</show_in_website>
501
  <show_in_store>1</show_in_store>
502
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_3>1</ps_3><seamless>0</seamless></depends>
503
+ </tax_3>
504
+ <ps_4>
505
+ <label>PS_4</label>
506
+ <frontend_type>select</frontend_type>
507
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
508
+ <config_path>payment/mpay24_ps_4/active</config_path>
509
+ <sort_order>12</sort_order>
510
  <show_in_default>1</show_in_default>
511
  <show_in_website>1</show_in_website>
512
  <show_in_store>1</show_in_store>
513
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
514
+ </ps_4>
515
+ <tax_type_4 translate="label">
516
+ <label>Payment charge type</label>
517
+ <frontend_type>select</frontend_type>
518
+ <source_model>mpay24/source_paymentCharge</source_model>
519
+ <sort_order>13</sort_order>
520
  <show_in_default>1</show_in_default>
521
  <show_in_website>1</show_in_website>
522
  <show_in_store>1</show_in_store>
523
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_4>1</ps_4><seamless>0</seamless></depends>
524
+ </tax_type_4>
525
+ <tax_4 translate="label">
526
+ <label>Payment charge/discount</label>
527
  <frontend_type>text</frontend_type>
528
+ <validate>validate-number</validate><sort_order>14</sort_order>
529
  <show_in_default>1</show_in_default>
530
  <show_in_website>1</show_in_website>
531
  <show_in_store>1</show_in_store>
532
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_4>1</ps_4><seamless>0</seamless></depends>
533
+ </tax_4>
534
+ <ps_5>
535
+ <label>PS_5</label>
536
+ <frontend_type>select</frontend_type>
537
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
538
+ <config_path>payment/mpay24_ps_5/active</config_path>
539
+ <sort_order>15</sort_order>
540
  <show_in_default>1</show_in_default>
541
  <show_in_website>1</show_in_website>
542
  <show_in_store>1</show_in_store>
543
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
544
+ </ps_5>
545
+ <tax_type_5 translate="label">
546
+ <label>Payment charge type</label>
547
+ <frontend_type>select</frontend_type>
548
+ <source_model>mpay24/source_paymentCharge</source_model>
549
+ <sort_order>16</sort_order>
550
  <show_in_default>1</show_in_default>
551
  <show_in_website>1</show_in_website>
552
  <show_in_store>1</show_in_store>
553
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_5>1</ps_5><seamless>0</seamless></depends>
554
+ </tax_type_5>
555
+ <tax_5 translate="label">
556
+ <label>Payment charge/discount</label>
557
  <frontend_type>text</frontend_type>
558
+ <validate>validate-number</validate><sort_order>17</sort_order>
559
  <show_in_default>1</show_in_default>
560
  <show_in_website>1</show_in_website>
561
  <show_in_store>1</show_in_store>
562
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_5>1</ps_5><seamless>0</seamless></depends>
563
+ </tax_5>
564
+ <ps_6>
565
+ <label>PS_6</label>
566
+ <frontend_type>select</frontend_type>
567
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
568
+ <config_path>payment/mpay24_ps_6/active</config_path>
569
+ <sort_order>18</sort_order>
570
  <show_in_default>1</show_in_default>
571
  <show_in_website>1</show_in_website>
572
  <show_in_store>1</show_in_store>
573
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
574
+ </ps_6>
575
+ <tax_type_6 translate="label">
576
+ <label>Payment charge type</label>
577
+ <frontend_type>select</frontend_type>
578
+ <source_model>mpay24/source_paymentCharge</source_model>
579
+ <sort_order>19</sort_order>
580
  <show_in_default>1</show_in_default>
581
  <show_in_website>1</show_in_website>
582
  <show_in_store>1</show_in_store>
583
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_6>1</ps_6><seamless>0</seamless></depends>
584
+ </tax_type_6>
585
+ <tax_6 translate="label">
586
+ <label>Payment charge/discount</label>
587
  <frontend_type>text</frontend_type>
588
+ <validate>validate-number</validate><sort_order>20</sort_order>
589
  <show_in_default>1</show_in_default>
590
  <show_in_website>1</show_in_website>
591
  <show_in_store>1</show_in_store>
592
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_6>1</ps_6><seamless>0</seamless></depends>
593
+ </tax_6>
594
+ <ps_7>
595
+ <label>PS_7</label>
596
+ <frontend_type>select</frontend_type>
597
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
598
+ <config_path>payment/mpay24_ps_7/active</config_path>
599
+ <sort_order>21</sort_order>
600
  <show_in_default>1</show_in_default>
601
  <show_in_website>1</show_in_website>
602
  <show_in_store>1</show_in_store>
603
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
604
+ </ps_7>
605
+ <tax_type_7 translate="label">
606
+ <label>Payment charge type</label>
607
+ <frontend_type>select</frontend_type>
608
+ <source_model>mpay24/source_paymentCharge</source_model>
609
+ <sort_order>22</sort_order>
610
  <show_in_default>1</show_in_default>
611
  <show_in_website>1</show_in_website>
612
  <show_in_store>1</show_in_store>
613
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_7>1</ps_7><seamless>0</seamless></depends>
614
+ </tax_type_7>
615
+ <tax_7 translate="label">
616
+ <label>Payment charge/discount</label>
617
  <frontend_type>text</frontend_type>
618
+ <validate>validate-number</validate><sort_order>23</sort_order>
619
  <show_in_default>1</show_in_default>
620
  <show_in_website>1</show_in_website>
621
  <show_in_store>1</show_in_store>
622
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_7>1</ps_7><seamless>0</seamless></depends>
623
+ </tax_7>
624
+ <ps_8>
625
+ <label>PS_8</label>
626
+ <frontend_type>select</frontend_type>
627
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
628
+ <config_path>payment/mpay24_ps_8/active</config_path>
629
+ <sort_order>24</sort_order>
630
  <show_in_default>1</show_in_default>
631
  <show_in_website>1</show_in_website>
632
  <show_in_store>1</show_in_store>
633
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
634
+ </ps_8>
635
+ <tax_type_8 translate="label">
636
+ <label>Payment charge type</label>
637
+ <frontend_type>select</frontend_type>
638
+ <source_model>mpay24/source_paymentCharge</source_model>
639
+ <sort_order>25</sort_order>
640
  <show_in_default>1</show_in_default>
641
  <show_in_website>1</show_in_website>
642
  <show_in_store>1</show_in_store>
643
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_8>1</ps_8><seamless>0</seamless></depends>
644
+ </tax_type_8>
645
+ <tax_8 translate="label">
646
+ <label>Payment charge/discount</label>
647
  <frontend_type>text</frontend_type>
648
+ <validate>validate-number</validate><sort_order>26</sort_order>
649
  <show_in_default>1</show_in_default>
650
  <show_in_website>1</show_in_website>
651
  <show_in_store>1</show_in_store>
652
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_8>1</ps_8><seamless>0</seamless></depends>
653
+ </tax_8>
654
+ <ps_9>
655
+ <label>PS_9</label>
656
+ <frontend_type>select</frontend_type>
657
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
658
+ <config_path>payment/mpay24_ps_9/active</config_path>
659
+ <sort_order>27</sort_order>
660
  <show_in_default>1</show_in_default>
661
  <show_in_website>1</show_in_website>
662
  <show_in_store>1</show_in_store>
663
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
664
+ </ps_9>
665
+ <tax_type_9 translate="label">
666
+ <label>Payment charge type</label>
667
+ <frontend_type>select</frontend_type>
668
+ <source_model>mpay24/source_paymentCharge</source_model>
669
+ <sort_order>28</sort_order>
670
  <show_in_default>1</show_in_default>
671
  <show_in_website>1</show_in_website>
672
  <show_in_store>1</show_in_store>
673
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_9>1</ps_9><seamless>0</seamless></depends>
674
+ </tax_type_9>
675
+ <tax_9 translate="label">
676
+ <label>Payment charge/discount</label>
677
  <frontend_type>text</frontend_type>
678
+ <validate>validate-number</validate><sort_order>29</sort_order>
679
  <show_in_default>1</show_in_default>
680
  <show_in_website>1</show_in_website>
681
  <show_in_store>1</show_in_store>
682
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_9>1</ps_9><seamless>0</seamless></depends>
683
+ </tax_9>
684
+ <ps_10>
685
+ <label>PS_10</label>
686
+ <frontend_type>select</frontend_type>
687
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
688
+ <config_path>payment/mpay24_ps_10/active</config_path>
689
+ <sort_order>30</sort_order>
690
  <show_in_default>1</show_in_default>
691
  <show_in_website>1</show_in_website>
692
  <show_in_store>1</show_in_store>
693
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
694
+ </ps_10>
695
+ <tax_type_10 translate="label">
696
+ <label>Payment charge type</label>
697
+ <frontend_type>select</frontend_type>
698
+ <source_model>mpay24/source_paymentCharge</source_model>
699
+ <sort_order>31</sort_order>
700
+ <show_in_default>1</show_in_default>
701
+ <show_in_website>1</show_in_website>
702
+ <show_in_store>1</show_in_store>
703
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_10>1</ps_10><seamless>0</seamless></depends>
704
+ </tax_type_10>
705
+ <tax_10 translate="label">
706
+ <label>Payment charge/discount</label>
 
 
707
  <frontend_type>text</frontend_type>
708
+ <validate>validate-number</validate><sort_order>32</sort_order>
709
+ <show_in_default>1</show_in_default>
710
+ <show_in_website>1</show_in_website>
711
+ <show_in_store>1</show_in_store>
712
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_10>1</ps_10><seamless>0</seamless></depends>
713
+ </tax_10>
714
+ <ps_11>
715
+ <label>PS_11</label>
716
+ <frontend_type>select</frontend_type>
717
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
718
+ <config_path>payment/mpay24_ps_11/active</config_path>
719
+ <sort_order>33</sort_order>
720
+ <show_in_default>1</show_in_default>
721
+ <show_in_website>1</show_in_website>
722
+ <show_in_store>1</show_in_store>
723
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
724
+ </ps_11>
725
+ <tax_type_11 translate="label">
726
+ <label>Payment charge type</label>
727
+ <frontend_type>select</frontend_type>
728
+ <source_model>mpay24/source_paymentCharge</source_model>
729
+ <sort_order>34</sort_order>
730
+ <show_in_default>1</show_in_default>
731
+ <show_in_website>1</show_in_website>
732
+ <show_in_store>1</show_in_store>
733
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_11>1</ps_11><seamless>0</seamless></depends>
734
+ </tax_type_11>
735
+ <tax_11 translate="label">
736
+ <label>Payment charge/discount</label>
737
  <frontend_type>text</frontend_type>
738
+ <validate>validate-number</validate><sort_order>35</sort_order>
739
+ <show_in_default>1</show_in_default>
740
+ <show_in_website>1</show_in_website>
741
+ <show_in_store>1</show_in_store>
742
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_11>1</ps_11><seamless>0</seamless></depends>
743
+ </tax_11>
744
+ <ps_12>
745
+ <label>PS_12</label>
746
+ <frontend_type>select</frontend_type>
747
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
748
+ <config_path>payment/mpay24_ps_12/active</config_path>
749
+ <sort_order>36</sort_order>
750
+ <show_in_default>1</show_in_default>
751
+ <show_in_website>1</show_in_website>
752
+ <show_in_store>1</show_in_store>
753
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
754
+ </ps_12>
755
+ <tax_type_12 translate="label">
756
+ <label>Payment charge type</label>
757
+ <frontend_type>select</frontend_type>
758
+ <source_model>mpay24/source_paymentCharge</source_model>
759
+ <sort_order>37</sort_order>
760
+ <show_in_default>1</show_in_default>
761
+ <show_in_website>1</show_in_website>
762
+ <show_in_store>1</show_in_store>
763
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_12>1</ps_12><seamless>0</seamless></depends>
764
+ </tax_type_12>
765
+ <tax_12 translate="label">
766
+ <label>Payment charge/discount</label>
767
  <frontend_type>text</frontend_type>
768
+ <validate>validate-number</validate><sort_order>38</sort_order>
769
+ <show_in_default>1</show_in_default>
770
+ <show_in_website>1</show_in_website>
771
+ <show_in_store>1</show_in_store>
772
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_12>1</ps_12><seamless>0</seamless></depends>
773
+ </tax_12>
774
+ <ps_13>
775
+ <label>PS_13</label>
776
+ <frontend_type>select</frontend_type>
777
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
778
+ <config_path>payment/mpay24_ps_13/active</config_path>
779
+ <sort_order>39</sort_order>
780
+ <show_in_default>1</show_in_default>
781
+ <show_in_website>1</show_in_website>
782
+ <show_in_store>1</show_in_store>
783
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
784
+ </ps_13>
785
+ <tax_type_13 translate="label">
786
+ <label>Payment charge type</label>
787
+ <frontend_type>select</frontend_type>
788
+ <source_model>mpay24/source_paymentCharge</source_model>
789
+ <sort_order>40</sort_order>
790
+ <show_in_default>1</show_in_default>
791
+ <show_in_website>1</show_in_website>
792
+ <show_in_store>1</show_in_store>
793
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_13>1</ps_13><seamless>0</seamless></depends>
794
+ </tax_type_13>
795
+ <tax_13 translate="label">
796
+ <label>Payment charge/discount</label>
797
  <frontend_type>text</frontend_type>
798
+ <validate>validate-number</validate><sort_order>41</sort_order>
799
+ <show_in_default>1</show_in_default>
800
+ <show_in_website>1</show_in_website>
801
+ <show_in_store>1</show_in_store>
802
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_13>1</ps_13><seamless>0</seamless></depends>
803
+ </tax_13>
804
+ <ps_14>
805
+ <label>PS_14</label>
806
+ <frontend_type>select</frontend_type>
807
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
808
+ <config_path>payment/mpay24_ps_14/active</config_path>
809
+ <sort_order>42</sort_order>
810
+ <show_in_default>1</show_in_default>
811
+ <show_in_website>1</show_in_website>
812
+ <show_in_store>1</show_in_store>
813
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
814
+ </ps_14>
815
+ <tax_type_14 translate="label">
816
+ <label>Payment charge type</label>
817
  <frontend_type>select</frontend_type>
818
+ <source_model>mpay24/source_paymentCharge</source_model>
819
+ <sort_order>43</sort_order>
820
  <show_in_default>1</show_in_default>
821
  <show_in_website>1</show_in_website>
822
  <show_in_store>1</show_in_store>
823
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_14>1</ps_14><seamless>0</seamless></depends>
824
+ </tax_type_14>
825
+ <tax_14 translate="label">
826
+ <label>Payment charge/discount</label>
827
  <frontend_type>text</frontend_type>
828
+ <validate>validate-number</validate><sort_order>44</sort_order>
829
  <show_in_default>1</show_in_default>
830
  <show_in_website>1</show_in_website>
831
  <show_in_store>1</show_in_store>
832
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_14>1</ps_14><seamless>0</seamless></depends>
833
+ </tax_14>
834
+ <ps_15>
835
+ <label>PS_15</label>
836
  <frontend_type>select</frontend_type>
837
+ <source_model>adminhtml/system_config_source_enabledisable</source_model>
838
+ <config_path>payment/mpay24_ps_15/active</config_path>
839
+ <sort_order>45</sort_order>
840
  <show_in_default>1</show_in_default>
841
  <show_in_website>1</show_in_website>
842
  <show_in_store>1</show_in_store>
843
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
844
+ </ps_15>
845
+ <tax_type_15 translate="label">
846
+ <label>Payment charge type</label>
 
847
  <frontend_type>select</frontend_type>
848
+ <source_model>mpay24/source_paymentCharge</source_model>
849
+ <sort_order>46</sort_order>
850
  <show_in_default>1</show_in_default>
851
  <show_in_website>1</show_in_website>
852
  <show_in_store>1</show_in_store>
853
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_15>1</ps_15><seamless>0</seamless></depends>
854
+ </tax_type_15>
855
+ <tax_15 translate="label">
856
+ <label>Payment charge/discount</label>
857
+ <frontend_type>text</frontend_type>
858
+ <validate>validate-number</validate><sort_order>47</sort_order>
859
+ <show_in_default>1</show_in_default>
860
+ <show_in_website>1</show_in_website>
861
+ <show_in_store>1</show_in_store>
862
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_15>1</ps_15><seamless>0</seamless></depends>
863
+ </tax_15>
864
+ <ps_16>
865
+ <label>PS_16</label>
866
  <frontend_type>select</frontend_type>
867
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
868
+ <config_path>payment/mpay24_ps_16/active</config_path>
869
+ <sort_order>48</sort_order>
870
  <show_in_default>1</show_in_default>
871
  <show_in_website>1</show_in_website>
872
  <show_in_store>1</show_in_store>
873
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
874
+ </ps_16>
875
+ <tax_type_16 translate="label">
876
  <label>Payment charge type</label>
877
  <frontend_type>select</frontend_type>
878
  <source_model>mpay24/source_paymentCharge</source_model>
879
+ <sort_order>49</sort_order>
880
  <show_in_default>1</show_in_default>
881
  <show_in_website>1</show_in_website>
882
  <show_in_store>1</show_in_store>
883
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_16>1</ps_16><seamless>0</seamless></depends>
884
+ </tax_type_16>
885
+ <tax_16 translate="label">
886
  <label>Payment charge/discount</label>
887
  <frontend_type>text</frontend_type>
888
+ <validate>validate-number</validate><sort_order>50</sort_order>
 
889
  <show_in_default>1</show_in_default>
890
  <show_in_website>1</show_in_website>
891
  <show_in_store>1</show_in_store>
892
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_16>1</ps_16><seamless>0</seamless></depends>
893
+ </tax_16>
894
+ <ps_17>
895
+ <label>PS_17</label>
896
  <frontend_type>select</frontend_type>
897
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
898
+ <config_path>payment/mpay24_ps_17/active</config_path>
899
+ <sort_order>51</sort_order>
900
  <show_in_default>1</show_in_default>
901
  <show_in_website>1</show_in_website>
902
  <show_in_store>1</show_in_store>
903
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
904
+ </ps_17>
905
+ <tax_type_17 translate="label">
906
  <label>Payment charge type</label>
907
  <frontend_type>select</frontend_type>
908
  <source_model>mpay24/source_paymentCharge</source_model>
909
+ <sort_order>52</sort_order>
910
  <show_in_default>1</show_in_default>
911
  <show_in_website>1</show_in_website>
912
  <show_in_store>1</show_in_store>
913
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_17>1</ps_17><seamless>0</seamless></depends>
914
+ </tax_type_17>
915
+ <tax_17 translate="label">
916
  <label>Payment charge/discount</label>
917
  <frontend_type>text</frontend_type>
918
+ <validate>validate-number</validate><sort_order>53</sort_order>
 
919
  <show_in_default>1</show_in_default>
920
  <show_in_website>1</show_in_website>
921
  <show_in_store>1</show_in_store>
922
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_17>1</ps_17><seamless>0</seamless></depends>
923
+ </tax_17>
924
+ <ps_18>
925
+ <label>PS_18</label>
926
  <frontend_type>select</frontend_type>
927
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
928
+ <config_path>payment/mpay24_ps_18/active</config_path>
929
+ <sort_order>54</sort_order>
930
  <show_in_default>1</show_in_default>
931
  <show_in_website>1</show_in_website>
932
  <show_in_store>1</show_in_store>
933
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
934
+ </ps_18>
935
+ <tax_type_18 translate="label">
936
  <label>Payment charge type</label>
937
  <frontend_type>select</frontend_type>
938
  <source_model>mpay24/source_paymentCharge</source_model>
939
+ <sort_order>55</sort_order>
940
  <show_in_default>1</show_in_default>
941
  <show_in_website>1</show_in_website>
942
  <show_in_store>1</show_in_store>
943
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_18>1</ps_18><seamless>0</seamless></depends>
944
+ </tax_type_18>
945
+ <tax_18 translate="label">
946
  <label>Payment charge/discount</label>
947
  <frontend_type>text</frontend_type>
948
+ <validate>validate-number</validate><sort_order>56</sort_order>
949
  <show_in_default>1</show_in_default>
950
  <show_in_website>1</show_in_website>
951
  <show_in_store>1</show_in_store>
952
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_18>1</ps_18><seamless>0</seamless></depends>
953
+ </tax_18>
954
+ <ps_19>
955
+ <label>PS_19</label>
956
  <frontend_type>select</frontend_type>
957
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
958
+ <config_path>payment/mpay24_ps_19/active</config_path>
959
+ <sort_order>57</sort_order>
960
  <show_in_default>1</show_in_default>
961
  <show_in_website>1</show_in_website>
962
  <show_in_store>1</show_in_store>
963
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
964
+ </ps_19>
965
+ <tax_type_19 translate="label">
966
  <label>Payment charge type</label>
967
  <frontend_type>select</frontend_type>
968
  <source_model>mpay24/source_paymentCharge</source_model>
969
+ <sort_order>58</sort_order>
970
  <show_in_default>1</show_in_default>
971
  <show_in_website>1</show_in_website>
972
  <show_in_store>1</show_in_store>
973
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_19>1</ps_19><seamless>0</seamless></depends>
974
+ </tax_type_19>
975
+ <tax_19 translate="label">
976
  <label>Payment charge/discount</label>
977
  <frontend_type>text</frontend_type>
978
+ <validate>validate-number</validate><sort_order>59</sort_order>
979
  <show_in_default>1</show_in_default>
980
  <show_in_website>1</show_in_website>
981
  <show_in_store>1</show_in_store>
982
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_19>1</ps_19><seamless>0</seamless></depends>
983
+ </tax_19>
984
+ <ps_20>
985
+ <label>PS_20</label>
986
  <frontend_type>select</frontend_type>
987
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
988
+ <config_path>payment/mpay24_ps_20/active</config_path>
989
+ <sort_order>60</sort_order>
990
  <show_in_default>1</show_in_default>
991
  <show_in_website>1</show_in_website>
992
  <show_in_store>1</show_in_store>
993
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
994
+ </ps_20>
995
+ <tax_type_20 translate="label">
996
  <label>Payment charge type</label>
997
  <frontend_type>select</frontend_type>
998
  <source_model>mpay24/source_paymentCharge</source_model>
999
+ <sort_order>61</sort_order>
1000
  <show_in_default>1</show_in_default>
1001
  <show_in_website>1</show_in_website>
1002
  <show_in_store>1</show_in_store>
1003
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_20>1</ps_20><seamless>0</seamless></depends>
1004
+ </tax_type_20>
1005
+ <tax_20 translate="label">
1006
  <label>Payment charge/discount</label>
1007
  <frontend_type>text</frontend_type>
1008
+ <validate>validate-number</validate><sort_order>62</sort_order>
1009
  <show_in_default>1</show_in_default>
1010
  <show_in_website>1</show_in_website>
1011
  <show_in_store>1</show_in_store>
1012
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_20>1</ps_20><seamless>0</seamless></depends>
1013
+ </tax_20>
1014
+ <ps_21>
1015
+ <label>PS_21</label>
1016
  <frontend_type>select</frontend_type>
1017
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1018
+ <config_path>payment/mpay24_ps_21/active</config_path>
1019
+ <sort_order>63</sort_order>
1020
  <show_in_default>1</show_in_default>
1021
  <show_in_website>1</show_in_website>
1022
  <show_in_store>1</show_in_store>
1023
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1024
+ </ps_21>
1025
+ <tax_type_21 translate="label">
1026
  <label>Payment charge type</label>
1027
  <frontend_type>select</frontend_type>
1028
  <source_model>mpay24/source_paymentCharge</source_model>
1029
+ <sort_order>64</sort_order>
1030
  <show_in_default>1</show_in_default>
1031
  <show_in_website>1</show_in_website>
1032
  <show_in_store>1</show_in_store>
1033
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_21>1</ps_21><seamless>0</seamless></depends>
1034
+ </tax_type_21>
1035
+ <tax_21 translate="label">
1036
  <label>Payment charge/discount</label>
1037
  <frontend_type>text</frontend_type>
1038
+ <validate>validate-number</validate><sort_order>65</sort_order>
1039
  <show_in_default>1</show_in_default>
1040
  <show_in_website>1</show_in_website>
1041
  <show_in_store>1</show_in_store>
1042
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_21>1</ps_21><seamless>0</seamless></depends>
1043
+ </tax_21>
1044
+ <ps_22>
1045
+ <label>PS_22</label>
1046
  <frontend_type>select</frontend_type>
1047
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1048
+ <config_path>payment/mpay24_ps_22/active</config_path>
1049
+ <sort_order>66</sort_order>
1050
  <show_in_default>1</show_in_default>
1051
  <show_in_website>1</show_in_website>
1052
  <show_in_store>1</show_in_store>
1053
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1054
+ </ps_22>
1055
+ <tax_type_22 translate="label">
1056
  <label>Payment charge type</label>
1057
  <frontend_type>select</frontend_type>
1058
  <source_model>mpay24/source_paymentCharge</source_model>
1059
+ <sort_order>67</sort_order>
1060
  <show_in_default>1</show_in_default>
1061
  <show_in_website>1</show_in_website>
1062
  <show_in_store>1</show_in_store>
1063
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_22>1</ps_22><seamless>0</seamless></depends>
1064
+ </tax_type_22>
1065
+ <tax_22 translate="label">
1066
  <label>Payment charge/discount</label>
1067
  <frontend_type>text</frontend_type>
1068
+ <validate>validate-number</validate><sort_order>68</sort_order>
1069
  <show_in_default>1</show_in_default>
1070
  <show_in_website>1</show_in_website>
1071
  <show_in_store>1</show_in_store>
1072
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_22>1</ps_22><seamless>0</seamless></depends>
1073
+ </tax_22>
1074
+ <ps_23>
1075
+ <label>PS_23</label>
1076
  <frontend_type>select</frontend_type>
1077
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1078
+ <config_path>payment/mpay24_ps_23/active</config_path>
1079
+ <sort_order>69</sort_order>
1080
  <show_in_default>1</show_in_default>
1081
  <show_in_website>1</show_in_website>
1082
  <show_in_store>1</show_in_store>
1083
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1084
+ </ps_23>
1085
+ <tax_type_23 translate="label">
1086
  <label>Payment charge type</label>
1087
  <frontend_type>select</frontend_type>
1088
  <source_model>mpay24/source_paymentCharge</source_model>
1089
+ <sort_order>70</sort_order>
1090
  <show_in_default>1</show_in_default>
1091
  <show_in_website>1</show_in_website>
1092
  <show_in_store>1</show_in_store>
1093
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_23>1</ps_23><seamless>0</seamless></depends>
1094
+ </tax_type_23>
1095
+ <tax_23 translate="label">
1096
  <label>Payment charge/discount</label>
1097
  <frontend_type>text</frontend_type>
1098
+ <validate>validate-number</validate><sort_order>71</sort_order>
1099
  <show_in_default>1</show_in_default>
1100
  <show_in_website>1</show_in_website>
1101
  <show_in_store>1</show_in_store>
1102
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_23>1</ps_23><seamless>0</seamless></depends>
1103
+ </tax_23>
1104
+ <ps_24>
1105
+ <label>PS_24</label>
1106
  <frontend_type>select</frontend_type>
1107
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1108
+ <config_path>payment/mpay24_ps_24/active</config_path>
1109
+ <sort_order>72</sort_order>
1110
  <show_in_default>1</show_in_default>
1111
  <show_in_website>1</show_in_website>
1112
  <show_in_store>1</show_in_store>
1113
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1114
+ </ps_24>
1115
+ <tax_type_24 translate="label">
1116
  <label>Payment charge type</label>
1117
  <frontend_type>select</frontend_type>
1118
  <source_model>mpay24/source_paymentCharge</source_model>
1119
+ <sort_order>73</sort_order>
1120
  <show_in_default>1</show_in_default>
1121
  <show_in_website>1</show_in_website>
1122
  <show_in_store>1</show_in_store>
1123
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_24>1</ps_24><seamless>0</seamless></depends>
1124
+ </tax_type_24>
1125
+ <tax_24 translate="label">
1126
  <label>Payment charge/discount</label>
1127
  <frontend_type>text</frontend_type>
1128
+ <validate>validate-number</validate><sort_order>74</sort_order>
1129
  <show_in_default>1</show_in_default>
1130
  <show_in_website>1</show_in_website>
1131
  <show_in_store>1</show_in_store>
1132
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_24>1</ps_24><seamless>0</seamless></depends>
1133
+ </tax_24>
1134
+ <ps_25>
1135
+ <label>PS_25</label>
1136
  <frontend_type>select</frontend_type>
1137
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1138
+ <config_path>payment/mpay24_ps_25/active</config_path>
1139
+ <sort_order>75</sort_order>
1140
  <show_in_default>1</show_in_default>
1141
  <show_in_website>1</show_in_website>
1142
  <show_in_store>1</show_in_store>
1143
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1144
+ </ps_25>
1145
+ <tax_type_25 translate="label">
1146
  <label>Payment charge type</label>
1147
  <frontend_type>select</frontend_type>
1148
  <source_model>mpay24/source_paymentCharge</source_model>
1149
+ <sort_order>76</sort_order>
1150
  <show_in_default>1</show_in_default>
1151
  <show_in_website>1</show_in_website>
1152
  <show_in_store>1</show_in_store>
1153
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_25>1</ps_25><seamless>0</seamless></depends>
1154
+ </tax_type_25>
1155
+ <tax_25 translate="label">
1156
  <label>Payment charge/discount</label>
1157
  <frontend_type>text</frontend_type>
1158
+ <validate>validate-number</validate><sort_order>77</sort_order>
1159
  <show_in_default>1</show_in_default>
1160
  <show_in_website>1</show_in_website>
1161
  <show_in_store>1</show_in_store>
1162
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_25>1</ps_25><seamless>0</seamless></depends>
1163
+ </tax_25>
1164
+ <ps_26>
1165
+ <label>PS_26</label>
1166
  <frontend_type>select</frontend_type>
1167
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1168
+ <config_path>payment/mpay24_ps_26/active</config_path>
1169
+ <sort_order>78</sort_order>
1170
  <show_in_default>1</show_in_default>
1171
  <show_in_website>1</show_in_website>
1172
  <show_in_store>1</show_in_store>
1173
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1174
+ </ps_26>
1175
+ <tax_type_26 translate="label">
1176
  <label>Payment charge type</label>
1177
  <frontend_type>select</frontend_type>
1178
  <source_model>mpay24/source_paymentCharge</source_model>
1179
+ <sort_order>79</sort_order>
1180
  <show_in_default>1</show_in_default>
1181
  <show_in_website>1</show_in_website>
1182
  <show_in_store>1</show_in_store>
1183
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_26>1</ps_26><seamless>0</seamless></depends>
1184
+ </tax_type_26>
1185
+ <tax_26 translate="label">
1186
  <label>Payment charge/discount</label>
1187
  <frontend_type>text</frontend_type>
1188
+ <validate>validate-number</validate><sort_order>80</sort_order>
1189
  <show_in_default>1</show_in_default>
1190
  <show_in_website>1</show_in_website>
1191
  <show_in_store>1</show_in_store>
1192
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_26>1</ps_26><seamless>0</seamless></depends>
1193
+ </tax_26>
1194
+ <ps_27>
1195
+ <label>PS_27</label>
1196
  <frontend_type>select</frontend_type>
1197
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1198
+ <config_path>payment/mpay24_ps_27/active</config_path>
1199
+ <sort_order>81</sort_order>
1200
  <show_in_default>1</show_in_default>
1201
  <show_in_website>1</show_in_website>
1202
  <show_in_store>1</show_in_store>
1203
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1204
+ </ps_27>
1205
+ <tax_type_27 translate="label">
1206
  <label>Payment charge type</label>
1207
  <frontend_type>select</frontend_type>
1208
  <source_model>mpay24/source_paymentCharge</source_model>
1209
+ <sort_order>82</sort_order>
1210
  <show_in_default>1</show_in_default>
1211
  <show_in_website>1</show_in_website>
1212
  <show_in_store>1</show_in_store>
1213
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_27>1</ps_27><seamless>0</seamless></depends>
1214
+ </tax_type_27>
1215
+ <tax_27 translate="label">
1216
  <label>Payment charge/discount</label>
1217
  <frontend_type>text</frontend_type>
1218
+ <validate>validate-number</validate><sort_order>83</sort_order>
1219
  <show_in_default>1</show_in_default>
1220
  <show_in_website>1</show_in_website>
1221
  <show_in_store>1</show_in_store>
1222
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_27>1</ps_27><seamless>0</seamless></depends>
1223
+ </tax_27>
1224
+ <ps_28>
1225
+ <label>PS_28</label>
1226
  <frontend_type>select</frontend_type>
1227
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1228
+ <config_path>payment/mpay24_ps_28/active</config_path>
1229
+ <sort_order>84</sort_order>
1230
  <show_in_default>1</show_in_default>
1231
  <show_in_website>1</show_in_website>
1232
  <show_in_store>1</show_in_store>
1233
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1234
+ </ps_28>
1235
+ <tax_type_28 translate="label">
1236
  <label>Payment charge type</label>
1237
  <frontend_type>select</frontend_type>
1238
  <source_model>mpay24/source_paymentCharge</source_model>
1239
+ <sort_order>85</sort_order>
1240
  <show_in_default>1</show_in_default>
1241
  <show_in_website>1</show_in_website>
1242
  <show_in_store>1</show_in_store>
1243
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_28>1</ps_28><seamless>0</seamless></depends>
1244
+ </tax_type_28>
1245
+ <tax_28 translate="label">
1246
  <label>Payment charge/discount</label>
1247
  <frontend_type>text</frontend_type>
1248
+ <validate>validate-number</validate><sort_order>86</sort_order>
1249
  <show_in_default>1</show_in_default>
1250
  <show_in_website>1</show_in_website>
1251
  <show_in_store>1</show_in_store>
1252
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_28>1</ps_28><seamless>0</seamless></depends>
1253
+ </tax_28>
1254
+ <ps_29>
1255
+ <label>PS_29</label>
1256
  <frontend_type>select</frontend_type>
1257
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1258
+ <config_path>payment/mpay24_ps_29/active</config_path>
1259
+ <sort_order>87</sort_order>
1260
  <show_in_default>1</show_in_default>
1261
  <show_in_website>1</show_in_website>
1262
  <show_in_store>1</show_in_store>
1263
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1264
+ </ps_29>
1265
+ <tax_type_29 translate="label">
1266
  <label>Payment charge type</label>
1267
  <frontend_type>select</frontend_type>
1268
  <source_model>mpay24/source_paymentCharge</source_model>
1269
+ <sort_order>88</sort_order>
1270
  <show_in_default>1</show_in_default>
1271
  <show_in_website>1</show_in_website>
1272
  <show_in_store>1</show_in_store>
1273
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_29>1</ps_29><seamless>0</seamless></depends>
1274
+ </tax_type_29>
1275
+ <tax_29 translate="label">
1276
  <label>Payment charge/discount</label>
1277
  <frontend_type>text</frontend_type>
1278
+ <validate>validate-number</validate><sort_order>89</sort_order>
1279
  <show_in_default>1</show_in_default>
1280
  <show_in_website>1</show_in_website>
1281
  <show_in_store>1</show_in_store>
1282
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_29>1</ps_29><seamless>0</seamless></depends>
1283
+ </tax_29>
1284
+ <ps_30>
1285
+ <label>PS_30</label>
1286
  <frontend_type>select</frontend_type>
1287
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1288
+ <config_path>payment/mpay24_ps_30/active</config_path>
1289
+ <sort_order>90</sort_order>
1290
  <show_in_default>1</show_in_default>
1291
  <show_in_website>1</show_in_website>
1292
  <show_in_store>1</show_in_store>
1293
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1294
+ </ps_30>
1295
+ <tax_type_30 translate="label">
1296
  <label>Payment charge type</label>
1297
  <frontend_type>select</frontend_type>
1298
  <source_model>mpay24/source_paymentCharge</source_model>
1299
+ <sort_order>91</sort_order>
1300
  <show_in_default>1</show_in_default>
1301
  <show_in_website>1</show_in_website>
1302
  <show_in_store>1</show_in_store>
1303
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_30>1</ps_30><seamless>0</seamless></depends>
1304
+ </tax_type_30>
1305
+ <tax_30 translate="label">
1306
  <label>Payment charge/discount</label>
1307
  <frontend_type>text</frontend_type>
1308
+ <validate>validate-number</validate><sort_order>92</sort_order>
1309
  <show_in_default>1</show_in_default>
1310
  <show_in_website>1</show_in_website>
1311
  <show_in_store>1</show_in_store>
1312
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_30>1</ps_30><seamless>0</seamless></depends>
1313
+ </tax_30>
1314
+ <ps_31>
1315
+ <label>PS_31</label>
1316
  <frontend_type>select</frontend_type>
1317
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1318
+ <config_path>payment/mpay24_ps_31/active</config_path>
1319
+ <sort_order>93</sort_order>
1320
  <show_in_default>1</show_in_default>
1321
  <show_in_website>1</show_in_website>
1322
  <show_in_store>1</show_in_store>
1323
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1324
+ </ps_31>
1325
+ <tax_type_31 translate="label">
1326
  <label>Payment charge type</label>
1327
  <frontend_type>select</frontend_type>
1328
  <source_model>mpay24/source_paymentCharge</source_model>
1329
+ <sort_order>94</sort_order>
1330
  <show_in_default>1</show_in_default>
1331
  <show_in_website>1</show_in_website>
1332
  <show_in_store>1</show_in_store>
1333
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_31>1</ps_31><seamless>0</seamless></depends>
1334
+ </tax_type_31>
1335
+ <tax_31 translate="label">
1336
  <label>Payment charge/discount</label>
1337
  <frontend_type>text</frontend_type>
1338
+ <validate>validate-number</validate><sort_order>95</sort_order>
1339
  <show_in_default>1</show_in_default>
1340
  <show_in_website>1</show_in_website>
1341
  <show_in_store>1</show_in_store>
1342
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_31>1</ps_31><seamless>0</seamless></depends>
1343
+ </tax_31>
1344
+ <ps_32>
1345
+ <label>PS_32</label>
1346
  <frontend_type>select</frontend_type>
1347
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1348
+ <config_path>payment/mpay24_ps_32/active</config_path>
1349
+ <sort_order>96</sort_order>
1350
  <show_in_default>1</show_in_default>
1351
  <show_in_website>1</show_in_website>
1352
  <show_in_store>1</show_in_store>
1353
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1354
+ </ps_32>
1355
+ <tax_type_32 translate="label">
1356
  <label>Payment charge type</label>
1357
  <frontend_type>select</frontend_type>
1358
  <source_model>mpay24/source_paymentCharge</source_model>
1359
+ <sort_order>97</sort_order>
1360
  <show_in_default>1</show_in_default>
1361
  <show_in_website>1</show_in_website>
1362
  <show_in_store>1</show_in_store>
1363
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_32>1</ps_32><seamless>0</seamless></depends>
1364
+ </tax_type_32>
1365
+ <tax_32 translate="label">
1366
  <label>Payment charge/discount</label>
1367
  <frontend_type>text</frontend_type>
1368
+ <validate>validate-number</validate><sort_order>98</sort_order>
1369
  <show_in_default>1</show_in_default>
1370
  <show_in_website>1</show_in_website>
1371
  <show_in_store>1</show_in_store>
1372
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_32>1</ps_32><seamless>0</seamless></depends>
1373
+ </tax_32>
1374
+ <ps_33>
1375
+ <label>PS_33</label>
1376
  <frontend_type>select</frontend_type>
1377
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1378
+ <config_path>payment/mpay24_ps_33/active</config_path>
1379
+ <sort_order>99</sort_order>
1380
  <show_in_default>1</show_in_default>
1381
  <show_in_website>1</show_in_website>
1382
  <show_in_store>1</show_in_store>
1383
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1384
+ </ps_33>
1385
+ <tax_type_33 translate="label">
1386
  <label>Payment charge type</label>
1387
  <frontend_type>select</frontend_type>
1388
  <source_model>mpay24/source_paymentCharge</source_model>
1389
+ <sort_order>100</sort_order>
1390
  <show_in_default>1</show_in_default>
1391
  <show_in_website>1</show_in_website>
1392
  <show_in_store>1</show_in_store>
1393
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_33>1</ps_33><seamless>0</seamless></depends>
1394
+ </tax_type_33>
1395
+ <tax_33 translate="label">
1396
  <label>Payment charge/discount</label>
1397
  <frontend_type>text</frontend_type>
1398
+ <validate>validate-number</validate><sort_order>101</sort_order>
1399
  <show_in_default>1</show_in_default>
1400
  <show_in_website>1</show_in_website>
1401
  <show_in_store>1</show_in_store>
1402
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_33>1</ps_33><seamless>0</seamless></depends>
1403
+ </tax_33>
1404
+ <ps_34>
1405
+ <label>PS_34</label>
1406
  <frontend_type>select</frontend_type>
1407
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1408
+ <config_path>payment/mpay24_ps_34/active</config_path>
1409
+ <sort_order>102</sort_order>
1410
  <show_in_default>1</show_in_default>
1411
  <show_in_website>1</show_in_website>
1412
  <show_in_store>1</show_in_store>
1413
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1414
+ </ps_34>
1415
+ <tax_type_34 translate="label">
1416
  <label>Payment charge type</label>
1417
  <frontend_type>select</frontend_type>
1418
  <source_model>mpay24/source_paymentCharge</source_model>
1419
+ <sort_order>103</sort_order>
1420
  <show_in_default>1</show_in_default>
1421
  <show_in_website>1</show_in_website>
1422
  <show_in_store>1</show_in_store>
1423
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_34>1</ps_34><seamless>0</seamless></depends>
1424
+ </tax_type_34>
1425
+ <tax_34 translate="label">
1426
  <label>Payment charge/discount</label>
1427
  <frontend_type>text</frontend_type>
1428
+ <validate>validate-number</validate><sort_order>104</sort_order>
1429
  <show_in_default>1</show_in_default>
1430
  <show_in_website>1</show_in_website>
1431
  <show_in_store>1</show_in_store>
1432
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_34>1</ps_34><seamless>0</seamless></depends>
1433
+ </tax_34>
1434
+ <ps_35>
1435
+ <label>PS_35</label>
1436
  <frontend_type>select</frontend_type>
1437
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1438
+ <config_path>payment/mpay24_ps_35/active</config_path>
1439
+ <sort_order>105</sort_order>
1440
  <show_in_default>1</show_in_default>
1441
  <show_in_website>1</show_in_website>
1442
  <show_in_store>1</show_in_store>
1443
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1444
+ </ps_35>
1445
+ <tax_type_35 translate="label">
1446
  <label>Payment charge type</label>
1447
  <frontend_type>select</frontend_type>
1448
  <source_model>mpay24/source_paymentCharge</source_model>
1449
+ <sort_order>106</sort_order>
1450
  <show_in_default>1</show_in_default>
1451
  <show_in_website>1</show_in_website>
1452
  <show_in_store>1</show_in_store>
1453
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_35>1</ps_35><seamless>0</seamless></depends>
1454
+ </tax_type_35>
1455
+ <tax_35 translate="label">
1456
  <label>Payment charge/discount</label>
1457
  <frontend_type>text</frontend_type>
1458
+ <validate>validate-number</validate><sort_order>107</sort_order>
1459
  <show_in_default>1</show_in_default>
1460
  <show_in_website>1</show_in_website>
1461
  <show_in_store>1</show_in_store>
1462
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_35>1</ps_35><seamless>0</seamless></depends>
1463
+ </tax_35>
1464
+ <ps_36>
1465
+ <label>PS_36</label>
1466
  <frontend_type>select</frontend_type>
1467
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1468
+ <config_path>payment/mpay24_ps_36/active</config_path>
1469
+ <sort_order>108</sort_order>
1470
  <show_in_default>1</show_in_default>
1471
  <show_in_website>1</show_in_website>
1472
  <show_in_store>1</show_in_store>
1473
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1474
+ </ps_36>
1475
+ <tax_type_36 translate="label">
1476
  <label>Payment charge type</label>
1477
  <frontend_type>select</frontend_type>
1478
  <source_model>mpay24/source_paymentCharge</source_model>
1479
+ <sort_order>109</sort_order>
1480
  <show_in_default>1</show_in_default>
1481
  <show_in_website>1</show_in_website>
1482
  <show_in_store>1</show_in_store>
1483
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_36>1</ps_36><seamless>0</seamless></depends>
1484
+ </tax_type_36>
1485
+ <tax_36 translate="label">
1486
  <label>Payment charge/discount</label>
1487
  <frontend_type>text</frontend_type>
1488
+ <validate>validate-number</validate><sort_order>110</sort_order>
1489
  <show_in_default>1</show_in_default>
1490
  <show_in_website>1</show_in_website>
1491
  <show_in_store>1</show_in_store>
1492
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_36>1</ps_36><seamless>0</seamless></depends>
1493
+ </tax_36>
1494
+ <ps_37>
1495
+ <label>PS_37</label>
1496
  <frontend_type>select</frontend_type>
1497
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1498
+ <config_path>payment/mpay24_ps_37/active</config_path>
1499
+ <sort_order>111</sort_order>
1500
  <show_in_default>1</show_in_default>
1501
  <show_in_website>1</show_in_website>
1502
  <show_in_store>1</show_in_store>
1503
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1504
+ </ps_37>
1505
+ <tax_type_37 translate="label">
1506
  <label>Payment charge type</label>
1507
  <frontend_type>select</frontend_type>
1508
  <source_model>mpay24/source_paymentCharge</source_model>
1509
+ <sort_order>112</sort_order>
1510
  <show_in_default>1</show_in_default>
1511
  <show_in_website>1</show_in_website>
1512
  <show_in_store>1</show_in_store>
1513
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_37>1</ps_37><seamless>0</seamless></depends>
1514
+ </tax_type_37>
1515
+ <tax_37 translate="label">
1516
  <label>Payment charge/discount</label>
1517
  <frontend_type>text</frontend_type>
1518
+ <validate>validate-number</validate><sort_order>113</sort_order>
1519
  <show_in_default>1</show_in_default>
1520
  <show_in_website>1</show_in_website>
1521
  <show_in_store>1</show_in_store>
1522
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_37>1</ps_37><seamless>0</seamless></depends>
1523
+ </tax_37>
1524
+ <ps_38>
1525
+ <label>PS_38</label>
1526
  <frontend_type>select</frontend_type>
1527
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1528
+ <config_path>payment/mpay24_ps_38/active</config_path>
1529
+ <sort_order>114</sort_order>
1530
  <show_in_default>1</show_in_default>
1531
  <show_in_website>1</show_in_website>
1532
  <show_in_store>1</show_in_store>
1533
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1534
+ </ps_38>
1535
+ <tax_type_38 translate="label">
1536
  <label>Payment charge type</label>
1537
  <frontend_type>select</frontend_type>
1538
  <source_model>mpay24/source_paymentCharge</source_model>
1539
+ <sort_order>115</sort_order>
1540
  <show_in_default>1</show_in_default>
1541
  <show_in_website>1</show_in_website>
1542
  <show_in_store>1</show_in_store>
1543
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_38>1</ps_38><seamless>0</seamless></depends>
1544
+ </tax_type_38>
1545
+ <tax_38 translate="label">
1546
  <label>Payment charge/discount</label>
1547
  <frontend_type>text</frontend_type>
1548
+ <validate>validate-number</validate><sort_order>116</sort_order>
1549
  <show_in_default>1</show_in_default>
1550
  <show_in_website>1</show_in_website>
1551
  <show_in_store>1</show_in_store>
1552
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_38>1</ps_38><seamless>0</seamless></depends>
1553
+ </tax_38>
1554
+ <ps_39>
1555
+ <label>PS_39</label>
1556
  <frontend_type>select</frontend_type>
1557
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1558
+ <config_path>payment/mpay24_ps_39/active</config_path>
1559
+ <sort_order>117</sort_order>
1560
  <show_in_default>1</show_in_default>
1561
  <show_in_website>1</show_in_website>
1562
  <show_in_store>1</show_in_store>
1563
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1564
+ </ps_39>
1565
+ <tax_type_39 translate="label">
1566
  <label>Payment charge type</label>
1567
  <frontend_type>select</frontend_type>
1568
  <source_model>mpay24/source_paymentCharge</source_model>
1569
+ <sort_order>118</sort_order>
1570
  <show_in_default>1</show_in_default>
1571
  <show_in_website>1</show_in_website>
1572
  <show_in_store>1</show_in_store>
1573
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_39>1</ps_39><seamless>0</seamless></depends>
1574
+ </tax_type_39>
1575
+ <tax_39 translate="label">
1576
  <label>Payment charge/discount</label>
1577
  <frontend_type>text</frontend_type>
1578
+ <validate>validate-number</validate><sort_order>119</sort_order>
1579
  <show_in_default>1</show_in_default>
1580
  <show_in_website>1</show_in_website>
1581
  <show_in_store>1</show_in_store>
1582
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_39>1</ps_39><seamless>0</seamless></depends>
1583
+ </tax_39>
1584
+ <ps_40>
1585
+ <label>PS_40</label>
1586
  <frontend_type>select</frontend_type>
1587
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1588
+ <config_path>payment/mpay24_ps_40/active</config_path>
1589
+ <sort_order>120</sort_order>
1590
  <show_in_default>1</show_in_default>
1591
  <show_in_website>1</show_in_website>
1592
  <show_in_store>1</show_in_store>
1593
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1594
+ </ps_40>
1595
+ <tax_type_40 translate="label">
1596
  <label>Payment charge type</label>
1597
  <frontend_type>select</frontend_type>
1598
  <source_model>mpay24/source_paymentCharge</source_model>
1599
+ <sort_order>121</sort_order>
1600
  <show_in_default>1</show_in_default>
1601
  <show_in_website>1</show_in_website>
1602
  <show_in_store>1</show_in_store>
1603
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_40>1</ps_40><seamless>0</seamless></depends>
1604
+ </tax_type_40>
1605
+ <tax_40 translate="label">
1606
  <label>Payment charge/discount</label>
1607
  <frontend_type>text</frontend_type>
1608
+ <validate>validate-number</validate><sort_order>122</sort_order>
1609
  <show_in_default>1</show_in_default>
1610
  <show_in_website>1</show_in_website>
1611
  <show_in_store>1</show_in_store>
1612
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_40>1</ps_40><seamless>0</seamless></depends>
1613
+ </tax_40>
1614
+ <ps_41>
1615
+ <label>PS_41</label>
1616
  <frontend_type>select</frontend_type>
1617
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1618
+ <config_path>payment/mpay24_ps_41/active</config_path>
1619
+ <sort_order>123</sort_order>
1620
  <show_in_default>1</show_in_default>
1621
  <show_in_website>1</show_in_website>
1622
  <show_in_store>1</show_in_store>
1623
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1624
+ </ps_41>
1625
+ <tax_type_41 translate="label">
1626
  <label>Payment charge type</label>
1627
  <frontend_type>select</frontend_type>
1628
  <source_model>mpay24/source_paymentCharge</source_model>
1629
+ <sort_order>124</sort_order>
1630
  <show_in_default>1</show_in_default>
1631
  <show_in_website>1</show_in_website>
1632
  <show_in_store>1</show_in_store>
1633
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_41>1</ps_41><seamless>0</seamless></depends>
1634
+ </tax_type_41>
1635
+ <tax_41 translate="label">
1636
  <label>Payment charge/discount</label>
1637
  <frontend_type>text</frontend_type>
1638
+ <validate>validate-number</validate><sort_order>125</sort_order>
1639
  <show_in_default>1</show_in_default>
1640
  <show_in_website>1</show_in_website>
1641
  <show_in_store>1</show_in_store>
1642
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_41>1</ps_41><seamless>0</seamless></depends>
1643
+ </tax_41>
1644
+ <ps_42>
1645
+ <label>PS_42</label>
1646
  <frontend_type>select</frontend_type>
1647
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1648
+ <config_path>payment/mpay24_ps_42/active</config_path>
1649
+ <sort_order>126</sort_order>
1650
  <show_in_default>1</show_in_default>
1651
  <show_in_website>1</show_in_website>
1652
  <show_in_store>1</show_in_store>
1653
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1654
+ </ps_42>
1655
+ <tax_type_42 translate="label">
1656
  <label>Payment charge type</label>
1657
  <frontend_type>select</frontend_type>
1658
  <source_model>mpay24/source_paymentCharge</source_model>
1659
+ <sort_order>127</sort_order>
1660
  <show_in_default>1</show_in_default>
1661
  <show_in_website>1</show_in_website>
1662
  <show_in_store>1</show_in_store>
1663
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_42>1</ps_42><seamless>0</seamless></depends>
1664
+ </tax_type_42>
1665
+ <tax_42 translate="label">
1666
  <label>Payment charge/discount</label>
1667
  <frontend_type>text</frontend_type>
1668
+ <validate>validate-number</validate><sort_order>128</sort_order>
1669
  <show_in_default>1</show_in_default>
1670
  <show_in_website>1</show_in_website>
1671
  <show_in_store>1</show_in_store>
1672
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_42>1</ps_42><seamless>0</seamless></depends>
1673
+ </tax_42>
1674
+ <ps_43>
1675
+ <label>PS_43</label>
1676
  <frontend_type>select</frontend_type>
1677
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1678
+ <config_path>payment/mpay24_ps_43/active</config_path>
1679
+ <sort_order>129</sort_order>
1680
  <show_in_default>1</show_in_default>
1681
  <show_in_website>1</show_in_website>
1682
  <show_in_store>1</show_in_store>
1683
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1684
+ </ps_43>
1685
+ <tax_type_43 translate="label">
1686
  <label>Payment charge type</label>
1687
  <frontend_type>select</frontend_type>
1688
  <source_model>mpay24/source_paymentCharge</source_model>
1689
+ <sort_order>130</sort_order>
1690
  <show_in_default>1</show_in_default>
1691
  <show_in_website>1</show_in_website>
1692
  <show_in_store>1</show_in_store>
1693
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_43>1</ps_43><seamless>0</seamless></depends>
1694
+ </tax_type_43>
1695
+ <tax_43 translate="label">
1696
  <label>Payment charge/discount</label>
1697
  <frontend_type>text</frontend_type>
1698
+ <validate>validate-number</validate><sort_order>131</sort_order>
1699
  <show_in_default>1</show_in_default>
1700
  <show_in_website>1</show_in_website>
1701
  <show_in_store>1</show_in_store>
1702
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_43>1</ps_43><seamless>0</seamless></depends>
1703
+ </tax_43>
1704
+ <ps_44>
1705
+ <label>PS_44</label>
1706
  <frontend_type>select</frontend_type>
1707
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1708
+ <config_path>payment/mpay24_ps_44/active</config_path>
1709
+ <sort_order>132</sort_order>
1710
  <show_in_default>1</show_in_default>
1711
  <show_in_website>1</show_in_website>
1712
  <show_in_store>1</show_in_store>
1713
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1714
+ </ps_44>
1715
+ <tax_type_44 translate="label">
1716
  <label>Payment charge type</label>
1717
  <frontend_type>select</frontend_type>
1718
  <source_model>mpay24/source_paymentCharge</source_model>
1719
+ <sort_order>133</sort_order>
1720
  <show_in_default>1</show_in_default>
1721
  <show_in_website>1</show_in_website>
1722
  <show_in_store>1</show_in_store>
1723
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_44>1</ps_44><seamless>0</seamless></depends>
1724
+ </tax_type_44>
1725
+ <tax_44 translate="label">
1726
  <label>Payment charge/discount</label>
1727
  <frontend_type>text</frontend_type>
1728
+ <validate>validate-number</validate><sort_order>134</sort_order>
1729
  <show_in_default>1</show_in_default>
1730
  <show_in_website>1</show_in_website>
1731
  <show_in_store>1</show_in_store>
1732
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_44>1</ps_44><seamless>0</seamless></depends>
1733
+ </tax_44>
1734
+ <ps_45>
1735
+ <label>PS_45</label>
1736
  <frontend_type>select</frontend_type>
1737
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1738
+ <config_path>payment/mpay24_ps_45/active</config_path>
1739
+ <sort_order>135</sort_order>
1740
  <show_in_default>1</show_in_default>
1741
  <show_in_website>1</show_in_website>
1742
  <show_in_store>1</show_in_store>
1743
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1744
+ </ps_45>
1745
+ <tax_type_45 translate="label">
1746
  <label>Payment charge type</label>
1747
  <frontend_type>select</frontend_type>
1748
  <source_model>mpay24/source_paymentCharge</source_model>
1749
+ <sort_order>136</sort_order>
1750
  <show_in_default>1</show_in_default>
1751
  <show_in_website>1</show_in_website>
1752
  <show_in_store>1</show_in_store>
1753
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_45>1</ps_45><seamless>0</seamless></depends>
1754
+ </tax_type_45>
1755
+ <tax_45 translate="label">
1756
  <label>Payment charge/discount</label>
1757
  <frontend_type>text</frontend_type>
1758
+ <validate>validate-number</validate><sort_order>137</sort_order>
1759
  <show_in_default>1</show_in_default>
1760
  <show_in_website>1</show_in_website>
1761
  <show_in_store>1</show_in_store>
1762
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_45>1</ps_45><seamless>0</seamless></depends>
1763
+ </tax_45>
1764
+ <ps_46>
1765
+ <label>PS_46</label>
1766
  <frontend_type>select</frontend_type>
1767
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1768
+ <config_path>payment/mpay24_ps_46/active</config_path>
1769
+ <sort_order>138</sort_order>
1770
  <show_in_default>1</show_in_default>
1771
  <show_in_website>1</show_in_website>
1772
  <show_in_store>1</show_in_store>
1773
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1774
+ </ps_46>
1775
+ <tax_type_46 translate="label">
1776
  <label>Payment charge type</label>
1777
  <frontend_type>select</frontend_type>
1778
  <source_model>mpay24/source_paymentCharge</source_model>
1779
+ <sort_order>139</sort_order>
1780
  <show_in_default>1</show_in_default>
1781
  <show_in_website>1</show_in_website>
1782
  <show_in_store>1</show_in_store>
1783
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_46>1</ps_46><seamless>0</seamless></depends>
1784
+ </tax_type_46>
1785
+ <tax_46 translate="label">
1786
  <label>Payment charge/discount</label>
1787
  <frontend_type>text</frontend_type>
1788
+ <validate>validate-number</validate><sort_order>140</sort_order>
1789
  <show_in_default>1</show_in_default>
1790
  <show_in_website>1</show_in_website>
1791
  <show_in_store>1</show_in_store>
1792
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_46>1</ps_46><seamless>0</seamless></depends>
1793
+ </tax_46>
1794
+ <ps_47>
1795
+ <label>PS_49</label>
1796
  <frontend_type>select</frontend_type>
1797
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1798
+ <config_path>payment/mpay24_ps_47/active</config_path>
1799
+ <sort_order>141</sort_order>
1800
  <show_in_default>1</show_in_default>
1801
  <show_in_website>1</show_in_website>
1802
  <show_in_store>1</show_in_store>
1803
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1804
+ </ps_47>
1805
+ <tax_type_47 translate="label">
1806
  <label>Payment charge type</label>
1807
  <frontend_type>select</frontend_type>
1808
  <source_model>mpay24/source_paymentCharge</source_model>
1809
+ <sort_order>142</sort_order>
1810
  <show_in_default>1</show_in_default>
1811
  <show_in_website>1</show_in_website>
1812
  <show_in_store>1</show_in_store>
1813
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_47>1</ps_47><seamless>0</seamless></depends>
1814
+ </tax_type_47>
1815
+ <tax_47 translate="label">
1816
  <label>Payment charge/discount</label>
1817
  <frontend_type>text</frontend_type>
1818
+ <validate>validate-number</validate><sort_order>143</sort_order>
1819
  <show_in_default>1</show_in_default>
1820
  <show_in_website>1</show_in_website>
1821
  <show_in_store>1</show_in_store>
1822
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_47>1</ps_47><seamless>0</seamless></depends>
1823
+ </tax_47>
1824
+ <ps_48>
1825
+ <label>PS_48</label>
1826
  <frontend_type>select</frontend_type>
1827
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1828
+ <config_path>payment/mpay24_ps_48/active</config_path>
1829
+ <sort_order>144</sort_order>
1830
  <show_in_default>1</show_in_default>
1831
  <show_in_website>1</show_in_website>
1832
  <show_in_store>1</show_in_store>
1833
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1834
+ </ps_48>
1835
+ <tax_type_48 translate="label">
1836
  <label>Payment charge type</label>
1837
  <frontend_type>select</frontend_type>
1838
  <source_model>mpay24/source_paymentCharge</source_model>
1839
+ <sort_order>145</sort_order>
1840
  <show_in_default>1</show_in_default>
1841
  <show_in_website>1</show_in_website>
1842
  <show_in_store>1</show_in_store>
1843
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_48>1</ps_48><seamless>0</seamless></depends>
1844
+ </tax_type_48>
1845
+ <tax_48 translate="label">
1846
  <label>Payment charge/discount</label>
1847
  <frontend_type>text</frontend_type>
1848
+ <validate>validate-number</validate><sort_order>146</sort_order>
1849
  <show_in_default>1</show_in_default>
1850
  <show_in_website>1</show_in_website>
1851
  <show_in_store>1</show_in_store>
1852
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_48>1</ps_48><seamless>0</seamless></depends>
1853
+ </tax_48>
1854
+ <ps_49>
1855
+ <label>PS_49</label>
1856
  <frontend_type>select</frontend_type>
1857
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1858
+ <config_path>payment/mpay24_ps_49/active</config_path>
1859
+ <sort_order>147</sort_order>
1860
  <show_in_default>1</show_in_default>
1861
  <show_in_website>1</show_in_website>
1862
  <show_in_store>1</show_in_store>
1863
+ <depends><payments_active>true</payments_active><seamless>0</seamless></depends>
1864
+ </ps_49>
1865
+ <tax_type_49 translate="label">
1866
  <label>Payment charge type</label>
1867
  <frontend_type>select</frontend_type>
1868
  <source_model>mpay24/source_paymentCharge</source_model>
1869
+ <sort_order>148</sort_order>
1870
  <show_in_default>1</show_in_default>
1871
  <show_in_website>1</show_in_website>
1872
  <show_in_store>1</show_in_store>
1873
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_49>1</ps_49><seamless>0</seamless></depends>
1874
+ </tax_type_49>
1875
+ <tax_49 translate="label">
1876
  <label>Payment charge/discount</label>
1877
  <frontend_type>text</frontend_type>
1878
+ <validate>validate-number</validate><sort_order>149</sort_order>
1879
  <show_in_default>1</show_in_default>
1880
  <show_in_website>1</show_in_website>
1881
  <show_in_store>1</show_in_store>
1882
+ <depends><forced_preselection>1</forced_preselection><payments_active>true</payments_active><ps_49>1</ps_49><seamless>0</seamless></depends>
1883
+ </tax_49>
1884
+ <ps_50>
1885
+ <label>PS_50</label>
1886
  <frontend_type>select</frontend_type>
1887
  <source_model>adminhtml/system_config_source_enabledisable</source_model>
1888
+ <config_path>payment/mpay24_ps_50/active</config_path>
1889
+ <sort_order>150</sort_order>
1890
  <show_in_default>1</show_in_default>
1891
  <show_in_website>1</show_in_website>
1892
  <show_in_store>1</show_in_store>
1893
+ <depends><seamless>0</seamless></depends>
1894
+ </ps_50>
1895
+ <billingAddressMode translate="label comment">
1896
+ <label>Billing address mode</label>
1897
  <frontend_type>select</frontend_type>
1898
+ <source_model>mpay24/source_billAddr</source_model>
1899
+ <sort_order>220</sort_order>
 
 
 
 
 
 
 
 
 
1900
  <show_in_default>1</show_in_default>
1901
  <show_in_website>1</show_in_website>
1902
  <show_in_store>1</show_in_store>
1903
+ <depends><seamless>0</seamless></depends>
1904
+ <comment>The mode 'ReadWrite' will only work if the parameter 'BILLING_ADDR' was set by mPAY24. Please contact the mPAY24 Support: support@mpay24.com!</comment>
1905
+ </billingAddressMode>
1906
+ <show_free_products translate="label comment">
1907
+ <label>Show free products</label>
1908
  <frontend_type>select</frontend_type>
1909
+ <source_model>adminhtml/system_config_source_yesno</source_model>
1910
+ <sort_order>230</sort_order>
 
1911
  <show_in_default>1</show_in_default>
1912
  <show_in_website>1</show_in_website>
1913
  <show_in_store>1</show_in_store>
1914
+ <depends><seamless>0</seamless></depends>
1915
+ <comment>Show the free 'children' products of configurable products in the mPAY24 shopping cart</comment>
1916
+ </show_free_products>
1917
+ <notifyForFalseNOK translate="label comment">
1918
+ <label>Notifies for FALSE NOK transactions</label>
1919
  <frontend_type>select</frontend_type>
1920
+ <source_model>adminhtml/system_config_source_yesno</source_model>
1921
+ <sort_order>240</sort_order>
1922
  <show_in_default>1</show_in_default>
1923
  <show_in_website>1</show_in_website>
1924
  <show_in_store>1</show_in_store>
1925
+ <depends><seamless>0</seamless></depends>
1926
+ <comment>Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.</comment>
1927
+ </notifyForFalseNOK>
1928
+
1929
+ <!-- pay page order settings -->
1930
+ <style translate="label">
1931
+ <label>Style</label>
1932
  <frontend_type>text</frontend_type>
1933
+ <sort_order>301</sort_order>
1934
  <show_in_default>1</show_in_default>
1935
  <show_in_website>1</show_in_website>
1936
  <show_in_store>1</show_in_store>
1937
+ <depends><seamless>0</seamless></depends>
1938
+ </style>
1939
+ <logostyle translate="label">
1940
+ <label>LogoStyle</label>
1941
+ <frontend_type>text</frontend_type>
1942
+ <sort_order>302</sort_order>
 
 
1943
  <show_in_default>1</show_in_default>
1944
  <show_in_website>1</show_in_website>
1945
  <show_in_store>1</show_in_store>
1946
+ <depends><seamless>0</seamless></depends>
1947
+ </logostyle>
1948
+ <pageheaderstyle translate="label">
1949
+ <label>PageHeaderStyle</label>
1950
+ <frontend_type>text</frontend_type>
1951
+ <sort_order>303</sort_order>
 
1952
  <show_in_default>1</show_in_default>
1953
  <show_in_website>1</show_in_website>
1954
  <show_in_store>1</show_in_store>
1955
+ <depends><seamless>0</seamless></depends>
1956
+ </pageheaderstyle>
1957
+ <pagecaptionstyle translate="label">
1958
+ <label>PageCaptionStyle</label>
1959
  <frontend_type>text</frontend_type>
1960
+ <sort_order>304</sort_order>
1961
  <show_in_default>1</show_in_default>
1962
  <show_in_website>1</show_in_website>
1963
  <show_in_store>1</show_in_store>
1964
+ <depends><seamless>0</seamless></depends>
1965
+ </pagecaptionstyle>
1966
+ <pagestyle translate="label">
1967
+ <label>PageStyle</label>
1968
+ <frontend_type>text</frontend_type>
1969
+ <sort_order>305</sort_order>
 
 
1970
  <show_in_default>1</show_in_default>
1971
  <show_in_website>1</show_in_website>
1972
  <show_in_store>1</show_in_store>
1973
+ <depends><seamless>0</seamless></depends>
1974
+ </pagestyle>
1975
+ <inputfieldsstyle translate="label">
1976
+ <label>InputFieldsStyle</label>
1977
+ <frontend_type>text</frontend_type>
1978
+ <sort_order>306</sort_order>
 
1979
  <show_in_default>1</show_in_default>
1980
  <show_in_website>1</show_in_website>
1981
  <show_in_store>1</show_in_store>
1982
+ <depends><seamless>0</seamless></depends>
1983
+ </inputfieldsstyle>
1984
+ <dropdownlistsstyle translate="label">
1985
+ <label>DropDownListsStyle</label>
1986
  <frontend_type>text</frontend_type>
1987
+ <sort_order>307</sort_order>
1988
  <show_in_default>1</show_in_default>
1989
  <show_in_website>1</show_in_website>
1990
  <show_in_store>1</show_in_store>
1991
+ <depends><seamless>0</seamless></depends>
1992
+ </dropdownlistsstyle>
1993
+ <buttonsstyle translate="label">
1994
+ <label>ButtonsStyle</label>
1995
+ <frontend_type>text</frontend_type>
1996
+ <sort_order>308</sort_order>
 
 
1997
  <show_in_default>1</show_in_default>
1998
  <show_in_website>1</show_in_website>
1999
  <show_in_store>1</show_in_store>
2000
+ <depends><seamless>0</seamless></depends>
2001
+ </buttonsstyle>
2002
+ <errorsstyle translate="label">
2003
+ <label>ErrorsStyle</label>
2004
+ <frontend_type>text</frontend_type>
2005
+ <sort_order>309</sort_order>
 
2006
  <show_in_default>1</show_in_default>
2007
  <show_in_website>1</show_in_website>
2008
  <show_in_store>1</show_in_store>
2009
+ <depends><seamless>0</seamless></depends>
2010
+ </errorsstyle>
2011
+ <successtitlestyle translate="label">
2012
+ <label>SuccessTitleStyle</label>
2013
  <frontend_type>text</frontend_type>
2014
+ <sort_order>310</sort_order>
2015
  <show_in_default>1</show_in_default>
2016
  <show_in_website>1</show_in_website>
2017
  <show_in_store>1</show_in_store>
2018
+ <depends><seamless>0</seamless></depends>
2019
+ </successtitlestyle>
2020
+ <errortitlestyle translate="label">
2021
+ <label>ErrorTitleStyle</label>
2022
+ <frontend_type>text</frontend_type>
2023
+ <sort_order>311</sort_order>
 
 
2024
  <show_in_default>1</show_in_default>
2025
  <show_in_website>1</show_in_website>
2026
  <show_in_store>1</show_in_store>
2027
+ <depends><seamless>0</seamless></depends>
2028
+ </errortitlestyle>
2029
+ <footerstyle translate="label">
2030
+ <label>FooterStyle</label>
2031
+ <frontend_type>text</frontend_type>
2032
+ <sort_order>312</sort_order>
 
2033
  <show_in_default>1</show_in_default>
2034
  <show_in_website>1</show_in_website>
2035
  <show_in_store>1</show_in_store>
2036
+ <depends><seamless>0</seamless></depends>
2037
+ </footerstyle>
2038
+
2039
+ <!-- pay page shopping cart settings -->
2040
+ <description translate="label">
2041
+ <label>Description</label>
2042
  <frontend_type>text</frontend_type>
2043
+ <sort_order>449</sort_order>
2044
  <show_in_default>1</show_in_default>
2045
  <show_in_website>1</show_in_website>
2046
  <show_in_store>1</show_in_store>
2047
+ <depends><seamless>0</seamless></depends>
2048
+ </description>
2049
+ <sc_row translate="label">
2050
+ <label>ShoppingCart Rows</label>
2051
+ <frontend_type>multiselect</frontend_type>
2052
+ <sort_order>450</sort_order>
2053
+ <source_model>mpay24/source_shoppingCartRowsAction</source_model>
 
2054
  <show_in_default>1</show_in_default>
2055
  <show_in_website>1</show_in_website>
2056
  <show_in_store>1</show_in_store>
2057
+ <depends><seamless>0</seamless></depends>
2058
+ </sc_row>
2059
+ <sc_style translate="label">
2060
+ <label>Style</label>
2061
+ <frontend_type>text</frontend_type>
2062
+ <sort_order>501</sort_order>
 
2063
  <show_in_default>1</show_in_default>
2064
  <show_in_website>1</show_in_website>
2065
  <show_in_store>1</show_in_store>
2066
+ <depends><seamless>0</seamless></depends>
2067
+ </sc_style>
2068
+ <sc_header translate="label">
2069
+ <label>Header</label>
2070
  <frontend_type>text</frontend_type>
2071
+ <sort_order>502</sort_order>
2072
  <show_in_default>1</show_in_default>
2073
  <show_in_website>1</show_in_website>
2074
  <show_in_store>1</show_in_store>
2075
+ <depends><seamless>0</seamless></depends>
2076
+ </sc_header>
2077
+ <sc_headerstyle translate="label">
2078
+ <label>HeaderStyle</label>
2079
+ <frontend_type>text</frontend_type>
2080
+ <sort_order>503</sort_order>
 
 
2081
  <show_in_default>1</show_in_default>
2082
  <show_in_website>1</show_in_website>
2083
  <show_in_store>1</show_in_store>
2084
+ <depends><seamless>0</seamless></depends>
2085
+ </sc_headerstyle>
2086
+ <sc_captionstyle translate="label">
2087
+ <label>CaptionStyle</label>
2088
+ <frontend_type>text</frontend_type>
2089
+ <sort_order>504</sort_order>
 
2090
  <show_in_default>1</show_in_default>
2091
  <show_in_website>1</show_in_website>
2092
  <show_in_store>1</show_in_store>
2093
+ <depends><seamless>0</seamless></depends>
2094
+ </sc_captionstyle>
2095
+ <sc_numberheader translate="label">
2096
+ <label>NumberHeader</label>
2097
  <frontend_type>text</frontend_type>
2098
+ <sort_order>505</sort_order>
2099
  <show_in_default>1</show_in_default>
2100
  <show_in_website>1</show_in_website>
2101
  <show_in_store>1</show_in_store>
2102
+ <depends><seamless>0</seamless></depends>
2103
+ </sc_numberheader>
2104
+ <sc_numberstyle translate="label">
2105
+ <label>NumberStyle</label>
2106
+ <frontend_type>text</frontend_type>
2107
+ <sort_order>506</sort_order>
 
 
2108
  <show_in_default>1</show_in_default>
2109
  <show_in_website>1</show_in_website>
2110
  <show_in_store>1</show_in_store>
2111
+ <depends><seamless>0</seamless></depends>
2112
+ </sc_numberstyle>
2113
+ <sc_productnrheader translate="label">
2114
+ <label>ProductNrHeader</label>
2115
+ <frontend_type>text</frontend_type>
2116
+ <sort_order>507</sort_order>
 
2117
  <show_in_default>1</show_in_default>
2118
  <show_in_website>1</show_in_website>
2119
  <show_in_store>1</show_in_store>
2120
+ <depends><seamless>0</seamless></depends>
2121
+ </sc_productnrheader>
2122
+ <sc_productnrstyle translate="label">
2123
+ <label>ProductNrStyle</label>
2124
  <frontend_type>text</frontend_type>
2125
+ <sort_order>508</sort_order>
2126
  <show_in_default>1</show_in_default>
2127
  <show_in_website>1</show_in_website>
2128
  <show_in_store>1</show_in_store>
2129
+ <depends><seamless>0</seamless></depends>
2130
+ </sc_productnrstyle>
2131
+ <sc_descriptionheader translate="label">
2132
+ <label>DescriptionHeader</label>
2133
+ <frontend_type>text</frontend_type>
2134
+ <sort_order>509</sort_order>
 
 
2135
  <show_in_default>1</show_in_default>
2136
  <show_in_website>1</show_in_website>
2137
  <show_in_store>1</show_in_store>
2138
+ <depends><seamless>0</seamless></depends>
2139
+ </sc_descriptionheader>
2140
+ <sc_descriptionstyle translate="label">
2141
+ <label>DescriptionStyle</label>
2142
+ <frontend_type>text</frontend_type>
2143
+ <sort_order>510</sort_order>
 
2144
  <show_in_default>1</show_in_default>
2145
  <show_in_website>1</show_in_website>
2146
  <show_in_store>1</show_in_store>
2147
+ <depends><seamless>0</seamless></depends>
2148
+ </sc_descriptionstyle>
2149
+ <sc_packageheader translate="label">
2150
+ <label>PackageHeader</label>
2151
  <frontend_type>text</frontend_type>
2152
+ <sort_order>511</sort_order>
2153
  <show_in_default>1</show_in_default>
2154
  <show_in_website>1</show_in_website>
2155
  <show_in_store>1</show_in_store>
2156
+ <depends><seamless>0</seamless></depends>
2157
+ </sc_packageheader>
2158
+ <sc_packagestyle translate="label">
2159
+ <label>PackageStyle</label>
2160
+ <frontend_type>text</frontend_type>
2161
+ <sort_order>512</sort_order>
 
 
2162
  <show_in_default>1</show_in_default>
2163
  <show_in_website>1</show_in_website>
2164
  <show_in_store>1</show_in_store>
2165
+ <depends><seamless>0</seamless></depends>
2166
+ </sc_packagestyle>
2167
+ <sc_quantityheader translate="label">
2168
+ <label>QuantityHeader</label>
2169
+ <frontend_type>text</frontend_type>
2170
+ <sort_order>513</sort_order>
 
2171
  <show_in_default>1</show_in_default>
2172
  <show_in_website>1</show_in_website>
2173
  <show_in_store>1</show_in_store>
2174
+ <depends><seamless>0</seamless></depends>
2175
+ </sc_quantityheader>
2176
+ <sc_quantitystyle translate="label">
2177
+ <label>QuantityStyle</label>
2178
  <frontend_type>text</frontend_type>
2179
+ <sort_order>514</sort_order>
2180
  <show_in_default>1</show_in_default>
2181
  <show_in_website>1</show_in_website>
2182
  <show_in_store>1</show_in_store>
2183
+ <depends><seamless>0</seamless></depends>
2184
+ </sc_quantitystyle>
2185
+ <sc_itempriceheader translate="label">
2186
+ <label>ItemPriceHeader</label>
2187
+ <frontend_type>text</frontend_type>
2188
+ <sort_order>515</sort_order>
 
 
2189
  <show_in_default>1</show_in_default>
2190
  <show_in_website>1</show_in_website>
2191
  <show_in_store>1</show_in_store>
2192
+ <depends><seamless>0</seamless></depends>
2193
+ </sc_itempriceheader>
2194
+ <sc_itempricestyle translate="label">
2195
+ <label>ItemPriceStyle</label>
2196
+ <frontend_type>text</frontend_type>
2197
+ <sort_order>516</sort_order>
 
2198
  <show_in_default>1</show_in_default>
2199
  <show_in_website>1</show_in_website>
2200
  <show_in_store>1</show_in_store>
2201
+ <depends><seamless>0</seamless></depends>
2202
+ </sc_itempricestyle>
2203
+ <sc_priceheader translate="label">
2204
+ <label>PriceHeader</label>
2205
  <frontend_type>text</frontend_type>
2206
+ <sort_order>517</sort_order>
2207
  <show_in_default>1</show_in_default>
2208
  <show_in_website>1</show_in_website>
2209
  <show_in_store>1</show_in_store>
2210
+ <depends><seamless>0</seamless></depends>
2211
+ </sc_priceheader>
2212
+ <sc_pricestyle translate="label">
2213
+ <label>PriceStyle</label>
2214
+ <frontend_type>text</frontend_type>
2215
+ <sort_order>518</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
+ <depends><seamless>0</seamless></depends>
2220
+ </sc_pricestyle>
2221
+ <item_style1 translate="label">
2222
+ <label>ItemStyle Line 1</label>
2223
+ <frontend_type>text</frontend_type>
2224
+ <sort_order>520</sort_order>
 
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
+ <depends><seamless>0</seamless></depends>
2229
+ </item_style1>
2230
+ <item_style2 translate="label">
2231
+ <label>ItemStyle Line 2</label>
2232
  <frontend_type>text</frontend_type>
2233
+ <sort_order>521</sort_order>
2234
  <show_in_default>1</show_in_default>
2235
  <show_in_website>1</show_in_website>
2236
  <show_in_store>1</show_in_store>
2237
+ <depends><seamless>0</seamless></depends>
2238
+ </item_style2>
2239
+ <discount_headerstyle translate="label">
2240
+ <label>Discount HeaderStyle</label>
2241
+ <frontend_type>text</frontend_type>
2242
+ <sort_order>523</sort_order>
 
 
2243
  <show_in_default>1</show_in_default>
2244
  <show_in_website>1</show_in_website>
2245
  <show_in_store>1</show_in_store>
2246
+ <depends><seamless>0</seamless></depends>
2247
+ </discount_headerstyle>
2248
+ <discount_style translate="label">
2249
+ <label>Discount Style</label>
2250
+ <frontend_type>text</frontend_type>
2251
+ <sort_order>524</sort_order>
 
2252
  <show_in_default>1</show_in_default>
2253
  <show_in_website>1</show_in_website>
2254
  <show_in_store>1</show_in_store>
2255
+ <depends><seamless>0</seamless></depends>
2256
+ </discount_style>
2257
+ <shipping_costs_headerstyle translate="label">
2258
+ <label>Ship.Costs HeaderStyle</label>
2259
  <frontend_type>text</frontend_type>
2260
+ <sort_order>526</sort_order>
2261
  <show_in_default>1</show_in_default>
2262
  <show_in_website>1</show_in_website>
2263
  <show_in_store>1</show_in_store>
2264
+ <depends><seamless>0</seamless></depends>
2265
+ </shipping_costs_headerstyle>
2266
+ <shipping_costs_style translate="label">
2267
+ <label>Ship.Costs Style</label>
2268
+ <frontend_type>text</frontend_type>
2269
+ <sort_order>527</sort_order>
 
 
2270
  <show_in_default>1</show_in_default>
2271
  <show_in_website>1</show_in_website>
2272
  <show_in_store>1</show_in_store>
2273
+ <depends><seamless>0</seamless></depends>
2274
+ </shipping_costs_style>
2275
+ <tax_headerstyle translate="label">
2276
+ <label>Tax HeaderStyle</label>
2277
+ <frontend_type>text</frontend_type>
2278
+ <sort_order>529</sort_order>
 
2279
  <show_in_default>1</show_in_default>
2280
  <show_in_website>1</show_in_website>
2281
  <show_in_store>1</show_in_store>
2282
+ <depends><seamless>0</seamless></depends>
2283
+ </tax_headerstyle>
2284
+ <tax_style translate="label">
2285
+ <label>Tax Style</label>
2286
  <frontend_type>text</frontend_type>
2287
+ <sort_order>530</sort_order>
2288
  <show_in_default>1</show_in_default>
2289
  <show_in_website>1</show_in_website>
2290
  <show_in_store>1</show_in_store>
2291
+ <depends><seamless>0</seamless></depends>
2292
+ </tax_style>
2293
+ <price_header translate="label">
2294
+ <label>Price Header</label>
2295
+ <frontend_type>text</frontend_type>
2296
+ <sort_order>532</sort_order>
 
 
2297
  <show_in_default>1</show_in_default>
2298
  <show_in_website>1</show_in_website>
2299
  <show_in_store>1</show_in_store>
2300
+ <depends><seamless>0</seamless></depends>
2301
+ </price_header>
2302
+ <price_headerstyle translate="label">
2303
+ <label>Price HeaderStyle</label>
2304
+ <frontend_type>text</frontend_type>
2305
+ <sort_order>533</sort_order>
 
 
2306
  <show_in_default>1</show_in_default>
2307
  <show_in_website>1</show_in_website>
2308
  <show_in_store>1</show_in_store>
2309
+ <depends><seamless>0</seamless></depends>
2310
+ </price_headerstyle>
2311
+ <price_style translate="label">
2312
+ <label>Price Style</label>
2313
+ <frontend_type>text</frontend_type>
2314
+ <sort_order>534</sort_order>
 
2315
  <show_in_default>1</show_in_default>
2316
  <show_in_website>1</show_in_website>
2317
  <show_in_store>1</show_in_store>
2318
+ <depends><seamless>0</seamless></depends>
2319
+ </price_style>
2320
+ <subtotal_header translate="label">
2321
+ <label>Subtotal Header</label>
2322
+ <frontend_type>text</frontend_type>
2323
+ <sort_order>535</sort_order>
2324
  <show_in_default>1</show_in_default>
2325
  <show_in_website>1</show_in_website>
2326
  <show_in_store>1</show_in_store>
2327
+ <depends><seamless>0</seamless></depends>
2328
+ </subtotal_header>
2329
+ <subtotal_headerstyle translate="label">
2330
+ <label>Subtotal HeaderStyle</label>
2331
+ <frontend_type>text</frontend_type>
2332
+ <sort_order>536</sort_order>
 
2333
  <show_in_default>1</show_in_default>
2334
  <show_in_website>1</show_in_website>
2335
  <show_in_store>1</show_in_store>
2336
+ <depends><seamless>0</seamless></depends>
2337
+ </subtotal_headerstyle>
2338
+ <subtotal_style translate="label">
2339
+ <label>Subtotal Style</label>
2340
+ <frontend_type>text</frontend_type>
2341
+ <sort_order>537</sort_order>
 
2342
  <show_in_default>1</show_in_default>
2343
  <show_in_website>1</show_in_website>
2344
  <show_in_store>1</show_in_store>
2345
+ <depends><seamless>0</seamless></depends>
2346
+ </subtotal_style>
2347
  </fields>
2348
  </mpay24>
2349
  </groups>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.1.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- /**
3
- * @category Mpay24
4
- * @package Mpay24_Mpay24
5
- * @author Anna Sadriu (mPAY24 GmbH)
6
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
- * @version $Id: mysql4-install-1.6.1.php 6404 2015-07-08 09:25:24Z anna $
8
- */
9
- if(class_exists('Mage_Sales_Model_Resource_Setup'))
10
- $install = new Mage_Sales_Model_Resource_Setup('sales_setup');
11
- else
12
- $install = $this;
13
-
14
- $install->startSetup();
15
-
16
- $install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
17
-
18
- $install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
19
-
20
- $install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
21
-
22
- $install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
23
-
24
- $install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
25
- $install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
26
- $install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
27
-
28
- $install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
29
- $install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
30
- $install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
31
-
32
- $install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
33
- $install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
34
- $install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
35
-
36
- $install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
37
- $install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
38
- $install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
39
-
40
- $install->endSetup();
41
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.2.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- /**
3
- * @category Mpay24
4
- * @package Mpay24_Mpay24
5
- * @author Anna Sadriu (mPAY24 GmbH)
6
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
- * @version $Id: mysql4-install-1.6.2.php 6404 2015-07-08 09:25:24Z anna $
8
- */
9
- if(class_exists('Mage_Sales_Model_Resource_Setup'))
10
- $install = new Mage_Sales_Model_Resource_Setup('sales_setup');
11
- else
12
- $install = $this;
13
-
14
- $install->startSetup();
15
-
16
- $install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
17
-
18
- $install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
19
-
20
- $install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
21
-
22
- $install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
23
-
24
- $install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
25
- $install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
26
- $install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
27
-
28
- $install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
29
- $install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
30
- $install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
31
-
32
- $install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
33
- $install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
34
- $install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
35
-
36
- $install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
37
- $install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
38
- $install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
39
-
40
- $install->endSetup();
41
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.3.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- /**
3
- * @category Mpay24
4
- * @package Mpay24_Mpay24
5
- * @author Anna Sadriu (mPAY24 GmbH)
6
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
- * @version $Id: mysql4-install-1.6.3.php 6404 2015-07-08 09:25:24Z anna $
8
- */
9
- if(class_exists('Mage_Sales_Model_Resource_Setup'))
10
- $install = new Mage_Sales_Model_Resource_Setup('sales_setup');
11
- else
12
- $install = $this;
13
-
14
- $install->startSetup();
15
-
16
- $install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
17
-
18
- $install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
19
-
20
- $install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
21
-
22
- $install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
23
-
24
- $install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
25
- $install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
26
- $install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
27
-
28
- $install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
29
- $install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
30
- $install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
31
-
32
- $install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
33
- $install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
34
- $install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
35
-
36
- $install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
37
- $install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
38
- $install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
39
-
40
- $install->endSetup();
41
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.4.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- /**
3
- * @category Mpay24
4
- * @package Mpay24_Mpay24
5
- * @author Anna Sadriu (mPAY24 GmbH)
6
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
- * @version $Id: mysql4-install-1.6.4.php 6404 2015-07-08 09:25:24Z anna $
8
- */
9
- if(class_exists('Mage_Sales_Model_Resource_Setup'))
10
- $install = new Mage_Sales_Model_Resource_Setup('sales_setup');
11
- else
12
- $install = $this;
13
-
14
- $install->startSetup();
15
-
16
- $install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
17
-
18
- $install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
19
-
20
- $install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
21
-
22
- $install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
23
-
24
- $install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
25
- $install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
26
- $install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
27
-
28
- $install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
29
- $install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
30
- $install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
31
-
32
- $install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
33
- $install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
34
- $install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
35
-
36
- $install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
37
- $install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
38
- $install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
39
-
40
- $install->endSetup();
41
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-install-1.6.5.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
- /**
3
- * @category Mpay24
4
- * @package Mpay24_Mpay24
5
- * @author Anna Sadriu (mPAY24 GmbH)
6
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
- * @version $Id: mysql4-install-1.6.5.php 6404 2015-07-08 09:25:24Z anna $
8
- */
9
- if(class_exists('Mage_Sales_Model_Resource_Setup'))
10
- $install = new Mage_Sales_Model_Resource_Setup('sales_setup');
11
- else
12
- $install = $this;
13
-
14
- $install->startSetup();
15
-
16
- $install->run("DELETE FROM {$this->getTable('core_config_data')} WHERE `path` LIKE '%mpay%'");
17
-
18
- $install->run("DROP TABLE if exists {$this->getTable('mpay24_debug')};");
19
-
20
- $install->run("UPDATE {$this->getTable('sales_flat_quote_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
21
-
22
- $install->run("UPDATE {$this->getTable('sales_flat_order_payment')} SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_%';");
23
-
24
- $install->addAttribute('quote_address', 'payment_charge_type', array('type' => 'varchar'));
25
- $install->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
26
- $install->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
27
-
28
- $install->addAttribute('order', 'payment_charge_type', array('type' => 'varchar'));
29
- $install->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
30
- $install->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
31
-
32
- $install->addAttribute('invoice', 'payment_charge_type', array('type' => 'varchar'));
33
- $install->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
34
- $install->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
35
-
36
- $install->addAttribute('creditmemo', 'payment_charge_type', array('type' => 'varchar'));
37
- $install->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
38
- $install->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
39
-
40
- $install->endSetup();
41
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-install-1.6.0.php → mysql4-install-2.0.0.php} RENAMED
@@ -4,7 +4,7 @@
4
  * @package Mpay24_Mpay24
5
  * @author Anna Sadriu (mPAY24 GmbH)
6
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
- * @version $Id: mysql4-install-1.6.0.php 6280 2015-04-16 13:00:22Z anna $
8
  */
9
  if(class_exists('Mage_Sales_Model_Resource_Setup'))
10
  $install = new Mage_Sales_Model_Resource_Setup('sales_setup');
4
  * @package Mpay24_Mpay24
5
  * @author Anna Sadriu (mPAY24 GmbH)
6
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: mysql4-install-2.0.0.php 6280 2015-04-16 13:00:22Z anna $
8
  */
9
  if(class_exists('Mage_Sales_Model_Resource_Setup'))
10
  $install = new Mage_Sales_Model_Resource_Setup('sales_setup');
app/design/adminhtml/default/default/template/mpay24/info/acceptpayment.phtml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package default_defaut
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: acceptpayment.phtml 6280 2015-04-16 13:00:22Z anna $
8
+ */
9
+ ?>
10
+ <p><b>
11
+
12
+ <?php $pType=$this->getPType(); ?>
13
+ <img style="height: 50px;" alt="<?= $pType; ?>" src="<?= Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)."frontend/base/default/images/Mpay24/Mpay24/logos/$pType.svg" ?>">
14
+
15
+ <?php if($this->getMethod()->getData('info_instance')->getOrder() !== null): ?>
16
+ <br/><b><?php echo "<label for='mpaytid'>MPAYTID</label><span name='mpaytid' style='float: right; margin-right: 400px;'>".$this->htmlEscape($this->getInfo()->getOrder()->getPayment()->getAdditionalInformation('mpay_tid'))."</span>"; ?></b>
17
+ <br/><b><?php echo "<label for='appr_code'>".Mage::helper('mpay24')->__("Approval code")."</label><span name='appr_code' style='float: right; margin-right: 400px;'>".$this->htmlEscape($this->getInfo()->getOrder()->getPayment()->getAdditionalInformation('appr_code'))."</span>"; ?></b>
18
+ <?php endif; ?>
19
+ </b></p><br/>
app/design/adminhtml/default/default/template/mpay24/info/pdf/acceptpayment.phtml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package default_defaut
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: acceptpayment.phtml 6252 2015-03-26 15:57:57Z anna $
8
+ */
9
+ ?>
10
+ <?php echo $this->getMethod()->getTitle() . " - " . $this->getPType() . " - " . $this->getBrand(); ?>
11
+ {{pdf_row_separator}}
12
+ <?php echo 'mPAYTID: ' . $this->htmlEscape($this->getInfo()->getOrder()->getPayment()->getAdditionalInformation('mpay_tid')) ?>
13
+ {{pdf_row_separator}}
14
+ <?php echo Mage::helper('mpay24')->__("Approval code") . ": " .$this->htmlEscape($this->getInfo()->getOrder()->getPayment()->getAdditionalInformation('appr_code')); ?>
15
+ {{pdf_row_separator}}
app/design/frontend/base/default/layout/mpay24.xml CHANGED
@@ -13,10 +13,38 @@
13
  <type>skin_css</type>
14
  <name>css/Mpay24/Mpay24/mpay24.css</name>
15
  </action>
 
 
 
 
 
 
 
 
 
 
 
 
16
  <action method="addItem">
17
  <type>skin_js</type>
18
  <name>js/Mpay24/Mpay24/mpay24.js</name>
19
  </action>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  </reference>
21
  </default>
22
  <mpay24_payment_payment>
13
  <type>skin_css</type>
14
  <name>css/Mpay24/Mpay24/mpay24.css</name>
15
  </action>
16
+ <action method="addItem">
17
+ <type>skin_css</type>
18
+ <name>css/Mpay24/Mpay24/jquery-ui.min.css</name>
19
+ </action>
20
+ <action method="addItem">
21
+ <type>skin_css</type>
22
+ <name>css/Mpay24/Mpay24/eps.css</name>
23
+ </action>
24
+ <action method="addItem">
25
+ <type>skin_css</type>
26
+ <name>css/Mpay24/Mpay24/tokenizer.css</name>
27
+ </action>
28
  <action method="addItem">
29
  <type>skin_js</type>
30
  <name>js/Mpay24/Mpay24/mpay24.js</name>
31
  </action>
32
+ <action method="addItem">
33
+ <type>skin_js</type>
34
+ <name>js/Mpay24/Mpay24/eps.js</name>
35
+ </action>
36
+ <action method="addItem">
37
+ <type>skin_js</type>
38
+ <name>js/Mpay24/Mpay24/tokenizer.js</name>
39
+ </action>
40
+ <action method="addItem">
41
+ <type>skin_js</type>
42
+ <name>js/Mpay24/Mpay24/jquery-1.11.2.min.js</name>
43
+ </action>
44
+ <action method="addItem">
45
+ <type>skin_js</type>
46
+ <name>js/Mpay24/Mpay24/jquery-ui.min.js</name>
47
+ </action>
48
  </reference>
49
  </default>
50
  <mpay24_payment_payment>
app/design/frontend/base/default/template/mpay24/form/eps.phtml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package base_defaut
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: eps.phtml 6253 2015-03-26 16:05:00Z anna $
8
+ */
9
+ ?>
10
+ <?php
11
+ $_code = $this->getMethodCode();
12
+ ?>
13
+ <ul id="payment_form_<?= $_code ?>" style="display:none;" class="form-list">
14
+ <li>
15
+ <?= $this->getRedirectMessage()?>
16
+
17
+ <?php if($this->isInternational()):?>
18
+ <li>
19
+ <label class="required" for="country">Land</label>
20
+ <div class="input-box">
21
+ <select id="country" onchange="switchBankenliste()" name="country" class="required-entry" autocomplete="off">
22
+ <option value="AT">Österreich</option>
23
+ <option value="DE">Deutschland</option>
24
+ </select>
25
+ </div>
26
+ </li>
27
+ <?php endif; ?>
28
+ <li>
29
+ <label class="required" for="bankname">Bankname/BIC:</label>
30
+ <div class="input-box">
31
+ <input id="bankname" class="search input-text ui-autocomplete-input" type="text" value="" title="Bankname/BIC" name="bankname" autofocus="autofocus" autocomplete="off" onfocus="switchBankenliste()">
32
+ </div>
33
+ </li>
34
+ </li>
35
+ </ul>
app/design/frontend/base/default/template/mpay24/form/logos.phtml ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package base_defaut
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: logos.phtml 6253 2015-03-26 16:05:00Z anna $
8
+ */
9
+ ?>
10
+ <?php if($this->getPaymentLogoSrc1() != ""):?>
11
+ <img src="<?= $this->escapeHtml($this->getPaymentLogoSrc1())?>" alt="<?= $this->getAlt1() ?>" class="v-middle brand_logo"/>
12
+ <?php endif;?>
13
+
14
+ <?php if($this->getPaymentLogoSrc2() != ""):?>
15
+ <img src="<?= $this->escapeHtml($this->getPaymentLogoSrc2())?>" alt="<?= $this->getAlt2() ?>" class="v-middle brand_logo"/>
16
+ <?php endif;?>
17
+
18
+ <?php if($this->getPaymentLogoSrc3() != ""):?>
19
+ <img src="<?= $this->escapeHtml($this->getPaymentLogoSrc3())?>" alt="<?= $this->getAlt3() ?>" class="v-middle brand_logo"/>
20
+ <?php endif;?>
21
+
22
+ <?php if($this->getPaymentLogoSrc4() != ""):?>
23
+ <img src="<?= $this->escapeHtml($this->getPaymentLogoSrc4())?>" alt="<?= $this->getAlt4() ?>" class="v-middle brand_logo"/>
24
+ <?php endif;?>
25
+
26
+ <?php if($this->getPaymentLogoSrc5() != ""):?>
27
+ <img src="<?= $this->escapeHtml($this->getPaymentLogoSrc5())?>" alt="<?= $this->getAlt5() ?>" class="v-middle brand_logo" />
28
+ <?php endif;?>
app/design/frontend/base/default/template/mpay24/form/paypal.phtml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package base_defaut
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: paypal.phtml 6253 2015-03-26 16:05:00Z anna $
8
+ */
9
+ ?>
10
+ <?php
11
+ $_code = $this->getMethodCode();
12
+ ?>
13
+ <ul id="payment_form_<?= $_code ?>" style="display:none;" class="form-list">
14
+ <li>
15
+ <?= $this->getRedirectMessage()?>
16
+ </li>
17
+ </ul>
app/design/frontend/base/default/template/mpay24/form/tokenizer.phtml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package base_defaut
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: area.phtml 6253 2015-03-26 16:05:00Z anna $
8
+ */
9
+ ?>
10
+ <?php
11
+ $_code = $this->getMethodCode();
12
+ $this->createToken();
13
+ $location = $this->getTokenResponse()->getPaymentResponse()->location;
14
+ $token = $this->getTokenResponse()->getToken();
15
+ ?>
16
+ <ul id="payment_form_<?= $_code ?>" style="display:none;" class="form-list">
17
+ <li>
18
+ <iframe src='<?= $location; ?>' frameborder='0' width='360' height='160' scrolling='no'> </iframe>
19
+ <input type="hidden" name="token" value="<?= $token?>"/><br/>
20
+ <div id="tokenizer_error" class="error left-floating">The brand<div id="tokenizer_brand" class="left-floating"></div>is not supported.</div>
21
+ <br/>
22
+
23
+ <input type="hidden" id="AMEX" value="<?= $this->isCCActive("AMEX");?>"/>
24
+ <input type="hidden" id="DINERS" value="<?= $this->isCCActive("DINERS");?>"/>
25
+ <input type="hidden" id="JCB" value="<?= $this->isCCActive("JCB");?>"/>
26
+ <input type="hidden" id="MASTERCARD" value="<?= $this->isCCActive("MASTERCARD");?>"/>
27
+ <input type="hidden" id="VISA" value="<?= $this->isCCActive("VISA");?>"/>
28
+ </li>
29
+ </ul>
app/design/frontend/base/default/template/mpay24/info/acceptpayment.phtml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package base_defaut
5
+ * @author Anna Sadriu (mPAY24 GmbH)
6
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
7
+ * @version $Id: acceptpayment.phtml 6253 2015-03-26 16:05:00Z anna $
8
+ */
9
+ ?>
10
+ <p><b>
11
+ <?php $pType=$this->getPType(); ?>
12
+ <img style="height: 50px;" alt="<?= $pType; ?>" src="<?= Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)."frontend/base/default/images/Mpay24/Mpay24/logos/$pType.svg" ?>">
13
+
14
+ <?php if($this->getMethod()->getData('info_instance')->getOrder() !== null): ?>
15
+ <br/><b><?php echo "<label for='appr_code'>".Mage::helper('mpay24')->__("Approval code")."</label><span name='appr_code' style='float: right; margin-right: 400px;'>".$this->htmlEscape($this->getInfo()->getOrder()->getPayment()->getAdditionalInformation('appr_code'))."</span>"; ?></b><br/>
16
+ <?php endif; ?>
17
+ </b></p>
app/etc/modules/Mpay24_Mpay24.xml CHANGED
@@ -10,7 +10,7 @@
10
  <depends>
11
  <Mage_Payment />
12
  </depends>
13
- <version>1.6.5</version>
14
  </Mpay24_Mpay24>
15
  </modules>
16
  </config>
10
  <depends>
11
  <Mage_Payment />
12
  </depends>
13
+ <version>2.0.0</version>
14
  </Mpay24_Mpay24>
15
  </modules>
16
  </config>
app/locale/de_AT/Mpay24_Mpay24.csv CHANGED
@@ -107,4 +107,8 @@
107
  "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.", "Benachrichtigt den Shopbetreiber, wenn eine Zahlungsbestätigung für eine bereits stornierte Bestellung erfolgt."
108
  "A SUCCESSFUL confirmation occured for an already canceled order!", "Eine Zahlungsbestätigung wurde für eine bereits stornierte Bestellung empfangen!"
109
  "ATTENTION! - It is possible that the payment for the order ID '", "ACHTUNG! - Es ist möglich, dass die Zahlung für die Bestellung mit der ID '"
110
- "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!", "' erfolgreich war, obwohl die Bestellung als 'Storniert' markiert wurde! Bitte überprüfen Sie im mPAY24 Händlerportal (https://www.mpay24.com) ob der Betrag gebucht wurde!"
 
 
 
 
107
  "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.", "Benachrichtigt den Shopbetreiber, wenn eine Zahlungsbestätigung für eine bereits stornierte Bestellung erfolgt."
108
  "A SUCCESSFUL confirmation occured for an already canceled order!", "Eine Zahlungsbestätigung wurde für eine bereits stornierte Bestellung empfangen!"
109
  "ATTENTION! - It is possible that the payment for the order ID '", "ACHTUNG! - Es ist möglich, dass die Zahlung für die Bestellung mit der ID '"
110
+ "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!", "' erfolgreich war, obwohl die Bestellung als 'Storniert' markiert wurde! Bitte überprüfen Sie im mPAY24 Händlerportal (https://www.mpay24.com) ob der Betrag gebucht wurde!"
111
+ "The payment was not successful! ", "Es ist ein Fehler bei der Bezahlung aufgetreten! "
112
+ "Please try again or choose a different payment method.", "Bitte versuchen Sie es erneut, oder wählen Sie ein anderes Zahlungssystem."
113
+ "Redirected to an external page", "Weitergeleitet zu einer externen Seite"
114
+ "Credit cards", "Kreditkarten"
app/locale/de_CH/Mpay24_Mpay24.csv CHANGED
@@ -107,4 +107,8 @@
107
  "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.", "Benachrichtigt den Shopbetreiber, wenn eine Zahlungsbestätigung für eine bereits stornierte Bestellung erfolgt."
108
  "A SUCCESSFUL confirmation occured for an already canceled order!", "Eine Zahlungsbestätigung wurde für eine bereits stornierte Bestellung empfangen!"
109
  "ATTENTION! - It is possible that the payment for the order ID '", "ACHTUNG! - Es ist möglich, dass die Zahlung für die Bestellung mit der ID '"
110
- "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!", "' erfolgreich war, obwohl die Bestellung als 'Storniert' markiert wurde! Bitte überprüfen Sie im mPAY24 Händlerportal (https://www.mpay24.com) ob der Betrag gebucht wurde!"
 
 
 
 
107
  "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.", "Benachrichtigt den Shopbetreiber, wenn eine Zahlungsbestätigung für eine bereits stornierte Bestellung erfolgt."
108
  "A SUCCESSFUL confirmation occured for an already canceled order!", "Eine Zahlungsbestätigung wurde für eine bereits stornierte Bestellung empfangen!"
109
  "ATTENTION! - It is possible that the payment for the order ID '", "ACHTUNG! - Es ist möglich, dass die Zahlung für die Bestellung mit der ID '"
110
+ "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!", "' erfolgreich war, obwohl die Bestellung als 'Storniert' markiert wurde! Bitte überprüfen Sie im mPAY24 Händlerportal (https://www.mpay24.com) ob der Betrag gebucht wurde!"
111
+ "The payment was not successful! ", "Es ist ein Fehler bei der Bezahlung aufgetreten! "
112
+ "Please try again or choose a different payment method.", "Bitte versuchen Sie es erneut, oder wählen Sie ein anderes Zahlungssystem."
113
+ "Redirected to an external page", "Weitergeleitet zu einer externen Seite"
114
+ "Credit cards", "Kreditkarten"
app/locale/de_DE/Mpay24_Mpay24.csv CHANGED
@@ -107,4 +107,8 @@
107
  "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.", "Benachrichtigt den Shopbetreiber, wenn eine Zahlungsbestätigung für eine bereits stornierte Bestellung erfolgt."
108
  "A SUCCESSFUL confirmation occured for an already canceled order!", "Eine Zahlungsbestätigung wurde für eine bereits stornierte Bestellung empfangen!"
109
  "ATTENTION! - It is possible that the payment for the order ID '", "ACHTUNG! - Es ist möglich, dass die Zahlung für die Bestellung mit der ID '"
110
- "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!", "' erfolgreich war, obwohl die Bestellung als 'Storniert' markiert wurde! Bitte überprüfen Sie im mPAY24 Händlerportal (https://www.mpay24.com) ob der Betrag gebucht wurde!"
 
 
 
 
107
  "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.", "Benachrichtigt den Shopbetreiber, wenn eine Zahlungsbestätigung für eine bereits stornierte Bestellung erfolgt."
108
  "A SUCCESSFUL confirmation occured for an already canceled order!", "Eine Zahlungsbestätigung wurde für eine bereits stornierte Bestellung empfangen!"
109
  "ATTENTION! - It is possible that the payment for the order ID '", "ACHTUNG! - Es ist möglich, dass die Zahlung für die Bestellung mit der ID '"
110
+ "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!", "' erfolgreich war, obwohl die Bestellung als 'Storniert' markiert wurde! Bitte überprüfen Sie im mPAY24 Händlerportal (https://www.mpay24.com) ob der Betrag gebucht wurde!"
111
+ "The payment was not successful! ", "Es ist ein Fehler bei der Bezahlung aufgetreten! "
112
+ "Please try again or choose a different payment method.", "Bitte versuchen Sie es erneut, oder wählen Sie ein anderes Zahlungssystem."
113
+ "Redirected to an external page", "Weitergeleitet zu einer externen Seite"
114
+ "Credit cards", "Kreditkarten"
app/locale/en_US/Mpay24_Mpay24.csv CHANGED
@@ -107,4 +107,8 @@
107
  "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.", "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order."
108
  "A SUCCESSFUL confirmation occured for an already canceled order!", "A SUCCESSFUL confirmation occured for an already canceled order!"
109
  "ATTENTION! - It is possible that the payment for the order ID '", "ATTENTION! - It is possible that the payment for the order ID '"
110
- "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!", "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!"
 
 
 
 
107
  "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order.", "Notifies the shop admin in case a SUCCESSFUL confirmation occurs for an already canceled order."
108
  "A SUCCESSFUL confirmation occured for an already canceled order!", "A SUCCESSFUL confirmation occured for an already canceled order!"
109
  "ATTENTION! - It is possible that the payment for the order ID '", "ATTENTION! - It is possible that the payment for the order ID '"
110
+ "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!", "' was SUCCESSFUL, although the order is set as 'Canceled'! Please check in the mPAY24 Merchant Interface (https://www.mpay24.com) whether the amount was BILLED!"
111
+ "The payment was not successful! ", "The payment was not successful! "
112
+ "Please try again or choose a different payment method.", "Please try again or choose a different payment method."
113
+ "Redirected to an external page", "Redirected to an external page"
114
+ "Credit cards", "Credit cards"
package.xml CHANGED
@@ -1,12 +1,17 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>mPAY24</name>
4
- <version>1.6.5</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>A payment gateway, based on the mPAY24 PHP API (Webservices/SOAP v. 1.5).</summary>
 
 
 
 
 
10
  <description>&#x200B;mPAY24 optimiert den Zugang zu einer Vielzahl an Zahlungssystemen im Hinblick auf Sicherheit, Verf&#xFC;gbarkeit und Wirtschaftlichkeit. mPAY24 ist PCI DSS zertifiziert, tr&#xE4;gt das EURO-Label sowie das Internet-Siegel des &#xD6;sterreichischen Handelsverbandes und erhielt das E-Government G&#xFC;tesiegel des &#xF6;sterreichischen Bundeskanzleramtes.&#xD;
11
  &#xD;
12
  Bei mPAY24 haben Sicherheit, Verf&#xFC;gbarkeit und Wirtschaftlichkeit h&#xF6;chste Priorit&#xE4;t. Das mPAY24 Team unterst&#xFC;tzt Webshop-Betreiber gerne und kostenfrei mit Beratung hinsichtlich Auswahl der richtigen Zahlungssysteme und bei technischen Fragen. Auch die administrativen Agenden wie der Abschluss von Akzeptanzvertr&#xE4;gen und letztlich der Schritt zum &#x201E;Go-Live&#x201C; des Online-Shops werden durch die kompetente Beratung der mPAY24 Mitarbeiter stark beschleunigt und vereinfacht.&#xD;
@@ -26,11 +31,11 @@ Die Payment L&#xF6;sung der mPAY24 GmbH unterst&#xFC;tzt folgende Bezahlarten un
26
  &#xD;
27
  &#xD;
28
  Weitere Informationen unter www.mPAY24.com</description>
29
- <notes>1. Fix: JavaScript - Checkout view (icons area &amp; radio buttons) in case of forced preselection</notes>
30
  <authors><author><name>Anna Sadriu</name><user>mPAY24</user><email>modules@mpay24.com</email></author></authors>
31
  <date>2015-12-10</date>
32
- <time>13:30:31</time>
33
- <contents><target name="magelocale"><dir name="de_AT"><file name="Mpay24_Mpay24.csv" hash="b2e19c4b5634ee84ddfe4736aad7fba5"/></dir><dir name="de_DE"><file name="Mpay24_Mpay24.csv" hash="b2e19c4b5634ee84ddfe4736aad7fba5"/></dir><dir name="de_CH"><file name="Mpay24_Mpay24.csv" hash="b2e19c4b5634ee84ddfe4736aad7fba5"/></dir><dir name="en_US"><file name="Mpay24_Mpay24.csv" hash="3359dee12a89e6869e5f85aef7b26f50"/></dir></target><target name="mageetc"><dir name="modules"><file name="Mpay24_Mpay24.xml" hash="0f6931d822854934b2ca44cf92d75a82"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="form"><file name="area.phtml" hash="9acb8be74e5792e5c4a8e45895fc5655"/><file name="dropDown.phtml" hash="d6f9cd887dc0b4e81eacb5d310c2e0e7"/><file name="radio.phtml" hash="b4c05de5fab3c6e21879a9da5e9827fb"/></dir><dir name="info"><file name="selectpayment.phtml" hash="e1f7c3123010ae561f8802d03fc66a93"/></dir></dir></dir><dir name="layout"><file name="mpay24.xml" hash="4b615891c11e510ed4c868048e736f7c"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="info"><dir name="pdf"><file name="selectpayment.phtml" hash="6da1758a64f1cf156652983f170597ee"/></dir><file name="selectpayment.phtml" hash="c96745f5e2c57f9f4f3d5dc9a5305666"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Mpay24"><dir name="Mpay24"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="5caf74977717cc63576d9f09de204ed5"/></dir><dir name="Invoice"><file name="Totals.php" hash="70421fdcc5c9ab1df96f48664597ae79"/></dir><file name="Totals.php" hash="488d684da078859ff410041edcbe14ee"/></dir><file name="Totals.php" hash="b02e6f7695758503e747812414e82915"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Fieldset.php" hash="c8741afafa8efad57a4e986f5a85eb8d"/></dir></dir></dir></dir><dir name="Form"><file name="Selectpayment.php" hash="d05ed73eb4f42af38e6a12c98aa2425f"/></dir><file name="Form.php" hash="0692de0738ea97c8c0e9768c8913a131"/><dir name="Info"><file name="Selectpayment.php" hash="0bec3952c2be207592b70b2435884f9c"/></dir><file name="Mpay24.php" hash="ebc148879256065c02c39c5b3ac9c3f4"/><file name="ParentRedirect.php" hash="eb7e120ba3c76a90bfc875ffc6bde722"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="a3721656ae7b051b7bd92698de0a00b8"/></dir><dir name="Invoice"><file name="Totals.php" hash="002410ea09e2f1e5e0e8afcd0ad96a21"/></dir><file name="Totals.php" hash="7df91ced05a62b1b205a95f04d4f4201"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="a33818b46e3adf1ce89de8733b4c21c9"/></dir><dir name="Model"><dir name="Api"><file name="MDXI.xsd" hash="a76b18809aee2b2ff879cc4f7641c682"/><file name="MPay24Api.php" hash="687fd2db87454382d840185d19e609f6"/><file name="MPay24MagentoShop.php" hash="836540abe3c298593334fdb7d90f732f"/><file name="MPay24Shop.php" hash="14be49b51728d077686478e66faf727a"/><file name="cacert.pem" hash="d4dbe330c1629261efdeac206ecf73e5"/><file name="orderXML.php" hash="c1b725887202d4c014bee92ab36e62eb"/><file name=".gitignore" hash="bbb0dcf6f5f6f4c43539774615a27ba7"/></dir><file name="Config.php" hash="ba81af1020459ada26ee8fad4f3b5451"/><dir name="Entity"><file name="Setup.php" hash="04d00a0f1b46aa0190eafe475778d7cf"/></dir><dir name="Method"><file name="Abstract.php" hash="93f0ab4f301a17c0d5bcadbda28f026f"/><file name="Selectpayment.php" hash="8a64ed6b487cdcb27f3e28a38f28d783"/></dir><dir name="Mpay24"><file name="Debug.php" hash="7ca92d1d06f3d106abb12276da7cdfb1"/></dir><dir name="Mysql4"><dir name="Mpay24"><dir name="Debug"><file name="Collection.php" hash="afa7844ca60694e6249d92d90be7d87d"/></dir><file name="Debug.php" hash="1465a78bb7b57ea0822ced61d7cc8589"/></dir><file name="Setup.php" hash="7c7a3340e4c8ed5f38c7bdf91b38c742"/></dir><file name="Observer.php" hash="01b5f6f6892aa3b095aae312adc938c6"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><dir name="Total"><file name="Paymentcharge.php" hash="2fec0b22ac3d34e8f8e833c280951390"/></dir></dir><dir name="Invoice"><dir name="Total"><file name="Paymentcharge.php" hash="ab846115b55b99fb1509dcbc8c1355e1"/></dir></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Paymentcharge.php" hash="159fe1fbf65fbbd053da24e4e194a4f0"/></dir></dir></dir></dir><file name="Selectpayment.php" hash="61702c660088d8500daa74ace9f5a33c"/><file name="Session.php" hash="1696ec9f1e1c2203571102b0b66e97ae"/><dir name="Source"><file name="AllowedIPs.php" hash="966d1f393cbdf0f3bf882dde61ed58db"/><file name="BillAddr.php" hash="b5964754dc46ccf1987a2c6ce2632d1c"/><file name="ClearingAction.php" hash="e433734d35aa31f3c0d73505da4d4fc7"/><file name="FormTemplate.php" hash="ec1401c452eb0e78fe1dc9fb35210855"/><file name="PaidOrder.php" hash="91b3bb6453d0b10e3513e6e4bf8be89a"/><file name="PaymentCharge.php" hash="0c85b98865dbd07676b7e22464db93f3"/><file name="PaymentsActive.php" hash="58506408fb2c4500615269fdbb10b62f"/><file name="Request.php" hash="23d38e55fdeac60ef7c2d0a2a141196a"/><file name="Result.php" hash="206212de254c26f1f67105e0af90cead"/><file name="ShoppingCartRowsAction.php" hash="fa2dfa1c1300aae466fa84a1cdab0b5c"/><file name="System.php" hash="46627d5621849106c9adc81e1189242d"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Encrypted.php" hash="f71580a5ed57289981d4e07596564952"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="51862927061918c6614773da48ccb804"/><file name="PaymentController.php" hash="1f9e9dc2a4b24d0d703281983c2f22a8"/></dir><dir name="etc"><file name="config.xml" hash="ed46dc9542237a009e10b751f711bf04"/><file name="system.xml" hash="a92fce0219aea7291457c556bd44a496"/></dir><dir name="sql"><dir name="mpay24_setup"><file name="mysql4-install-1.6.0.php" hash="4c7e3c5e6b3ecd21f987d286be985c1b"/><file name="mysql4-install-1.6.1.php" hash="da1bb5f70005f386f7da4bb1dca47a84"/><file name="mysql4-install-1.6.2.php" hash="c5aa1d9dd7a326843ca113afa138956e"/><file name="mysql4-install-1.6.3.php" hash="10e2c11b5c45fb64fd900780af2a76e8"/><file name="mysql4-install-1.6.4.php" hash="b0ddf1bb3e99806bc01a93f0cefe2902"/><file name="mysql4-install-1.6.5.php" hash="9fef1a4997d29ead7d2d8326ac1c46ab"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="Mpay24"><dir name="Mpay24"><file name="mpay24.css" hash="438f1e67fb76b15eb521580141da4aff"/></dir></dir></dir><dir name="js"><dir name="Mpay24"><dir name="Mpay24"><file name="mpay24.js" hash="3e404561c2407693fc4cc9d6ac9fab1d"/></dir></dir></dir></dir></dir></dir></target></contents>
34
  <compatible/>
35
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
36
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>mPAY24</name>
4
+ <version>2.0.0</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>A seamless payment gateway, based on the mPAY24 PHP API (Webservices/SOAP v. 1.5).&#xD;
10
+ &#xD;
11
+ Currently supported payment methods:&#xD;
12
+ * Credit cards (AMEX, Diners Club, JCB, MasterCard, VISA)&#xD;
13
+ * eps and giropay Online-Banking&#xD;
14
+ * PayPal</summary>
15
  <description>&#x200B;mPAY24 optimiert den Zugang zu einer Vielzahl an Zahlungssystemen im Hinblick auf Sicherheit, Verf&#xFC;gbarkeit und Wirtschaftlichkeit. mPAY24 ist PCI DSS zertifiziert, tr&#xE4;gt das EURO-Label sowie das Internet-Siegel des &#xD6;sterreichischen Handelsverbandes und erhielt das E-Government G&#xFC;tesiegel des &#xF6;sterreichischen Bundeskanzleramtes.&#xD;
16
  &#xD;
17
  Bei mPAY24 haben Sicherheit, Verf&#xFC;gbarkeit und Wirtschaftlichkeit h&#xF6;chste Priorit&#xE4;t. Das mPAY24 Team unterst&#xFC;tzt Webshop-Betreiber gerne und kostenfrei mit Beratung hinsichtlich Auswahl der richtigen Zahlungssysteme und bei technischen Fragen. Auch die administrativen Agenden wie der Abschluss von Akzeptanzvertr&#xE4;gen und letztlich der Schritt zum &#x201E;Go-Live&#x201C; des Online-Shops werden durch die kompetente Beratung der mPAY24 Mitarbeiter stark beschleunigt und vereinfacht.&#xD;
31
  &#xD;
32
  &#xD;
33
  Weitere Informationen unter www.mPAY24.com</description>
34
+ <notes>Initial implmentation of the seamless integration</notes>
35
  <authors><author><name>Anna Sadriu</name><user>mPAY24</user><email>modules@mpay24.com</email></author></authors>
36
  <date>2015-12-10</date>
37
+ <time>15:24:45</time>
38
+ <contents><target name="magelocale"><dir name="de_AT"><file name="Mpay24_Mpay24.csv" hash="789090a7b49e33bf342605a4549fa8fd"/></dir><dir name="de_DE"><file name="Mpay24_Mpay24.csv" hash="789090a7b49e33bf342605a4549fa8fd"/></dir><dir name="de_CH"><file name="Mpay24_Mpay24.csv" hash="789090a7b49e33bf342605a4549fa8fd"/></dir><dir name="en_US"><file name="Mpay24_Mpay24.csv" hash="7a7604cdc55a5084bdf96126cbc84a96"/></dir></target><target name="mageetc"><dir name="modules"><file name="Mpay24_Mpay24.xml" hash="d2876c7a1bcf681b9598c09df1eb7080"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="form"><file name="area.phtml" hash="9acb8be74e5792e5c4a8e45895fc5655"/><file name="dropDown.phtml" hash="d6f9cd887dc0b4e81eacb5d310c2e0e7"/><file name="eps.phtml" hash="aefd6acc0ce85ec3711ae34fadd1324d"/><file name="logos.phtml" hash="2df034461d658baf0e1d00d5c35da874"/><file name="paypal.phtml" hash="94b2d2516b1adc16bf3f1dc0f53db9ce"/><file name="radio.phtml" hash="b4c05de5fab3c6e21879a9da5e9827fb"/><file name="tokenizer.phtml" hash="8af8a91d68e3caafec5beb21846b5353"/></dir><dir name="info"><file name="acceptpayment.phtml" hash="0d54426022b666874dfc79c9488ae67c"/><file name="selectpayment.phtml" hash="e1f7c3123010ae561f8802d03fc66a93"/></dir></dir></dir><dir name="layout"><file name="mpay24.xml" hash="51ded5b53b6f16602a796b57017475fd"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="info"><file name="acceptpayment.phtml" hash="73478ef564adfbc85be0460ebb7a5163"/><dir name="pdf"><file name="acceptpayment.phtml" hash="86273378e539e22a6a5513fd61ef39a8"/><file name="selectpayment.phtml" hash="6da1758a64f1cf156652983f170597ee"/></dir><file name="selectpayment.phtml" hash="c96745f5e2c57f9f4f3d5dc9a5305666"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Mpay24"><dir name="Mpay24"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="5caf74977717cc63576d9f09de204ed5"/></dir><dir name="Invoice"><file name="Totals.php" hash="70421fdcc5c9ab1df96f48664597ae79"/></dir><file name="Totals.php" hash="488d684da078859ff410041edcbe14ee"/></dir><file name="Totals.php" hash="b02e6f7695758503e747812414e82915"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Fieldset.php" hash="cb2c1fd8710d0320557d32654c487ae5"/></dir></dir></dir></dir><dir name="Form"><file name="Eps.php" hash="f3eae3aa3036bb1d59d16921f55f848d"/><file name="Paypal.php" hash="08054a587246839a36ad2ba6a96a7c82"/><file name="Selectpayment.php" hash="d05ed73eb4f42af38e6a12c98aa2425f"/><file name="Tokenizer.php" hash="467240aea93bfd27c3b3c37fb050c34b"/></dir><file name="Form.php" hash="0692de0738ea97c8c0e9768c8913a131"/><dir name="Info"><file name="Acceptpayment.php" hash="81d20da9862c64d3e3d613a9ad693fee"/><file name="Selectpayment.php" hash="0bec3952c2be207592b70b2435884f9c"/></dir><file name="Mpay24.php" hash="ebc148879256065c02c39c5b3ac9c3f4"/><file name="ParentRedirect.php" hash="eb7e120ba3c76a90bfc875ffc6bde722"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="a3721656ae7b051b7bd92698de0a00b8"/></dir><dir name="Invoice"><file name="Totals.php" hash="002410ea09e2f1e5e0e8afcd0ad96a21"/></dir><file name="Totals.php" hash="7df91ced05a62b1b205a95f04d4f4201"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="a33818b46e3adf1ce89de8733b4c21c9"/></dir><dir name="Model"><dir name="Api"><file name="MDXI.xsd" hash="a76b18809aee2b2ff879cc4f7641c682"/><file name="MPay24Api.php" hash="8763085198dde1d1e8957bc34f9366a5"/><file name="MPay24MagentoShop.php" hash="f42eb5512a5cd9abd6a4aec91c0de193"/><file name="MPay24Shop.php" hash="14be49b51728d077686478e66faf727a"/><file name="cacert.pem" hash="d4dbe330c1629261efdeac206ecf73e5"/><file name="orderXML.php" hash="c1b725887202d4c014bee92ab36e62eb"/><file name=".gitignore" hash="bbb0dcf6f5f6f4c43539774615a27ba7"/></dir><file name="Config.php" hash="ba81af1020459ada26ee8fad4f3b5451"/><dir name="Entity"><file name="Setup.php" hash="04d00a0f1b46aa0190eafe475778d7cf"/></dir><file name="Eps.php" hash="9672e9a3eccd5d3e46060042ac82090c"/><dir name="Method"><file name="Abstract.php" hash="e6e43516a573b1d993646fc9624bd97f"/><file name="Acceptpayment.php" hash="e66509c06290747578a3d959b32fc457"/><file name="Selectpayment.php" hash="0f5477d792b115493cfae827852b09f1"/></dir><dir name="Mpay24"><file name="Debug.php" hash="7ca92d1d06f3d106abb12276da7cdfb1"/></dir><dir name="Mysql4"><dir name="Mpay24"><dir name="Debug"><file name="Collection.php" hash="afa7844ca60694e6249d92d90be7d87d"/></dir><file name="Debug.php" hash="1465a78bb7b57ea0822ced61d7cc8589"/></dir><file name="Setup.php" hash="7c7a3340e4c8ed5f38c7bdf91b38c742"/></dir><file name="Observer.php" hash="5cac58b78ae087d5e1dd4e51d1081408"/><file name="Paypal.php" hash="300a0e46910aa003ab366f6b6598935b"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><dir name="Total"><file name="Paymentcharge.php" hash="2fec0b22ac3d34e8f8e833c280951390"/></dir></dir><dir name="Invoice"><dir name="Total"><file name="Paymentcharge.php" hash="ab846115b55b99fb1509dcbc8c1355e1"/></dir></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Paymentcharge.php" hash="159fe1fbf65fbbd053da24e4e194a4f0"/></dir></dir></dir></dir><file name="Selectpayment.php" hash="f75459f700a113c7feccf2c50de35719"/><file name="Session.php" hash="1696ec9f1e1c2203571102b0b66e97ae"/><dir name="Source"><file name="AllowedIPs.php" hash="966d1f393cbdf0f3bf882dde61ed58db"/><file name="BillAddr.php" hash="b5964754dc46ccf1987a2c6ce2632d1c"/><file name="BuyerCountry.php" hash="ea29fdc025c1905973d649e1c668ca63"/><file name="Checkout.php" hash="bf366a9ee83218b0943f07298c31fb13"/><file name="ClearingAction.php" hash="e433734d35aa31f3c0d73505da4d4fc7"/><file name="CreditCards.php" hash="d06606d2e59c5f11507235b764fdd513"/><file name="FormTemplate.php" hash="ec1401c452eb0e78fe1dc9fb35210855"/><file name="PaidOrder.php" hash="91b3bb6453d0b10e3513e6e4bf8be89a"/><file name="PaymentCharge.php" hash="0c85b98865dbd07676b7e22464db93f3"/><file name="PaymentsActive.php" hash="58506408fb2c4500615269fdbb10b62f"/><file name="Request.php" hash="23d38e55fdeac60ef7c2d0a2a141196a"/><file name="Result.php" hash="206212de254c26f1f67105e0af90cead"/><file name="ShoppingCartRowsAction.php" hash="fa2dfa1c1300aae466fa84a1cdab0b5c"/><file name="System.php" hash="46627d5621849106c9adc81e1189242d"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Encrypted.php" hash="f71580a5ed57289981d4e07596564952"/></dir></dir></dir><file name="Tokenizer.php" hash="1249b1a30832ba649a4eaff48bf6c746"/></dir><dir name="controllers"><file name="IndexController.php" hash="51862927061918c6614773da48ccb804"/><file name="PaymentController.php" hash="1f9e9dc2a4b24d0d703281983c2f22a8"/></dir><dir name="etc"><file name="config.xml" hash="94910922d70fc0d73610c1d2394e683a"/><file name="system.xml" hash="6f8e5d2e0d629a79c831a6ef6f136475"/></dir><dir name="sql"><dir name="mpay24_setup"><file name="mysql4-install-2.0.0.php" hash="156573acaeb740385fe20f7a1d905121"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="Mpay24"><dir name="Mpay24"><file name="eps.css" hash="a3696a11cd3432993e231b7edab89f51"/><dir name="images"><file name="search.png" hash="f2f8ddfca6dadaf46b3cebb2b3a4fa95"/><file name="ui-bg_flat_0_aaaaaa_40x100.png" hash="60c65f651ea0e21452849b14a166ac87"/><file name="ui-bg_flat_75_ffffff_40x100.png" hash="6f19ddf2dd6d4c701b5f5b0138fe230e"/><file name="ui-bg_glass_55_fbf9ee_1x400.png" hash="4e07ed5bb7882395af077bc037a2c247"/><file name="ui-bg_glass_65_ffffff_1x400.png" hash="c132bb9d5bec63a14ec373e05d7a42c1"/><file name="ui-bg_glass_75_dadada_1x400.png" hash="f1d8912c3abb8b905dc9d4c6f2831158"/><file name="ui-bg_glass_75_e6e6e6_1x400.png" hash="595119547e945990442b5af56f1e81d6"/><file name="ui-bg_glass_95_fef1ec_1x400.png" hash="642bba9348db3eb584f5c641d03e2279"/></dir><file name="jquery-ui.min.css" hash="3b9e0396240cfdbf620be0ed0146c4c9"/><file name="mpay24.css" hash="17cefa47ab5187d1dec0c0917bf008e0"/><file name="tokenizer.css" hash="c3f38ab9aa751f610b103fb35a9cc3be"/></dir></dir></dir><dir name="js"><dir name="Mpay24"><dir name="Mpay24"><file name="eps.js" hash="6d443618c0f75c0bfabeeae3308d6787"/><file name="jquery-1.11.2.min.js" hash="cc579caecde81f7196db2863457deb6a"/><file name="jquery-ui.min.js" hash="537085f271dd01ee9385a4d98cff693f"/><file name="mpay24.js" hash="3e404561c2407693fc4cc9d6ac9fab1d"/><file name="tokenizer.js" hash="47bbd580a2e43ee78c47a32205e1c512"/></dir></dir></dir><dir name="images"><dir name="Mpay24"><dir name="Mpay24"><dir name="logos"><file name="AMEX.svg" hash="ac7aed379d27d1908058788de7b43bc6"/><file name="DINERS.svg" hash="20795b50de482825885388c9e98456db"/><file name="EPS.svg" hash="52d35c9c6461af9e9895f728a02df64d"/><file name="GIROPAY.svg" hash="77937ca4190c01a6caf9910eb3b093f9"/><file name="JCB.svg" hash="07f4a69efba9db0a37bb92855ee300fd"/><file name="MASTERCARD.svg" hash="197a4fded587b1a9d5ec57c642190415"/><file name="PAYPAL.svg" hash="7b877f9f4b6ecdeb9436a6a5c85f2b9c"/><file name="VISA.svg" hash="d3086ffa5c23a486d968db44d174a61f"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
39
  <compatible/>
40
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
41
  </package>
skin/frontend/base/default/css/Mpay24/Mpay24/eps.css ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ * {
2
+ border: 0;
3
+ outline: 0;
4
+ border-collapse: collapse;
5
+ border-spacing: 0;
6
+ font-family: "Trebuchet MS", "Calibri", "Verdana", "Arial";
7
+ margin: auto;
8
+ padding: auto;
9
+ }
10
+
11
+ html {
12
+ overflow: auto;
13
+ }
14
+
15
+ .search {
16
+ background: url('images/search.png') no-repeat !important;
17
+ background-size: 20px !important;
18
+ background-position: right !important;
19
+ padding-right: 25px !important;
20
+ }
21
+
22
+ .error {
23
+ color: #ff0000;
24
+ }
25
+
26
+ #main {
27
+ margin-top: 40px;
28
+ width: 800px;
29
+ }
30
+
31
+ #header {
32
+ text-align: center;
33
+ }
34
+
35
+ #epsLogo, #girLogo {
36
+ height: 120px;
37
+ display: inline;
38
+ margin-top: 20px;
39
+ margin-bottom: 20px;
40
+ }
41
+
42
+ #epsLogo {
43
+ margin-left: auto;
44
+ margin-right: 10px;
45
+ }
46
+
47
+ #girLogo {
48
+ margin-left: 10px;
49
+ margin-right: auto;
50
+ }
51
+
52
+ #content {
53
+ background-color: #ddddff;
54
+ text-align: center;
55
+ border-radius: 10px;
56
+ border:2px solid #ddddff;
57
+ margin-top: 20px;
58
+ }
59
+
60
+ #content h1 {
61
+ text-transform: uppercase;
62
+ margin: 20px 0px 10px 0px;
63
+ }
64
+
65
+ #content h3 {
66
+ margin-top: 10px;
67
+ }
68
+
69
+ #content #msgarea {
70
+ margin-top: -10px;
71
+ }
72
+
73
+ #content select {
74
+ border-radius: 5px;
75
+ border:1px solid #3c2381;
76
+ font-size: 110%;
77
+ }
78
+
79
+ #content input {
80
+ border-radius: 5px;
81
+ border:1px solid #3c2381;
82
+ font-size: 110%;
83
+ width: 500px;
84
+ padding-left: 5px;
85
+ }
86
+
87
+ #content tr {
88
+ line-height: 200%;
89
+ }
90
+
91
+ #content td {
92
+ min-width: 120px;
93
+ text-align: left;
94
+ }
95
+
96
+ #content #auswahl {
97
+ margin-top: 40px;
98
+ }
99
+
100
+ #buttonDiv{
101
+ margin-top: 40px;
102
+ margin-bottom: 20px;
103
+ padding-bottom: 5px;
104
+ }
105
+
106
+ #buttonDiv button{
107
+ background-color:#ffffff;
108
+ color: #000000;
109
+ height:100%;
110
+ border-radius: 5px;
111
+ border:1px solid #3c2381;
112
+ font-size: 100%;
113
+ padding: 5px 0px;
114
+ }
115
+
116
+ #buttonDiv button:hover{
117
+ background-color: #dddddd ;
118
+ cursor: hand;
119
+ cursor: pointer;
120
+ }
121
+
122
+ #buttonDiv button:active{
123
+ background-color: #d9d9d9;
124
+ }
125
+
126
+ #abbrechenSubmit{
127
+ width: 190px;
128
+ margin-right: 10px;
129
+ }
130
+
131
+ #selectionSubmit{
132
+ width: 250px;
133
+ margin-left: 10px;
134
+ }
135
+
136
+ /* Wurde eingefuegt da im IE9 der erste Button im HTML fokusiert wird und damit groesser erscheinen wuerde als die restlichen Buttons */
137
+ #buttonDiv #hiddenButton{
138
+ position:absolute;
139
+ border:0;
140
+ top:0px;
141
+ left:0px;
142
+ height:0px;
143
+ width:0px;
144
+ }
145
+
146
+ .ui-autocomplete {
147
+ overflow: auto;
148
+ }
skin/frontend/base/default/css/Mpay24/Mpay24/images/search.png ADDED
Binary file
skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_flat_0_aaaaaa_40x100.png ADDED
Binary file
skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_flat_75_ffffff_40x100.png ADDED
Binary file
skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_55_fbf9ee_1x400.png ADDED
Binary file
skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_65_ffffff_1x400.png ADDED
Binary file
skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_75_dadada_1x400.png ADDED
Binary file
skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_75_e6e6e6_1x400.png ADDED
Binary file
skin/frontend/base/default/css/Mpay24/Mpay24/images/ui-bg_glass_95_fef1ec_1x400.png ADDED
Binary file
skin/frontend/base/default/css/Mpay24/Mpay24/jquery-ui.min.css ADDED
@@ -0,0 +1,1016 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! jQuery UI - v1.11.4 - 2015-07-15
2
+ * http://jqueryui.com
3
+ * Includes: core.css, autocomplete.css, menu.css, theme.css
4
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
5
+ * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
6
+ .ui-helper-hidden {
7
+ display: none
8
+ }
9
+
10
+ .ui-helper-hidden-accessible {
11
+ border: 0;
12
+ clip: rect(0, 0, 0, 0);
13
+ height: 1px;
14
+ margin: -1px;
15
+ overflow: hidden;
16
+ padding: 0;
17
+ position: absolute;
18
+ width: 1px
19
+ }
20
+
21
+ .ui-helper-reset {
22
+ margin: 0;
23
+ padding: 0;
24
+ border: 0;
25
+ outline: 0;
26
+ line-height: 1.3;
27
+ text-decoration: none;
28
+ font-size: 100%;
29
+ list-style: none
30
+ }
31
+
32
+ .ui-helper-clearfix:before, .ui-helper-clearfix:after {
33
+ content: "";
34
+ display: table;
35
+ border-collapse: collapse
36
+ }
37
+
38
+ .ui-helper-clearfix:after {
39
+ clear: both
40
+ }
41
+
42
+ .ui-helper-clearfix {
43
+ min-height: 0
44
+ }
45
+
46
+ .ui-helper-zfix {
47
+ width: 100%;
48
+ height: 100%;
49
+ top: 0;
50
+ left: 0;
51
+ position: absolute;
52
+ opacity: 0;
53
+ filter: Alpha(Opacity = 0)
54
+ }
55
+
56
+ .ui-front {
57
+ z-index: 100
58
+ }
59
+
60
+ .ui-state-disabled {
61
+ cursor: default !important
62
+ }
63
+
64
+ .ui-icon {
65
+ display: block;
66
+ text-indent: -99999px;
67
+ overflow: hidden;
68
+ background-repeat: no-repeat
69
+ }
70
+
71
+ .ui-widget-overlay {
72
+ position: fixed;
73
+ top: 0;
74
+ left: 0;
75
+ width: 100%;
76
+ height: 100%
77
+ }
78
+
79
+ .ui-autocomplete {
80
+ position: absolute;
81
+ top: 0;
82
+ left: 0;
83
+ cursor: default
84
+ }
85
+
86
+ .ui-menu {
87
+ list-style: none;
88
+ padding: 2px;
89
+ margin: 0;
90
+ display: block;
91
+ outline: none
92
+ }
93
+
94
+ .ui-menu .ui-menu {
95
+ position: absolute
96
+ }
97
+
98
+ .ui-menu .ui-menu-item {
99
+ position: relative;
100
+ margin: 0;
101
+ padding: 3px 1em 3px .4em;
102
+ cursor: pointer;
103
+ min-height: 0;
104
+ list-style-image:
105
+ url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
106
+ }
107
+
108
+ .ui-menu .ui-menu-divider {
109
+ margin: 5px 0;
110
+ height: 0;
111
+ font-size: 0;
112
+ line-height: 0;
113
+ border-width: 1px 0 0 0
114
+ }
115
+
116
+ .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
117
+ margin: -1px
118
+ }
119
+
120
+ .ui-menu-icons {
121
+ position: relative
122
+ }
123
+
124
+ .ui-menu-icons .ui-menu-item {
125
+ padding-left: 2em
126
+ }
127
+
128
+ .ui-menu .ui-icon {
129
+ position: absolute;
130
+ top: 0;
131
+ bottom: 0;
132
+ left: .2em;
133
+ margin: auto 0
134
+ }
135
+
136
+ .ui-menu .ui-menu-icon {
137
+ left: auto;
138
+ right: 0
139
+ }
140
+
141
+ .ui-widget {
142
+ font-family: Verdana, Arial, sans-serif;
143
+ font-size: 0.9em
144
+ }
145
+
146
+ .ui-widget .ui-widget {
147
+ font-size: 1em
148
+ }
149
+
150
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
151
+ {
152
+ font-family: Verdana, Arial, sans-serif;
153
+ font-size: 1em
154
+ }
155
+
156
+ .ui-widget-content {
157
+ border: 1px solid #aaa;
158
+ background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50%
159
+ repeat-x;
160
+ color: #222
161
+ }
162
+
163
+ .ui-widget-content a {
164
+ color: #222
165
+ }
166
+
167
+ .ui-widget-header {
168
+ border: 1px solid #aaa;
169
+ background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png")
170
+ 50% 50% repeat-x;
171
+ color: #222;
172
+ font-weight: bold
173
+ }
174
+
175
+ .ui-widget-header a {
176
+ color: #222
177
+ }
178
+
179
+ .ui-state-default, .ui-widget-content .ui-state-default,
180
+ .ui-widget-header .ui-state-default {
181
+ border: 1px solid #d3d3d3;
182
+ background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50%
183
+ 50% repeat-x;
184
+ font-weight: normal;
185
+ color: #555
186
+ }
187
+
188
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
189
+ {
190
+ color: #555;
191
+ text-decoration: none
192
+ }
193
+
194
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
195
+ .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
196
+ {
197
+ border: 1px solid #999;
198
+ background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50%
199
+ 50% repeat-x;
200
+ font-weight: normal;
201
+ color: #212121
202
+ }
203
+
204
+ .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link,
205
+ .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover,
206
+ .ui-state-focus a:link, .ui-state-focus a:visited {
207
+ color: #212121;
208
+ text-decoration: none
209
+ }
210
+
211
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
212
+ {
213
+ border: 1px solid #aaa;
214
+ background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50%
215
+ repeat-x;
216
+ font-weight: normal;
217
+ color: #212121
218
+ }
219
+
220
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
221
+ {
222
+ color: #212121;
223
+ text-decoration: none
224
+ }
225
+
226
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight,
227
+ .ui-widget-header .ui-state-highlight {
228
+ border: 1px solid #fcefa1;
229
+ background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50%
230
+ 50% repeat-x;
231
+ color: #363636
232
+ }
233
+
234
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,
235
+ .ui-widget-header .ui-state-highlight a {
236
+ color: #363636
237
+ }
238
+
239
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
240
+ {
241
+ border: 1px solid #cd0a0a;
242
+ background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50%
243
+ 50% repeat-x;
244
+ color: #cd0a0a
245
+ }
246
+
247
+ .ui-state-error a, .ui-widget-content .ui-state-error a,
248
+ .ui-widget-header .ui-state-error a {
249
+ color: #cd0a0a
250
+ }
251
+
252
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text,
253
+ .ui-widget-header .ui-state-error-text {
254
+ color: #cd0a0a
255
+ }
256
+
257
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary,
258
+ .ui-widget-header .ui-priority-primary {
259
+ font-weight: bold
260
+ }
261
+
262
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary,
263
+ .ui-widget-header .ui-priority-secondary {
264
+ opacity: .7;
265
+ filter: Alpha(Opacity = 70);
266
+ font-weight: normal
267
+ }
268
+
269
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled,
270
+ .ui-widget-header .ui-state-disabled {
271
+ opacity: .35;
272
+ filter: Alpha(Opacity = 35);
273
+ background-image: none
274
+ }
275
+
276
+ .ui-state-disabled .ui-icon {
277
+ filter: Alpha(Opacity = 35)
278
+ }
279
+
280
+ .ui-icon {
281
+ width: 16px;
282
+ height: 16px
283
+ }
284
+
285
+ .ui-icon-blank {
286
+ background-position: 16px 16px
287
+ }
288
+
289
+ .ui-icon-carat-1-n {
290
+ background-position: 0 0
291
+ }
292
+
293
+ .ui-icon-carat-1-ne {
294
+ background-position: -16px 0
295
+ }
296
+
297
+ .ui-icon-carat-1-e {
298
+ background-position: -32px 0
299
+ }
300
+
301
+ .ui-icon-carat-1-se {
302
+ background-position: -48px 0
303
+ }
304
+
305
+ .ui-icon-carat-1-s {
306
+ background-position: -64px 0
307
+ }
308
+
309
+ .ui-icon-carat-1-sw {
310
+ background-position: -80px 0
311
+ }
312
+
313
+ .ui-icon-carat-1-w {
314
+ background-position: -96px 0
315
+ }
316
+
317
+ .ui-icon-carat-1-nw {
318
+ background-position: -112px 0
319
+ }
320
+
321
+ .ui-icon-carat-2-n-s {
322
+ background-position: -128px 0
323
+ }
324
+
325
+ .ui-icon-carat-2-e-w {
326
+ background-position: -144px 0
327
+ }
328
+
329
+ .ui-icon-triangle-1-n {
330
+ background-position: 0 -16px
331
+ }
332
+
333
+ .ui-icon-triangle-1-ne {
334
+ background-position: -16px -16px
335
+ }
336
+
337
+ .ui-icon-triangle-1-e {
338
+ background-position: -32px -16px
339
+ }
340
+
341
+ .ui-icon-triangle-1-se {
342
+ background-position: -48px -16px
343
+ }
344
+
345
+ .ui-icon-triangle-1-s {
346
+ background-position: -64px -16px
347
+ }
348
+
349
+ .ui-icon-triangle-1-sw {
350
+ background-position: -80px -16px
351
+ }
352
+
353
+ .ui-icon-triangle-1-w {
354
+ background-position: -96px -16px
355
+ }
356
+
357
+ .ui-icon-triangle-1-nw {
358
+ background-position: -112px -16px
359
+ }
360
+
361
+ .ui-icon-triangle-2-n-s {
362
+ background-position: -128px -16px
363
+ }
364
+
365
+ .ui-icon-triangle-2-e-w {
366
+ background-position: -144px -16px
367
+ }
368
+
369
+ .ui-icon-arrow-1-n {
370
+ background-position: 0 -32px
371
+ }
372
+
373
+ .ui-icon-arrow-1-ne {
374
+ background-position: -16px -32px
375
+ }
376
+
377
+ .ui-icon-arrow-1-e {
378
+ background-position: -32px -32px
379
+ }
380
+
381
+ .ui-icon-arrow-1-se {
382
+ background-position: -48px -32px
383
+ }
384
+
385
+ .ui-icon-arrow-1-s {
386
+ background-position: -64px -32px
387
+ }
388
+
389
+ .ui-icon-arrow-1-sw {
390
+ background-position: -80px -32px
391
+ }
392
+
393
+ .ui-icon-arrow-1-w {
394
+ background-position: -96px -32px
395
+ }
396
+
397
+ .ui-icon-arrow-1-nw {
398
+ background-position: -112px -32px
399
+ }
400
+
401
+ .ui-icon-arrow-2-n-s {
402
+ background-position: -128px -32px
403
+ }
404
+
405
+ .ui-icon-arrow-2-ne-sw {
406
+ background-position: -144px -32px
407
+ }
408
+
409
+ .ui-icon-arrow-2-e-w {
410
+ background-position: -160px -32px
411
+ }
412
+
413
+ .ui-icon-arrow-2-se-nw {
414
+ background-position: -176px -32px
415
+ }
416
+
417
+ .ui-icon-arrowstop-1-n {
418
+ background-position: -192px -32px
419
+ }
420
+
421
+ .ui-icon-arrowstop-1-e {
422
+ background-position: -208px -32px
423
+ }
424
+
425
+ .ui-icon-arrowstop-1-s {
426
+ background-position: -224px -32px
427
+ }
428
+
429
+ .ui-icon-arrowstop-1-w {
430
+ background-position: -240px -32px
431
+ }
432
+
433
+ .ui-icon-arrowthick-1-n {
434
+ background-position: 0 -48px
435
+ }
436
+
437
+ .ui-icon-arrowthick-1-ne {
438
+ background-position: -16px -48px
439
+ }
440
+
441
+ .ui-icon-arrowthick-1-e {
442
+ background-position: -32px -48px
443
+ }
444
+
445
+ .ui-icon-arrowthick-1-se {
446
+ background-position: -48px -48px
447
+ }
448
+
449
+ .ui-icon-arrowthick-1-s {
450
+ background-position: -64px -48px
451
+ }
452
+
453
+ .ui-icon-arrowthick-1-sw {
454
+ background-position: -80px -48px
455
+ }
456
+
457
+ .ui-icon-arrowthick-1-w {
458
+ background-position: -96px -48px
459
+ }
460
+
461
+ .ui-icon-arrowthick-1-nw {
462
+ background-position: -112px -48px
463
+ }
464
+
465
+ .ui-icon-arrowthick-2-n-s {
466
+ background-position: -128px -48px
467
+ }
468
+
469
+ .ui-icon-arrowthick-2-ne-sw {
470
+ background-position: -144px -48px
471
+ }
472
+
473
+ .ui-icon-arrowthick-2-e-w {
474
+ background-position: -160px -48px
475
+ }
476
+
477
+ .ui-icon-arrowthick-2-se-nw {
478
+ background-position: -176px -48px
479
+ }
480
+
481
+ .ui-icon-arrowthickstop-1-n {
482
+ background-position: -192px -48px
483
+ }
484
+
485
+ .ui-icon-arrowthickstop-1-e {
486
+ background-position: -208px -48px
487
+ }
488
+
489
+ .ui-icon-arrowthickstop-1-s {
490
+ background-position: -224px -48px
491
+ }
492
+
493
+ .ui-icon-arrowthickstop-1-w {
494
+ background-position: -240px -48px
495
+ }
496
+
497
+ .ui-icon-arrowreturnthick-1-w {
498
+ background-position: 0 -64px
499
+ }
500
+
501
+ .ui-icon-arrowreturnthick-1-n {
502
+ background-position: -16px -64px
503
+ }
504
+
505
+ .ui-icon-arrowreturnthick-1-e {
506
+ background-position: -32px -64px
507
+ }
508
+
509
+ .ui-icon-arrowreturnthick-1-s {
510
+ background-position: -48px -64px
511
+ }
512
+
513
+ .ui-icon-arrowreturn-1-w {
514
+ background-position: -64px -64px
515
+ }
516
+
517
+ .ui-icon-arrowreturn-1-n {
518
+ background-position: -80px -64px
519
+ }
520
+
521
+ .ui-icon-arrowreturn-1-e {
522
+ background-position: -96px -64px
523
+ }
524
+
525
+ .ui-icon-arrowreturn-1-s {
526
+ background-position: -112px -64px
527
+ }
528
+
529
+ .ui-icon-arrowrefresh-1-w {
530
+ background-position: -128px -64px
531
+ }
532
+
533
+ .ui-icon-arrowrefresh-1-n {
534
+ background-position: -144px -64px
535
+ }
536
+
537
+ .ui-icon-arrowrefresh-1-e {
538
+ background-position: -160px -64px
539
+ }
540
+
541
+ .ui-icon-arrowrefresh-1-s {
542
+ background-position: -176px -64px
543
+ }
544
+
545
+ .ui-icon-arrow-4 {
546
+ background-position: 0 -80px
547
+ }
548
+
549
+ .ui-icon-arrow-4-diag {
550
+ background-position: -16px -80px
551
+ }
552
+
553
+ .ui-icon-extlink {
554
+ background-position: -32px -80px
555
+ }
556
+
557
+ .ui-icon-newwin {
558
+ background-position: -48px -80px
559
+ }
560
+
561
+ .ui-icon-refresh {
562
+ background-position: -64px -80px
563
+ }
564
+
565
+ .ui-icon-shuffle {
566
+ background-position: -80px -80px
567
+ }
568
+
569
+ .ui-icon-transfer-e-w {
570
+ background-position: -96px -80px
571
+ }
572
+
573
+ .ui-icon-transferthick-e-w {
574
+ background-position: -112px -80px
575
+ }
576
+
577
+ .ui-icon-folder-collapsed {
578
+ background-position: 0 -96px
579
+ }
580
+
581
+ .ui-icon-folder-open {
582
+ background-position: -16px -96px
583
+ }
584
+
585
+ .ui-icon-document {
586
+ background-position: -32px -96px
587
+ }
588
+
589
+ .ui-icon-document-b {
590
+ background-position: -48px -96px
591
+ }
592
+
593
+ .ui-icon-note {
594
+ background-position: -64px -96px
595
+ }
596
+
597
+ .ui-icon-mail-closed {
598
+ background-position: -80px -96px
599
+ }
600
+
601
+ .ui-icon-mail-open {
602
+ background-position: -96px -96px
603
+ }
604
+
605
+ .ui-icon-suitcase {
606
+ background-position: -112px -96px
607
+ }
608
+
609
+ .ui-icon-comment {
610
+ background-position: -128px -96px
611
+ }
612
+
613
+ .ui-icon-person {
614
+ background-position: -144px -96px
615
+ }
616
+
617
+ .ui-icon-print {
618
+ background-position: -160px -96px
619
+ }
620
+
621
+ .ui-icon-trash {
622
+ background-position: -176px -96px
623
+ }
624
+
625
+ .ui-icon-locked {
626
+ background-position: -192px -96px
627
+ }
628
+
629
+ .ui-icon-unlocked {
630
+ background-position: -208px -96px
631
+ }
632
+
633
+ .ui-icon-bookmark {
634
+ background-position: -224px -96px
635
+ }
636
+
637
+ .ui-icon-tag {
638
+ background-position: -240px -96px
639
+ }
640
+
641
+ .ui-icon-home {
642
+ background-position: 0 -112px
643
+ }
644
+
645
+ .ui-icon-flag {
646
+ background-position: -16px -112px
647
+ }
648
+
649
+ .ui-icon-calendar {
650
+ background-position: -32px -112px
651
+ }
652
+
653
+ .ui-icon-cart {
654
+ background-position: -48px -112px
655
+ }
656
+
657
+ .ui-icon-pencil {
658
+ background-position: -64px -112px
659
+ }
660
+
661
+ .ui-icon-clock {
662
+ background-position: -80px -112px
663
+ }
664
+
665
+ .ui-icon-disk {
666
+ background-position: -96px -112px
667
+ }
668
+
669
+ .ui-icon-calculator {
670
+ background-position: -112px -112px
671
+ }
672
+
673
+ .ui-icon-zoomin {
674
+ background-position: -128px -112px
675
+ }
676
+
677
+ .ui-icon-zoomout {
678
+ background-position: -144px -112px
679
+ }
680
+
681
+ .ui-icon-search {
682
+ background-position: -160px -112px
683
+ }
684
+
685
+ .ui-icon-wrench {
686
+ background-position: -176px -112px
687
+ }
688
+
689
+ .ui-icon-gear {
690
+ background-position: -192px -112px
691
+ }
692
+
693
+ .ui-icon-heart {
694
+ background-position: -208px -112px
695
+ }
696
+
697
+ .ui-icon-star {
698
+ background-position: -224px -112px
699
+ }
700
+
701
+ .ui-icon-link {
702
+ background-position: -240px -112px
703
+ }
704
+
705
+ .ui-icon-cancel {
706
+ background-position: 0 -128px
707
+ }
708
+
709
+ .ui-icon-plus {
710
+ background-position: -16px -128px
711
+ }
712
+
713
+ .ui-icon-plusthick {
714
+ background-position: -32px -128px
715
+ }
716
+
717
+ .ui-icon-minus {
718
+ background-position: -48px -128px
719
+ }
720
+
721
+ .ui-icon-minusthick {
722
+ background-position: -64px -128px
723
+ }
724
+
725
+ .ui-icon-close {
726
+ background-position: -80px -128px
727
+ }
728
+
729
+ .ui-icon-closethick {
730
+ background-position: -96px -128px
731
+ }
732
+
733
+ .ui-icon-key {
734
+ background-position: -112px -128px
735
+ }
736
+
737
+ .ui-icon-lightbulb {
738
+ background-position: -128px -128px
739
+ }
740
+
741
+ .ui-icon-scissors {
742
+ background-position: -144px -128px
743
+ }
744
+
745
+ .ui-icon-clipboard {
746
+ background-position: -160px -128px
747
+ }
748
+
749
+ .ui-icon-copy {
750
+ background-position: -176px -128px
751
+ }
752
+
753
+ .ui-icon-contact {
754
+ background-position: -192px -128px
755
+ }
756
+
757
+ .ui-icon-image {
758
+ background-position: -208px -128px
759
+ }
760
+
761
+ .ui-icon-video {
762
+ background-position: -224px -128px
763
+ }
764
+
765
+ .ui-icon-script {
766
+ background-position: -240px -128px
767
+ }
768
+
769
+ .ui-icon-alert {
770
+ background-position: 0 -144px
771
+ }
772
+
773
+ .ui-icon-info {
774
+ background-position: -16px -144px
775
+ }
776
+
777
+ .ui-icon-notice {
778
+ background-position: -32px -144px
779
+ }
780
+
781
+ .ui-icon-help {
782
+ background-position: -48px -144px
783
+ }
784
+
785
+ .ui-icon-check {
786
+ background-position: -64px -144px
787
+ }
788
+
789
+ .ui-icon-bullet {
790
+ background-position: -80px -144px
791
+ }
792
+
793
+ .ui-icon-radio-on {
794
+ background-position: -96px -144px
795
+ }
796
+
797
+ .ui-icon-radio-off {
798
+ background-position: -112px -144px
799
+ }
800
+
801
+ .ui-icon-pin-w {
802
+ background-position: -128px -144px
803
+ }
804
+
805
+ .ui-icon-pin-s {
806
+ background-position: -144px -144px
807
+ }
808
+
809
+ .ui-icon-play {
810
+ background-position: 0 -160px
811
+ }
812
+
813
+ .ui-icon-pause {
814
+ background-position: -16px -160px
815
+ }
816
+
817
+ .ui-icon-seek-next {
818
+ background-position: -32px -160px
819
+ }
820
+
821
+ .ui-icon-seek-prev {
822
+ background-position: -48px -160px
823
+ }
824
+
825
+ .ui-icon-seek-end {
826
+ background-position: -64px -160px
827
+ }
828
+
829
+ .ui-icon-seek-start {
830
+ background-position: -80px -160px
831
+ }
832
+
833
+ .ui-icon-seek-first {
834
+ background-position: -80px -160px
835
+ }
836
+
837
+ .ui-icon-stop {
838
+ background-position: -96px -160px
839
+ }
840
+
841
+ .ui-icon-eject {
842
+ background-position: -112px -160px
843
+ }
844
+
845
+ .ui-icon-volume-off {
846
+ background-position: -128px -160px
847
+ }
848
+
849
+ .ui-icon-volume-on {
850
+ background-position: -144px -160px
851
+ }
852
+
853
+ .ui-icon-power {
854
+ background-position: 0 -176px
855
+ }
856
+
857
+ .ui-icon-signal-diag {
858
+ background-position: -16px -176px
859
+ }
860
+
861
+ .ui-icon-signal {
862
+ background-position: -32px -176px
863
+ }
864
+
865
+ .ui-icon-battery-0 {
866
+ background-position: -48px -176px
867
+ }
868
+
869
+ .ui-icon-battery-1 {
870
+ background-position: -64px -176px
871
+ }
872
+
873
+ .ui-icon-battery-2 {
874
+ background-position: -80px -176px
875
+ }
876
+
877
+ .ui-icon-battery-3 {
878
+ background-position: -96px -176px
879
+ }
880
+
881
+ .ui-icon-circle-plus {
882
+ background-position: 0 -192px
883
+ }
884
+
885
+ .ui-icon-circle-minus {
886
+ background-position: -16px -192px
887
+ }
888
+
889
+ .ui-icon-circle-close {
890
+ background-position: -32px -192px
891
+ }
892
+
893
+ .ui-icon-circle-triangle-e {
894
+ background-position: -48px -192px
895
+ }
896
+
897
+ .ui-icon-circle-triangle-s {
898
+ background-position: -64px -192px
899
+ }
900
+
901
+ .ui-icon-circle-triangle-w {
902
+ background-position: -80px -192px
903
+ }
904
+
905
+ .ui-icon-circle-triangle-n {
906
+ background-position: -96px -192px
907
+ }
908
+
909
+ .ui-icon-circle-arrow-e {
910
+ background-position: -112px -192px
911
+ }
912
+
913
+ .ui-icon-circle-arrow-s {
914
+ background-position: -128px -192px
915
+ }
916
+
917
+ .ui-icon-circle-arrow-w {
918
+ background-position: -144px -192px
919
+ }
920
+
921
+ .ui-icon-circle-arrow-n {
922
+ background-position: -160px -192px
923
+ }
924
+
925
+ .ui-icon-circle-zoomin {
926
+ background-position: -176px -192px
927
+ }
928
+
929
+ .ui-icon-circle-zoomout {
930
+ background-position: -192px -192px
931
+ }
932
+
933
+ .ui-icon-circle-check {
934
+ background-position: -208px -192px
935
+ }
936
+
937
+ .ui-icon-circlesmall-plus {
938
+ background-position: 0 -208px
939
+ }
940
+
941
+ .ui-icon-circlesmall-minus {
942
+ background-position: -16px -208px
943
+ }
944
+
945
+ .ui-icon-circlesmall-close {
946
+ background-position: -32px -208px
947
+ }
948
+
949
+ .ui-icon-squaresmall-plus {
950
+ background-position: -48px -208px
951
+ }
952
+
953
+ .ui-icon-squaresmall-minus {
954
+ background-position: -64px -208px
955
+ }
956
+
957
+ .ui-icon-squaresmall-close {
958
+ background-position: -80px -208px
959
+ }
960
+
961
+ .ui-icon-grip-dotted-vertical {
962
+ background-position: 0 -224px
963
+ }
964
+
965
+ .ui-icon-grip-dotted-horizontal {
966
+ background-position: -16px -224px
967
+ }
968
+
969
+ .ui-icon-grip-solid-vertical {
970
+ background-position: -32px -224px
971
+ }
972
+
973
+ .ui-icon-grip-solid-horizontal {
974
+ background-position: -48px -224px
975
+ }
976
+
977
+ .ui-icon-gripsmall-diagonal-se {
978
+ background-position: -64px -224px
979
+ }
980
+
981
+ .ui-icon-grip-diagonal-se {
982
+ background-position: -80px -224px
983
+ }
984
+
985
+ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
986
+ border-top-left-radius: 4px
987
+ }
988
+
989
+ .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
990
+ border-top-right-radius: 4px
991
+ }
992
+
993
+ .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
994
+ border-bottom-left-radius: 4px
995
+ }
996
+
997
+ .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
998
+ border-bottom-right-radius: 4px
999
+ }
1000
+
1001
+ .ui-widget-overlay {
1002
+ background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50%
1003
+ repeat-x;
1004
+ opacity: .3;
1005
+ filter: Alpha(Opacity = 30)
1006
+ }
1007
+
1008
+ .ui-widget-shadow {
1009
+ margin: -8px 0 0 -8px;
1010
+ padding: 8px;
1011
+ background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50%
1012
+ repeat-x;
1013
+ opacity: .3;
1014
+ filter: Alpha(Opacity = 30);
1015
+ border-radius: 8px
1016
+ }
skin/frontend/base/default/css/Mpay24/Mpay24/mpay24.css CHANGED
@@ -1,3 +1,7 @@
1
  .mpay24-radio {
2
  margin-left: 65px;
 
 
 
 
3
  }
1
  .mpay24-radio {
2
  margin-left: 65px;
3
+ }
4
+
5
+ .brand_logo {
6
+ height: 20px;
7
  }
skin/frontend/base/default/css/Mpay24/Mpay24/tokenizer.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ .error {
2
+ color: red;
3
+ font-weight: 700;
4
+ display: none;
5
+ }
6
+
7
+ .left-floating {
8
+ float: left;
9
+ }
skin/frontend/base/default/images/Mpay24/Mpay24/logos/AMEX.svg ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="285px" height="284px" viewBox="0 0 285 284" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch Beta 3.4.1 (15680) - http://www.bohemiancoding.com/sketch -->
4
+ <title>amex</title>
5
+ <desc>Created with Sketch Beta.</desc>
6
+ <defs>
7
+ <radialGradient cx="17.5409177%" cy="17.466056%" fx="17.5409177%" fy="17.466056%" r="93.2873442%" id="radialGradient-1">
8
+ <stop stop-color="#9DD5F6" offset="0%"></stop>
9
+ <stop stop-color="#98D3F5" offset="7.11%"></stop>
10
+ <stop stop-color="#89CEF3" offset="15.75%"></stop>
11
+ <stop stop-color="#70C6EF" offset="25.16%"></stop>
12
+ <stop stop-color="#4EBBEA" offset="35.14%"></stop>
13
+ <stop stop-color="#23ADE3" offset="45.46%"></stop>
14
+ <stop stop-color="#0DA6E0" offset="50%"></stop>
15
+ <stop stop-color="#2E77BC" offset="100%"></stop>
16
+ </radialGradient>
17
+ </defs>
18
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
19
+ <g id="amex" sketch:type="MSLayerGroup">
20
+ <g id="Layer_1" sketch:type="MSShapeGroup">
21
+ <path d="M282.584,0.598 L0.639,0.598 L0.639,283.564 L282.584,283.564 L282.584,190.178 C283.704,188.559 284.257,186.488 284.257,183.956 C284.257,181.058 283.704,179.263 282.584,177.751" id="Shape" fill="url(#radialGradient-1)"></path>
22
+ <path d="M26.053,123.042 L20.629,109.825 L15.236,123.042 L26.053,123.042 Z M145.543,117.779 C144.454,118.44 143.166,118.462 141.623,118.462 L131.996,118.462 L131.996,111.098 L141.754,111.098 C143.135,111.098 144.576,111.16 145.512,111.696 C146.54,112.179 147.176,113.207 147.176,114.627 C147.176,116.076 146.571,117.242 145.543,117.779 L145.543,117.779 Z M214.221,123.042 L208.737,109.825 L203.283,123.042 L214.221,123.042 L214.221,123.042 Z M86.201,137.348 L78.077,137.348 L78.047,111.382 L66.556,137.348 L59.598,137.348 L48.077,111.359 L48.077,137.348 L31.959,137.348 L28.914,129.953 L12.414,129.953 L9.338,137.348 L0.731,137.348 L14.922,104.194 L26.696,104.194 L40.174,135.584 L40.174,104.194 L53.108,104.194 L63.479,126.685 L73.006,104.194 L86.2,104.194 L86.2,137.348 L86.201,137.348 Z M118.58,137.348 L92.107,137.348 L92.107,104.194 L118.58,104.194 L118.58,111.098 L100.032,111.098 L100.032,117.074 L118.135,117.074 L118.135,123.87 L100.032,123.87 L100.032,130.491 L118.58,130.491 L118.58,137.348 L118.58,137.348 Z M155.906,113.123 C155.906,118.409 152.378,121.14 150.322,121.96 C152.056,122.62 153.537,123.786 154.242,124.752 C155.361,126.401 155.554,127.874 155.554,130.835 L155.554,137.348 L147.561,137.348 L147.531,133.167 C147.531,131.172 147.722,128.303 146.28,126.708 C145.122,125.542 143.357,125.289 140.504,125.289 L131.997,125.289 L131.997,137.348 L124.073,137.348 L124.073,104.194 L142.3,104.194 C146.35,104.194 149.334,104.301 151.896,105.782 C154.403,107.263 155.906,109.425 155.906,113.123 L155.906,113.123 Z M168.588,137.348 L160.502,137.348 L160.502,104.194 L168.588,104.194 L168.588,137.348 L168.588,137.348 Z M262.396,137.348 L251.166,137.348 L236.145,112.464 L236.145,137.348 L220.006,137.348 L216.922,129.953 L200.46,129.953 L197.468,137.348 L188.195,137.348 C184.343,137.348 179.466,136.496 176.704,133.681 C173.919,130.866 172.47,127.053 172.47,121.024 C172.47,116.107 173.336,111.612 176.742,108.06 C179.304,105.414 183.316,104.194 188.777,104.194 L196.449,104.194 L196.449,111.298 L188.938,111.298 C186.046,111.298 184.413,111.728 182.84,113.262 C181.489,114.658 180.562,117.297 180.562,120.772 C180.562,124.324 181.268,126.885 182.741,128.558 C183.961,129.87 186.178,130.268 188.264,130.268 L191.823,130.268 L202.992,104.195 L214.866,104.195 L228.283,135.554 L228.283,104.195 L240.349,104.195 L254.279,127.285 L254.279,104.195 L262.396,104.195 L262.396,137.348 L262.396,137.348 Z M0.639,143.86 L14.179,143.86 L17.232,136.496 L24.067,136.496 L27.112,143.86 L53.753,143.86 L53.753,138.23 L56.131,143.884 L69.961,143.884 L72.339,138.146 L72.339,143.86 L138.547,143.86 L138.516,131.772 L139.797,131.772 C140.694,131.803 140.956,131.886 140.956,133.367 L140.956,143.86 L175.199,143.86 L175.199,141.046 C177.961,142.526 182.257,143.86 187.91,143.86 L202.316,143.86 L205.399,136.496 L212.234,136.496 L215.249,143.86 L243.01,143.86 L243.01,136.865 L247.214,143.86 L269.46,143.86 L269.46,97.62 L247.444,97.62 L247.444,103.081 L244.361,97.62 L221.77,97.62 L221.77,103.081 L218.939,97.62 L188.424,97.62 C183.316,97.62 178.826,98.333 175.199,100.32 L175.199,97.62 L154.141,97.62 L154.141,100.32 C151.833,98.272 148.688,97.62 145.191,97.62 L68.258,97.62 L63.096,109.563 L57.795,97.62 L33.563,97.62 L33.563,103.081 L30.901,97.62 L10.235,97.62 L0.638,119.605 L0.638,143.86 L0.639,143.86 Z" id="Shape" fill="#FFFFFF"></path>
23
+ <path d="M282.584,168.315 L268.141,168.315 C266.699,168.315 265.741,168.369 264.934,168.914 C264.098,169.451 263.776,170.248 263.776,171.3 C263.776,172.551 264.482,173.402 265.509,173.77 C266.345,174.061 267.243,174.146 268.563,174.146 L272.858,174.261 C277.192,174.368 280.085,175.113 281.849,176.93 C282.17,177.183 282.363,177.467 282.584,177.751 L282.584,168.315 Z M282.584,190.178 C280.659,192.993 276.908,194.42 271.83,194.42 L256.526,194.42 L256.526,187.309 L271.768,187.309 C273.28,187.309 274.338,187.11 274.975,186.488 C275.527,185.975 275.912,185.23 275.912,184.325 C275.912,183.359 275.527,182.592 274.944,182.132 C274.369,181.626 273.532,181.396 272.152,181.396 C264.711,181.143 255.428,181.626 255.428,171.132 C255.428,166.322 258.482,161.259 266.798,161.259 L282.583,161.259 L282.583,154.661 L267.917,154.661 C263.491,154.661 260.276,155.721 257.999,157.369 L257.999,154.661 L236.306,154.661 C232.837,154.661 228.765,155.521 226.839,157.369 L226.839,154.661 L188.101,154.661 L188.101,157.369 C185.018,155.145 179.816,154.661 177.415,154.661 L151.863,154.661 L151.863,157.369 C149.424,155.007 144,154.661 140.694,154.661 L112.097,154.661 L105.553,161.743 L99.424,154.661 L56.706,154.661 L56.706,200.933 L98.62,200.933 L105.363,193.739 L111.715,200.933 L137.551,200.956 L137.551,190.071 L140.091,190.071 C143.519,190.124 147.562,189.986 151.129,188.444 L151.129,200.932 L172.439,200.932 L172.439,188.872 L173.467,188.872 C174.779,188.872 174.908,188.926 174.908,190.237 L174.908,200.931 L239.644,200.931 C243.754,200.931 248.05,199.879 250.429,197.97 L250.429,200.931 L270.963,200.931 C275.236,200.931 279.409,200.332 282.584,198.798 L282.584,190.178 L282.584,190.178 Z M250.973,176.93 C252.516,178.527 253.343,180.543 253.343,183.956 C253.343,191.09 248.886,194.42 240.894,194.42 L225.459,194.42 L225.459,187.309 L240.832,187.309 C242.335,187.309 243.401,187.11 244.069,186.488 C244.614,185.975 245.005,185.23 245.005,184.325 C245.005,183.359 244.582,182.592 244.038,182.132 C243.432,181.626 242.596,181.396 241.216,181.396 C233.805,181.143 224.524,181.626 224.524,171.132 C224.524,166.322 227.546,161.259 235.854,161.259 L251.741,161.259 L251.741,168.317 L237.204,168.317 C235.763,168.317 234.826,168.371 234.029,168.916 C233.161,169.453 232.839,170.25 232.839,171.302 C232.839,172.553 233.576,173.404 234.573,173.772 C235.409,174.063 236.307,174.148 237.657,174.148 L241.923,174.263 C246.225,174.368 249.178,175.112 250.973,176.93 L250.973,176.93 Z M179.465,174.882 C178.405,175.511 177.094,175.565 175.552,175.565 L165.925,175.565 L165.925,168.117 L175.683,168.117 C177.094,168.117 178.506,168.147 179.465,168.716 C180.492,169.253 181.106,170.28 181.106,171.699 C181.106,173.118 180.492,174.261 179.465,174.882 L179.465,174.882 Z M184.251,179.009 C186.015,179.66 187.457,180.827 188.133,181.793 C189.252,183.412 189.414,184.923 189.446,187.846 L189.446,194.42 L181.49,194.42 L181.49,190.271 C181.49,188.276 181.682,185.322 180.209,183.78 C179.051,182.592 177.286,182.308 174.395,182.308 L165.926,182.308 L165.926,194.42 L157.963,194.42 L157.963,161.258 L176.259,161.258 C180.271,161.258 183.193,161.435 185.794,162.823 C188.295,164.334 189.868,166.404 189.868,170.187 C189.867,175.48 186.337,178.181 184.251,179.009 L184.251,179.009 Z M194.262,161.258 L220.711,161.258 L220.711,168.116 L202.154,168.116 L202.154,174.145 L220.258,174.145 L220.258,180.911 L202.154,180.911 L202.154,187.509 L220.711,187.539 L220.711,194.42 L194.262,194.42 L194.262,161.258 L194.262,161.258 Z M140.795,176.562 L130.554,176.562 L130.554,168.117 L140.887,168.117 C143.748,168.117 145.734,169.283 145.734,172.183 C145.734,175.051 143.84,176.562 140.795,176.562 L140.795,176.562 Z M122.661,191.404 L110.494,177.896 L122.661,164.817 L122.661,191.404 L122.661,191.404 Z M91.24,187.509 L71.756,187.509 L71.756,180.911 L89.154,180.911 L89.154,174.145 L71.756,174.145 L71.756,168.116 L91.624,168.116 L100.292,177.78 L91.24,187.509 L91.24,187.509 Z M154.242,172.183 C154.242,181.395 147.369,183.297 140.442,183.297 L130.554,183.297 L130.554,194.42 L115.151,194.42 L105.393,183.442 L95.252,194.42 L63.862,194.42 L63.862,161.258 L95.735,161.258 L105.485,172.128 L115.565,161.258 L140.887,161.258 C147.176,161.258 154.242,162.999 154.242,172.183 L154.242,172.183 Z" id="Shape" fill="#FFFFFF"></path>
24
+ </g>
25
+ </g>
26
+ </g>
27
+ </svg>
skin/frontend/base/default/images/Mpay24/Mpay24/logos/DINERS.svg ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="124px" height="78px" viewBox="0 0 124 78" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch Beta 3.4.1 (15680) - http://www.bohemiancoding.com/sketch -->
4
+ <title>diners</title>
5
+ <desc>Created with Sketch Beta.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="diners" sketch:type="MSLayerGroup" transform="translate(-0.476156, 0.500000)">
9
+ <g id="Shape" transform="translate(21.000000, 0.000000)" sketch:type="MSShapeGroup">
10
+ <path d="M58.8827461,0.0751734104 C72.5972326,0.0751734104 82.052128,11.727052 82.052128,25.1886609 C82.052128,38.6920328 72.1363588,50.1629383 58.8827461,50.1768593 L26.1607075,50.1768593 C13.2562416,50.1768593 0.868512946,38.6920328 0.854547074,25.1747399 C0.868512946,11.9637091 13.2562416,0.0751734104 26.1607075,0.0751734104 L58.8827461,0.0751734104" fill="#1B458E"></path>
11
+ <path d="M58.8827461,0.0751734104 C72.5972326,0.0751734104 82.052128,11.727052 82.052128,25.1886609 C82.052128,38.6920328 72.1363588,50.1629383 58.8827461,50.1768593 L26.1607075,50.1768593 C13.2562416,50.1768593 0.868512946,38.6920328 0.854547074,25.1747399 C0.868512946,11.9637091 13.2562416,0.0751734104 26.1607075,0.0751734104 L58.8827461,0.0751734104 L58.8827461,0.0751734104 L58.8827461,0.0751734104 Z"></path>
12
+ <path d="M50.6009838,25.1329769 C50.6009838,37.7314836 38.5903338,49.4668882 26.1607075,49.4668882 C13.5076273,49.4251252 1.5947383,37.6757996 1.58077243,25.1886609 C1.5947383,12.8268112 13.5076273,0.729460501 26.1607075,0.715539499 C38.5903338,0.729460501 50.6009838,12.4927071 50.6009838,25.1329769" fill="#EEEEEE"></path>
13
+ <path d="M50.6009838,25.1329769 C50.6009838,37.7314836 38.5903338,49.4668882 26.1607075,49.4668882 C13.5076273,49.4251252 1.5947383,37.6757996 1.58077243,25.1886609 C1.5947383,12.8268112 13.5076273,0.729460501 26.1607075,0.715539499 C38.5903338,0.729460501 50.6009838,12.4927071 50.6009838,25.1329769 L50.6009838,25.1329769 L50.6009838,25.1329769 Z"></path>
14
+ <path d="M41.0902249,25.1190559 C41.1041908,32.1073988 36.0625109,38.2883237 30.9789334,39.2906358 L30.9789334,10.9057129 C36.0625109,12.2699711 41.1041908,18.0054239 41.0902249,25.1190559" fill="#1B458E"></path>
15
+ <path d="M41.0902249,25.1190559 C41.1041908,32.1073988 36.0625109,38.2883237 30.9789334,39.2906358 L30.9789334,10.9057129 C36.0625109,12.2699711 41.1041908,18.0054239 41.0902249,25.1190559 L41.0902249,25.1190559 L41.0902249,25.1190559 Z"></path>
16
+ <path d="M11.133429,25.1051349 C11.1194631,18.1167919 16.161143,11.9358671 21.2447205,10.9335549 L21.2447205,39.3323988 C16.161143,37.9542197 11.1194631,32.2187669 11.133429,25.1051349" fill="#1B458E"></path>
17
+ <path d="M11.133429,25.1051349 C11.1194631,18.1167919 16.161143,11.9358671 21.2447205,10.9335549 L21.2447205,39.3323988 C16.161143,37.9542197 11.1194631,32.2187669 11.133429,25.1051349 L11.133429,25.1051349 L11.133429,25.1051349 Z"></path>
18
+ </g>
19
+ <path d="M0.665448131,75.7627426 C2.84737565,75.6512572 3.10219931,74.2656536 3.30924352,73.5171092 L7.02011296,60.2344263 C7.13159831,59.8521908 7.2112307,59.5336612 7.2112307,59.2310581 C7.2112307,58.4347342 6.63787748,57.9728664 4.63114122,57.9728664 L4.75855305,57.526925 L13.1199541,57.526925 C17.1015737,57.526925 21.2583845,59.8999702 21.2583845,65.187561 C21.2583845,70.8096078 16.1300585,76.2246105 9.186114,76.2246105 L0.522109827,76.2246105 L0.665448131,75.7627426 L0.665448131,75.7627426 L0.665448131,75.7627426 Z M6.09637722,73.5330356 C6.01674483,73.8037858 5.98489187,74.0267565 5.98489187,74.2178742 C5.98489187,75.0619775 6.59009805,75.3327277 7.81643687,75.3327277 L8.91536387,75.3327277 C14.8400138,75.3327277 18.1208683,70.2681076 18.1208683,64.7575461 C18.1208683,60.7440736 16.2574704,58.4188078 12.084733,58.4188078 C10.3965264,58.4188078 10.1417027,58.960308 9.63205539,60.8555589 L6.09637722,73.5330356 L6.09637722,73.5330356 L6.09637722,73.5330356 Z M27.4219316,73.1985796 C26.2911517,74.6319626 24.7622097,76.4953606 22.8510324,76.4953606 C21.8635907,76.4953606 21.5291347,75.6671837 21.5291347,75.0141981 C21.5291347,74.711595 21.5769141,74.2656536 21.6883994,73.8515652 L23.9181064,65.952032 C24.0295917,65.585723 24.1251506,65.3627523 24.1251506,65.1716345 C24.1251506,64.6938402 23.7747681,64.4071636 22.2617527,64.4071636 L22.405091,63.9452957 C24.8259157,63.7063985 26.4663429,63.2126777 26.7211666,63.2126777 C26.9122843,63.2126777 27.0237697,63.2604572 27.0237697,63.4037955 C27.0237697,63.4993543 26.9122843,63.8338104 26.8804314,63.9452957 L24.0932977,73.278212 C24.0614447,73.4215503 23.9181064,74.01083 23.9181064,74.2975066 C23.9181064,74.711595 24.0614447,74.9664187 24.4914596,74.9664187 C25.1922247,74.9664187 26.2911517,73.7082269 26.9919167,72.8163441 L27.4219316,73.1985796 L27.4219316,73.1985796 L27.4219316,73.1985796 Z M28.0430643,59.3903229 C28.0430643,60.1707204 27.3582257,60.8714854 26.5619018,60.8714854 C25.7815044,60.8714854 25.1285187,60.2025733 25.1285187,59.4062494 C25.1285187,58.625852 25.8452103,57.9887928 26.5937547,57.9887928 C27.3582257,57.9887928 28.0430643,58.593999 28.0430643,59.3903229 L28.0430643,59.3903229 L28.0430643,59.3903229 Z M29.8109034,66.0635173 C29.8905357,65.8086937 29.9542417,65.5697965 29.9542417,65.3308993 C29.9542417,64.4390165 29.2534766,64.4071636 28.0589907,64.4071636 L28.2023291,63.9452957 C29.4445944,63.8338104 30.463889,63.6586191 31.196507,63.4993543 C31.9609779,63.3241631 32.4387723,63.2126777 32.5502576,63.2126777 C32.7413754,63.2126777 32.8528607,63.2604572 32.8528607,63.4037955 C32.8528607,63.5152808 32.661743,63.9930752 32.5821106,64.3116047 L31.2442864,69.0099158 L31.3079923,69.0576952 C32.0406103,67.9109888 33.1076844,66.4776058 34.3818026,65.3627523 C35.7355533,64.1841929 37.2485687,63.2126777 38.490834,63.2126777 C39.7330993,63.2126777 40.2108937,63.7382515 40.2108937,64.9486638 C40.2108937,65.6653554 39.5101286,68.1021065 39.3190109,68.8028716 L38.0767456,73.278212 C37.9334073,73.7878593 37.9015543,74.0426829 37.9015543,74.2975066 C37.9015543,74.6001097 38.0448926,74.9664187 38.3793487,74.9664187 C39.0641872,74.9664187 40.0197759,73.5967415 40.6727615,72.5615205 L41.1187029,72.9756089 C40.1312613,74.4886243 38.7775106,76.4953606 36.8663332,76.4953606 C35.8788916,76.4953606 35.5125826,75.6671837 35.5125826,75.0141981 C35.5125826,74.711595 35.592215,74.2656536 35.7037003,73.8515652 L37.2007893,68.3887832 C37.3441276,67.8791358 37.8378484,66.0157379 37.8378484,65.5060906 C37.8378484,64.9805168 37.3441276,64.7575461 37.0893039,64.7575461 C35.6718474,64.7575461 33.1395373,67.3217091 31.6424484,69.949578 C31.0213157,71.048505 30.1453594,72.8641235 29.2853296,76.2246105 L26.8167254,76.2246105 L29.8109034,66.0635173 L29.8109034,66.0635173 L29.8109034,66.0635173 Z M51.0408989,73.3737709 C49.5438099,75.109757 47.4574413,76.4953606 45.0684695,76.4953606 C42.2654094,76.4953606 41.1187029,74.5364038 41.1187029,72.0200202 C41.1187029,67.9906212 45.1958814,63.2126777 49.3845451,63.2126777 C50.7860752,63.2126777 52.1079729,63.6267662 52.1079729,65.2512669 C52.1079729,68.6913862 46.5337055,70.1566222 43.8262042,70.4910783 C43.6828659,71.080358 43.651013,71.7174171 43.651013,72.3704027 C43.651013,74.0745359 44.4473369,75.2371688 46.2470289,75.2371688 C47.9670886,75.2371688 49.4641775,74.0745359 50.6427369,72.9756089 L51.0408989,73.3737709 L51.0408989,73.3737709 L51.0408989,73.3737709 Z M43.9536161,69.7903132 C46.4699996,69.4877102 49.8623395,67.9109888 49.8623395,64.9964433 C49.8623395,64.2478988 49.4641775,63.9134428 48.7634125,63.9134428 C46.5018526,63.9134428 44.3039986,67.8632094 43.9536161,69.7903132 L43.9536161,69.7903132 L43.9536161,69.7903132 Z M54.2261945,67.2420767 C54.3536064,66.7165029 54.4969447,66.0635173 54.4969447,65.5379435 C54.4969447,64.4071636 53.6846943,64.4071636 52.6972526,64.4071636 L52.8405909,63.9452957 C54.1943416,63.8338104 55.5162393,63.5789867 56.838137,63.2923101 C56.9814753,63.2604572 57.1248136,63.2126777 57.204446,63.2126777 C57.3477843,63.2126777 57.3796372,63.3241631 57.3796372,63.4675014 C57.3796372,63.6586191 57.1248136,64.6938402 57.0451812,64.9964433 L55.8506953,68.9780628 L55.9144012,68.9780628 C56.9814753,67.0668855 59.2430352,63.2126777 61.0745802,63.2126777 C61.7116393,63.2126777 62.0301689,63.7382515 62.0301689,64.3275312 C62.0301689,65.3946052 61.5523745,66.318341 60.7082712,66.318341 C60.1667709,66.318341 59.7208295,65.7609142 59.3863735,65.3946052 C56.806284,67.7995035 55.2136362,71.7174171 54.3058269,75.0460511 L53.9713709,76.2246105 L51.7416639,76.2246105 L54.2261945,67.2420767 L54.2261945,67.2420767 L54.2261945,67.2420767 Z M69.4678342,67.417268 L68.9900399,67.417268 C68.926334,65.8086937 68.1777895,63.9134428 66.2825386,63.9134428 C65.3269499,63.9134428 64.5146995,64.4071636 64.5146995,65.4742376 C64.5146995,66.5413117 65.4702882,67.5765328 66.3940239,68.7232392 C67.3177597,69.8380927 68.2574219,71.080358 68.2574219,72.5615205 C68.2574219,75.1575364 66.0914208,76.4953606 63.8617139,76.4953606 C62.4283308,76.4953606 60.9790213,75.9697868 60.7241977,75.9697868 C60.469374,75.9697868 60.2464033,76.2246105 60.2304768,76.4953606 L59.7526825,76.4953606 L60.2782563,71.9085348 L60.7560506,71.9085348 C60.9312419,73.7082269 61.5205216,75.810522 63.7183756,75.810522 C65.2950969,75.810522 65.995862,74.8230804 65.995862,73.6285945 C65.995862,72.3385498 65.4862147,71.7174171 64.2280229,70.1247693 C63.3202136,68.9780628 62.2531396,67.7676505 62.2531396,66.318341 C62.2531396,64.3912371 64.1483905,63.2126777 65.9480825,63.2126777 C66.5692152,63.2126777 67.1584949,63.356016 67.6362892,63.4993543 C68.1459365,63.6586191 68.5440985,63.8019574 68.7989222,63.8019574 C69.1015252,63.8019574 69.4359813,63.6267662 69.5315402,63.3241631 C69.5315402,63.2923101 69.5474666,63.2445307 69.6111725,63.2126777 L70.0889669,63.2126777 L69.4678342,67.417268 L69.4678342,67.417268 L69.4678342,67.417268 Z M92.0993599,62.7189569 L91.637492,62.7189569 L91.637492,62.0659713 C91.637492,59.5495877 90.506712,58.0365723 87.3214164,58.0365723 C82.0975315,58.0365723 78.3229562,64.486796 78.3229562,69.1214012 C78.3229562,72.513741 80.0748688,75.3805071 83.8812971,75.3805071 C86.5728719,75.3805071 88.7866524,73.978977 90.5704179,72.0837261 L91.0800652,72.4818881 C88.9459172,75.0301246 86.3339747,76.6068459 82.9416349,76.6068459 C78.3866621,76.6068459 75.1854399,73.5967415 75.1854399,69.0417688 C75.1854399,62.6711775 81.1419428,57.1446895 87.4806812,57.1446895 C88.5955346,57.1446895 89.4714909,57.3358072 90.1563295,57.5428515 C90.8411681,57.7339692 91.3348889,57.9250869 91.6534185,57.9250869 C92.2904776,57.9250869 92.4975218,57.7976751 92.7523455,57.2721013 L93.2142133,57.2721013 L92.0993599,62.7189569 L92.0993599,62.7189569 L92.0993599,62.7189569 Z M97.4825095,73.278212 C96.4632149,74.5204773 94.9183465,76.4953606 93.1345809,76.4953606 C92.2108452,76.4953606 91.7808303,75.9697868 91.7808303,75.0460511 C91.7808303,74.6001097 91.8126832,74.0426829 92.0993599,73.1189472 L95.6987439,60.0433085 C95.8739352,59.4381024 96.0650529,58.4506607 96.0650529,58.1799106 C96.0650529,57.6224838 95.9057882,57.4472926 94.2653609,57.3995131 L94.3449933,56.9217188 C95.5713321,56.8580129 96.7498915,56.6668951 97.4506566,56.4917039 C97.9921568,56.3483656 98.4699512,56.2209538 98.7247748,56.2209538 C98.9477455,56.2209538 99.0273779,56.3483656 99.0273779,56.5554098 C99.0273779,56.6350422 98.9477455,56.9217188 98.8362602,57.3039543 L94.4564786,72.7207852 C94.2972139,73.278212 94.1857285,73.6285945 94.1857285,74.1860212 C94.1857285,74.7753009 94.4405522,74.9664187 94.8068612,74.9664187 C95.3961409,74.9664187 96.6861856,73.3419179 97.0365681,72.8959765 L97.4825095,73.278212 L97.4825095,73.278212 L97.4825095,73.278212 Z M108.328441,73.278212 C108.232882,73.6285945 108.15325,74.0426829 108.15325,74.2975066 C108.15325,74.5682567 108.296588,74.9664187 108.74253,74.9664187 C109.443295,74.9664187 110.494442,73.7082269 111.195207,72.8163441 L111.625222,73.1985796 C110.542222,74.6319626 109.029206,76.4953606 107.102102,76.4953606 C106.114661,76.4953606 105.748352,75.6671837 105.748352,75.0141981 C105.748352,74.711595 105.843911,74.2656536 105.955396,73.8515652 L107.102102,69.9017986 L107.054323,69.9017986 C105.748352,72.0837261 102.674541,76.4953606 99.8077753,76.4953606 C98.6292159,76.4953606 98.0080833,75.7149632 98.0080833,74.6001097 C98.0080833,74.2019477 98.0558627,73.5967415 98.2629069,72.8163441 L99.9988931,66.318341 C100.094452,65.9838849 100.28557,65.3946052 100.28557,65.1716345 C100.28557,64.6460608 99.9511136,64.4390165 98.3743923,64.4071636 L98.5018041,63.9452957 C100.986335,63.7063985 102.626762,63.2126777 102.881586,63.2126777 C103.072703,63.2126777 103.184189,63.2604572 103.184189,63.4037955 C103.184189,63.5471338 102.961218,64.2797518 102.881586,64.5505019 L100.651879,72.8641235 C100.588173,73.0870942 100.397055,73.8197122 100.397055,74.1541683 C100.397055,74.4408449 100.50854,74.9664187 101.209305,74.9664187 C103.757542,74.9664187 107.643603,68.6754598 108.774383,63.4993543 L111.020016,63.4993543 L108.328441,73.278212 L108.328441,73.278212 L108.328441,73.278212 Z M115.399798,59.1195728 C115.447577,58.8806756 115.47943,58.6736314 115.47943,58.5143666 C115.47943,57.6702633 114.778665,57.5906309 113.791223,57.3995131 L113.870856,56.9217188 C115.224606,56.8261599 116.785401,56.6668951 117.74099,56.3483656 C117.900255,56.3005861 118.075446,56.2209538 118.186931,56.2209538 C118.33027,56.2209538 118.441755,56.2687332 118.441755,56.4917039 C118.441755,56.6350422 118.298417,57.0809836 118.266564,57.2561748 L115.909445,65.8723996 L115.877592,65.8723996 L115.925371,65.8723996 C117.167637,64.1841929 118.473608,63.2126777 120.607756,63.2126777 C123.12414,63.2126777 124.47789,65.0282962 124.47789,67.385415 C124.47789,72.0837261 119.906991,76.4953606 115.20868,76.4953606 C113.456767,76.4953606 111.450031,76.0016398 111.450031,74.9345657 C111.450031,74.7753009 111.529663,74.4567714 111.641149,74.0426829 L115.399798,59.1195728 L115.399798,59.1195728 L115.399798,59.1195728 Z M113.647885,74.4408449 C113.616032,74.5682567 113.568253,74.7753009 113.568253,74.9027128 C113.568253,75.6353308 115.367945,75.810522 115.702401,75.810522 C119.206226,75.810522 121.929654,71.1281374 121.929654,67.7676505 C121.929654,66.0635173 121.324447,64.4708695 119.365491,64.4708695 C117.645431,64.4708695 115.654621,66.3979734 115.081268,68.6754598 L113.647885,74.4408449 L113.647885,74.4408449 L113.647885,74.4408449 Z" id="Shape" fill="#000000" sketch:type="MSShapeGroup"></path>
20
+ </g>
21
+ </g>
22
+ </svg>
skin/frontend/base/default/images/Mpay24/Mpay24/logos/EPS.svg ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="160px" height="100px" viewBox="0 0 160 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.3 (12081) - http://www.bohemiancoding.com/sketch -->
4
+ <title>EPS_white</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="WhiteBG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="EPS" sketch:type="MSArtboardGroup" transform="translate(-20.000000, -50.000000)">
9
+ <g id="EPS_white" sketch:type="MSLayerGroup" transform="translate(20.000000, 50.000000)">
10
+ <rect id="Rectangle-1" fill-opacity="0.01" fill="#EDEDED" sketch:type="MSShapeGroup" x="0" y="0" width="160" height="100" rx="10"></rect>
11
+ <g id="Group-Copy" transform="translate(80.000000, 50.000000) scale(1, -1) translate(-80.000000, -50.000000) translate(24.225352, 6.000000)" sketch:type="MSShapeGroup">
12
+ <path d="M52.6204954,81.7771734 L48.5944633,75.6740165 L56.6208839,75.6547839 C61.0315687,75.648373 64.6537154,75.6547839 64.6665372,75.6676056 C64.6921807,75.6932492 64.1216124,76.5651287 61.0315687,81.2514813 C60.5571637,81.9759106 59.3775619,83.7645459 58.4095192,85.2262263 C57.4478873,86.6879068 56.6529383,87.8867411 56.6465274,87.8867411 C56.6465274,87.8867411 54.8322487,85.136474 52.6204954,81.7771734 L52.6204954,81.7771734 Z" id="Shape" fill="#3C2181"></path>
13
+ <path d="M26.5802169,66.8141816 C23.6889105,66.6667314 20.9514651,65.6217581 18.6627813,63.7946576 C15.5919702,61.3457018 13.7969241,58.0248664 13.3032864,53.8834386 C13.1814797,52.8641088 13.1686579,50.6651773 13.2776429,49.5817387 C13.5853651,46.4596406 14.5726404,43.8568237 16.2010037,41.8502186 C16.7331067,41.1963089 17.9255302,40.0808159 18.5986725,39.5935891 C20.2655011,38.4075765 22.6054719,37.5613405 25.1057147,37.2343856 C26.0673466,37.106168 29.2150882,37.1254007 30.4267444,37.26644 C33.4847337,37.6190384 35.7798284,38.4139874 37.5941072,39.7474502 L38.0300469,40.0679942 L37.4594787,41.1706654 C37.1453456,41.7796989 36.5491339,42.940068 36.1260159,43.7606605 C35.5490367,44.8889752 35.3374777,45.2543953 35.2349037,45.2672171 C35.1579731,45.2800389 34.9784685,45.1838757 34.7540877,44.9915493 C33.6578274,44.0683827 32.3371863,43.4785818 30.7152339,43.1965032 C29.7664238,43.0298203 28.0867735,42.9657115 27.1379634,43.0682856 C23.9325239,43.4016513 21.6630727,45.1005342 20.8232475,47.7866926 C20.6757973,48.2610976 20.4578274,49.3573579 20.4578274,49.6266149 C20.4578274,49.7355998 20.8232475,49.7420107 30.5164967,49.7420107 C36.0554962,49.7420107 40.5943986,49.7612433 40.6136312,49.7932977 C40.6585074,49.8702283 40.9598187,51.3319087 41.0752145,52.0819815 C41.2034321,52.8961632 41.2162538,54.5758135 41.1072689,55.4797475 C40.8059576,57.8774162 39.9789542,59.9930063 38.6839566,61.6790675 C36.2478226,64.8524526 32.9718634,66.5128703 28.593233,66.7885381 C27.5803141,66.8590578 27.4136312,66.8590578 26.5802169,66.8141816 L26.5802169,66.8141816 Z M28.5419459,60.8969403 C31.2729804,60.6212725 33.042383,59.2557552 33.8116885,56.8196212 C33.9527279,56.3772705 34.1771086,55.3643516 34.1771086,55.184847 C34.1771086,55.1527926 31.3370892,55.1271491 27.4520965,55.1271491 L20.7270843,55.1271491 L20.906589,55.7233609 C21.3681723,57.3004371 22.0092602,58.4223409 22.9324267,59.3006314 C23.9453456,60.2494415 25.0544277,60.7110248 26.8366521,60.9225838 C27.2533592,60.9674599 27.9136798,60.9610491 28.5419459,60.8969403 L28.5419459,60.8969403 Z" id="Shape-Copy" fill="#A7A8A8"></path>
14
+ <path d="M25.5473531,66.8141816 C22.6560466,66.6667314 19.9186013,65.6217581 17.6299174,63.7946576 C14.5591064,61.3457018 12.7640602,58.0248664 12.2704225,53.8834386 C12.1486158,52.8641088 12.1357941,50.6651773 12.244779,49.5817387 C12.5525012,46.4596406 13.5397766,43.8568237 15.1681399,41.8502186 C15.7002428,41.1963089 16.8926663,40.0808159 17.5658086,39.5935891 C19.2326372,38.4075765 21.5726081,37.5613405 24.0728509,37.2343856 C25.0344828,37.106168 28.1822244,37.1254007 29.3938805,37.26644 C32.4518698,37.6190384 34.7469645,38.4139874 36.5612433,39.7474502 L36.9971831,40.0679942 L36.4266149,41.1706654 C36.1124818,41.7796989 35.51627,42.940068 35.093152,43.7606605 C34.5161729,44.8889752 34.3046139,45.2543953 34.2020398,45.2672171 C34.1251093,45.2800389 33.9456047,45.1838757 33.7212239,44.9915493 C32.6249636,44.0683827 31.3043225,43.4785818 29.6823701,43.1965032 C28.73356,43.0298203 27.0539097,42.9657115 26.1050996,43.0682856 C22.89966,43.4016513 20.6302088,45.1005342 19.7903837,47.7866926 C19.6429335,48.2610976 19.4249636,49.3573579 19.4249636,49.6266149 C19.4249636,49.7355998 19.7903837,49.7420107 29.4836328,49.7420107 C35.0226323,49.7420107 39.5615347,49.7612433 39.5807674,49.7932977 C39.6256435,49.8702283 39.9269548,51.3319087 40.0423507,52.0819815 C40.1705682,52.8961632 40.18339,54.5758135 40.0744051,55.4797475 C39.7730937,57.8774162 38.9460903,59.9930063 37.6510928,61.6790675 C35.2149587,64.8524526 31.9389995,66.5128703 27.5603691,66.7885381 C26.5474502,66.8590578 26.3807674,66.8590578 25.5473531,66.8141816 L25.5473531,66.8141816 Z M27.5090821,60.8969403 C30.2401166,60.6212725 32.0095192,59.2557552 32.7788247,56.8196212 C32.919864,56.3772705 33.1442448,55.3643516 33.1442448,55.184847 C33.1442448,55.1527926 30.3042254,55.1271491 26.4192326,55.1271491 L19.6942205,55.1271491 L19.8737251,55.7233609 C20.3353084,57.3004371 20.9763963,58.4223409 21.8995629,59.3006314 C22.9124818,60.2494415 24.0215639,60.7110248 25.8037882,60.9225838 C26.2204954,60.9674599 26.8808159,60.9610491 27.5090821,60.8969403 L27.5090821,60.8969403 Z" id="Shape" fill="#D00A7E"></path>
15
+ <path d="M58.9807997,66.7885381 C58.2114943,66.7180185 57.0767687,66.4295289 56.3395176,66.1218067 C55.7176623,65.8589607 54.8393719,65.3268577 54.3649668,64.9293832 L54.0508337,64.6665372 L54.0508337,65.3973774 C54.0508337,65.8781933 54.0251902,66.1538611 53.9739032,66.2051481 C53.8649182,66.3141331 47.248891,66.3141331 47.1399061,66.2051481 C47.0822082,66.1474502 47.0629756,61.6662458 47.0629756,46.440408 C47.0629756,27.4449733 47.0693864,26.7461875 47.1783714,26.6436134 C47.2873563,26.5474502 47.6143112,26.5346285 50.5697264,26.5346285 C53.6533592,26.5346285 53.8456856,26.5410393 53.9418488,26.6500243 C54.0444229,26.7590092 54.0508337,27.2590578 54.0508337,32.4839242 C54.0508337,35.6316659 54.0572446,38.2024284 54.0700664,38.2024284 C54.0828881,38.2024284 54.3970212,38.0870325 54.7752631,37.9459932 C55.5573903,37.6510928 56.474146,37.4138902 57.480654,37.2600291 C58.4422859,37.106168 60.9232961,37.106168 62.0644326,37.26644 C66.8341266,37.9139388 70.3216448,40.3180185 72.1936215,44.2350656 C73.3668124,46.6968431 73.8604501,50.0112676 73.6040149,53.7167557 C73.1873078,59.6788732 70.9883762,63.5574551 66.9367007,65.467897 C65.2698721,66.2564352 63.5197021,66.6603205 61.1861421,66.794949 C59.9808969,66.8654687 59.8526793,66.8654687 58.9807997,66.7885381 L58.9807997,66.7885381 Z M59.9167881,60.7623118 C62.2118828,60.5315202 63.9812854,59.6852841 64.9108629,58.3774648 C65.8853165,56.9991258 66.334078,55.2681884 66.4045977,52.5563866 C66.545637,47.2994658 65.0454913,44.478679 61.5836166,43.4914036 C60.6604501,43.2285576 59.9360207,43.1323944 58.6025579,43.0939291 C57.5191193,43.0682856 57.269095,43.0811073 56.7434029,43.1900923 C55.9163995,43.363186 55.1663267,43.6644973 54.5765258,44.0619718 L54.0828881,44.3889267 L54.0636555,51.7742593 L54.0508337,59.1660029 L54.5765258,59.5891209 C55.1727376,60.0571151 56.051028,60.5122875 56.6792942,60.6725595 C57.5062976,60.8905294 58.4230533,60.9161729 59.9167881,60.7623118 L59.9167881,60.7623118 Z" id="Shape" fill="#A7A8A8"></path>
16
+ <path d="M57.9479359,66.7885381 C57.1786304,66.7180185 56.0439048,66.4295289 55.3066537,66.1218067 C54.6847984,65.8589607 53.806508,65.3268577 53.332103,64.9293832 L53.0179699,64.6665372 L53.0179699,65.3973774 C53.0179699,65.8781933 52.9923264,66.1538611 52.9410393,66.2051481 C52.8320544,66.3141331 46.2160272,66.3141331 46.1070423,66.2051481 C46.0493443,66.1474502 46.0301117,61.6662458 46.0301117,46.440408 C46.0301117,27.4449733 46.0365226,26.7461875 46.1455075,26.6436134 C46.2544925,26.5474502 46.5814473,26.5346285 49.5368626,26.5346285 C52.6204954,26.5346285 52.8128218,26.5410393 52.9089849,26.6500243 C53.011559,26.7590092 53.0179699,27.2590578 53.0179699,32.4839242 C53.0179699,35.6316659 53.0243808,38.2024284 53.0372025,38.2024284 C53.0500243,38.2024284 53.3641574,38.0870325 53.7423992,37.9459932 C54.5245265,37.6510928 55.4412822,37.4138902 56.4477902,37.2600291 C57.409422,37.106168 59.8904322,37.106168 61.0315687,37.26644 C65.8012627,37.9139388 69.288781,40.3180185 71.1607576,44.2350656 C72.3339485,46.6968431 72.8275862,50.0112676 72.571151,53.7167557 C72.1544439,59.6788732 69.9555124,63.5574551 65.9038368,65.467897 C64.2370083,66.2564352 62.4868383,66.6603205 60.1532783,66.794949 C58.948033,66.8654687 58.8198154,66.8654687 57.9479359,66.7885381 L57.9479359,66.7885381 Z M58.8839242,60.7623118 C61.1790189,60.5315202 62.9484216,59.6852841 63.877999,58.3774648 C64.8524526,56.9991258 65.3012142,55.2681884 65.3717339,52.5563866 C65.5127732,47.2994658 64.0126275,44.478679 60.5507528,43.4914036 C59.6275862,43.2285576 58.9031569,43.1323944 57.569694,43.0939291 C56.4862555,43.0682856 56.2362312,43.0811073 55.7105391,43.1900923 C54.8835357,43.363186 54.1334628,43.6644973 53.543662,44.0619718 L53.0500243,44.3889267 L53.0307916,51.7742593 L53.0179699,59.1660029 L53.543662,59.5891209 C54.1398737,60.0571151 55.0181642,60.5122875 55.6464303,60.6725595 C56.4734337,60.8905294 57.3901894,60.9161729 58.8839242,60.7623118 L58.8839242,60.7623118 Z" id="Shape-Copy-2" fill="#D00A7E"></path>
17
+ <path d="M87.6310183,66.794949 C84.3422373,66.5513356 81.5535049,65.2499271 80.0341266,63.243322 C78.6237332,61.3777562 78.3031893,58.3454104 79.2648211,56.0246722 C79.7071718,54.9476445 80.2841509,54.1526955 81.3419459,53.1397766 C82.5279586,52.005051 83.9319411,51.158815 86.3296098,50.1266634 C87.8618099,49.4663429 89.1439858,48.8188441 89.8684151,48.3380282 C91.2082888,47.4533269 91.7468027,46.491695 91.6698721,45.113356 C91.6121742,43.9529869 90.9967298,43.2670228 89.6889105,42.9016027 C89.0926987,42.7349199 87.0348065,42.7349199 86.1372835,42.9080136 C84.7140683,43.1708596 83.1049377,43.8568237 81.9445686,44.6838271 C81.5470941,44.9723167 81.393233,45.0492472 81.2906589,45.0107819 C81.1944957,44.9723167 80.8483082,44.2607091 79.957196,42.2733366 L78.7519508,39.5807674 L79.2391776,39.3115104 C80.4059576,38.6640117 82.3356322,37.84983 83.3806055,37.5741622 C84.6307269,37.2407965 86.5219362,37.0741136 88.4451999,37.1318116 C90.8877449,37.2087421 92.5866278,37.5741622 94.2790999,38.3947547 C97.3370892,39.8692569 98.9269872,42.407965 98.9269872,45.7864983 C98.9269872,48.0110733 98.2025579,49.9471588 96.8113971,51.4344828 C95.6574389,52.6653715 94.0739518,53.6141816 91.304452,54.7424964 C88.4003238,55.9156872 87.2720091,56.5183099 86.5796341,57.255561 C86.0090659,57.8517727 85.8552048,58.3389995 85.9706006,59.1018941 C86.1372835,60.1661 86.6886191,60.7430792 87.8425773,61.070034 C88.387502,61.2174842 90.3364093,61.2238951 91.2339323,61.070034 C92.6956128,60.8200097 93.8880363,60.3391938 94.8689008,59.6019427 C95.3368949,59.2557552 95.2984297,59.1980573 96.3690465,62.0573094 C96.8947385,63.4484701 97.3178566,64.6280719 97.3242674,64.6857698 C97.3242674,64.884507 95.4138255,65.7050996 93.9649668,66.1282176 C92.0737575,66.6795532 89.5991582,66.9359883 87.6310183,66.794949 L87.6310183,66.794949 Z" id="Shape-Copy-3" fill="#A7A8A8"></path>
18
+ <path d="M86.5981544,66.794949 C83.3093735,66.5513356 80.5206411,65.2499271 79.0012627,63.243322 C77.5908694,61.3777562 77.2703254,58.3454104 78.2319573,56.0246722 C78.6743079,54.9476445 79.251287,54.1526955 80.3090821,53.1397766 C81.4950947,52.005051 82.8990772,51.158815 85.296746,50.1266634 C86.8289461,49.4663429 88.1111219,48.8188441 88.8355512,48.3380282 C90.175425,47.4533269 90.7139388,46.491695 90.6370083,45.113356 C90.5793103,43.9529869 89.963866,43.2670228 88.6560466,42.9016027 C88.0598349,42.7349199 86.0019427,42.7349199 85.1044196,42.9080136 C83.6812045,43.1708596 82.0720738,43.8568237 80.9117047,44.6838271 C80.5142302,44.9723167 80.3603691,45.0492472 80.257795,45.0107819 C80.1616319,44.9723167 79.8154444,44.2607091 78.9243322,42.2733366 L77.7190869,39.5807674 L78.2063137,39.3115104 C79.3730937,38.6640117 81.3027683,37.84983 82.3477416,37.5741622 C83.597863,37.2407965 85.4890724,37.0741136 87.4123361,37.1318116 C89.854881,37.2087421 91.553764,37.5741622 93.246236,38.3947547 C96.3042254,39.8692569 97.8941234,42.407965 97.8941234,45.7864983 C97.8941234,48.0110733 97.169694,49.9471588 95.7785333,51.4344828 C94.624575,52.6653715 93.0410879,53.6141816 90.2715881,54.7424964 C87.3674599,55.9156872 86.2391452,56.5183099 85.5467703,57.255561 C84.976202,57.8517727 84.8223409,58.3389995 84.9377368,59.1018941 C85.1044196,60.1661 85.6557552,60.7430792 86.8097135,61.070034 C87.3546382,61.2174842 89.3035454,61.2238951 90.2010685,61.070034 C91.6627489,60.8200097 92.8551724,60.3391938 93.8360369,59.6019427 C94.3040311,59.2557552 94.2655658,59.1980573 95.3361826,62.0573094 C95.8618747,63.4484701 96.2849927,64.6280719 96.2914036,64.6857698 C96.2914036,64.884507 94.3809616,65.7050996 92.932103,66.1282176 C91.0408936,66.6795532 88.5662943,66.9359883 86.5981544,66.794949 L86.5981544,66.794949 Z" id="Shape" fill="#D00A7E"></path>
19
+ <path d="M84.4184556,19.3159786 C84.0979116,19.1492958 84.0466246,18.9441476 84.0466246,17.9119961 L84.0466246,16.9824186 L83.7773677,17.1170471 C83.3991258,17.3157844 82.6426421,17.3542496 82.2002914,17.2132103 C81.2322487,16.8926663 80.6424478,15.9118018 80.6232152,14.6103934 C80.6168043,13.6295289 80.9629917,12.8538125 81.6617776,12.3217096 C82.3028655,11.8344828 83.3093735,11.7767848 83.8863526,12.2063137 L84.0850898,12.353764 L84.290238,12.1678485 C84.4633317,12.0139874 84.553084,11.981933 84.8223409,11.981933 C85.1108305,11.981933 85.1749393,12.0075765 85.3672657,12.1999029 L85.5852356,12.4178728 L85.5852356,15.6297232 C85.5852356,19.1621175 85.5916464,19.1236523 85.2005828,19.3223895 C84.9697912,19.4441962 84.6428363,19.4441962 84.4184556,19.3159786 L84.4184556,19.3159786 Z M83.597863,15.6617776 C83.9055852,15.3989315 84.0081593,15.1489072 84.0081593,14.6424478 C84.0081593,13.8923749 83.706848,13.462846 83.1491015,13.4051481 C82.8477902,13.3795046 82.8157358,13.3859155 82.5785333,13.623118 C82.0592521,14.1488101 82.0528412,15.0655658 82.5721224,15.584847 C82.7772705,15.796406 82.8542011,15.8284604 83.1042254,15.8284604 C83.3221952,15.8284604 83.4440019,15.7899951 83.597863,15.6617776 L83.597863,15.6617776 Z" id="Shape" fill="#3B2180"></path>
20
+ <path d="M99.7019913,19.3288004 C99.3622147,19.1428849 99.3045168,18.9505585 99.3045168,17.9248179 L99.3045168,16.9824186 L99.0352598,17.1170471 C98.657018,17.3093735 97.8941234,17.3606605 97.4710053,17.2132103 C96.586304,16.911899 96.0157358,16.0784847 95.8811073,14.898883 C95.7528898,13.78339 96.3426906,12.5717339 97.2273919,12.1357941 C97.8556581,11.8280719 98.7147159,11.8601263 99.1506557,12.2063137 L99.3365712,12.353764 L99.5481302,12.1678485 C99.7212239,12.0139874 99.8173871,11.981933 100.080233,11.981933 C100.368723,11.981933 100.432831,12.0075765 100.625158,12.1999029 L100.843128,12.4178728 L100.843128,15.6297232 C100.843128,19.1621175 100.849539,19.1236523 100.458475,19.3223895 C100.234094,19.4377853 99.9007285,19.4441962 99.7019913,19.3288004 L99.7019913,19.3288004 Z M98.919864,15.584847 C99.3301603,15.1809616 99.4070908,14.4821758 99.1186013,13.9116076 C98.9390966,13.5654201 98.7660029,13.4436134 98.4069937,13.4051481 C98.1056824,13.3795046 98.073628,13.3859155 97.8364254,13.623118 C97.4517727,14.0077708 97.3491986,14.5591064 97.5479359,15.1424964 C97.6953861,15.5720253 98.0095192,15.8284604 98.387761,15.8284604 C98.6377853,15.8284604 98.708305,15.796406 98.919864,15.584847 L98.919864,15.584847 Z" id="Shape" fill="#3B2180"></path>
21
+ <path d="M56.9478388,18.6877125 C56.6208839,18.5402623 56.4798446,18.2453618 56.4798446,17.7132589 L56.4798446,17.2516756 L56.2490529,17.2067994 C55.6528412,17.0978145 55.4092278,16.591355 55.7105391,16.1041282 C55.8323458,15.905391 55.928509,15.8541039 56.2875182,15.8156387 L56.4477902,15.796406 L56.4798446,14.1295775 C56.511899,12.3152987 56.5311316,12.2255464 56.9029626,12.0588635 C57.358135,11.8473045 57.8838271,12.0780962 58.0184556,12.5460903 C58.05051,12.6743079 58.0825644,13.462846 58.0825644,14.3090821 L58.0825644,15.8284604 L58.3389995,15.8284604 C58.7685284,15.8284604 58.9416221,15.956678 59.0698397,16.3669743 C59.1339485,16.5528898 58.9929092,16.9567751 58.8326372,17.0657601 C58.7492958,17.1170471 58.5441476,17.1811559 58.3838757,17.2067994 L58.0825644,17.2516756 L58.0825644,17.6299174 C58.0825644,18.0722681 57.941525,18.4761535 57.7363769,18.6107819 C57.5119961,18.7582322 57.1786304,18.7902865 56.9478388,18.6877125 L56.9478388,18.6877125 Z" id="Shape" fill="#3B2180"></path>
22
+ <path d="M67.3975716,18.7069451 C67.057795,18.6043711 66.9039339,18.3094706 66.8718796,17.7389024 L66.8526469,17.2452647 L66.6090335,17.2067994 C66.1474502,17.1298689 65.9102477,16.7259835 66.0384653,16.2579893 C66.1089849,15.9887324 66.3333657,15.8284604 66.6410879,15.8284604 L66.8654687,15.8284604 L66.8654687,14.257795 C66.8654687,12.5460903 66.8911122,12.3794075 67.218067,12.1229723 C67.4360369,11.9498786 67.8271005,11.9370568 68.0899466,12.0909179 C68.4297232,12.2896552 68.4681884,12.5204468 68.4681884,14.257795 L68.4681884,15.8284604 L68.7759106,15.8284604 C69.3593006,15.8348713 69.6670228,16.3413307 69.3977659,16.8542011 C69.2759592,17.0849927 69.1669743,17.1491015 68.7759106,17.2067994 L68.4681884,17.2516756 L68.4681884,17.6619718 C68.4681884,17.8927635 68.4297232,18.1748422 68.3784361,18.2966489 C68.224575,18.662069 67.8142788,18.8351627 67.3975716,18.7069451 L67.3975716,18.7069451 Z" id="Shape" fill="#3B2180"></path>
23
+ <path d="M12.0716853,17.2132103 C11.3857212,16.9888295 10.8856727,16.5336571 10.5651287,15.8541039 C9.82146673,14.2642059 10.5715396,12.4242836 12.1293832,12.0075765 C13.1743565,11.7319087 14.629626,12.1293832 15.0783876,12.8025255 C15.3668771,13.2448762 15.0463332,13.8410879 14.5206411,13.8410879 C14.4372997,13.8410879 14.1295775,13.7256921 13.8410879,13.5846527 C13.2576979,13.3025741 12.8666343,13.2576979 12.4819815,13.4179699 C12.2768334,13.5013113 11.9242351,13.8539097 11.9242351,13.9757164 C11.9242351,14.0077708 12.5268577,14.0334143 13.3666829,14.0334143 C14.9437591,14.0334143 15.0976202,14.0654687 15.2450704,14.3860126 C15.4950947,14.9309373 15.0783876,16.0913065 14.4244779,16.6811073 C13.9693055,17.0849927 13.5269548,17.2580864 12.8858669,17.28373 C12.5460903,17.2965517 12.2383681,17.2709082 12.0716853,17.2132103 L12.0716853,17.2132103 Z M13.1935891,15.8669257 C13.411559,15.7515299 13.5654201,15.584847 13.6487615,15.3604662 L13.7192812,15.1873725 L12.7832929,15.1873725 L11.8537154,15.1873725 L12.0011656,15.4630403 C12.2383681,15.8989801 12.776882,16.0848956 13.1935891,15.8669257 L13.1935891,15.8669257 Z" id="Shape" fill="#3B2180"></path>
24
+ <path d="M22.053424,17.174745 C21.8995629,17.0978145 21.7136474,16.9952404 21.6559495,16.9375425 C21.5533754,16.8477902 21.5405537,16.8477902 21.5020884,16.9439534 C21.3995143,17.2132103 20.6879068,17.3414279 20.3994172,17.1362797 C20.0660515,16.9054881 20.0660515,16.8990772 20.0660515,13.6167071 C20.0660515,10.8472074 20.0788732,10.5394852 20.1750364,10.3728023 C20.3801846,10.0330257 20.8545896,9.90480816 21.2200097,10.0907237 C21.5405537,10.2574065 21.6046625,10.4689655 21.6046625,11.3921321 L21.6046625,12.2255464 L21.9764934,12.0716853 C23.220204,11.558815 24.5857212,12.353764 24.970374,13.8090335 C25.2203983,14.7706654 24.9511413,15.9694998 24.3292861,16.6490529 C24.2074794,16.7836814 23.9574551,16.9760078 23.7715396,17.0785818 C23.4894609,17.2324429 23.3420107,17.2709082 22.8868383,17.28373 C22.4380767,17.3029626 22.2906265,17.28373 22.053424,17.174745 L22.053424,17.174745 Z M22.9445362,15.7322972 C23.3868868,15.5079165 23.6048567,14.5655172 23.3420107,14.0013599 C22.8611948,12.9307431 21.6623604,13.360272 21.6495386,14.6039825 C21.6495386,15.0912093 21.7585236,15.3989315 22.0277805,15.636134 C22.2842156,15.8541039 22.636814,15.8925692 22.9445362,15.7322972 L22.9445362,15.7322972 Z" id="Shape" fill="#3B2180"></path>
25
+ <path d="M27.3744536,17.2452647 C26.5987373,17.0080622 25.9704711,16.328509 25.7396795,15.4822729 C25.6499271,15.161729 25.6306945,14.9117047 25.656338,14.3924235 C25.6819815,13.7705682 25.7076251,13.6744051 25.9255949,13.2384653 C26.1820301,12.7127732 26.5474502,12.3409422 27.0410879,12.0973288 C27.2911122,11.9755221 27.4449733,11.9498786 27.9257892,11.9498786 C28.4707139,11.9498786 28.5284119,11.9627003 28.836134,12.1550267 L29.1694998,12.3601748 L29.3554153,12.1678485 C29.5156872,12.0139874 29.5990287,11.981933 29.8618747,11.981933 C30.2529383,11.981933 30.48373,12.142205 30.5798932,12.4819815 C30.6632346,12.7961146 30.6632346,16.4246722 30.5798932,16.7388052 C30.48373,17.072171 30.2529383,17.2388538 29.8682856,17.2388538 C29.6118504,17.2388538 29.5156872,17.2067994 29.3490044,17.0529383 L29.1438562,16.8670228 L28.945119,17.014473 C28.8425449,17.0914036 28.6566294,17.1875668 28.5348227,17.2324429 C28.2912093,17.3093735 27.6244779,17.3157844 27.3744536,17.2452647 L27.3744536,17.2452647 Z M28.5155901,15.7387081 C28.9066537,15.5399709 29.1374454,14.7514327 28.9771734,14.1616319 C28.9322972,13.9821272 28.8104905,13.78339 28.6502186,13.6295289 C28.413016,13.3859155 28.3809616,13.3795046 28.0796503,13.4051481 C27.8873239,13.4243808 27.7014085,13.4884896 27.6244779,13.5590092 C27.0667314,14.0654687 27.0923749,15.2386595 27.6693541,15.693832 C27.8680913,15.8541039 28.2591549,15.8733366 28.5155901,15.7387081 L28.5155901,15.7387081 Z" id="Shape" fill="#3B2180"></path>
26
+ <path d="M38.9460903,17.1170471 L38.5678485,16.9247207 L38.381933,17.0849927 C38.1062652,17.3157844 37.6446819,17.3029626 37.3626032,17.0529383 L37.1510442,16.8670228 L37.1318116,14.7129675 C37.1189898,12.8666343 37.1254007,12.5332686 37.215153,12.3665857 C37.477999,11.8601263 38.2985915,11.8601263 38.5614376,12.3665857 C38.6383681,12.5140359 38.6576008,12.8217581 38.6576008,13.9372511 C38.6576008,15.424575 38.6960661,15.6489558 38.9845556,15.8541039 C39.2217581,16.0143759 39.5230695,15.9823215 39.760272,15.7707625 L39.971831,15.584847 L40.0038854,14.0205925 C40.0359398,12.3473531 40.0487615,12.2896552 40.394949,12.084507 C40.76678,11.8665372 41.2732394,12.0011656 41.4976202,12.3858184 C41.5489072,12.4819815 41.5873725,13.0076736 41.6066051,14.0526469 L41.6386595,15.584847 L41.8502186,15.7707625 C42.2476931,16.1233609 42.7669743,15.9438562 42.888781,15.4117533 C42.9208354,15.2707139 42.9528898,14.5719281 42.9528898,13.8539097 C42.9528898,12.4178728 42.9849441,12.2576008 43.3375425,12.0780962 C43.7221952,11.8793589 44.2158329,12.0139874 44.3953375,12.3665857 C44.5363769,12.6358426 44.5363769,15.6553667 44.3953375,16.1233609 C44.1837785,16.8285576 43.5939777,17.2388538 42.7220981,17.2901408 C42.2605148,17.3157844 42.1515299,17.2965517 41.8309859,17.1555124 C41.6322487,17.0593492 41.401457,16.9311316 41.3117047,16.8606119 L41.1514327,16.7323944 L40.8629432,16.9503643 C40.3180185,17.3670714 39.5679456,17.4311802 38.9460903,17.1170471 L38.9460903,17.1170471 Z" id="Shape" fill="#3B2180"></path>
27
+ <path d="M46.5109276,17.1939777 C44.6710053,16.5272462 44.158135,13.8987858 45.6134046,12.565323 C46.068577,12.1550267 46.5365712,11.9691112 47.2481787,11.9370568 C48.4341914,11.872948 49.6843128,12.4819815 49.6843128,13.1294803 C49.6843128,13.5269548 49.4150559,13.834677 49.0624575,13.8410879 C48.9534726,13.8410879 48.6201068,13.7256921 48.3316173,13.5846527 C47.9469645,13.3987373 47.7225838,13.3282176 47.5110248,13.3282176 C47.0430306,13.3346285 46.5750364,13.5974745 46.4596406,13.9180185 C46.4211753,14.0205925 46.542982,14.0270034 47.9533754,14.046236 C49.4535211,14.0654687 49.4919864,14.0718796 49.6330257,14.2129189 C49.7612433,14.3411365 49.780476,14.4244779 49.780476,14.8540068 C49.7740651,15.2707139 49.7420107,15.4181642 49.5753278,15.7771734 C49.3060709,16.3477416 48.8701311,16.802914 48.3508499,17.0593492 C48.0046625,17.2324429 47.8508014,17.2644973 47.3828072,17.28373 C46.9725109,17.3029626 46.7481302,17.2773191 46.5109276,17.1939777 L46.5109276,17.1939777 Z M47.7674599,15.8092278 C47.8892666,15.7322972 48.0367169,15.5656144 48.0944148,15.4438077 L48.2098106,15.2194269 L47.337931,15.2001943 C46.8571151,15.1937834 46.4468188,15.2001943 46.4211753,15.2194269 C46.4019427,15.2450704 46.4468188,15.3668771 46.5173385,15.4950947 C46.7801846,15.9438562 47.3507528,16.0848956 47.7674599,15.8092278 L47.7674599,15.8092278 Z" id="Shape" fill="#3B2180"></path>
28
+ <path d="M52.5563866,17.2388538 C52.4602234,17.2132103 52.2807188,17.123458 52.1589121,17.0529383 C51.9729966,16.9375425 51.9281204,16.9311316 51.8832443,17.0016513 C51.742205,17.2452647 51.1524041,17.3221952 50.8639145,17.1362797 C50.5305488,16.911899 50.5177271,16.8285576 50.5177271,14.6424478 C50.5177271,12.8922778 50.5305488,12.5781447 50.6203011,12.3922292 C50.9152016,11.770374 51.8704225,11.872948 52.056338,12.5460903 C52.0883924,12.6743079 52.1204468,13.3987373 52.1204468,14.155221 L52.1204468,15.5207382 L52.3384167,15.7387081 C52.5948519,15.9951433 52.9282176,16.0336085 53.2551724,15.8284604 C53.5500729,15.6489558 53.594949,15.4053424 53.594949,13.8859641 C53.594949,12.4178728 53.6270034,12.2576008 53.9796017,12.0780962 C54.3642545,11.8793589 54.8578922,12.0139874 55.0373968,12.3729966 C55.1271491,12.5396795 55.1399709,12.8217581 55.1207382,14.3090821 L55.1015056,16.0528412 L54.9155901,16.3926178 C54.5758135,16.9952404 53.9924235,17.3093735 53.1910636,17.2965517 C52.9410393,17.2965517 52.6525498,17.2709082 52.5563866,17.2388538 L52.5563866,17.2388538 Z" id="Shape" fill="#3B2180"></path>
29
+ <path d="M63.1343371,17.2003885 C62.5317144,16.9888295 62.0893638,16.4503157 62.0124332,15.8412822 C61.9290918,15.1168528 62.3009228,14.5911608 63.1599806,14.2000971 C64.0959689,13.78339 64.2690627,13.6808159 64.2882953,13.5590092 C64.3459932,13.2576979 63.8331229,13.251287 63.2048567,13.5525983 C62.5958232,13.8410879 62.3714424,13.8474988 62.0829529,13.5590092 C61.9034483,13.3795046 61.864983,13.2897523 61.864983,13.0717824 C61.864983,12.7255949 62.025255,12.5012142 62.4419621,12.2768334 C62.8843128,12.03322 63.3458961,11.9178242 63.8587664,11.9178242 C64.7050024,11.9178242 65.3332686,12.2511899 65.6666343,12.879456 C65.8269063,13.1871782 65.8461389,13.2897523 65.8269063,13.6551724 C65.788441,14.3988344 65.4486644,14.738611 64.2947062,15.213016 C63.6023312,15.4950947 63.4484701,15.6169014 63.5895095,15.7899951 C63.7177271,15.9438562 63.986984,15.9182127 64.5319087,15.7002428 C65.1024769,15.4694512 65.3076251,15.4822729 65.5512385,15.7771734 C65.9230695,16.219524 65.679456,16.8157358 64.993492,17.1170471 C64.5447305,17.3093735 63.5830986,17.3542496 63.1343371,17.2003885 L63.1343371,17.2003885 Z" id="Shape" fill="#3B2180"></path>
30
+ <path d="M70.9043225,17.1619233 C70.2055367,16.8862555 69.602914,16.0848956 69.4298203,15.2001943 C69.2182613,14.1359883 69.6477902,12.8474017 70.3850413,12.3409422 C71.1543468,11.8024284 72.2249636,11.7831957 72.7827101,12.2896552 C72.891695,12.3858184 72.9109276,12.3858184 73.0070908,12.2576008 C73.3276348,11.8537154 74.0905294,11.8985915 74.2892666,12.3345313 C74.3918407,12.5589121 74.3982516,16.6746965 74.2956775,16.8734337 C74.1738708,17.1170471 73.9623118,17.2388538 73.6738222,17.2388538 C73.3725109,17.2388538 73.0583779,17.1042254 73.0006799,16.9567751 C72.9686255,16.8734337 72.9045168,16.8926663 72.628849,17.0657601 C72.3339485,17.2452647 72.2313745,17.2709082 71.776202,17.28373 C71.3659058,17.2965517 71.1799903,17.2709082 70.9043225,17.1619233 L70.9043225,17.1619233 Z M72.3660029,15.6681884 C72.7698883,15.3284119 72.9045168,14.527052 72.6544925,13.9693055 C72.4813987,13.5782419 72.308305,13.4436134 71.9428849,13.4051481 C71.6608062,13.3795046 71.6095192,13.3987373 71.3979602,13.5782419 C70.9620204,13.9628946 70.8402137,14.7450219 71.1287033,15.3412336 C71.3594949,15.8220495 71.987761,15.9887324 72.3660029,15.6681884 L72.3660029,15.6681884 Z" id="Shape" fill="#3B2180"></path>
31
+ <path d="M77.4818844,17.2132103 C77.3472559,17.1619233 77.186984,17.0785818 77.1356969,17.0208839 C77.0459446,16.9375425 77.0203011,16.9439534 76.8536183,17.0785818 C76.603594,17.2901408 76.1291889,17.3029626 75.8727538,17.0978145 C75.5393881,16.8349684 75.5201554,16.7067508 75.5201554,14.6103934 C75.5201554,12.5140359 75.5393881,12.3858184 75.8727538,12.1229723 C76.0843128,11.9562895 76.4625546,11.9370568 76.7318116,12.0780962 C77.077999,12.2576008 77.1228752,12.4627489 77.1228752,14.0205925 C77.1228752,15.3796989 77.1292861,15.4309859 77.2703254,15.6425449 C77.5459932,16.0528412 78.1742593,16.0528412 78.4499271,15.6425449 C78.5909665,15.4309859 78.5973774,15.373288 78.5973774,14.0205925 C78.5973774,12.8474017 78.61661,12.5717339 78.6999514,12.3922292 C78.9050996,11.9627003 79.5077222,11.8408936 79.8731423,12.1486158 C80.1808645,12.405051 80.2129189,12.6230209 80.1872754,14.3539582 C80.1680427,15.9246236 80.1680427,15.9246236 79.9885381,16.2900437 C79.7962118,16.6811073 79.571831,16.9054881 79.148713,17.123458 C78.8089364,17.3029626 77.8601263,17.3542496 77.4818844,17.2132103 L77.4818844,17.2132103 Z" id="Shape" fill="#3B2180"></path>
32
+ <path d="M88.0085478,17.2067994 C86.3417193,16.591355 85.8096163,14.0334143 87.0661486,12.6550753 C87.7841671,11.872948 88.89966,11.6870325 89.6817873,12.2127246 L89.8997572,12.3601748 L90.1241379,12.1614376 C90.3292861,11.9883439 90.3805731,11.9691112 90.6947062,11.9947547 C90.9383196,12.0139874 91.0857698,12.0652744 91.181933,12.1678485 C91.3229723,12.3024769 91.3229723,12.3345313 91.342205,14.5847499 L91.3614376,16.8606119 L91.1691112,17.0465274 C91.0088392,17.2067994 90.9319087,17.2388538 90.6562409,17.2388538 C90.386984,17.2388538 90.2972317,17.2067994 90.1113162,17.0465274 C89.963866,16.911899 89.8741136,16.8734337 89.8484701,16.9247207 C89.8228266,16.963186 89.6497329,17.0657601 89.4702283,17.1491015 C89.0919864,17.3286061 88.4060223,17.3542496 88.0085478,17.2067994 L88.0085478,17.2067994 Z M89.431763,15.584847 C89.6112676,15.4053424 89.694609,15.2578922 89.7523069,14.9758135 C89.8741136,14.4437105 89.7587178,13.9564837 89.431763,13.6359398 C89.220204,13.4243808 89.1496843,13.3923264 88.8868383,13.3923264 C88.6239922,13.3923264 88.5534726,13.4243808 88.3419136,13.6359398 C88.2072851,13.7705682 88.0662458,13.9885381 88.0277805,14.1295775 C87.8739194,14.7001457 87.9829043,15.2322487 88.3419136,15.584847 C88.5534726,15.796406 88.6239922,15.8284604 88.8868383,15.8284604 C89.1496843,15.8284604 89.220204,15.796406 89.431763,15.584847 L89.431763,15.584847 Z" id="Shape" fill="#3B2180"></path>
33
+ <path d="M31.7659058,17.1619233 C31.5351141,17.0337057 31.4133074,16.8285576 31.4133074,16.5528898 C31.4133074,16.3477416 31.6120447,15.7835843 32.1569694,14.4116561 L32.9070423,12.5460903 L32.5736765,11.7190869 C32.3941719,11.2575036 32.2467217,10.815153 32.2467217,10.7254007 C32.2467217,10.0073822 33.2788732,9.73171442 33.6763477,10.3407479 C33.7340457,10.4240894 34.3046139,11.7960175 34.9392909,13.3859155 C36.2727538,16.7323944 36.2855755,16.7772705 35.7727052,17.1298689 C35.5803788,17.2644973 35.1893152,17.2709082 34.9392909,17.1426906 C34.7277319,17.0337057 34.6059252,16.7836814 34.1058766,15.4950947 C33.9199611,15.0078679 33.7468674,14.6103934 33.7276348,14.6103934 C33.7019913,14.6103934 33.5160758,15.0783876 33.3109276,15.6553667 C32.8813987,16.8349684 32.7660029,17.0593492 32.5352113,17.1619233 C32.3300631,17.2580864 31.9325886,17.2580864 31.7659058,17.1619233 L31.7659058,17.1619233 Z" id="Shape" fill="#3B2180"></path>
34
+ <path d="M92.8808159,17.1362797 C92.5218067,16.9439534 92.5089849,16.8542011 92.5089849,14.6424478 C92.5089849,12.405051 92.5282176,12.2640117 92.9000486,12.0780962 C93.1693055,11.9370568 93.5475474,11.9562895 93.7591064,12.1229723 C94.0732394,12.3665857 94.1117047,12.5717339 94.1117047,13.9116076 L94.1117047,15.1424964 L94.3232637,15.3412336 C94.4450704,15.4502186 94.7399709,15.6233123 94.9899951,15.7194755 C95.2400194,15.8156387 95.4900437,15.9502671 95.5477416,16.0143759 C95.8234094,16.3220981 95.688781,16.9567751 95.3105391,17.1555124 C95.0348713,17.2965517 94.5155901,17.2388538 94.2399223,17.0465274 C94.0924721,16.9439534 94.0155415,16.9183099 93.9963089,16.9695969 C93.9193783,17.2132103 93.2141816,17.3221952 92.8808159,17.1362797 L92.8808159,17.1362797 Z" id="Shape" fill="#3B2180"></path>
35
+ <path d="M16.3028655,15.4758621 C16.0784847,15.3796989 15.8989801,15.0912093 15.8989801,14.8347742 C15.8989801,14.6168043 16.0592521,14.3090821 16.2131132,14.2257407 C16.2900437,14.1872754 16.8542011,14.1616319 17.5850413,14.1616319 L18.8287518,14.1616319 L19.0018456,14.3283147 C19.136474,14.4693541 19.1685284,14.5591064 19.1685284,14.8347742 C19.1685284,15.110442 19.136474,15.2001943 19.0082564,15.3284119 C18.7902865,15.5463817 18.6171928,15.5720253 17.4760563,15.5720253 C16.7965032,15.5656144 16.4439048,15.5399709 16.3028655,15.4758621 L16.3028655,15.4758621 Z" id="Shape" fill="#3B2180"></path>
36
+ <path d="M4.02603205,6.12880039 L0,0.0256435163 L8.02642059,0.00641087907 C12.4371054,1.10870514e-14 16.0592521,0.00641087907 16.0720738,0.0192326372 C16.0977173,0.0448761535 15.5271491,0.916755707 12.4371054,5.60310831 C11.9627003,6.32753764 10.7830986,8.1161729 9.81505585,9.57785333 C8.85342399,11.0395338 8.05847499,12.2383681 8.05206411,12.2383681 C8.05206411,12.2383681 6.23778533,9.48810102 4.02603205,6.12880039 L4.02603205,6.12880039 Z" id="Shape" fill="#3C2181"></path>
37
+ <path d="M99.4840214,6.12880039 L95.4579893,0.0256435163 L103.48441,0.00641087907 C107.895095,1.10870514e-14 111.517241,0.00641087907 111.530063,0.0192326372 C111.555707,0.0448761535 110.985138,0.916755707 107.895095,5.60310831 C107.42069,6.32753764 106.241088,8.1161729 105.273045,9.57785333 C104.311413,11.0395338 103.516464,12.2383681 103.510053,12.2383681 C103.510053,12.2383681 101.695775,9.48810102 99.4840214,6.12880039 L99.4840214,6.12880039 Z" id="Shape" fill="#3C2181"></path>
38
+ </g>
39
+ </g>
40
+ </g>
41
+ </g>
42
+ </svg>
skin/frontend/base/default/images/Mpay24/Mpay24/logos/GIROPAY.svg ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="142px" height="62px" viewBox="0 0 142 62" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch Beta 3.4.1 (15680) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Giropay</title>
5
+ <desc>Created with Sketch Beta.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="Giropay" sketch:type="MSLayerGroup" transform="translate(0.062173, 0.449549)">
9
+ <g id="layer1" transform="translate(0.000000, -0.000000)" sketch:type="MSShapeGroup">
10
+ <path d="M0.11469535,10.9539614 C0.11469535,4.91680621 5.03427254,0.0219393825 11.0997087,0.0219393825 L130.817562,0.0219393825 C136.885605,0.0219393825 141.802519,4.91680621 141.802519,10.9539614 L141.802519,50.0210819 C141.802519,56.054724 136.885605,60.9504961 130.817562,60.9504961 L11.0997087,60.9504961 C5.03427254,60.9504961 0.11469535,56.054724 0.11469535,50.0210819 L0.11469535,10.9539614 L0.11469535,10.9539614 L0.11469535,10.9539614 Z" id="_92653320" fill="#000268"></path>
11
+ <path d="M4.62320726,11.3280178 L4.62320726,49.6505961 C4.62320726,53.4225003 7.69823347,56.4817137 11.4913344,56.4817137 L74.212642,56.4817137 L74.212642,4.49689954 L11.4913344,4.49689954 C7.69823347,4.49689954 4.62320726,7.55605679 4.62320726,11.3280178 L4.62320726,11.3280178 L4.62320726,11.3280178 L4.62320726,11.3280178 Z M90.418687,30.2978867 C90.418687,32.7378105 89.2119026,34.4147167 87.2139319,34.4147167 C85.4488388,34.4147167 83.9774379,32.7378105 83.9774379,30.5033905 C83.9774379,28.2099153 85.2715022,26.5047859 87.2139319,26.5047859 C89.2736785,26.5047859 90.418687,28.2690281 90.418687,30.2978867 L90.418687,30.2978867 L90.418687,30.2978867 Z M78.6874322,44.2917287 L83.9774379,44.2917287 L83.9774379,35.9707344 L84.0365506,35.9707344 C85.0386246,37.7940876 87.0392585,38.4697692 88.8908381,38.4697692 C93.4469564,38.4697692 95.8868802,34.7075564 95.8868802,30.1796613 C95.8868802,26.4765611 93.5651819,22.4461617 89.3301264,22.4461617 C86.9210906,22.4461617 84.6866722,23.4174037 83.6254855,25.5644302 L83.5663728,25.5644302 L83.5663728,22.8016842 L78.6874322,22.8016842 L78.6874322,44.2917287 L78.6874322,44.2917287 L78.6874322,44.2917287 Z M103.112231,33.2661925 C103.112231,31.7974548 104.521856,31.240848 106.317837,31.240848 C107.110894,31.240848 107.876576,31.2964466 108.552257,31.3281855 C108.552257,33.1206508 107.288174,34.9439497 105.287539,34.9439497 C104.052587,34.9439497 103.112231,34.3273792 103.112231,33.2661925 L103.112231,33.2661925 L103.112231,33.2661925 Z M113.783208,38.1178169 C113.549422,36.9137516 113.490311,35.7061179 113.490311,34.5020526 L113.490311,28.798261 C113.490311,24.1239733 110.110938,22.4461617 106.19967,22.4461617 C103.937026,22.4461617 101.967279,22.7698893 100.084813,23.5355716 L100.174814,27.1240179 C101.63998,26.2992245 103.348623,25.9754953 105.053754,25.9754953 C106.96178,25.9754953 108.520519,26.5356738 108.552257,28.6236452 C107.876576,28.5054198 106.933557,28.4154191 106.081446,28.4154191 C103.261343,28.4154191 98.1741781,28.9755976 98.1741781,33.6490344 C98.1741781,36.9728643 100.877869,38.4697692 103.906138,38.4697692 C106.081446,38.4697692 107.552791,37.6203212 108.757761,35.7061179 L108.816874,35.7061179 C108.816874,36.5026865 108.903303,37.2930219 108.935098,38.1178169 L113.783208,38.1178169 L113.783208,38.1178169 L113.783208,38.1178169 Z M116.163963,44.2917287 C117.252466,44.528178 118.33927,44.6472528 119.455998,44.6472528 C124.307678,44.6472528 125.452631,40.9123578 126.952257,37.0601442 L132.569562,22.8016842 L127.275986,22.8016842 L124.130342,32.7969232 L124.071229,32.7969232 L120.778287,22.8016842 L115.077216,22.8016842 L121.279353,38.4697692 C120.896511,39.8229463 119.897951,40.5886286 118.603036,40.5886286 C117.865578,40.5886286 117.221636,40.4986279 116.515066,40.2648993 L116.163963,44.2917287 L116.163963,44.2917287 L116.163963,44.2917287 Z" id="_92186184" fill="#FFFFFF"></path>
12
+ <path d="M17.5470786,30.3287746 C17.5470786,28.2408033 18.5773773,26.5047859 20.5471249,26.5047859 C22.9279919,26.5047859 23.9265534,28.4154191 23.9265534,30.1205501 C23.9265534,32.473194 22.4269277,34.0600996 20.5471249,34.0600996 C18.9602193,34.0600996 17.5470786,32.7095857 17.5470786,30.3287746 L17.5470786,30.3287746 L17.5470786,30.3287746 Z M29.0427926,22.8016842 L24.250281,22.8016842 L24.250281,25.5644302 L24.1946824,25.5644302 C23.0743845,23.6820202 21.2501803,22.4461617 18.9884425,22.4461617 C14.2267628,22.4461617 12.0797363,25.8599347 12.0797363,30.4160546 C12.0797363,34.9439497 14.6969406,38.1178169 18.8975924,38.1178169 C21.0173011,38.1178169 22.7815433,37.2930219 24.0447212,35.5006125 L24.1038324,35.5006125 L24.1038324,36.3253499 C24.1038324,39.3227874 22.4578156,40.763302 19.4021723,40.763302 C17.1959771,40.763302 15.8419491,40.2931241 14.2267628,39.5001256 L13.9621463,43.6760108 C15.1944923,44.1179638 17.2824621,44.6472528 19.8132374,44.6472528 C25.9871493,44.6472528 29.0427926,42.6174872 29.0427926,36.3253499 L29.0427926,22.8016842 L29.0427926,22.8016842 L29.0427926,22.8016842 Z M37.9865363,16.422211 L32.6938658,16.422211 L32.6938658,20.3026493 L37.9865363,20.3026493 L37.9865363,16.422211 L37.9865363,16.422211 L37.9865363,16.422211 Z M32.696529,38.1178169 L37.9865363,38.1178169 L37.9865363,22.8016842 L32.696529,22.8016842 L32.696529,38.1178169 L32.696529,38.1178169 L32.696529,38.1178169 Z M52.7214075,22.6234983 C52.1921169,22.5370117 51.5446601,22.4461617 50.9289405,22.4461617 C48.6354654,22.4461617 47.3131763,23.6820202 46.4010454,25.6235429 L46.3419327,25.6235429 L46.3419327,22.8016842 L41.5211979,22.8016842 L41.5211979,38.1178169 L46.8121105,38.1178169 L46.8121105,31.6519131 C46.8121105,28.6518684 48.1961755,26.8594015 50.664324,26.8594015 C51.2835577,26.8594015 51.8683877,26.8594015 52.456791,27.0331679 L52.7214075,22.6234983 L52.7214075,22.6234983 L52.7214075,22.6234983 Z M61.8328523,34.7666691 C59.392927,34.7666691 58.3943671,32.7378105 58.3943671,30.4751657 C58.3943671,28.1816906 59.392927,26.1528319 61.8328523,26.1528319 C64.2754393,26.1528319 65.2748501,28.1816906 65.2748501,30.4751657 C65.2748501,32.7378105 64.2754393,34.7666691 61.8328523,34.7666691 L61.8328523,34.7666691 L61.8328523,34.7666691 Z M61.8328523,38.4697692 C66.8899788,38.4697692 70.7421924,35.5323514 70.7421924,30.4751657 C70.7421924,25.3871512 66.8899788,22.4461617 61.8328523,22.4461617 C56.7765736,22.4461617 52.9270248,25.3871512 52.9270248,30.4751657 C52.9270248,35.5323514 56.7765736,38.4697692 61.8328523,38.4697692 L61.8328523,38.4697692 L61.8328523,38.4697692 Z" id="_47303032" fill="#FF0007"></path>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </svg>
skin/frontend/base/default/images/Mpay24/Mpay24/logos/JCB.svg ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="101px" height="76px" viewBox="0 0 101 76" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch Beta 3.4.1 (15680) - http://www.bohemiancoding.com/sketch -->
4
+ <title>jcb</title>
5
+ <desc>Created with Sketch Beta.</desc>
6
+ <defs>
7
+ <linearGradient x1="-1.7051938e-12%" y1="50%" x2="100.001297%" y2="50%" id="linearGradient-1">
8
+ <stop stop-color="#007B40" offset="0%"></stop>
9
+ <stop stop-color="#55B330" offset="100%"></stop>
10
+ </linearGradient>
11
+ <linearGradient x1="2.88069389e-15%" y1="50%" x2="100%" y2="50%" id="linearGradient-2">
12
+ <stop stop-color="#1D2970" offset="0%"></stop>
13
+ <stop stop-color="#006DBA" offset="100%"></stop>
14
+ </linearGradient>
15
+ <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-3">
16
+ <stop stop-color="#6E2B2F" offset="0%"></stop>
17
+ <stop stop-color="#E30138" offset="100%"></stop>
18
+ </linearGradient>
19
+ </defs>
20
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
21
+ <g id="jcb" sketch:type="MSLayerGroup" transform="translate(-6.000000, -5.000000)">
22
+ <path d="M112.498,69.1705 C112.498,78.8334 104.6663,86.669 94.9995,86.669 L0.0004,86.669 L0.0004,17.5011 C0.0004,7.8355 7.8332,0.0001 17.5001,0.0001 L112.4979,0 L112.4979,69.1705 L112.498,69.1705 L112.498,69.1705 L112.498,69.1705 Z" id="Shape" sketch:type="MSShapeGroup"></path>
23
+ <path d="M81.5262,44.8542 L81.5886,44.8542 L81.7092,44.8542 L81.8298,44.8542 L81.9505,44.8542 L82.0711,44.8542 L82.1917,44.8542 L82.3124,44.8542 L82.433,44.8542 L82.5537,44.8542 L82.6743,44.8542 L82.7949,44.8542 L82.9156,44.8542 L83.0362,44.8542 L83.1568,44.8542 L83.2775,44.8542 L83.3981,44.8542 L83.5187,44.8542 L83.6394,44.8542 L83.76,44.8542 L83.8806,44.8542 L84.0013,44.8542 L84.1219,44.8542 L84.2425,44.8542 L84.3632,44.8542 L84.4838,44.8542 L84.6044,44.8542 L84.7251,44.8542 L84.8457,44.8542 L84.9663,44.8542 L85.087,44.8542 L85.2076,44.8542 L85.3283,44.8542 L85.4489,44.8542 L85.5695,44.8542 L85.6902,44.8542 L85.8108,44.8542 L85.9314,44.8542 L86.0521,44.8542 L86.1727,44.8542 L86.2933,44.8542 L86.414,44.8542 L86.5346,44.8542 L86.6552,44.8542 L86.7759,44.8542 L86.8965,44.8542 L87.0171,44.8542 L87.1378,44.8542 L87.2584,44.8542 L87.379,44.8542 L87.4997,44.8542 L87.6203,44.8542 L87.7409,44.8542 L87.8616,44.8542 L87.9822,44.8542 L88.1028,44.8542 L88.2235,44.8542 L88.3441,44.8542 L88.4648,44.8542 L88.5854,44.8542 L88.706,44.8542 L88.8064,44.8542 L88.8267,44.8547 C88.8639,44.8556 88.9045,44.8573 88.9473,44.8596 C88.986,44.8617 89.0265,44.8644 89.0679,44.8675 C89.1076,44.8704 89.1481,44.8738 89.1886,44.8775 C89.2292,44.8812 89.2696,44.8853 89.3092,44.8897 C89.3507,44.8943 89.3913,44.8992 89.4298,44.9044 C89.473,44.9102 89.5137,44.9162 89.5505,44.9225 C89.577,44.927 89.6015,44.9316 89.6234,44.9363 L89.6711,44.9471 C89.7115,44.9565 89.7517,44.9667 89.7917,44.9778 C89.8322,44.989 89.8724,45.0008 89.9124,45.0136 C89.9529,45.0265 89.9931,45.0402 90.033,45.0547 C90.0735,45.0694 90.1137,45.0849 90.1536,45.1012 C90.1942,45.1178 90.2344,45.1353 90.2743,45.1535 C90.3149,45.1721 90.3551,45.1914 90.3949,45.2117 C90.4355,45.2323 90.4757,45.2539 90.5155,45.2763 C90.5562,45.2992 90.5965,45.3232 90.6362,45.3479 C90.6769,45.3733 90.7172,45.3994 90.7568,45.4266 C90.7976,45.4546 90.8379,45.4834 90.8774,45.5132 C90.9183,45.5441 90.9586,45.576 90.9981,45.6089 C91.0391,45.6431 91.0793,45.6784 91.1187,45.7146 C91.1599,45.7525 91.2002,45.7912 91.2394,45.8312 C91.2808,45.8733 91.3209,45.9168 91.36,45.9613 C91.4015,46.0086 91.4417,46.0572 91.4806,46.1071 C91.5225,46.1608 91.5627,46.2159 91.6013,46.2725 C91.6435,46.3345 91.6838,46.3981 91.7219,46.4634 C91.7649,46.537 91.8051,46.6128 91.8425,46.6906 C91.8869,46.7828 91.9273,46.8778 91.9632,46.9755 C92.0115,47.1068 92.0519,47.2429 92.0838,47.3834 C92.139,47.6269 92.1687,47.8834 92.1687,48.1512 C92.1687,48.4203 92.1391,48.6779 92.0838,48.9222 C92.0519,49.0631 92.0115,49.1996 91.9632,49.3311 C91.9272,49.4291 91.8869,49.5242 91.8425,49.6167 C91.8051,49.6945 91.7649,49.7704 91.7219,49.8441 C91.6838,49.9095 91.6436,49.9731 91.6013,50.0351 C91.5627,50.0917 91.5224,50.1469 91.4806,50.2006 C91.4417,50.2505 91.4015,50.299 91.36,50.3463 C91.3209,50.3908 91.2807,50.4342 91.2394,50.4763 C91.2002,50.5163 91.1598,50.555 91.1187,50.5928 C91.0793,50.6289 91.0391,50.6639 90.9981,50.698 C90.9586,50.7308 90.9184,50.7627 90.8774,50.7935 C90.8379,50.8232 90.7976,50.8519 90.7568,50.8798 C90.7172,50.9069 90.6769,50.933 90.6362,50.9582 C90.5965,50.9828 90.5562,51.0066 90.5155,51.0294 C90.4758,51.0517 90.4356,51.0731 90.3949,51.0936 C90.3551,51.1137 90.3149,51.133 90.2743,51.1515 C90.2344,51.1696 90.1942,51.1868 90.1536,51.2033 C90.1137,51.2194 90.0735,51.2349 90.033,51.2494 C89.9931,51.2637 89.9529,51.2772 89.9124,51.2899 C89.8724,51.3025 89.8322,51.3142 89.7917,51.3252 C89.7517,51.336 89.7115,51.3461 89.6711,51.3554 L89.6234,51.3661 C89.6015,51.3711 89.577,51.376 89.5505,51.3807 C89.5137,51.3872 89.473,51.3934 89.4298,51.3993 C89.3913,51.4045 89.3507,51.4095 89.3092,51.4141 C89.2696,51.4185 89.2292,51.4225 89.1886,51.4261 C89.1481,51.4298 89.1076,51.4331 89.0679,51.4359 C89.0265,51.4389 88.986,51.4415 88.9473,51.4435 C88.9045,51.4457 88.8639,51.4473 88.8267,51.4482 L88.762,51.449 L88.706,51.449 L88.5854,51.449 L88.4648,51.449 L88.3441,51.449 L88.2235,51.449 L88.1028,51.449 L87.9822,51.449 L87.8616,51.449 L87.7409,51.449 L87.6203,51.449 L87.4997,51.449 L87.379,51.449 L87.2584,51.449 L87.1378,51.449 L87.0171,51.449 L86.8965,51.449 L86.7759,51.449 L86.6552,51.449 L86.5346,51.449 L86.414,51.449 L86.2933,51.449 L86.1727,51.449 L86.0521,51.449 L85.9314,51.449 L85.8108,51.449 L85.6902,51.449 L85.5695,51.449 L85.4489,51.449 L85.3283,51.449 L85.2076,51.449 L85.087,51.449 L84.9663,51.449 L84.8457,51.449 L84.7251,51.449 L84.6044,51.449 L84.4838,51.449 L84.3632,51.449 L84.2425,51.449 L84.1219,51.449 L84.0013,51.449 L83.8806,51.449 L83.76,51.449 L83.6394,51.449 L83.5187,51.449 L83.3981,51.449 L83.2775,51.449 L83.1568,51.449 L83.0362,51.449 L82.9156,51.449 L82.7949,51.449 L82.6743,51.449 L82.5537,51.449 L82.433,51.449 L82.3124,51.449 L82.1917,51.449 L82.0711,51.449 L81.9505,51.449 L81.8298,51.449 L81.7092,51.449 L81.5886,51.449 L81.5262,51.449 L81.5262,44.8542 L81.5262,44.8542 L81.5262,44.8542 Z M91.2398,37.3903 C91.2883,37.6117 91.3143,37.8461 91.3143,38.093 C91.3143,38.3395 91.2883,38.5738 91.2398,38.795 C91.2086,38.9371 91.1681,39.0737 91.1191,39.2047 C91.0833,39.3003 91.043,39.3928 90.9985,39.4821 C90.9612,39.557 90.9209,39.6297 90.8779,39.7 C90.8398,39.7622 90.7994,39.8226 90.7572,39.8812 C90.7186,39.9346 90.6784,39.9864 90.6366,40.0367 C90.5977,40.0835 90.5576,40.1289 90.516,40.173 C90.4769,40.2144 90.4367,40.2545 90.3954,40.2934 C90.3561,40.3304 90.3159,40.3663 90.2747,40.401 C90.2353,40.4342 90.1951,40.4663 90.1541,40.4974 C90.1146,40.5274 90.0744,40.5563 90.0335,40.5843 C89.9939,40.6113 89.9536,40.6373 89.9128,40.6624 C89.8731,40.6868 89.8329,40.7103 89.7922,40.7328 C89.7525,40.7548 89.7123,40.776 89.6716,40.7962 C89.6318,40.816 89.5915,40.8349 89.5509,40.853 C89.5111,40.8707 89.4709,40.8875 89.4303,40.9035 C89.3904,40.9192 89.3502,40.9341 89.3097,40.9482 C89.2698,40.9621 89.2296,40.9752 89.1891,40.9874 C89.1491,40.9995 89.1089,41.0109 89.0684,41.0214 C89.0285,41.0318 88.9883,41.0414 88.9478,41.0502 C88.9079,41.059 88.8676,41.0668 88.8272,41.074 L88.7979,41.0793 C88.7744,41.0834 88.7432,41.088 88.7065,41.0926 C88.6709,41.0971 88.63,41.1018 88.5859,41.1062 C88.5477,41.1101 88.5071,41.1139 88.4653,41.1174 C88.4258,41.1207 88.3852,41.1236 88.3446,41.1262 C88.3041,41.1288 88.2635,41.131 88.224,41.1326 C88.1822,41.1343 88.1416,41.1354 88.1034,41.1356 L88.0843,41.1357 L87.9828,41.1357 L87.8621,41.1357 L87.7415,41.1357 L87.6209,41.1357 L87.5002,41.1357 L87.3796,41.1357 L87.259,41.1357 L87.1384,41.1357 L87.0177,41.1357 L86.8971,41.1357 L86.7765,41.1357 L86.6558,41.1357 L86.5352,41.1357 L86.4146,41.1357 L86.2939,41.1357 L86.1733,41.1357 L86.0527,41.1357 L85.9321,41.1357 L85.8114,41.1357 L85.6908,41.1357 L85.5702,41.1357 L85.4495,41.1357 L85.3289,41.1357 L85.2083,41.1357 L85.0876,41.1357 L84.967,41.1357 L84.8464,41.1357 L84.7258,41.1357 L84.6051,41.1357 L84.4845,41.1357 L84.3639,41.1357 L84.2432,41.1357 L84.1226,41.1357 L84.002,41.1357 L83.8814,41.1357 L83.7607,41.1357 L83.6401,41.1357 L83.5195,41.1357 L83.3988,41.1357 L83.2782,41.1357 L83.1576,41.1357 L83.0369,41.1357 L82.9163,41.1357 L82.7957,41.1357 L82.6751,41.1357 L82.5544,41.1357 L82.4338,41.1357 L82.3132,41.1357 L82.1925,41.1357 L82.0719,41.1357 L81.9513,41.1357 L81.8306,41.1357 L81.71,41.1357 L81.5894,41.1357 L81.5262,41.1357 L81.5262,35.05 L81.5894,35.05 L81.71,35.05 L81.8306,35.05 L81.9513,35.05 L82.0719,35.05 L82.1925,35.05 L82.3132,35.05 L82.4338,35.05 L82.5544,35.05 L82.6751,35.05 L82.7957,35.05 L82.9163,35.05 L83.0369,35.05 L83.1576,35.05 L83.2782,35.05 L83.3988,35.05 L83.5195,35.05 L83.6401,35.05 L83.7607,35.05 L83.8814,35.05 L84.002,35.05 L84.1226,35.05 L84.2432,35.05 L84.3639,35.05 L84.4845,35.05 L84.6051,35.05 L84.7258,35.05 L84.8464,35.05 L84.967,35.05 L85.0876,35.05 L85.2083,35.05 L85.3289,35.05 L85.4495,35.05 L85.5702,35.05 L85.6908,35.05 L85.8114,35.05 L85.9321,35.05 L86.0527,35.05 L86.1733,35.05 L86.2939,35.05 L86.4146,35.05 L86.5352,35.05 L86.6558,35.05 L86.7765,35.05 L86.8971,35.05 L87.0177,35.05 L87.1384,35.05 L87.259,35.05 L87.3796,35.05 L87.5002,35.05 L87.6209,35.05 L87.7415,35.05 L87.8621,35.05 L87.9828,35.05 L88.1034,35.05 L88.1542,35.05 L88.224,35.0523 C88.2635,35.0539 88.3041,35.0563 88.3446,35.0589 C88.3852,35.0615 88.4258,35.0645 88.4653,35.0677 C88.5071,35.0711 88.5477,35.0749 88.5859,35.0786 C88.63,35.0829 88.6709,35.0872 88.7065,35.0913 C88.7432,35.0955 88.7744,35.0995 88.7979,35.1028 L88.8272,35.1081 C88.8676,35.1154 88.9079,35.1235 88.9478,35.1324 C88.9883,35.1413 89.0285,35.151 89.0684,35.1615 C89.1089,35.1722 89.1491,35.1835 89.1891,35.1957 C89.2296,35.2081 89.2698,35.2213 89.3097,35.2352 C89.3502,35.2494 89.3904,35.2644 89.4303,35.2802 C89.4709,35.2963 89.5111,35.3133 89.5509,35.331 C89.5915,35.3492 89.6318,35.3681 89.6716,35.3879 C89.7123,35.4082 89.7525,35.4293 89.7922,35.4513 C89.8329,35.4739 89.8731,35.4975 89.9128,35.5219 C89.9536,35.547 89.9939,35.573 90.0335,35.6001 C90.0744,35.628 90.1146,35.6572 90.1541,35.6872 C90.1951,35.7183 90.2353,35.7504 90.2747,35.7836 C90.3159,35.8184 90.3561,35.8543 90.3954,35.8913 C90.4367,35.9302 90.4769,35.9703 90.516,36.0117 C90.5576,36.0557 90.5977,36.1012 90.6366,36.148 C90.6784,36.1983 90.7186,36.2502 90.7572,36.3036 C90.7994,36.3622 90.8398,36.4225 90.8779,36.4848 C90.9209,36.5551 90.9612,36.6278 90.9985,36.7027 C91.043,36.792 91.0833,36.8847 91.1191,36.9803 C91.1681,37.1113 91.2086,37.248 91.2398,37.3903 L91.2398,37.3903 L91.2398,37.3903 Z M106.2001,5.8336 L106.2496,5.8336 L106.2495,68.3355 C106.2495,68.7089 106.2322,69.0783 106.2001,69.4434 C106.1719,69.7647 106.1315,70.0825 106.0794,70.3964 C106.0444,70.6073 106.0042,70.8163 105.9588,71.0235 C105.9219,71.192 105.8817,71.3594 105.8381,71.5253 C105.8004,71.6685 105.7601,71.8106 105.7175,71.9517 C105.679,72.0793 105.6392,72.2063 105.5968,72.3322 C105.5583,72.4463 105.5178,72.5595 105.4762,72.6722 C105.4374,72.7771 105.397,72.8813 105.3555,72.9849 C105.3165,73.0822 105.2763,73.1788 105.2349,73.2749 C105.1957,73.3659 105.1554,73.4564 105.1142,73.5463 C105.0749,73.6319 105.0347,73.7171 104.9936,73.8016 C104.9541,73.8826 104.914,73.9633 104.8729,74.0433 C104.8335,74.12 104.7932,74.1964 104.7523,74.2721 C104.7129,74.345 104.6724,74.4171 104.6316,74.4891 C104.5921,74.5588 104.5518,74.628 104.511,74.6968 C104.4713,74.7638 104.4311,74.8304 104.3903,74.8966 C104.3505,74.961 104.3105,75.0253 104.2696,75.089 C104.23,75.1506 104.1895,75.2117 104.1489,75.2725 C104.1093,75.3318 104.0689,75.3904 104.0283,75.449 C103.9885,75.5065 103.9483,75.5638 103.9076,75.6206 C103.8678,75.676 103.8277,75.7312 103.787,75.786 C103.7473,75.8394 103.7068,75.8921 103.6663,75.9448 C103.6264,75.9967 103.5863,76.0485 103.5457,76.0997 C103.5058,76.15 103.4657,76.1999 103.425,76.2495 C103.3852,76.298 103.3448,76.3461 103.3044,76.394 C103.2643,76.4414 103.2245,76.489 103.1837,76.5358 C103.1439,76.5815 103.1035,76.6266 103.0631,76.6717 C103.0232,76.7163 102.9829,76.7606 102.9424,76.8046 C102.9024,76.848 102.8624,76.8913 102.8218,76.9341 C102.782,76.9761 102.7415,77.0174 102.7011,77.0589 C102.661,77.1001 102.6211,77.1415 102.5804,77.1821 C102.5406,77.2218 102.5001,77.2607 102.4598,77.2999 C102.4197,77.3388 102.3797,77.3778 102.3391,77.4162 C102.2992,77.4539 102.2589,77.4912 102.2185,77.5284 C102.1785,77.5653 102.1382,77.602 102.0978,77.6383 C102.0578,77.6742 102.0177,77.7099 101.9772,77.7453 C101.9372,77.7803 101.8969,77.8149 101.8565,77.8494 C101.8164,77.8836 101.7764,77.9177 101.7359,77.9514 C101.696,77.9846 101.6556,78.0173 101.6152,78.05 C101.5751,78.0825 101.5351,78.115 101.4946,78.1471 C101.4547,78.1787 101.4142,78.2096 101.3739,78.2407 C101.3338,78.2716 101.2938,78.3026 101.2533,78.3331 C101.2134,78.3631 101.1729,78.3925 101.1326,78.4221 C101.0924,78.4515 101.0524,78.4812 101.0119,78.5102 C100.972,78.5388 100.9316,78.5666 100.8913,78.5947 C100.8511,78.6227 100.8111,78.6509 100.7706,78.6784 C100.7306,78.7056 100.6903,78.7321 100.65,78.7589 C100.6099,78.7855 100.5698,78.8122 100.5293,78.8384 C100.4893,78.8643 100.449,78.8897 100.4087,78.9151 C100.3686,78.9404 100.3284,78.9657 100.288,78.9905 C100.248,79.0151 100.2078,79.0394 100.1674,79.0636 L100.0467,79.135 C100.0066,79.1584 99.9665,79.1818 99.9261,79.2048 C99.8861,79.2276 99.8457,79.2499 99.8054,79.2723 C99.7652,79.2946 99.7252,79.3171 99.6848,79.3389 C99.6448,79.3605 99.6044,79.3814 99.5641,79.4026 C99.5238,79.4238 99.4839,79.4455 99.4434,79.4663 C99.4035,79.4868 99.363,79.5063 99.3228,79.5264 C99.2826,79.5465 99.2426,79.5667 99.2021,79.5863 C99.1621,79.6057 99.1217,79.6247 99.0815,79.6437 L98.9608,79.7001 L98.8402,79.7548 C98.8001,79.7727 98.7598,79.7901 98.7195,79.8076 C98.6793,79.825 98.6393,79.8429 98.5989,79.8599 C98.5589,79.8768 98.5185,79.8927 98.4782,79.9092 C98.438,79.9256 98.398,79.9425 98.3576,79.9585 C98.3175,79.9744 98.2772,79.9895 98.2369,80.005 C98.1968,80.0204 98.1567,80.0358 98.1163,80.0508 L97.9956,80.0953 C97.9555,80.1098 97.9151,80.1238 97.8749,80.1378 C97.8347,80.1519 97.7948,80.1665 97.7543,80.1802 C97.7143,80.1937 97.6738,80.2063 97.6336,80.2194 L97.513,80.2585 C97.4729,80.2712 97.4326,80.2834 97.3923,80.2957 L97.2717,80.3316 C97.2315,80.3434 97.1914,80.3555 97.151,80.3669 C97.111,80.3782 97.0706,80.3887 97.0304,80.3996 C96.9902,80.4105 96.9501,80.4217 96.9097,80.4322 L96.7891,80.4626 L96.6684,80.4921 L96.5478,80.5208 C96.5077,80.53 96.4674,80.5383 96.4271,80.5471 C96.3869,80.5559 96.3468,80.565 96.3064,80.5734 L96.1858,80.5975 L96.0651,80.6206 C96.0249,80.6281 95.9848,80.6362 95.9445,80.6433 C95.9044,80.6504 95.864,80.6566 95.8238,80.6633 L95.7032,80.6833 L95.5825,80.7014 L95.4619,80.7183 C95.4216,80.7238 95.3816,80.73 95.3412,80.7352 C95.3011,80.7403 95.2607,80.7443 95.2206,80.749 C95.1804,80.7537 95.1402,80.7585 95.0999,80.7628 C95.0597,80.7671 95.0196,80.7715 94.9793,80.7754 C94.9392,80.7793 94.8988,80.7826 94.8586,80.7861 C94.8183,80.7896 94.7782,80.7936 94.7379,80.7968 C94.6978,80.7999 94.6575,80.8024 94.6173,80.8052 L94.4966,80.8128 C94.4564,80.8152 94.4163,80.8181 94.376,80.8201 C94.3359,80.8221 94.2955,80.8231 94.2553,80.8247 L94.1347,80.8293 L94.014,80.8324 C93.9739,80.8333 93.9336,80.8334 93.8934,80.834 L93.7727,80.8355 L93.7478,80.8358 L93.6521,80.8358 L93.5314,80.8358 L93.4108,80.8358 L93.2901,80.8358 L93.1694,80.8358 L93.0488,80.8358 L92.9281,80.8358 L92.8075,80.8358 L92.6868,80.8358 L92.5662,80.8358 L92.4455,80.8358 L92.3249,80.8358 L92.2042,80.8358 L92.0836,80.8358 L91.9629,80.8358 L91.8422,80.8358 L91.7216,80.8358 L91.6009,80.8358 L91.4803,80.8358 L91.3596,80.8358 L91.239,80.8358 L91.1183,80.8358 L90.9977,80.8358 L90.877,80.8358 L90.7564,80.8358 L90.6357,80.8358 L90.5151,80.8358 L90.3944,80.8358 L90.2737,80.8358 L90.1531,80.8358 L90.0324,80.8358 L89.9118,80.8358 L89.7911,80.8358 L89.6705,80.8358 L89.5498,80.8358 L89.4292,80.8358 L89.3085,80.8358 L89.1879,80.8358 L89.0672,80.8358 L88.9466,80.8358 L88.8259,80.8358 L88.7052,80.8358 L88.5846,80.8358 L88.4639,80.8358 L88.3433,80.8358 L88.2226,80.8358 L88.102,80.8358 L87.9813,80.8358 L87.8607,80.8358 L87.74,80.8358 L87.6194,80.8358 L87.4987,80.8358 L87.3781,80.8358 L87.2574,80.8358 L87.1367,80.8358 L87.0161,80.8358 L86.8954,80.8358 L86.7748,80.8358 L86.6541,80.8358 L86.5335,80.8358 L86.4128,80.8358 L86.2922,80.8358 L86.1715,80.8358 L86.0509,80.8358 L85.9302,80.8358 L85.8096,80.8358 L85.6889,80.8358 L85.5682,80.8358 L85.4476,80.8358 L85.3269,80.8358 L85.2063,80.8358 L85.0856,80.8358 L84.965,80.8358 L84.8443,80.8358 L84.7237,80.8358 L84.603,80.8358 L84.4824,80.8358 L84.3617,80.8358 L84.2411,80.8358 L84.1204,80.8358 L83.9997,80.8358 L83.8791,80.8358 L83.7584,80.8358 L83.6378,80.8358 L83.5171,80.8358 L83.3965,80.8358 L83.2758,80.8358 L83.1552,80.8358 L83.0345,80.8358 L82.9139,80.8358 L82.7932,80.8358 L82.6726,80.8358 L82.5519,80.8358 L82.4312,80.8358 L82.3106,80.8358 L82.1899,80.8358 L82.0693,80.8358 L81.9486,80.8358 L81.828,80.8358 L81.7073,80.8358 L81.5867,80.8358 L81.466,80.8358 L81.3454,80.8358 L81.2247,80.8358 L81.1041,80.8358 L80.9834,80.8358 L80.8627,80.8358 L80.7421,80.8358 L80.6214,80.8358 L80.5008,80.8358 L80.3801,80.8358 L80.2595,80.8358 L80.1388,80.8358 L80.0182,80.8358 L79.8975,80.8358 L79.7769,80.8358 L79.6562,80.8358 L79.5356,80.8358 L79.4149,80.8358 L79.2942,80.8358 L79.1736,80.8358 L79.0529,80.8358 L78.9323,80.8358 L78.8116,80.8358 L78.691,80.8358 L78.5703,80.8358 L78.4497,80.8358 L78.329,80.8358 L78.2084,80.8358 L78.0877,80.8358 L77.9671,80.8358 L77.8464,80.8358 L77.7257,80.8358 L77.6051,80.8358 L77.4844,80.8358 L77.3638,80.8358 L77.2431,80.8358 L77.1225,80.8358 L77.0018,80.8358 L76.8812,80.8358 L76.7605,80.8358 L76.6399,80.8358 L76.5192,80.8358 L76.3986,80.8358 L76.2779,80.8358 L76.1572,80.8358 L76.0366,80.8358 L75.9159,80.8358 L75.7953,80.8358 L75.6746,80.8358 L75.4143,80.8358 L75.4143,55.3516 L75.6746,55.3516 L75.7953,55.3516 L75.9159,55.3516 L76.0366,55.3516 L76.1572,55.3516 L76.2779,55.3516 L76.3986,55.3516 L76.5192,55.3516 L76.6399,55.3516 L76.7605,55.3516 L76.8812,55.3516 L77.0018,55.3516 L77.1225,55.3516 L77.2431,55.3516 L77.3638,55.3516 L77.4844,55.3516 L77.6051,55.3516 L77.7257,55.3516 L77.8464,55.3516 L77.9671,55.3516 L78.0877,55.3516 L78.2084,55.3516 L78.329,55.3516 L78.4497,55.3516 L78.5703,55.3516 L78.691,55.3516 L78.8116,55.3516 L78.9323,55.3516 L79.0529,55.3516 L79.1736,55.3516 L79.2942,55.3516 L79.4149,55.3516 L79.5356,55.3516 L79.6562,55.3516 L79.7769,55.3516 L79.8975,55.3516 L80.0182,55.3516 L80.1388,55.3516 L80.2595,55.3516 L80.3801,55.3516 L80.5008,55.3516 L80.6214,55.3516 L80.7421,55.3516 L80.8627,55.3516 L80.9834,55.3516 L81.1041,55.3516 L81.2247,55.3516 L81.3454,55.3516 L81.466,55.3516 L81.5867,55.3516 L81.7073,55.3516 L81.828,55.3516 L81.9486,55.3516 L82.0693,55.3516 L82.1899,55.3516 L82.3106,55.3516 L82.4312,55.3516 L82.5519,55.3516 L82.6726,55.3516 L82.7932,55.3516 L82.9139,55.3516 L83.0345,55.3516 L83.1552,55.3516 L83.2758,55.3516 L83.3965,55.3516 L83.5171,55.3516 L83.6378,55.3516 L83.7584,55.3516 L83.8791,55.3516 L83.9997,55.3516 L84.1204,55.3516 L84.2411,55.3516 L84.3617,55.3516 L84.4824,55.3516 L84.603,55.3516 L84.7237,55.3516 L84.8443,55.3516 L84.965,55.3516 L85.0856,55.3516 L85.2063,55.3516 L85.3269,55.3516 L85.4476,55.3516 L85.5682,55.3516 L85.6889,55.3516 L85.8096,55.3516 L85.9302,55.3516 L86.0509,55.3516 L86.1715,55.3516 L86.2922,55.3516 L86.4128,55.3516 L86.5335,55.3516 L86.6541,55.3516 L86.7748,55.3516 L86.8954,55.3516 L87.0161,55.3516 L87.1367,55.3516 L87.2574,55.3516 L87.3781,55.3516 L87.4987,55.3516 L87.6194,55.3516 L87.74,55.3516 L87.8607,55.3516 L87.9813,55.3516 L88.102,55.3516 L88.2226,55.3516 L88.3433,55.3516 L88.4639,55.3516 L88.5846,55.3516 L88.7052,55.3516 L88.8259,55.3516 L88.9466,55.3516 L89.0672,55.3516 L89.1879,55.3516 L89.3085,55.3516 L89.4292,55.3516 L89.5498,55.3516 L89.6705,55.3516 L89.7911,55.3516 L89.9118,55.3516 L90.0324,55.3516 L90.1531,55.3516 L90.2737,55.3516 L90.3944,55.3516 L90.5151,55.3516 L90.6357,55.3516 L90.7564,55.3516 L90.877,55.3516 L90.9977,55.3516 L91.1183,55.3516 L91.239,55.3516 L91.3596,55.3516 L91.4803,55.3516 L91.6009,55.3516 L91.7216,55.3516 L91.8422,55.3516 L91.9629,55.3516 L92.0836,55.3516 L92.2042,55.3516 L92.3249,55.3516 L92.4455,55.3516 L92.5662,55.3516 L92.6868,55.3516 L92.8075,55.3516 L92.9281,55.3516 L93.0488,55.3516 L93.1694,55.3516 L93.2901,55.3516 L93.4108,55.3516 L93.5314,55.3516 L93.6521,55.3516 L93.7727,55.3516 L93.8934,55.3516 L94.014,55.3516 L94.1347,55.3516 L94.2553,55.3516 L94.376,55.3516 L94.4966,55.3516 L94.6173,55.3516 L94.7379,55.3516 L94.8019,55.3516 L94.8586,55.3511 L94.9793,55.3501 L95.0999,55.3476 C95.1402,55.3466 95.1805,55.346 95.2206,55.3446 C95.261,55.3432 95.301,55.3413 95.3412,55.3395 L95.4619,55.3339 L95.5825,55.3266 L95.7032,55.3183 L95.8238,55.3089 L95.9445,55.2978 C95.9847,55.294 96.0251,55.2903 96.0651,55.2861 C96.1055,55.2819 96.1456,55.2771 96.1858,55.2724 L96.3064,55.2577 C96.3468,55.2525 96.387,55.2475 96.4271,55.2419 C96.4675,55.2363 96.5076,55.2301 96.5478,55.2241 C96.5881,55.218 96.6284,55.212 96.6684,55.2055 L96.7891,55.1852 L96.9097,55.1635 C96.95,55.156 96.9904,55.1487 97.0304,55.1408 C97.0708,55.1328 97.1109,55.1242 97.151,55.1158 L97.2717,55.0897 C97.312,55.0807 97.3523,55.0717 97.3923,55.0623 C97.4328,55.0528 97.4729,55.0427 97.513,55.0327 C97.5533,55.0227 97.5936,55.0125 97.6336,55.002 C97.6739,54.9914 97.7143,54.9807 97.7543,54.9696 C97.7947,54.9585 97.8348,54.9469 97.8749,54.9352 C97.9153,54.9235 97.9556,54.9116 97.9956,54.8994 L98.1163,54.8616 C98.1568,54.8487 98.1968,54.8353 98.2369,54.8218 C98.2773,54.8082 98.3176,54.7946 98.3576,54.7805 C98.398,54.7663 98.4383,54.7521 98.4782,54.7374 C98.5188,54.7225 98.5588,54.7069 98.5989,54.6915 C98.6393,54.6759 98.6795,54.6601 98.7195,54.644 C98.7599,54.6277 98.8003,54.6115 98.8402,54.5947 C98.8807,54.5777 98.9208,54.5603 98.9608,54.5427 C99.0013,54.5249 99.0415,54.5067 99.0815,54.4883 C99.1219,54.4697 99.1622,54.451 99.2021,54.4319 C99.2425,54.4126 99.2829,54.3931 99.3228,54.3732 C99.3634,54.3529 99.4034,54.3323 99.4434,54.3114 C99.4839,54.2903 99.5241,54.2686 99.5641,54.2468 C99.6047,54.2247 99.6449,54.2024 99.6848,54.1797 C99.7253,54.1567 99.7656,54.1334 99.8054,54.1097 C99.8459,54.0857 99.8863,54.0615 99.9261,54.0368 C99.9667,54.0115 100.0068,53.9859 100.0467,53.96 C100.0874,53.9336 100.1275,53.9068 100.1674,53.8797 C100.208,53.8522 100.2482,53.8242 100.288,53.7959 C100.3287,53.767 100.3689,53.7378 100.4087,53.7082 C100.4494,53.678 100.4896,53.6474 100.5293,53.6164 C100.57,53.5846 100.6103,53.5526 100.65,53.5201 C100.6907,53.4868 100.7309,53.4531 100.7706,53.419 C100.8114,53.384 100.8516,53.3484 100.8913,53.3125 C100.9321,53.2756 100.9723,53.2381 101.0119,53.2003 C101.0528,53.1613 101.093,53.1218 101.1326,53.0818 C101.1736,53.0404 101.2137,52.9986 101.2533,52.9562 C101.2942,52.9124 101.3344,52.8679 101.3739,52.823 C101.4149,52.7763 101.4552,52.729 101.4946,52.6811 C101.5357,52.6312 101.5759,52.5807 101.6152,52.5296 C101.6563,52.476 101.6968,52.4221 101.7359,52.3672 C101.7774,52.3089 101.8173,52.2496 101.8565,52.1898 C101.898,52.1264 101.9383,52.0622 101.9772,51.9972 C102.019,51.9273 102.0592,51.8564 102.0978,51.7846 C102.1398,51.7065 102.1803,51.6275 102.2185,51.5472 C102.2612,51.4575 102.3013,51.3663 102.3391,51.2739 C102.3825,51.1679 102.4229,51.0605 102.4598,50.9511 C102.5052,50.8163 102.5452,50.6788 102.5804,50.5389 C102.6319,50.3344 102.6723,50.1245 102.7011,49.9095 C102.7361,49.6486 102.7545,49.3805 102.7545,49.105 C102.7545,48.8367 102.7363,48.5761 102.7011,48.323 C102.6722,48.1151 102.6318,47.9124 102.5804,47.7151 C102.5453,47.5806 102.505,47.4487 102.4598,47.3193 C102.4228,47.2132 102.3826,47.1086 102.3391,47.006 C102.3014,46.9171 102.2611,46.8295 102.2185,46.7433 C102.1802,46.6657 102.1399,46.5892 102.0978,46.5138 C102.0591,46.4444 102.019,46.3758 101.9772,46.3083 C101.9384,46.2456 101.898,46.1838 101.8565,46.1228 C101.8174,46.0652 101.7773,46.008 101.7359,45.9519 C101.6968,45.8989 101.6564,45.8468 101.6152,45.7952 C101.5759,45.7458 101.5357,45.6971 101.4946,45.6489 C101.4551,45.6027 101.415,45.5569 101.3739,45.5118 C101.3344,45.4684 101.2943,45.4255 101.2533,45.3832 C101.2138,45.3424 101.1735,45.3022 101.1326,45.2624 C101.093,45.2238 101.0527,45.1857 101.0119,45.1481 C100.9723,45.1116 100.932,45.0756 100.8913,45.04 C100.8516,45.0053 100.8114,44.971 100.7706,44.9372 C100.7309,44.9042 100.6907,44.8716 100.65,44.8394 C100.6102,44.808 100.57,44.7769 100.5293,44.7463 C100.4895,44.7163 100.4493,44.6868 100.4087,44.6575 C100.3689,44.6289 100.3286,44.6006 100.288,44.5727 C100.2482,44.5454 100.208,44.5183 100.1674,44.4916 C100.1275,44.4654 100.0873,44.4395 100.0467,44.414 C100.0068,44.389 99.9667,44.3642 99.9261,44.3398 C99.8863,44.3159 99.846,44.2923 99.8054,44.269 C99.7655,44.2461 99.7253,44.2235 99.6848,44.2012 C99.6449,44.1792 99.6047,44.1576 99.5641,44.1363 C99.5242,44.1152 99.4839,44.0944 99.4434,44.0738 C99.4035,44.0536 99.3633,44.0335 99.3228,44.0138 C99.2828,43.9944 99.2427,43.9751 99.2021,43.9562 C99.1622,43.9376 99.1219,43.9195 99.0815,43.9015 C99.0416,43.8837 99.0013,43.8662 98.9608,43.8489 C98.9208,43.8318 98.8806,43.815 98.8402,43.7984 C98.8001,43.782 98.7601,43.7656 98.7195,43.7497 C98.6795,43.734 98.6393,43.7185 98.5989,43.7033 C98.5589,43.6883 98.5186,43.6738 98.4782,43.6592 C98.4382,43.6448 98.398,43.6308 98.3576,43.6168 C98.3175,43.603 98.2774,43.5893 98.2369,43.5759 C98.1969,43.5627 98.1567,43.5498 98.1163,43.5371 C98.0763,43.5245 98.0359,43.5123 97.9956,43.5002 L97.8749,43.4648 C97.8348,43.4533 97.7947,43.4418 97.7543,43.4308 C97.7143,43.4199 97.6739,43.4094 97.6336,43.399 C97.5936,43.3886 97.5534,43.3786 97.513,43.3686 C97.4729,43.3587 97.4327,43.3489 97.3923,43.3395 C97.3523,43.3301 97.312,43.321 97.2717,43.3121 C97.2317,43.3032 97.1914,43.2947 97.151,43.2863 C97.1109,43.2779 97.0708,43.2695 97.0304,43.2616 L96.9097,43.2385 L96.7891,43.217 C96.749,43.21 96.7088,43.203 96.6684,43.1965 L96.5478,43.1775 C96.5077,43.1714 96.4674,43.1657 96.4271,43.1601 L96.3064,43.1436 L96.1858,43.1284 L96.0651,43.1148 L95.9445,43.1021 L95.8238,43.0909 L95.7032,43.0808 L95.5918,43.0722 L95.5917,42.9276 L95.7032,42.9103 L95.8238,42.8904 C95.8642,42.8835 95.9045,42.8766 95.9445,42.8693 L96.0651,42.8461 C96.1056,42.8381 96.1458,42.8298 96.1858,42.8213 L96.3064,42.795 C96.3468,42.7859 96.3872,42.7767 96.4271,42.7671 C96.4676,42.7573 96.5077,42.7471 96.5478,42.7369 C96.5883,42.7266 96.6284,42.7158 96.6684,42.705 C96.7088,42.694 96.7491,42.6828 96.7891,42.6713 C96.8295,42.6597 96.8698,42.648 96.9097,42.6359 C96.9501,42.6237 96.9905,42.6111 97.0304,42.5983 C97.0709,42.5853 97.111,42.5719 97.151,42.5584 C97.1916,42.5447 97.2317,42.5306 97.2717,42.5164 C97.3122,42.502 97.3524,42.4874 97.3923,42.4724 C97.4328,42.4572 97.4731,42.4418 97.513,42.4261 C97.5535,42.4102 97.5937,42.3939 97.6336,42.3774 C97.6742,42.3606 97.7144,42.3436 97.7543,42.3262 C97.7949,42.3085 97.835,42.2905 97.8749,42.2722 C97.9155,42.2537 97.9557,42.2347 97.9956,42.2155 C98.0362,42.196 98.0764,42.1761 98.1163,42.156 C98.1568,42.1355 98.1971,42.1147 98.2369,42.0936 C98.2775,42.0721 98.3178,42.0502 98.3576,42.0281 C98.3982,42.0055 98.4384,41.9826 98.4782,41.9594 C98.5188,41.9357 98.5591,41.9116 98.5989,41.8872 C98.6396,41.8623 98.6797,41.8371 98.7195,41.8115 C98.7602,41.7854 98.8004,41.7587 98.8402,41.7318 C98.8809,41.7043 98.9211,41.6764 98.9608,41.6481 C99.0016,41.6191 99.0418,41.5898 99.0815,41.5601 C99.1223,41.5296 99.1625,41.4988 99.2021,41.4675 C99.2429,41.4353 99.2832,41.4029 99.3228,41.3699 C99.3636,41.3359 99.4038,41.3014 99.4434,41.2666 C99.4844,41.2305 99.5245,41.194 99.5641,41.1571 C99.605,41.119 99.6453,41.0804 99.6848,41.0414 C99.7257,41.001 99.766,40.9602 99.8054,40.9189 C99.8465,40.8757 99.8867,40.8321 99.9261,40.7879 C99.9672,40.7419 100.0074,40.6952 100.0467,40.6481 C100.0879,40.5988 100.1282,40.5488 100.1674,40.4983 C100.2087,40.445 100.2489,40.391 100.288,40.3364 C100.3295,40.2785 100.3697,40.2199 100.4087,40.1607 C100.4503,40.0975 100.4906,40.0337 100.5293,39.969 C100.5712,39.8989 100.6115,39.828 100.65,39.7563 C100.6923,39.6774 100.7325,39.5976 100.7706,39.5169 C100.8135,39.4261 100.8537,39.334 100.8913,39.241 C100.9351,39.1326 100.9753,39.0227 101.0119,38.9114 C101.0579,38.7715 101.0982,38.6293 101.1326,38.4853 C101.1883,38.2517 101.2285,38.0132 101.2533,37.7706 C101.2729,37.5792 101.2831,37.3852 101.2831,37.1893 C101.2831,36.9824 101.2728,36.7807 101.2533,36.584 C101.2284,36.3326 101.1879,36.0898 101.1326,35.8554 C101.0981,35.709 101.0578,35.5659 101.0119,35.4263 C100.9752,35.3146 100.935,35.2051 100.8913,35.0977 C100.8536,35.0052 100.8134,34.9143 100.7706,34.8251 C100.7324,34.7455 100.6921,34.6672 100.65,34.5902 C100.6114,34.5197 100.5711,34.4503 100.5293,34.3819 C100.4904,34.3184 100.4503,34.2558 100.4087,34.1942 C100.3697,34.1365 100.3294,34.0797 100.288,34.0237 C100.2489,33.9707 100.2087,33.9184 100.1674,33.8669 C100.128,33.8177 100.088,33.769 100.0467,33.7211 C100.0074,33.6756 99.9671,33.6309 99.9261,33.5866 C99.8867,33.544 99.8464,33.502 99.8054,33.4605 C99.7659,33.4205 99.7257,33.3811 99.6848,33.3422 C99.6452,33.3045 99.605,33.2672 99.5641,33.2306 C99.5245,33.1951 99.4842,33.16 99.4434,33.1254 C99.4037,33.0918 99.3636,33.0586 99.3228,33.0259 C99.2831,32.9941 99.2429,32.9626 99.2021,32.9317 C99.1624,32.9015 99.1222,32.8718 99.0815,32.8425 C99.0417,32.8138 99.0015,32.7856 98.9608,32.7577 C98.921,32.7305 98.8809,32.7037 98.8402,32.6772 C98.8004,32.6512 98.7601,32.6256 98.7195,32.6004 C98.6797,32.5757 98.6394,32.5514 98.5989,32.5274 C98.559,32.5038 98.5188,32.4806 98.4782,32.4577 C98.4384,32.4352 98.3982,32.413 98.3576,32.3912 C98.3177,32.3697 98.2775,32.3487 98.2369,32.3278 C98.197,32.3073 98.1568,32.2871 98.1163,32.2672 C98.0763,32.2476 98.0362,32.2281 97.9956,32.2092 C97.9557,32.1905 97.9154,32.172 97.8749,32.154 C97.835,32.1362 97.7948,32.119 97.7543,32.1017 C97.7144,32.0847 97.674,32.068 97.6336,32.0515 C97.5937,32.0353 97.5534,32.0193 97.513,32.0036 C97.473,31.9881 97.4328,31.9727 97.3923,31.9577 C97.3523,31.9429 97.3122,31.9284 97.2717,31.9141 C97.2317,31.9 97.1915,31.8863 97.151,31.8727 C97.111,31.8593 97.0708,31.8462 97.0304,31.8333 C96.9904,31.8205 96.9502,31.8079 96.9097,31.7956 C96.8696,31.7834 96.8296,31.7712 96.7891,31.7595 C96.7491,31.748 96.7088,31.7369 96.6684,31.7259 C96.6284,31.7149 96.5882,31.7043 96.5478,31.6938 L96.4271,31.6631 C96.387,31.6532 96.3469,31.6435 96.3064,31.6341 C96.2664,31.6248 96.2262,31.6158 96.1858,31.607 L96.0651,31.5813 C96.025,31.573 95.985,31.5646 95.9445,31.5568 C95.9045,31.549 95.8641,31.5418 95.8238,31.5344 L95.7032,31.5132 C95.6631,31.5064 95.623,31.4995 95.5825,31.4931 L95.4619,31.4748 L95.3412,31.4578 L95.2206,31.4418 L95.0999,31.4275 L94.9793,31.4145 L94.8586,31.4024 L94.7379,31.3918 L94.6173,31.3825 L94.4966,31.3739 L94.376,31.367 L94.3281,31.3643 L94.2553,31.3598 L94.1347,31.3527 L94.014,31.346 L93.8934,31.3397 L93.7727,31.3339 L93.6521,31.3287 L93.5314,31.3243 L93.4108,31.3206 L93.2901,31.3179 L93.1694,31.3163 L93.1029,31.3161 L93.0488,31.3161 L92.9281,31.3161 L92.8075,31.3161 L92.6868,31.3161 L92.5662,31.3161 L92.4455,31.3161 L92.3249,31.3161 L92.2042,31.3161 L92.0836,31.3161 L91.9629,31.3161 L91.8422,31.3161 L91.7216,31.3161 L91.6009,31.3161 L91.4803,31.3161 L91.3596,31.3161 L91.239,31.3161 L91.1183,31.3161 L90.9977,31.3161 L90.877,31.3161 L90.7564,31.3161 L90.6357,31.3161 L90.5151,31.3161 L90.3944,31.3161 L90.2737,31.3161 L90.1531,31.3161 L90.0324,31.3161 L89.9118,31.3161 L89.7911,31.3161 L89.6705,31.3161 L89.5498,31.3161 L89.4292,31.3161 L89.3085,31.3161 L89.1879,31.3161 L89.0672,31.3161 L88.9466,31.3161 L88.8259,31.3161 L88.7052,31.3161 L88.5846,31.3161 L88.4639,31.3161 L88.3433,31.3161 L88.2226,31.3161 L88.102,31.3161 L87.9813,31.3161 L87.8607,31.3161 L87.74,31.3161 L87.6194,31.3161 L87.4987,31.3161 L87.3781,31.3161 L87.2574,31.3161 L87.1367,31.3161 L87.0161,31.3161 L86.8954,31.3161 L86.7748,31.3161 L86.6541,31.3161 L86.5335,31.3161 L86.4128,31.3161 L86.2922,31.3161 L86.1715,31.3161 L86.0509,31.3161 L85.9302,31.3161 L85.8096,31.3161 L85.6889,31.3161 L85.5682,31.3161 L85.4476,31.3161 L85.3269,31.3161 L85.2063,31.3161 L85.0856,31.3161 L84.965,31.3161 L84.8443,31.3161 L84.7237,31.3161 L84.603,31.3161 L84.4824,31.3161 L84.3617,31.3161 L84.2411,31.3161 L84.1204,31.3161 L83.9997,31.3161 L83.8791,31.3161 L83.7584,31.3161 L83.6378,31.3161 L83.5171,31.3161 L83.3965,31.3161 L83.2758,31.3161 L83.1552,31.3161 L83.0345,31.3161 L82.9139,31.3161 L82.7932,31.3161 L82.6726,31.3161 L82.5519,31.3161 L82.4312,31.3161 L82.3106,31.3161 L82.1899,31.3161 L82.0693,31.3161 L81.9486,31.3161 L81.828,31.3161 L81.7073,31.3161 L81.5867,31.3161 L81.466,31.3161 L81.3454,31.3161 L81.2247,31.3161 L81.1041,31.3161 L80.9834,31.3161 L80.8627,31.3161 L80.7421,31.3161 L80.6214,31.3161 L80.5008,31.3161 L80.3801,31.3161 L80.2595,31.3161 L80.1388,31.3161 L80.0182,31.3161 L79.8975,31.3161 L79.7769,31.3161 L79.6562,31.3161 L79.5356,31.3161 L79.4149,31.3161 L79.2942,31.3161 L79.1736,31.3161 L79.0529,31.3161 L78.9323,31.3161 L78.8116,31.3161 L78.691,31.3161 L78.5703,31.3161 L78.4497,31.3161 L78.329,31.3161 L78.2084,31.3161 L78.0877,31.3161 L77.9671,31.3161 L77.8464,31.3161 L77.7257,31.3161 L77.6051,31.3161 L77.4844,31.3161 L77.3638,31.3161 L77.2431,31.3161 L77.1225,31.3161 L77.0018,31.3161 L76.8812,31.3161 L76.7605,31.3161 L76.6399,31.3161 L76.5192,31.3161 L76.3986,31.3161 L76.2779,31.3161 L76.1572,31.3161 L76.0366,31.3161 L75.9159,31.3161 L75.7953,31.3161 L75.6746,31.3161 L75.4143,31.3161 L75.4143,18.335 C75.4143,17.4617 75.5042,16.6095 75.6746,15.7867 C75.7112,15.6105 75.7515,15.4358 75.7953,15.2625 C75.8328,15.1142 75.8732,14.967 75.9159,14.8209 C75.9541,14.6904 75.9943,14.5608 76.0366,14.4321 C76.0752,14.3145 76.1152,14.1975 76.1572,14.0815 C76.1961,13.9739 76.2361,13.8669 76.2779,13.7607 C76.317,13.6615 76.3571,13.5628 76.3986,13.4649 C76.4378,13.3725 76.4779,13.2805 76.5192,13.1892 C76.5584,13.1025 76.5988,13.0164 76.6399,12.9308 C76.6791,12.8491 76.7195,12.768 76.7605,12.6873 C76.7999,12.6097 76.8403,12.5327 76.8812,12.456 C76.9206,12.3821 76.9609,12.3087 77.0018,12.2357 C77.0414,12.1649 77.0816,12.0947 77.1225,12.0248 C77.1622,11.957 77.2022,11.8895 77.2431,11.8226 C77.2828,11.7577 77.323,11.6933 77.3638,11.6292 C77.4033,11.5671 77.4438,11.5056 77.4844,11.4443 C77.5242,11.3843 77.5643,11.3245 77.6051,11.2652 C77.645,11.2071 77.6848,11.149 77.7257,11.0916 C77.7654,11.036 77.8059,10.9811 77.8464,10.9262 C77.8861,10.8722 77.9265,10.8186 77.9671,10.7653 C78.0071,10.7128 78.0469,10.6601 78.0877,10.6083 C78.1274,10.5579 78.168,10.5083 78.2084,10.4585 C78.2482,10.4094 78.2884,10.3607 78.329,10.3123 C78.369,10.2645 78.409,10.2167 78.4497,10.1695 C78.4894,10.1235 78.5299,10.0783 78.5703,10.0329 C78.6104,9.9879 78.6503,9.9428 78.691,9.8984 C78.7308,9.8549 78.7712,9.8118 78.8116,9.7688 C78.8515,9.7264 78.8918,9.6843 78.9323,9.6424 C78.9723,9.6011 79.0123,9.5598 79.0529,9.519 C79.0928,9.4789 79.1332,9.4394 79.1736,9.3999 C79.2137,9.3606 79.2535,9.3209 79.2942,9.2822 C79.334,9.2443 79.3746,9.2073 79.4149,9.1699 C79.455,9.1327 79.495,9.0954 79.5356,9.0587 C79.5755,9.0226 79.6159,8.9872 79.6562,8.9517 C79.6963,8.9164 79.7364,8.8811 79.7769,8.8463 C79.8169,8.812 79.8571,8.7782 79.8975,8.7444 C79.9376,8.7109 79.9777,8.6775 80.0182,8.6445 C80.0582,8.6118 80.0984,8.5795 80.1388,8.5474 L80.2595,8.4525 L80.3801,8.3601 C80.4202,8.3298 80.4604,8.2997 80.5008,8.2699 C80.5408,8.2404 80.581,8.211 80.6214,8.1819 L80.7421,8.0962 C80.7821,8.0681 80.8223,8.0402 80.8627,8.0126 L80.9834,7.9309 L81.1041,7.8514 C81.1442,7.8253 81.1843,7.7993 81.2247,7.7737 L81.3454,7.6983 C81.3856,7.6734 81.4256,7.6485 81.466,7.6241 C81.506,7.5999 81.5464,7.5764 81.5867,7.5527 C81.6269,7.529 81.6668,7.5051 81.7073,7.4819 C81.7472,7.459 81.7878,7.4369 81.828,7.4144 C81.8682,7.3919 81.9081,7.369 81.9486,7.347 C81.9886,7.3253 82.0291,7.3043 82.0693,7.283 C82.1095,7.2617 82.1495,7.2403 82.1899,7.2194 C82.2299,7.1987 82.2703,7.1786 82.3106,7.1584 C82.3507,7.1383 82.3909,7.1181 82.4312,7.0984 L82.5519,7.0401 C82.592,7.021 82.6323,7.0024 82.6726,6.9837 C82.7128,6.9651 82.7528,6.9462 82.7932,6.928 C82.8332,6.91 82.8737,6.8928 82.9139,6.8752 C82.9541,6.8576 82.9941,6.8397 83.0345,6.8225 C83.0745,6.8055 83.115,6.7893 83.1552,6.7727 C83.1953,6.7562 83.2354,6.7395 83.2758,6.7234 L83.3965,6.6759 L83.5171,6.63 C83.5574,6.6148 83.5974,6.5994 83.6378,6.5847 C83.6778,6.5701 83.7182,6.5564 83.7584,6.5422 C83.7987,6.528 83.8387,6.5135 83.8791,6.4997 C83.9191,6.486 83.9595,6.4731 83.9997,6.4598 L84.1204,6.4207 C84.1606,6.4079 84.2007,6.395 84.2411,6.3826 C84.2811,6.3703 84.3215,6.3587 84.3617,6.3468 C84.4019,6.3348 84.442,6.3224 84.4824,6.3109 C84.5224,6.2995 84.5628,6.2889 84.603,6.2779 C84.6432,6.2669 84.6833,6.2558 84.7237,6.2452 L84.8443,6.214 C84.8844,6.2039 84.9247,6.1943 84.965,6.1846 C85.0052,6.1749 85.0452,6.1645 85.0856,6.1552 C85.1256,6.146 85.1661,6.1376 85.2063,6.1287 L85.3269,6.1024 L85.4476,6.0775 C85.4876,6.0695 85.528,6.062 85.5682,6.0544 C85.6085,6.0467 85.6485,6.0385 85.6889,6.0312 C85.729,6.0239 85.7694,6.0177 85.8096,6.0109 L85.9302,5.9909 C85.9704,5.9845 86.0106,5.9779 86.0509,5.9719 C86.091,5.9659 86.1313,5.9606 86.1715,5.955 C86.2118,5.9494 86.2518,5.9433 86.2922,5.9381 C86.3323,5.9329 86.3726,5.9283 86.4128,5.9235 L86.5335,5.9097 C86.5737,5.9053 86.6138,5.9004 86.6541,5.8964 C86.6942,5.8924 86.7346,5.8893 86.7748,5.8857 L86.8954,5.875 L87.0161,5.8659 C87.0562,5.863 87.0965,5.8607 87.1367,5.8582 C87.1769,5.8558 87.217,5.8527 87.2574,5.8506 C87.2975,5.8485 87.3379,5.8473 87.3781,5.8456 L87.4987,5.8411 C87.539,5.8398 87.5791,5.8381 87.6194,5.8372 C87.6595,5.8363 87.6998,5.8362 87.74,5.8356 C87.7802,5.835 87.8204,5.8343 87.8607,5.8341 L87.891,5.8337 L87.9813,5.8337 L88.102,5.8337 L88.2226,5.8337 L88.3433,5.8337 L88.4639,5.8337 L88.5846,5.8337 L88.7052,5.8337 L88.8259,5.8337 L88.9466,5.8337 L89.0672,5.8337 L89.1879,5.8337 L89.3085,5.8337 L89.4292,5.8337 L89.5498,5.8337 L89.6705,5.8337 L89.7911,5.8337 L89.9118,5.8337 L90.0324,5.8337 L90.1531,5.8337 L90.2737,5.8337 L90.3944,5.8337 L90.5151,5.8337 L90.6357,5.8337 L90.7564,5.8337 L90.877,5.8337 L90.9977,5.8337 L91.1183,5.8337 L91.239,5.8337 L91.3596,5.8337 L91.4803,5.8337 L91.6009,5.8337 L91.7216,5.8337 L91.8422,5.8337 L91.9629,5.8337 L92.0836,5.8337 L92.2042,5.8337 L92.3249,5.8337 L92.4455,5.8337 L92.5662,5.8337 L92.6868,5.8337 L92.8075,5.8337 L92.9281,5.8337 L93.0488,5.8337 L93.1694,5.8337 L93.2901,5.8337 L93.4108,5.8337 L93.5314,5.8337 L93.6521,5.8337 L93.7727,5.8337 L93.8934,5.8337 L94.014,5.8337 L94.1347,5.8337 L94.2553,5.8337 L94.376,5.8337 L94.4966,5.8337 L94.6173,5.8337 L94.7379,5.8337 L94.8586,5.8337 L94.9793,5.8337 L95.0999,5.8337 L95.2206,5.8337 L95.3412,5.8337 L95.4619,5.8337 L95.5825,5.8337 L95.7032,5.8337 L95.8238,5.8337 L95.9445,5.8337 L96.0651,5.8337 L96.1858,5.8337 L96.3064,5.8337 L96.4271,5.8337 L96.5478,5.8337 L96.6684,5.8337 L96.7891,5.8337 L96.9097,5.8337 L97.0304,5.8337 L97.151,5.8337 L97.2717,5.8337 L97.3923,5.8337 L97.513,5.8337 L97.6336,5.8337 L97.7543,5.8337 L97.8749,5.8337 L97.9956,5.8337 L98.1163,5.8337 L98.2369,5.8337 L98.3576,5.8337 L98.4782,5.8337 L98.5989,5.8337 L98.7195,5.8337 L98.8402,5.8337 L98.9608,5.8337 L99.0815,5.8337 L99.2021,5.8337 L99.3228,5.8337 L99.4434,5.8337 L99.5641,5.8337 L99.6848,5.8337 L99.8054,5.8337 L99.9261,5.8337 L100.0467,5.8337 L100.1674,5.8337 L100.288,5.8337 L100.4087,5.8337 L100.5293,5.8337 L100.65,5.8337 L100.7706,5.8337 L100.8913,5.8337 L101.0119,5.8337 L101.1326,5.8337 L101.2533,5.8337 L101.3739,5.8337 L101.4946,5.8337 L101.6152,5.8337 L101.7359,5.8337 L101.8565,5.8337 L101.9772,5.8337 L102.0978,5.8337 L102.2185,5.8337 L102.3391,5.8337 L102.4598,5.8337 L102.5804,5.8337 L102.7011,5.8337 L102.8218,5.8337 L102.9424,5.8337 L103.0631,5.8337 L103.1837,5.8337 L103.3044,5.8337 L103.425,5.8337 L103.5457,5.8337 L103.6663,5.8337 L103.787,5.8337 L103.9076,5.8337 L104.0283,5.8337 L104.1489,5.8337 L104.2696,5.8337 L104.3903,5.8337 L104.511,5.8337 L104.6316,5.8337 L104.7523,5.8337 L104.8729,5.8337 L104.9936,5.8337 L105.1142,5.8337 L105.2349,5.8337 L105.3555,5.8337 L105.4762,5.8337 L105.5968,5.8337 L105.7175,5.8337 L105.8381,5.8337 L105.9588,5.8337 L106.0794,5.8337 L106.2001,5.8337 L106.2001,5.8336 L106.2001,5.8336 L106.2001,5.8336 Z" id="Shape" fill="url(#linearGradient-1)" sketch:type="MSShapeGroup"></path>
24
+ <path d="M6.5081,49.3308 C6.4218,49.2898 6.3356,49.2485 6.2494,49.2068 L6.2494,18.3349 C6.2494,17.4641 6.3386,16.6141 6.5081,15.7935 C6.5445,15.6173 6.5849,15.4427 6.6286,15.2693 C6.666,15.1208 6.7063,14.9735 6.749,14.8272 C6.7871,14.6968 6.8273,14.5674 6.8694,14.4388 C6.908,14.3211 6.9479,14.2039 6.9899,14.0877 C7.0288,13.9802 7.0686,13.8733 7.1103,13.7672 C7.1492,13.668 7.1894,13.5691 7.2308,13.4711 C7.2699,13.3787 7.31,13.2869 7.3512,13.1957 C7.3904,13.109 7.4306,13.023 7.4716,12.9374 C7.5108,12.8556 7.5512,12.7744 7.5921,12.6936 C7.6314,12.616 7.6716,12.539 7.7125,12.4624 C7.7519,12.3885 7.7921,12.3151 7.8329,12.2421 C7.8724,12.1714 7.9125,12.1011 7.9534,12.0313 C7.993,11.9635 8.0329,11.8959 8.0738,11.8289 C8.1134,11.7641 8.1536,11.6998 8.1943,11.6358 C8.2337,11.5738 8.2742,11.5122 8.3147,11.4509 C8.3544,11.3909 8.3944,11.3311 8.4351,11.2718 C8.4751,11.2136 8.5147,11.1555 8.5556,11.098 C8.5951,11.0425 8.6356,10.9877 8.676,10.9328 C8.7158,10.8788 8.7559,10.8252 8.7965,10.7719 C8.8364,10.7195 8.8762,10.6667 8.9169,10.6149 C8.9565,10.5646 8.997,10.5151 9.0373,10.4654 C9.0771,10.4163 9.1172,10.3674 9.1578,10.3189 C9.1977,10.2712 9.2376,10.2236 9.2782,10.1765 C9.3179,10.1304 9.3583,10.0851 9.3987,10.0396 C9.4386,9.9945 9.4785,9.9495 9.5191,9.9051 C9.5588,9.8616 9.5992,9.8187 9.6395,9.7758 C9.6794,9.7333 9.7195,9.6912 9.76,9.6493 C9.7999,9.608 9.8399,9.5667 9.8804,9.5259 C9.9202,9.4858 9.9606,9.4463 10.0009,9.4068 C10.041,9.3675 10.0807,9.3279 10.1213,9.2892 C10.161,9.2513 10.2015,9.2143 10.2417,9.1769 C10.2818,9.1396 10.3216,9.1022 10.3622,9.0655 C10.402,9.0295 10.4424,8.9942 10.4826,8.9587 C10.5227,8.9234 10.5626,8.888 10.6031,8.8532 C10.643,8.8189 10.6832,8.7852 10.7235,8.7514 C10.7634,8.7179 10.8035,8.6844 10.8439,8.6514 C10.8838,8.6188 10.9241,8.5865 10.9644,8.5543 C11.0044,8.5224 11.0444,8.4908 11.0848,8.4594 C11.1247,8.4283 11.165,8.3976 11.2053,8.367 C11.2453,8.3367 11.2854,8.3065 11.3257,8.2767 L11.4461,8.1889 C11.4861,8.16 11.5262,8.1313 11.5666,8.1029 C11.6065,8.0748 11.6467,8.047 11.687,8.0194 C11.727,7.9919 11.7671,7.9646 11.8074,7.9376 C11.8474,7.9109 11.8876,7.8846 11.9279,7.8583 C11.9679,7.8322 12.0079,7.8059 12.0483,7.7802 C12.0882,7.7548 12.1285,7.73 12.1688,7.705 C12.2089,7.6801 12.2488,7.6549 12.2892,7.6305 C12.329,7.6064 12.3694,7.583 12.4096,7.5593 C12.4498,7.5356 12.4896,7.5115 12.5301,7.4882 C12.5699,7.4653 12.6104,7.4434 12.6505,7.4209 C12.6907,7.3984 12.7306,7.3756 12.771,7.3535 C12.8109,7.3317 12.8512,7.3107 12.8914,7.2894 C12.9315,7.2681 12.9715,7.2467 13.0118,7.2258 C13.0518,7.2051 13.092,7.1848 13.1323,7.1645 L13.2527,7.1047 C13.2928,7.085 13.3329,7.0653 13.3732,7.0461 C13.4132,7.027 13.4534,7.0085 13.4936,6.9898 C13.5338,6.9711 13.5736,6.952 13.614,6.9338 C13.6539,6.9157 13.6943,6.8987 13.7345,6.8811 C13.7746,6.8635 13.8146,6.8456 13.8549,6.8284 C13.8949,6.8114 13.9352,6.795 13.9754,6.7784 L14.0958,6.7292 L14.2162,6.6814 L14.3367,6.6356 C14.3769,6.6204 14.4167,6.6047 14.4571,6.5899 C14.497,6.5753 14.5375,6.5617 14.5776,6.5475 C14.6177,6.5333 14.6577,6.5189 14.698,6.5051 L14.8184,6.4648 L14.9389,6.4257 C14.979,6.4129 15.019,6.3998 15.0593,6.3874 C15.0992,6.3751 15.1396,6.3634 15.1797,6.3515 C15.2199,6.3395 15.2599,6.3273 15.3002,6.3157 C15.3402,6.3042 15.3804,6.2935 15.4206,6.2824 L15.5411,6.2497 C15.5812,6.2391 15.6212,6.2283 15.6615,6.2181 C15.7015,6.2079 15.7418,6.1986 15.7819,6.1888 C15.822,6.179 15.8621,6.1688 15.9024,6.1594 C15.9424,6.1501 15.9827,6.1414 16.0228,6.1325 L16.1433,6.1063 C16.1834,6.0977 16.2234,6.089 16.2637,6.0809 C16.3037,6.0729 16.344,6.0655 16.3841,6.0578 C16.4243,6.0501 16.4643,6.0421 16.5046,6.0348 C16.5447,6.0275 16.5848,6.0209 16.625,6.014 L16.7455,5.994 C16.7856,5.9876 16.8256,5.9807 16.8659,5.9746 C16.9059,5.9685 16.9462,5.9634 16.9863,5.9577 C17.0264,5.9521 17.0665,5.9461 17.1068,5.9408 L17.2272,5.9257 L17.3477,5.912 C17.3879,5.9075 17.4278,5.9023 17.4681,5.8982 C17.5081,5.8941 17.5484,5.8911 17.5885,5.8874 L17.709,5.8768 C17.7491,5.8734 17.7892,5.8701 17.8294,5.8672 C17.8695,5.8643 17.9097,5.862 17.9499,5.8595 C17.9901,5.857 18.0301,5.8541 18.0703,5.8519 C18.1103,5.8497 18.1505,5.8482 18.1907,5.8464 L18.3112,5.8418 C18.3513,5.8404 18.3913,5.8383 18.4316,5.8373 C18.4716,5.8363 18.5119,5.8364 18.552,5.8358 C18.5921,5.8352 18.6323,5.8345 18.6725,5.8343 L18.726,5.8336 L18.7929,5.8336 L18.9134,5.8336 L19.0338,5.8336 L19.1542,5.8336 L19.2747,5.8336 L19.3951,5.8336 L19.5156,5.8336 L19.636,5.8336 L19.7564,5.8336 L19.8769,5.8336 L19.9973,5.8336 L20.1178,5.8336 L20.2382,5.8336 L20.3586,5.8336 L20.4791,5.8336 L20.5995,5.8336 L20.72,5.8336 L20.8404,5.8336 L20.9608,5.8336 L21.0813,5.8336 L21.2017,5.8336 L21.3222,5.8336 L21.4426,5.8336 L21.563,5.8336 L21.6835,5.8336 L21.8039,5.8336 L21.9244,5.8336 L22.0448,5.8336 L22.1652,5.8336 L22.2857,5.8336 L22.4061,5.8336 L22.5266,5.8336 L22.647,5.8336 L22.7674,5.8336 L22.8879,5.8336 L23.0083,5.8336 L23.1287,5.8336 L23.2492,5.8336 L23.3696,5.8336 L23.4901,5.8336 L23.6105,5.8336 L23.7309,5.8336 L23.8514,5.8336 L23.9718,5.8336 L24.0923,5.8336 L24.2127,5.8336 L24.3331,5.8336 L24.4536,5.8336 L24.574,5.8336 L24.6945,5.8336 L24.8149,5.8336 L24.9353,5.8336 L25.0558,5.8336 L25.1762,5.8336 L25.2967,5.8336 L25.4171,5.8336 L25.5375,5.8336 L25.658,5.8336 L25.7784,5.8336 L25.8988,5.8336 L26.0193,5.8336 L26.1397,5.8336 L26.2602,5.8336 L26.3806,5.8336 L26.5011,5.8336 L26.6215,5.8336 L26.7419,5.8336 L26.8624,5.8336 L26.9828,5.8336 L27.1032,5.8336 L27.2237,5.8336 L27.3441,5.8336 L27.4646,5.8336 L27.585,5.8336 L27.7054,5.8336 L27.8259,5.8336 L27.9463,5.8336 L28.0668,5.8336 L28.1872,5.8336 L28.3076,5.8336 L28.4281,5.8336 L28.5485,5.8336 L28.669,5.8336 L28.7894,5.8336 L28.9098,5.8336 L29.0303,5.8336 L29.1507,5.8336 L29.2711,5.8336 L29.3916,5.8336 L29.512,5.8336 L29.6325,5.8336 L29.7529,5.8336 L29.8734,5.8336 L29.9938,5.8336 L30.1142,5.8336 L30.2347,5.8336 L30.3551,5.8336 L30.4756,5.8336 L30.596,5.8336 L30.7164,5.8336 L30.8369,5.8336 L30.9573,5.8336 L31.0777,5.8336 L31.1982,5.8336 L31.3186,5.8336 L31.4391,5.8336 L31.5595,5.8336 L31.68,5.8336 L31.8004,5.8336 L31.9208,5.8336 L32.0413,5.8336 L32.1617,5.8336 L32.2821,5.8336 L32.4026,5.8336 L32.523,5.8336 L32.6435,5.8336 L32.7639,5.8336 L32.8843,5.8336 L33.0048,5.8336 L33.1252,5.8336 L33.2456,5.8336 L33.3661,5.8336 L33.4865,5.8336 L33.607,5.8336 L33.7274,5.8336 L33.8479,5.8336 L33.9683,5.8336 L34.0887,5.8336 L34.2092,5.8336 L34.3296,5.8336 L34.45,5.8336 L34.5705,5.8336 L34.6909,5.8336 L34.8114,5.8336 L34.9318,5.8336 L35.0522,5.8336 L35.1727,5.8336 L35.2931,5.8336 L35.4136,5.8336 L35.534,5.8336 L35.6544,5.8336 L35.7749,5.8336 L35.8953,5.8336 L36.0158,5.8336 L36.1362,5.8336 L36.2566,5.8336 L36.3771,5.8336 L36.4975,5.8336 L36.6179,5.8336 L36.7384,5.8336 L36.8588,5.8336 L36.9793,5.8336 L37.0815,5.8336 L37.0815,68.3355 C37.0815,68.8792 37.0466,69.4148 36.9793,69.9402 C36.9469,70.1932 36.9061,70.4435 36.8588,70.6915 C36.8228,70.8801 36.7828,71.0673 36.7384,71.2528 C36.701,71.4091 36.661,71.5643 36.6179,71.7183 C36.58,71.8534 36.5397,71.9875 36.4975,72.1206 C36.4592,72.2412 36.4189,72.3609 36.3771,72.4799 C36.3384,72.59 36.2983,72.6995 36.2566,72.8082 C36.2177,72.9097 36.1776,73.0105 36.1362,73.1107 C36.0972,73.205 36.057,73.2989 36.0158,73.392 C35.9766,73.4804 35.9364,73.5682 35.8953,73.6556 C35.8561,73.7389 35.8159,73.8216 35.7749,73.9039 C35.7355,73.9829 35.6954,74.0614 35.6544,74.1394 C35.615,74.2145 35.5749,74.2892 35.534,74.3634 C35.4944,74.4352 35.4546,74.5067 35.4136,74.5776 C35.3741,74.646 35.3339,74.714 35.2931,74.7816 C35.2537,74.847 35.2133,74.9117 35.1727,74.9763 C35.1331,75.0394 35.0929,75.1021 35.0522,75.1644 C35.0124,75.2253 34.9726,75.2861 34.9318,75.3462 C34.8922,75.4045 34.8519,75.4624 34.8114,75.52 C34.7718,75.5763 34.7315,75.6321 34.6909,75.6878 C34.6511,75.7425 34.6111,75.797 34.5705,75.851 C34.5308,75.9038 34.4906,75.9562 34.45,76.0083 C34.4103,76.0592 34.37,76.1096 34.3296,76.1599 C34.2897,76.2096 34.2498,76.2593 34.2092,76.3083 C34.1695,76.3562 34.1291,76.4035 34.0887,76.4508 C34.0489,76.4974 34.0088,76.5436 33.9683,76.5896 C33.9283,76.635 33.8885,76.6806 33.8479,76.7254 C33.8082,76.7692 33.7677,76.8122 33.7274,76.8555 C33.6874,76.8984 33.6476,76.9414 33.607,76.9837 C33.5672,77.0252 33.5269,77.0661 33.4865,77.1071 C33.4466,77.1476 33.4066,77.1878 33.3661,77.2278 C33.3262,77.2673 33.2861,77.3065 33.2456,77.3455 C33.2058,77.3838 33.1655,77.4216 33.1252,77.4594 C33.0852,77.4969 33.0453,77.5345 33.0048,77.5715 C32.965,77.6078 32.9246,77.6434 32.8843,77.6792 C32.8442,77.7149 32.8045,77.7509 32.7639,77.786 C32.7242,77.8204 32.6836,77.8539 32.6435,77.8879 C32.6034,77.9218 32.5635,77.956 32.523,77.9894 C32.4832,78.0222 32.4428,78.0543 32.4026,78.0865 C32.3625,78.1187 32.3226,78.1512 32.2821,78.1829 C32.2423,78.2141 32.2019,78.2445 32.1617,78.2752 C32.1216,78.3058 32.0818,78.3366 32.0413,78.3667 C32.0015,78.3964 31.961,78.4253 31.9208,78.4546 C31.8807,78.4837 31.8409,78.5131 31.8004,78.5418 C31.7606,78.57 31.7202,78.5976 31.68,78.6253 C31.6398,78.6531 31.6,78.6812 31.5595,78.7085 C31.5197,78.7353 31.4793,78.7614 31.4391,78.7878 C31.3989,78.8142 31.3591,78.8411 31.3186,78.8671 C31.2788,78.8926 31.2383,78.9171 31.1982,78.9422 C31.1581,78.9673 31.1182,78.9928 31.0777,79.0174 C31.0378,79.0417 30.9974,79.0653 30.9573,79.0891 C30.9172,79.1129 30.8773,79.1369 30.8369,79.1603 C30.7969,79.1834 30.7567,79.206 30.7164,79.2287 C30.6764,79.2513 30.6363,79.2739 30.596,79.296 C30.556,79.318 30.5159,79.3398 30.4756,79.3613 L30.3551,79.4249 C30.315,79.4458 30.275,79.4667 30.2347,79.4872 C30.1947,79.5075 30.1545,79.5272 30.1142,79.5471 C30.0741,79.5669 30.0342,79.5873 29.9938,79.6067 C29.9539,79.6259 29.9135,79.6442 29.8734,79.663 C29.8332,79.6818 29.7933,79.7009 29.7529,79.7193 C29.713,79.7375 29.6726,79.7549 29.6325,79.7727 L29.512,79.8254 L29.3916,79.8765 C29.3516,79.8932 29.3113,79.9094 29.2711,79.9257 C29.231,79.942 29.191,79.9586 29.1507,79.9745 C29.1108,79.9902 29.0705,80.0049 29.0303,80.0202 C28.9901,80.0355 28.9502,80.0511 28.9098,80.066 C28.8698,80.0808 28.8296,80.0949 28.7894,80.1093 L28.669,80.1517 L28.5485,80.193 C28.5085,80.2064 28.4682,80.2192 28.4281,80.2321 C28.3879,80.2451 28.348,80.2586 28.3076,80.2712 C28.2677,80.2837 28.2273,80.2952 28.1872,80.3073 L28.0668,80.3431 L27.9463,80.3774 C27.9063,80.3886 27.8661,80.3992 27.8259,80.41 C27.7857,80.4208 27.7457,80.4322 27.7054,80.4425 C27.6655,80.4528 27.625,80.462 27.585,80.4719 C27.5449,80.4818 27.5048,80.4918 27.4646,80.5013 L27.3441,80.529 L27.2237,80.5553 C27.1835,80.564 27.1436,80.5733 27.1032,80.5816 C27.0632,80.5898 27.0229,80.5968 26.9828,80.6046 C26.9427,80.6124 26.9026,80.6203 26.8624,80.6277 L26.7419,80.6494 C26.7019,80.6564 26.6617,80.6627 26.6215,80.6693 C26.5813,80.6759 26.5413,80.6831 26.5011,80.6893 C26.4611,80.6955 26.4208,80.7007 26.3806,80.7065 L26.2602,80.7234 C26.2201,80.7288 26.18,80.7343 26.1397,80.7393 C26.0997,80.7443 26.0594,80.7485 26.0193,80.7531 C25.9791,80.7577 25.9391,80.7627 25.8988,80.7669 C25.8588,80.7711 25.8186,80.7747 25.7784,80.7785 L25.658,80.7892 C25.6178,80.7926 25.5778,80.7968 25.5375,80.7998 C25.4975,80.8028 25.4572,80.8048 25.4171,80.8074 L25.2967,80.815 L25.1762,80.8214 C25.1362,80.8233 25.0959,80.8245 25.0558,80.826 C25.0156,80.8275 24.9755,80.8294 24.9353,80.8306 C24.8953,80.8317 24.855,80.8321 24.8149,80.8329 L24.6945,80.8344 C24.6573,80.8347 24.6202,80.8358 24.5828,80.8358 L24.574,80.8358 L24.4536,80.8358 L24.3331,80.8358 L24.2127,80.8358 L24.0923,80.8358 L23.9718,80.8358 L23.8514,80.8358 L23.7309,80.8358 L23.6105,80.8358 L23.4901,80.8358 L23.3696,80.8358 L23.2492,80.8358 L23.1287,80.8358 L23.0083,80.8358 L22.8879,80.8358 L22.7674,80.8358 L22.647,80.8358 L22.5266,80.8358 L22.4061,80.8358 L22.2857,80.8358 L22.1652,80.8358 L22.0448,80.8358 L21.9244,80.8358 L21.8039,80.8358 L21.6835,80.8358 L21.563,80.8358 L21.4426,80.8358 L21.3222,80.8358 L21.2017,80.8358 L21.0813,80.8358 L20.9608,80.8358 L20.8404,80.8358 L20.72,80.8358 L20.5995,80.8358 L20.4791,80.8358 L20.3586,80.8358 L20.2382,80.8358 L20.1178,80.8358 L19.9973,80.8358 L19.8769,80.8358 L19.7564,80.8358 L19.636,80.8358 L19.5156,80.8358 L19.3951,80.8358 L19.2747,80.8358 L19.1542,80.8358 L19.0338,80.8358 L18.9134,80.8358 L18.7929,80.8358 L18.6725,80.8358 L18.552,80.8358 L18.4316,80.8358 L18.3112,80.8358 L18.1907,80.8358 L18.0703,80.8358 L17.9499,80.8358 L17.8294,80.8358 L17.709,80.8358 L17.5885,80.8358 L17.4681,80.8358 L17.3477,80.8358 L17.2272,80.8358 L17.1068,80.8358 L16.9863,80.8358 L16.8659,80.8358 L16.7455,80.8358 L16.625,80.8358 L16.5046,80.8358 L16.3841,80.8358 L16.2637,80.8358 L16.1433,80.8358 L16.0228,80.8358 L15.9024,80.8358 L15.7819,80.8358 L15.6615,80.8358 L15.5411,80.8358 L15.4206,80.8358 L15.3002,80.8358 L15.1797,80.8358 L15.0593,80.8358 L14.9389,80.8358 L14.8184,80.8358 L14.698,80.8358 L14.5776,80.8358 L14.4571,80.8358 L14.3367,80.8358 L14.2162,80.8358 L14.0958,80.8358 L13.9754,80.8358 L13.8549,80.8358 L13.7345,80.8358 L13.614,80.8358 L13.4936,80.8358 L13.3732,80.8358 L13.2527,80.8358 L13.1323,80.8358 L13.0118,80.8358 L12.8914,80.8358 L12.771,80.8358 L12.6505,80.8358 L12.5301,80.8358 L12.4096,80.8358 L12.2892,80.8358 L12.1688,80.8358 L12.0483,80.8358 L11.9279,80.8358 L11.8074,80.8358 L11.687,80.8358 L11.5666,80.8358 L11.4461,80.8358 L11.3257,80.8358 L11.2053,80.8358 L11.0848,80.8358 L10.9644,80.8358 L10.8439,80.8358 L10.7235,80.8358 L10.6031,80.8358 L10.4826,80.8358 L10.3622,80.8358 L10.2417,80.8358 L10.1213,80.8358 L10.0009,80.8358 L9.8804,80.8358 L9.76,80.8358 L9.6395,80.8358 L9.5191,80.8358 L9.3987,80.8358 L9.2782,80.8358 L9.1578,80.8358 L9.0373,80.8358 L8.9169,80.8358 L8.7965,80.8358 L8.676,80.8358 L8.5556,80.8358 L8.4351,80.8358 L8.3147,80.8358 L8.1943,80.8358 L8.0738,80.8358 L7.9534,80.8358 L7.8329,80.8358 L7.7125,80.8358 L7.5921,80.8358 L7.4716,80.8358 L7.3512,80.8358 L7.2308,80.8358 L7.1103,80.8358 L6.9899,80.8358 L6.8694,80.8358 L6.749,80.8358 L6.6286,80.8358 L6.5081,80.8358 L6.2494,80.8358 L6.2494,54.4919 C6.2494,54.4919 6.3384,54.5164 6.5081,54.5592 L6.6286,54.5893 L6.749,54.6187 L6.8694,54.6476 L6.9899,54.6761 L7.1103,54.7041 L7.2308,54.7317 L7.3512,54.7589 L7.4716,54.7857 L7.5921,54.8121 L7.7125,54.8382 L7.8329,54.8639 L7.9534,54.8893 L8.0738,54.9144 L8.1943,54.939 L8.3147,54.9634 L8.4351,54.9875 L8.5556,55.0113 L8.676,55.0347 L8.7965,55.058 L8.9169,55.0809 L9.0373,55.1034 L9.1578,55.1257 L9.2782,55.1477 L9.3987,55.1694 L9.5191,55.1909 L9.6395,55.212 L9.76,55.2329 L9.8804,55.2534 L10.0009,55.2737 L10.1213,55.2937 L10.2417,55.3135 L10.3622,55.333 L10.4826,55.3522 L10.6031,55.3712 L10.7235,55.3899 L10.8439,55.4084 L10.9644,55.4265 L11.0848,55.4444 L11.2053,55.462 L11.3257,55.4794 L11.4461,55.4965 L11.5666,55.5134 L11.687,55.5299 L11.8074,55.5463 L11.9279,55.5623 L12.0483,55.5781 L12.1688,55.5937 L12.2892,55.6089 L12.4096,55.624 L12.5301,55.6387 L12.6505,55.6533 L12.771,55.6674 L12.8914,55.6815 L13.0118,55.6951 L13.1323,55.7087 L13.2527,55.7219 L13.3732,55.7348 L13.4936,55.7476 L13.614,55.7599 L13.7345,55.7722 L13.8549,55.784 L13.9754,55.7957 L14.0958,55.8072 L14.2162,55.8182 L14.3367,55.8293 L14.4571,55.8397 L14.5776,55.8501 L14.698,55.8602 L14.8184,55.87 L14.9389,55.8797 L15.0593,55.8888 L15.1797,55.898 L15.3002,55.9067 L15.4206,55.9152 L15.5411,55.9236 L15.6615,55.9314 L15.7819,55.9392 L15.9024,55.9467 L16.0228,55.9538 L16.1433,55.9609 L16.2637,55.9674 L16.3841,55.9738 L16.5046,55.98 L16.625,55.9857 L16.7455,55.9914 L16.8659,55.9966 L16.9863,56.0016 L17.1068,56.0066 L17.2272,56.0108 L17.3477,56.0151 L17.4681,56.0191 L17.5885,56.0226 L17.709,56.0262 L17.8294,56.0292 L17.9499,56.0319 L18.0703,56.0347 L18.1907,56.0367 L18.3112,56.0387 L18.4316,56.0405 L18.552,56.0417 L18.6725,56.043 L18.7929,56.0439 L18.9134,56.0443 L19.0338,56.0446 L19.0803,56.0448 L19.1542,56.0444 L19.2747,56.0436 L19.3951,56.0429 L19.5156,56.0422 L19.636,56.0415 L19.7564,56.0393 L19.8769,56.0371 L19.9973,56.0349 L20.1178,56.0327 L20.2382,56.0297 L20.3586,56.0259 L20.4791,56.0222 L20.5995,56.0185 L20.72,56.0145 L20.8404,56.0092 L20.9608,56.0039 L21.0813,55.9985 L21.2017,55.9932 L21.3222,55.9865 L21.4426,55.9796 L21.563,55.9726 L21.6835,55.9656 L21.8039,55.9576 L21.9244,55.9489 L22.0448,55.9403 L22.1652,55.9316 L22.2857,55.922 L22.4061,55.9116 L22.5266,55.9012 L22.647,55.8907 L22.7674,55.8794 L22.8879,55.8671 L23.0083,55.8549 L23.1287,55.8426 L23.2492,55.8292 L23.3696,55.8151 L23.4901,55.8009 L23.6105,55.7868 L23.7309,55.7711 L23.8514,55.755 L23.9718,55.7389 L24.0923,55.7225 C24.1329,55.7167 24.1724,55.7103 24.2127,55.7044 L24.3331,55.6863 L24.4536,55.6681 L24.574,55.649 C24.6145,55.6425 24.6542,55.6354 24.6945,55.6287 L24.8149,55.6085 C24.8548,55.6017 24.8957,55.5952 24.9353,55.5882 C24.9759,55.581 25.0154,55.5733 25.0558,55.5659 L25.1762,55.5434 L25.2967,55.5209 L25.4171,55.4973 C25.4576,55.4893 25.4973,55.4807 25.5375,55.4725 L25.658,55.4477 L25.7784,55.4225 C25.8191,55.4138 25.8585,55.4044 25.8988,55.3954 L26.0193,55.3682 C26.0592,55.359 26.1001,55.3504 26.1397,55.3411 C26.1804,55.3315 26.2199,55.3214 26.2602,55.3117 L26.3806,55.282 C26.4206,55.2721 26.4614,55.2625 26.5011,55.2524 C26.5416,55.2421 26.5814,55.2313 26.6215,55.2208 L26.7419,55.1886 C26.782,55.1778 26.8227,55.1673 26.8624,55.1563 C26.9029,55.1452 26.9427,55.1336 26.9828,55.1222 L27.1032,55.0873 C27.1433,55.0756 27.184,55.0642 27.2237,55.0523 L27.3441,55.0154 L27.4646,54.9776 C27.5046,54.965 27.5454,54.9527 27.585,54.9398 L27.7054,54.8997 L27.8259,54.8589 C27.8659,54.8452 27.9068,54.832 27.9463,54.8181 C27.987,54.8038 28.0265,54.7889 28.0668,54.7744 L28.1872,54.7305 C28.2273,54.7156 28.2679,54.701 28.3076,54.6859 C28.3483,54.6705 28.3879,54.6545 28.4281,54.6388 C28.4683,54.6231 28.5088,54.6075 28.5485,54.5916 L28.669,54.5426 L28.7894,54.492 C28.8294,54.4751 28.8703,54.4587 28.9098,54.4415 C28.9506,54.4238 28.99,54.4053 29.0303,54.3873 L29.1507,54.3332 L29.2711,54.2772 C29.3116,54.2581 29.3516,54.2386 29.3916,54.2192 C29.4317,54.1998 29.4725,54.1806 29.512,54.1609 C29.5528,54.1405 29.5923,54.1195 29.6325,54.0989 C29.6727,54.0783 29.7133,54.0579 29.7529,54.037 C29.7936,54.0156 29.8333,53.9937 29.8734,53.9719 C29.9138,53.95 29.954,53.928 29.9938,53.9058 C30.0343,53.8832 30.0744,53.8604 30.1142,53.8375 C30.1548,53.8142 30.1948,53.7905 30.2347,53.7668 C30.275,53.7429 30.3154,53.719 30.3551,53.6948 C30.3958,53.6699 30.4356,53.6447 30.4756,53.6195 C30.5159,53.5942 30.5564,53.5689 30.596,53.5432 C30.6367,53.5168 30.6764,53.4897 30.7164,53.4629 C30.7567,53.4358 30.7973,53.409 30.8369,53.3816 C30.8777,53.3534 30.9173,53.3247 30.9573,53.2961 C30.9976,53.2673 31.0382,53.2384 31.0777,53.2092 C31.1185,53.1791 31.1583,53.1486 31.1982,53.1181 C31.2387,53.0872 31.279,53.0561 31.3186,53.0248 C31.3592,52.9927 31.3993,52.9602 31.4391,52.9276 C31.4797,52.8943 31.5198,52.8606 31.5595,52.8269 C31.6,52.7925 31.6405,52.7582 31.68,52.7234 C31.7209,52.6874 31.7605,52.6507 31.8004,52.6142 C31.8408,52.5772 31.8814,52.5403 31.9208,52.5028 C31.9617,52.4639 32.0016,52.4246 32.0413,52.3852 C32.082,52.3448 32.1221,52.304 32.1617,52.2631 C32.2022,52.2213 32.2428,52.1796 32.2821,52.1373 C32.3231,52.093 32.3628,52.0482 32.4026,52.0033 C32.4435,51.9572 32.4835,51.9107 32.523,51.864 C32.5637,51.8159 32.6042,51.7677 32.6435,51.7189 C32.6843,51.6682 32.7246,51.6175 32.7639,51.5662 C32.805,51.5125 32.8448,51.4583 32.8843,51.4039 C32.9254,51.3473 32.9654,51.2903 33.0048,51.2329 C33.0459,51.1731 33.086,51.1128 33.1252,51.0521 C33.1663,50.9885 33.2065,50.9244 33.2456,50.8598 C33.2868,50.7916 33.3271,50.7231 33.3661,50.6539 C33.4075,50.5806 33.4476,50.5068 33.4865,50.4324 C33.5281,50.3528 33.5682,50.2727 33.607,50.192 C33.6488,50.1052 33.6888,50.0176 33.7274,49.9295 C33.7693,49.8337 33.8096,49.7373 33.8479,49.64 C33.8901,49.5327 33.9304,49.4245 33.9683,49.3154 C34.0113,49.1916 34.0512,49.0665 34.0887,48.9404 C34.1325,48.793 34.1726,48.6441 34.2092,48.4938 C34.2546,48.3073 34.2949,48.1187 34.3296,47.928 C34.3812,47.6441 34.421,47.3557 34.45,47.0635 C34.4905,46.656 34.5102,46.2412 34.5102,45.8199 L34.5102,31.3162 L34.45,31.3162 L34.3296,31.3162 L34.2092,31.3162 L34.0887,31.3162 L33.9683,31.3162 L33.8479,31.3162 L33.7274,31.3162 L33.607,31.3162 L33.4865,31.3162 L33.3661,31.3162 L33.2456,31.3162 L33.1252,31.3162 L33.0048,31.3162 L32.8843,31.3162 L32.7639,31.3162 L32.6435,31.3162 L32.523,31.3162 L32.4026,31.3162 L32.2821,31.3162 L32.1617,31.3162 L32.0413,31.3162 L31.9208,31.3162 L31.8004,31.3162 L31.68,31.3162 L31.5595,31.3162 L31.4391,31.3162 L31.3186,31.3162 L31.1982,31.3162 L31.0777,31.3162 L30.9573,31.3162 L30.8369,31.3162 L30.7164,31.3162 L30.596,31.3162 L30.4756,31.3162 L30.3551,31.3162 L30.2347,31.3162 L30.1142,31.3162 L29.9938,31.3162 L29.8734,31.3162 L29.7529,31.3162 L29.6325,31.3162 L29.512,31.3162 L29.3916,31.3162 L29.2711,31.3162 L29.1507,31.3162 L29.0303,31.3162 L28.9098,31.3162 L28.7894,31.3162 L28.669,31.3162 L28.5485,31.3162 L28.4281,31.3162 L28.3076,31.3162 L28.1872,31.3162 L28.0668,31.3162 L27.9463,31.3162 L27.8259,31.3162 L27.7054,31.3162 L27.585,31.3162 L27.4646,31.3162 L27.3441,31.3162 L27.2237,31.3162 L27.1032,31.3162 L26.9828,31.3162 L26.8624,31.3162 L26.7419,31.3162 L26.6215,31.3162 L26.5011,31.3162 L26.3806,31.3162 L26.2602,31.3162 L26.1397,31.3162 L26.0193,31.3162 L25.8988,31.3162 L25.7784,31.3162 L25.658,31.3162 L25.5375,31.3162 L25.4171,31.3162 L25.2967,31.3162 L25.1762,31.3162 L25.0558,31.3162 L24.9353,31.3162 L24.8149,31.3162 L24.6945,31.3162 L24.574,31.3162 L24.4536,31.3162 L24.3331,31.3162 L24.2127,31.3162 L24.0923,31.3162 L23.9718,31.3162 L23.8514,31.3162 L23.7601,31.3162 L23.7601,45.8199 C23.7601,46.0469 23.7502,46.2703 23.7309,46.4894 C23.7063,46.7685 23.666,47.0406 23.6105,47.3052 C23.5762,47.4686 23.536,47.629 23.4901,47.7864 C23.4535,47.9118 23.4135,48.0352 23.3696,48.1565 C23.3322,48.2598 23.2919,48.3614 23.2492,48.4616 C23.2111,48.551 23.171,48.639 23.1287,48.7258 C23.0902,48.8048 23.0503,48.8829 23.0083,48.9596 C22.9697,49.0302 22.9293,49.0994 22.8879,49.168 C22.849,49.2325 22.8089,49.2962 22.7674,49.3589 C22.7284,49.4177 22.6882,49.4757 22.647,49.5329 C22.6078,49.5874 22.5679,49.6415 22.5266,49.6946 C22.4874,49.745 22.4471,49.7944 22.4061,49.8434 C22.3668,49.8903 22.3267,49.9365 22.2857,49.9822 C22.2463,50.0262 22.2062,50.0697 22.1652,50.1124 C22.1257,50.1536 22.0857,50.1944 22.0448,50.2345 C22.0053,50.2732 21.9652,50.3116 21.9244,50.3492 C21.8849,50.3856 21.8446,50.4213 21.8039,50.4567 C21.7644,50.491 21.7242,50.5249 21.6835,50.5582 C21.6439,50.5906 21.6036,50.6225 21.563,50.654 C21.5234,50.6846 21.4832,50.7148 21.4426,50.7446 C21.4029,50.7736 21.3628,50.8022 21.3222,50.8303 C21.2825,50.8578 21.2424,50.8848 21.2017,50.9115 C21.162,50.9375 21.1219,50.9631 21.0813,50.9883 C21.0416,51.0129 21.0014,51.0371 20.9608,51.0609 C20.9211,51.0842 20.8809,51.107 20.8404,51.1296 C20.8007,51.1517 20.7605,51.1732 20.72,51.1946 C20.6802,51.2156 20.6401,51.2361 20.5995,51.2563 C20.5597,51.2761 20.5196,51.2956 20.4791,51.3148 C20.4392,51.3336 20.3992,51.3523 20.3586,51.3704 C20.3187,51.3882 20.2787,51.4058 20.2382,51.4229 C20.1985,51.4397 20.1582,51.4559 20.1178,51.472 C20.078,51.4879 20.0377,51.5034 19.9973,51.5186 C19.9574,51.5336 19.9174,51.5483 19.8769,51.5627 C19.837,51.5769 19.7969,51.591 19.7564,51.6045 C19.7166,51.6178 19.6764,51.6308 19.636,51.6435 C19.5962,51.656 19.5559,51.668 19.5156,51.6799 C19.4757,51.6917 19.4355,51.7033 19.3951,51.7144 C19.3551,51.7254 19.3151,51.7365 19.2747,51.7469 C19.2348,51.7572 19.1946,51.7671 19.1542,51.7768 C19.1144,51.7864 19.0742,51.7956 19.0338,51.8046 C18.9939,51.8135 18.9538,51.8223 18.9134,51.8307 C18.8734,51.839 18.8334,51.8471 18.7929,51.8548 C18.753,51.8624 18.7128,51.8695 18.6725,51.8766 C18.6325,51.8836 18.5924,51.8906 18.552,51.8971 L18.4316,51.9155 C18.3917,51.9213 18.3515,51.9266 18.3112,51.9319 C18.2712,51.9372 18.2312,51.9424 18.1907,51.9471 L18.0703,51.9605 C18.0304,51.9646 17.9902,51.9682 17.9499,51.9719 C17.9098,51.9755 17.8698,51.9792 17.8294,51.9823 C17.7895,51.9854 17.7493,51.9881 17.709,51.9907 C17.669,51.9933 17.6288,51.9955 17.5885,51.9976 C17.5484,51.9997 17.5085,52.0018 17.4681,52.0034 C17.4282,52.005 17.3879,52.0059 17.3477,52.0071 L17.2272,52.0099 C17.1873,52.0106 17.1471,52.0108 17.1068,52.0111 L17.0615,52.0115 L16.9863,52.0112 L16.8659,52.0104 L16.7455,52.0087 L16.625,52.0062 L16.5046,52.003 L16.3841,51.9991 L16.2637,51.9942 L16.1433,51.9886 L16.0228,51.9825 L15.9024,51.9753 L15.7819,51.9675 L15.6615,51.959 L15.5411,51.9496 L15.4206,51.9395 L15.3002,51.9287 L15.1797,51.9172 L15.0593,51.9048 L14.9389,51.8918 L14.8184,51.8781 L14.698,51.8635 L14.5776,51.8482 L14.4571,51.8324 L14.3367,51.8156 L14.2162,51.7981 L14.0958,51.7801 L13.9754,51.7613 L13.8549,51.7417 L13.7345,51.7215 L13.614,51.7006 L13.4936,51.6788 L13.3732,51.6565 L13.2527,51.6335 L13.1323,51.6098 L13.0118,51.5853 L12.8914,51.5602 L12.771,51.5345 L12.6505,51.508 L12.5301,51.4808 L12.4096,51.4531 L12.2892,51.4246 L12.1688,51.3954 L12.0483,51.3656 L11.9279,51.3353 L11.8074,51.3039 L11.687,51.2721 L11.5666,51.2398 L11.4461,51.2067 L11.3257,51.173 L11.2053,51.1386 L11.0848,51.1037 L10.9644,51.0679 L10.8439,51.0316 L10.7235,50.9948 L10.6031,50.9572 L10.4826,50.919 L10.3622,50.8803 L10.2417,50.841 L10.1213,50.8009 L10.0009,50.7603 L9.8804,50.719 L9.76,50.6773 L9.6395,50.6347 L9.5191,50.5917 L9.3987,50.5483 L9.2782,50.5039 L9.1578,50.4591 L9.0373,50.4137 L8.9169,50.3678 L8.7965,50.3212 L8.676,50.2741 L8.5556,50.2264 L8.4351,50.1781 L8.3147,50.1293 L8.1943,50.0799 L8.0738,50.03 L7.9534,49.9794 L7.8329,49.9283 L7.7125,49.8767 L7.5921,49.8246 L7.4716,49.7717 L7.3512,49.7185 L7.2308,49.6648 L7.1103,49.6105 L6.9899,49.5556 L6.8694,49.5002 L6.749,49.4443 L6.6286,49.3878 L6.5081,49.3309 L6.5081,49.3308 L6.5081,49.3308 L6.5081,49.3308 Z" id="Shape" fill="url(#linearGradient-2)" sketch:type="MSShapeGroup"></path>
25
+ <path d="M41.0912,34.4854 C41.0034,34.5564 40.917,34.628 40.8326,34.7005 L40.8326,18.335 C40.8326,17.4647 40.9219,16.6152 41.0912,15.7949 C41.1276,15.6188 41.1679,15.4443 41.2116,15.271 C41.2491,15.1223 41.2894,14.9748 41.3321,14.8283 C41.3702,14.6978 41.4104,14.5682 41.4526,14.4395 C41.4911,14.3219 41.5311,14.2049 41.573,14.0889 C41.6118,13.9814 41.6518,13.8744 41.6935,13.7683 C41.7325,13.6691 41.7725,13.5704 41.8139,13.4724 C41.853,13.38 41.8931,13.2882 41.9343,13.1969 C41.9734,13.1102 42.0138,13.0241 42.0548,12.9385 C42.094,12.8567 42.1343,12.7757 42.1752,12.6949 C42.2145,12.6173 42.2548,12.5403 42.2957,12.4636 C42.3351,12.3897 42.3753,12.3163 42.4161,12.2433 C42.4556,12.1726 42.4957,12.1022 42.5366,12.0324 C42.5762,11.9646 42.6161,11.8971 42.657,11.8301 C42.6965,11.7654 42.7367,11.7011 42.7774,11.6372 C42.817,11.575 42.8573,11.5135 42.8979,11.4521 C42.9376,11.392 42.9776,11.3323 43.0183,11.273 C43.0582,11.2148 43.098,11.1566 43.1388,11.0992 C43.1783,11.0436 43.2188,10.9889 43.2592,10.9341 C43.299,10.8801 43.3391,10.8264 43.3797,10.7731 C43.4196,10.7206 43.4594,10.668 43.5001,10.6162 C43.5396,10.5659 43.5803,10.5163 43.6206,10.4666 C43.6604,10.4175 43.7005,10.3686 43.741,10.3202 C43.7809,10.2724 43.8209,10.2248 43.8615,10.1777 C43.9012,10.1317 43.9416,10.0863 43.9819,10.0409 C44.0218,9.9959 44.0618,9.9507 44.1024,9.9062 C44.1421,9.8627 44.1824,9.8197 44.2227,9.7768 C44.2625,9.7344 44.3027,9.6923 44.3431,9.6504 C44.3831,9.6091 44.4231,9.5678 44.4636,9.527 C44.5034,9.487 44.5437,9.4475 44.584,9.408 C44.6241,9.3687 44.6639,9.3291 44.7045,9.2903 C44.7442,9.2524 44.7847,9.2154 44.8249,9.178 C44.8649,9.1407 44.9048,9.1033 44.9454,9.0666 C44.9852,9.0306 45.0256,8.9952 45.0658,8.9597 C45.1058,8.9243 45.1458,8.889 45.1863,8.8542 C45.2262,8.8199 45.2664,8.7862 45.3067,8.7524 C45.3467,8.7189 45.3868,8.6854 45.4272,8.6523 C45.4671,8.6197 45.5073,8.5874 45.5476,8.5553 C45.5876,8.5234 45.6277,8.4917 45.6681,8.4603 C45.708,8.4293 45.7482,8.3986 45.7885,8.368 C45.8285,8.3377 45.8686,8.3075 45.9089,8.2777 C45.9488,8.2481 45.9891,8.2189 46.0294,8.1898 C46.0694,8.161 46.1095,8.1322 46.1498,8.1038 C46.1898,8.0757 46.23,8.048 46.2703,8.0203 C46.3103,7.9928 46.3504,7.9654 46.3907,7.9384 C46.4306,7.9117 46.4709,7.8854 46.5112,7.8591 C46.5512,7.8329 46.5912,7.8067 46.6316,7.781 C46.6716,7.7556 46.7118,7.7308 46.7521,7.7058 C46.7922,7.6809 46.8321,7.6557 46.8725,7.6313 C46.9124,7.6071 46.9528,7.5837 46.993,7.56 C47.0332,7.5363 47.073,7.5121 47.1134,7.4889 C47.1532,7.466 47.1938,7.444 47.2339,7.4215 C47.2741,7.399 47.3139,7.3763 47.3543,7.3543 C47.3942,7.3325 47.4345,7.3115 47.4747,7.2901 C47.5148,7.2688 47.5548,7.2474 47.5952,7.2265 L47.7156,7.1652 L47.8361,7.1053 C47.8761,7.0857 47.9162,7.0659 47.9565,7.0467 C47.9965,7.0276 48.0368,7.0091 48.077,6.9904 C48.1172,6.9718 48.157,6.9526 48.1974,6.9344 C48.2373,6.9163 48.2777,6.8993 48.3179,6.8817 C48.358,6.8641 48.398,6.8462 48.4383,6.829 C48.4783,6.812 48.5185,6.7955 48.5587,6.7789 L48.6792,6.7297 C48.7193,6.7136 48.7593,6.6975 48.7996,6.6818 C48.8396,6.6662 48.8799,6.6512 48.9201,6.636 C48.9603,6.6208 49.0001,6.6051 49.0405,6.5903 C49.0804,6.5757 49.1209,6.5621 49.161,6.5479 C49.2011,6.5337 49.2411,6.5193 49.2814,6.5055 C49.3214,6.4917 49.3617,6.4785 49.4019,6.4652 L49.5223,6.4261 C49.5624,6.4133 49.6025,6.4002 49.6428,6.3877 C49.6827,6.3754 49.7231,6.3638 49.7632,6.3519 C49.8033,6.3399 49.8434,6.3276 49.8837,6.316 C49.9237,6.3045 49.9639,6.2938 50.0041,6.2827 L50.1245,6.25 C50.1647,6.2394 50.2047,6.2286 50.245,6.2184 C50.285,6.2083 50.3253,6.1988 50.3654,6.189 C50.4055,6.1792 50.4456,6.169 50.4859,6.1596 C50.5259,6.1503 50.5662,6.1416 50.6063,6.1327 L50.7268,6.1065 C50.767,6.098 50.8069,6.0892 50.8472,6.0811 C50.8872,6.073 50.9275,6.0657 50.9677,6.058 C51.0078,6.0503 51.0478,6.0422 51.0881,6.0349 L51.2086,6.0141 L51.329,5.9942 C51.3692,5.9877 51.4092,5.9808 51.4495,5.9747 C51.4895,5.9686 51.5298,5.9635 51.5699,5.9578 C51.61,5.9522 51.6501,5.9463 51.6903,5.941 L51.8108,5.9259 L51.9312,5.9121 C51.9714,5.9076 52.0114,5.9024 52.0517,5.8983 C52.0917,5.8942 52.132,5.8912 52.1721,5.8875 L52.2926,5.8769 C52.3327,5.8735 52.3728,5.8702 52.413,5.8673 C52.4531,5.8644 52.4933,5.8621 52.5334,5.8596 C52.5736,5.8571 52.6136,5.8542 52.6539,5.852 C52.694,5.8498 52.7342,5.8483 52.7744,5.8465 L52.8948,5.8419 C52.935,5.8405 52.975,5.8384 53.0153,5.8374 C53.0553,5.8364 53.0956,5.8365 53.1357,5.8359 C53.1759,5.8353 53.216,5.8346 53.2562,5.8344 L53.3093,5.8337 L53.3766,5.8337 L53.4971,5.8337 L53.6175,5.8337 L53.7379,5.8337 L53.8584,5.8337 L53.9788,5.8337 L54.0993,5.8337 L54.2197,5.8337 L54.3402,5.8337 L54.4606,5.8337 L54.5811,5.8337 L54.7015,5.8337 L54.8219,5.8337 L54.9424,5.8337 L55.0628,5.8337 L55.1833,5.8337 L55.3037,5.8337 L55.4242,5.8337 L55.5446,5.8337 L55.665,5.8337 L55.7855,5.8337 L55.9059,5.8337 L56.0264,5.8337 L56.1468,5.8337 L56.2673,5.8337 L56.3878,5.8337 L56.5082,5.8337 L56.6287,5.8337 L56.7491,5.8337 L56.8695,5.8337 L56.99,5.8337 L57.1104,5.8337 L57.2309,5.8337 L57.3513,5.8337 L57.4718,5.8337 L57.5922,5.8337 L57.7126,5.8337 L57.8331,5.8337 L57.9535,5.8337 L58.074,5.8337 L58.1944,5.8337 L58.3149,5.8337 L58.4353,5.8337 L58.5558,5.8337 L58.6762,5.8337 L58.7966,5.8337 L58.9171,5.8337 L59.0375,5.8337 L59.158,5.8337 L59.2784,5.8337 L59.3989,5.8337 L59.5193,5.8337 L59.6398,5.8337 L59.7602,5.8337 L59.8806,5.8337 L60.0011,5.8337 L60.1216,5.8337 L60.242,5.8337 L60.3625,5.8337 L60.4829,5.8337 L60.6034,5.8337 L60.7238,5.8337 L60.8442,5.8337 L60.9647,5.8337 L61.0851,5.8337 L61.2056,5.8337 L61.326,5.8337 L61.4465,5.8337 L61.5669,5.8337 L61.6874,5.8337 L61.8078,5.8337 L61.9282,5.8337 L62.0487,5.8337 L62.1691,5.8337 L62.2896,5.8337 L62.41,5.8337 L62.5305,5.8337 L62.6509,5.8337 L62.7714,5.8337 L62.8918,5.8337 L63.0122,5.8337 L63.1327,5.8337 L63.2531,5.8337 L63.3736,5.8337 L63.494,5.8337 L63.6145,5.8337 L63.7349,5.8337 L63.8554,5.8337 L63.9758,5.8337 L64.0963,5.8337 L64.2167,5.8337 L64.3372,5.8337 L64.4576,5.8337 L64.5781,5.8337 L64.6985,5.8337 L64.819,5.8337 L64.9394,5.8337 L65.0598,5.8337 L65.1803,5.8337 L65.3007,5.8337 L65.4212,5.8337 L65.5416,5.8337 L65.6621,5.8337 L65.7825,5.8337 L65.903,5.8337 L66.0234,5.8337 L66.1438,5.8337 L66.2643,5.8337 L66.3847,5.8337 L66.5052,5.8337 L66.6256,5.8337 L66.7461,5.8337 L66.8665,5.8337 L66.987,5.8337 L67.1074,5.8337 L67.2278,5.8337 L67.3483,5.8337 L67.4687,5.8337 L67.5892,5.8337 L67.7097,5.8337 L67.8301,5.8337 L67.9506,5.8337 L68.071,5.8337 L68.1914,5.8337 L68.3119,5.8337 L68.4323,5.8337 L68.5528,5.8337 L68.6732,5.8337 L68.7937,5.8337 L68.9141,5.8337 L69.0346,5.8337 L69.155,5.8337 L69.2754,5.8337 L69.3959,5.8337 L69.5163,5.8337 L69.6368,5.8337 L69.7572,5.8337 L69.8777,5.8337 L69.9981,5.8337 L70.1185,5.8337 L70.239,5.8337 L70.3594,5.8337 L70.4799,5.8337 L70.6003,5.8337 L70.7208,5.8337 L70.8412,5.8337 L70.9617,5.8337 L71.0821,5.8337 L71.2025,5.8337 L71.323,5.8337 L71.4435,5.8337 L71.5639,5.8337 L71.666,5.8337 L71.666,68.3356 C71.666,68.8791 71.6312,69.4143 71.5639,69.9395 C71.5315,70.1924 71.4908,70.4426 71.4435,70.6905 C71.4075,70.8792 71.3674,71.0665 71.323,71.2521 C71.2856,71.4084 71.2457,71.5637 71.2025,71.7177 C71.1646,71.8528 71.1244,71.9869 71.0821,72.1201 C71.0438,72.2407 71.0035,72.3603 70.9617,72.4793 C70.923,72.5894 70.8828,72.6989 70.8412,72.8076 C70.8023,72.909 70.7623,73.0097 70.7208,73.1099 C70.6817,73.2043 70.6416,73.2982 70.6003,73.3914 C70.5612,73.4798 70.521,73.5675 70.4799,73.6548 C70.4406,73.7382 70.4005,73.8211 70.3594,73.9034 C70.3201,73.9823 70.2799,74.0608 70.239,74.1388 C70.1995,74.214 70.1595,74.2887 70.1185,74.363 C70.0789,74.4348 70.0391,74.5063 69.9981,74.5772 C69.9587,74.6455 69.9184,74.7134 69.8777,74.7809 C69.8382,74.8464 69.7979,74.9111 69.7572,74.9758 C69.7176,75.0388 69.6775,75.1015 69.6368,75.1637 C69.597,75.2246 69.5572,75.2856 69.5163,75.3457 C69.4767,75.404 69.4364,75.4618 69.3959,75.5194 C69.3563,75.5757 69.316,75.6315 69.2754,75.6872 C69.2356,75.7419 69.1956,75.7965 69.155,75.8505 C69.1153,75.9032 69.0751,75.9554 69.0346,76.0075 C68.9949,76.0585 68.9545,76.109 68.9141,76.1593 C68.8742,76.209 68.8344,76.2586 68.7937,76.3077 C68.754,76.3556 68.7136,76.4029 68.6732,76.4503 C68.6334,76.4969 68.5933,76.543 68.5528,76.589 C68.5128,76.6344 68.4729,76.6799 68.4323,76.7248 C68.3926,76.7686 68.3521,76.8116 68.3119,76.8549 C68.2719,76.8978 68.232,76.9409 68.1914,76.9833 C68.1516,77.0248 68.1113,77.0656 68.071,77.1065 C68.0311,77.147 67.9911,77.1872 67.9506,77.2272 C67.9107,77.2667 67.8706,77.3059 67.8301,77.3449 C67.7903,77.3832 67.75,77.421 67.7097,77.4588 C67.6696,77.4963 67.6297,77.5341 67.5892,77.5711 C67.5494,77.6074 67.509,77.643 67.4687,77.6788 C67.4286,77.7145 67.3889,77.7505 67.3483,77.7856 C67.3085,77.8201 67.268,77.8537 67.2278,77.8876 C67.1877,77.9215 67.1479,77.9557 67.1074,77.989 C67.0676,78.0218 67.0271,78.0537 66.987,78.086 C66.9469,78.1182 66.907,78.1507 66.8665,78.1824 C66.8267,78.2136 66.7863,78.244 66.7461,78.2747 C66.706,78.3053 66.6661,78.3361 66.6256,78.3663 C66.5858,78.396 66.5454,78.425 66.5052,78.4542 C66.4651,78.4833 66.4252,78.5128 66.3847,78.5414 C66.3449,78.5696 66.3045,78.5971 66.2643,78.6249 C66.2242,78.6527 66.1843,78.6808 66.1438,78.7081 C66.104,78.7349 66.0636,78.761 66.0234,78.7874 C65.9833,78.8138 65.9435,78.8407 65.903,78.8666 C65.8631,78.8922 65.8226,78.9168 65.7825,78.9419 C65.7424,78.967 65.7025,78.9924 65.6621,79.017 C65.6222,79.0413 65.5818,79.0648 65.5416,79.0887 C65.5015,79.1125 65.4615,79.1365 65.4212,79.1599 C65.3812,79.183 65.341,79.2057 65.3007,79.2284 L65.1803,79.2957 L65.0598,79.361 L64.9394,79.4245 C64.8993,79.4454 64.8593,79.4664 64.819,79.4869 C64.779,79.5072 64.7388,79.5269 64.6985,79.5468 C64.6584,79.5667 64.6185,79.587 64.5781,79.6064 C64.5382,79.6256 64.4977,79.6439 64.4576,79.6627 C64.4175,79.6815 64.3775,79.7007 64.3372,79.719 C64.2972,79.7372 64.2568,79.7547 64.2167,79.7725 L64.0963,79.8251 L63.9758,79.8762 L63.8554,79.9255 C63.8152,79.9418 63.7752,79.9584 63.7349,79.9743 C63.695,79.99 63.6546,80.0047 63.6145,80.02 C63.5743,80.0353 63.5344,80.0509 63.494,80.0658 C63.454,80.0806 63.4138,80.0947 63.3736,80.1091 L63.2531,80.1516 L63.1327,80.1928 C63.0927,80.2062 63.0524,80.2189 63.0122,80.2319 C62.972,80.2449 62.9321,80.2585 62.8918,80.271 C62.8519,80.2835 62.8115,80.295 62.7714,80.3071 L62.6509,80.3429 L62.5305,80.3772 C62.4904,80.3884 62.4502,80.3991 62.41,80.4098 C62.3698,80.4206 62.33,80.432 62.2896,80.4424 C62.2496,80.4527 62.2093,80.4619 62.1691,80.4718 C62.129,80.4817 62.0889,80.4917 62.0487,80.5012 L61.9282,80.529 L61.8078,80.5552 C61.7676,80.5638 61.7277,80.5731 61.6874,80.5814 C61.6474,80.5896 61.607,80.5968 61.5669,80.6046 L61.4465,80.6276 L61.326,80.6493 C61.286,80.6563 61.2458,80.6627 61.2056,80.6693 C61.1654,80.6759 61.1254,80.683 61.0851,80.6892 C61.0451,80.6954 61.0048,80.7007 60.9647,80.7065 L60.8442,80.7234 C60.8041,80.7288 60.764,80.7343 60.7238,80.7393 C60.6838,80.7443 60.6435,80.7485 60.6034,80.7531 C60.5632,80.7577 60.5232,80.7627 60.4829,80.7669 C60.4429,80.7711 60.4027,80.7747 60.3625,80.7785 L60.242,80.7893 C60.2018,80.7927 60.1619,80.7968 60.1216,80.7998 C60.0816,80.8028 60.0413,80.8048 60.0011,80.8074 L59.8806,80.8151 L59.7602,80.8215 C59.7202,80.8234 59.6799,80.8245 59.6398,80.826 C59.5996,80.8275 59.5595,80.8294 59.5193,80.8306 C59.4793,80.8317 59.4391,80.8321 59.3989,80.8329 L59.2784,80.8345 C59.2409,80.8348 59.2036,80.8359 59.166,80.8359 L59.158,80.8359 L59.0375,80.8359 L58.9171,80.8359 L58.7966,80.8359 L58.6762,80.8359 L58.5558,80.8359 L58.4353,80.8359 L58.3149,80.8359 L58.1944,80.8359 L58.074,80.8359 L57.9535,80.8359 L57.8331,80.8359 L57.7126,80.8359 L57.5922,80.8359 L57.4718,80.8359 L57.3513,80.8359 L57.2309,80.8359 L57.1104,80.8359 L56.99,80.8359 L56.8695,80.8359 L56.7491,80.8359 L56.6287,80.8359 L56.5082,80.8359 L56.3878,80.8359 L56.2673,80.8359 L56.1468,80.8359 L56.0264,80.8359 L55.9059,80.8359 L55.7855,80.8359 L55.665,80.8359 L55.5446,80.8359 L55.4242,80.8359 L55.3037,80.8359 L55.1833,80.8359 L55.0628,80.8359 L54.9424,80.8359 L54.8219,80.8359 L54.7015,80.8359 L54.5811,80.8359 L54.4606,80.8359 L54.3402,80.8359 L54.2197,80.8359 L54.0993,80.8359 L53.9788,80.8359 L53.8584,80.8359 L53.7379,80.8359 L53.6175,80.8359 L53.4971,80.8359 L53.3766,80.8359 L53.2562,80.8359 L53.1357,80.8359 L53.0153,80.8359 L52.8948,80.8359 L52.7744,80.8359 L52.6539,80.8359 L52.5334,80.8359 L52.413,80.8359 L52.2926,80.8359 L52.1721,80.8359 L52.0517,80.8359 L51.9312,80.8359 L51.8108,80.8359 L51.6903,80.8359 L51.5699,80.8359 L51.4495,80.8359 L51.329,80.8359 L51.2086,80.8359 L51.0881,80.8359 L50.9677,80.8359 L50.8472,80.8359 L50.7268,80.8359 L50.6063,80.8359 L50.4859,80.8359 L50.3654,80.8359 L50.245,80.8359 L50.1245,80.8359 L50.0041,80.8359 L49.8837,80.8359 L49.7632,80.8359 L49.6428,80.8359 L49.5223,80.8359 L49.4019,80.8359 L49.2814,80.8359 L49.161,80.8359 L49.0405,80.8359 L48.9201,80.8359 L48.7996,80.8359 L48.6792,80.8359 L48.5587,80.8359 L48.4383,80.8359 L48.3179,80.8359 L48.1974,80.8359 L48.077,80.8359 L47.9565,80.8359 L47.8361,80.8359 L47.7156,80.8359 L47.5952,80.8359 L47.4747,80.8359 L47.3543,80.8359 L47.2339,80.8359 L47.1134,80.8359 L46.993,80.8359 L46.8725,80.8359 L46.7521,80.8359 L46.6316,80.8359 L46.5112,80.8359 L46.3907,80.8359 L46.2703,80.8359 L46.1498,80.8359 L46.0294,80.8359 L45.9089,80.8359 L45.7885,80.8359 L45.6681,80.8359 L45.5476,80.8359 L45.4272,80.8359 L45.3067,80.8359 L45.1863,80.8359 L45.0658,80.8359 L44.9454,80.8359 L44.8249,80.8359 L44.7045,80.8359 L44.584,80.8359 L44.4636,80.8359 L44.3431,80.8359 L44.2227,80.8359 L44.1024,80.8359 L43.9819,80.8359 L43.8615,80.8359 L43.741,80.8359 L43.6206,80.8359 L43.5001,80.8359 L43.3797,80.8359 L43.2592,80.8359 L43.1388,80.8359 L43.0183,80.8359 L42.8979,80.8359 L42.7774,80.8359 L42.657,80.8359 L42.5366,80.8359 L42.4161,80.8359 L42.2957,80.8359 L42.1752,80.8359 L42.0548,80.8359 L41.9343,80.8359 L41.8139,80.8359 L41.6935,80.8359 L41.573,80.8359 L41.4526,80.8359 L41.3321,80.8359 L41.2116,80.8359 L41.0912,80.8359 L40.8326,80.8359 L40.8326,51.9741 C40.917,52.0465 41.0034,52.118 41.0912,52.189 C41.131,52.2212 41.1712,52.2532 41.2116,52.285 C41.2515,52.3164 41.2916,52.3477 41.3321,52.3788 C41.3721,52.4094 41.412,52.44 41.4526,52.4704 C41.4923,52.5001 41.5327,52.5294 41.573,52.5588 C41.6128,52.5878 41.6531,52.6167 41.6935,52.6454 C41.7334,52.6737 41.7734,52.702 41.8139,52.7301 L41.9343,52.8126 C41.9741,52.8395 42.0144,52.8662 42.0548,52.8928 L42.1752,52.9714 C42.2151,52.9972 42.2552,53.0229 42.2957,53.0484 C42.3354,53.0734 42.3758,53.0982 42.4161,53.123 L42.5366,53.1963 C42.5766,53.2203 42.6166,53.2443 42.657,53.268 C42.6968,53.2914 42.7371,53.3144 42.7774,53.3375 L42.8979,53.406 L43.0183,53.4727 L43.1388,53.5379 C43.1788,53.5593 43.2187,53.5809 43.2592,53.6021 C43.299,53.623 43.3394,53.6435 43.3797,53.6641 L43.5001,53.7253 L43.6206,53.7852 L43.741,53.8434 C43.7811,53.8626 43.821,53.882 43.8615,53.901 L43.9819,53.9566 L44.1024,54.0117 L44.2227,54.065 L44.3431,54.1176 L44.4636,54.169 L44.584,54.2192 L44.7045,54.2686 L44.8249,54.3166 L44.9454,54.3642 L45.0658,54.41 C45.1059,54.4252 45.1458,54.4406 45.1863,54.4556 L45.3067,54.4995 C45.3468,54.5141 45.3867,54.529 45.4272,54.5434 C45.467,54.5576 45.5075,54.5713 45.5476,54.5853 L45.6681,54.6273 L45.7885,54.6676 C45.8286,54.681 45.8684,54.6947 45.9089,54.7079 C45.9487,54.721 45.9892,54.7336 46.0294,54.7465 L46.1498,54.7851 L46.2703,54.8221 L46.3907,54.859 L46.5112,54.8945 L46.6316,54.9297 L46.7521,54.9639 L46.8725,54.9976 L46.993,55.0304 L47.1134,55.0625 L47.2339,55.0941 L47.3543,55.1247 L47.4747,55.155 L47.5952,55.1842 L47.7156,55.2134 L47.8361,55.2412 L47.9565,55.2688 L48.077,55.2956 L48.1974,55.3219 L48.3179,55.3478 L48.4383,55.3726 L48.5587,55.3975 L48.6792,55.4211 L48.7996,55.4446 L48.9201,55.4674 L49.0405,55.4896 L49.161,55.5116 L49.2814,55.5325 L49.4019,55.5533 L49.5223,55.5734 L49.6428,55.593 L49.7632,55.6124 L49.8837,55.6307 L50.0041,55.6491 L50.1245,55.6667 L50.245,55.6838 L50.3654,55.7008 L50.4859,55.7167 L50.6063,55.7326 L50.7268,55.748 L50.8472,55.7627 L50.9677,55.7775 L51.0881,55.7913 L51.2086,55.8048 L51.329,55.8183 L51.4495,55.8307 L51.5699,55.8431 L51.6903,55.8551 L51.8108,55.8664 L51.9312,55.8777 L52.0517,55.8883 L52.1721,55.8985 L52.2926,55.9087 L52.413,55.918 L52.5334,55.9271 L52.6539,55.9363 L52.7744,55.9444 L52.8948,55.9525 L53.0153,55.9605 L53.1357,55.9675 L53.2562,55.9745 L53.3766,55.9814 L53.4971,55.9873 L53.6175,55.9933 L53.7379,55.9992 L53.8584,56.0041 L53.9788,56.0091 L54.0993,56.0139 L54.2197,56.0179 L54.3402,56.0219 L54.4606,56.0258 L54.5811,56.0288 L54.7015,56.0318 L54.8219,56.0348 L54.9424,56.0369 L55.0628,56.0389 L55.1833,56.041 L55.3037,56.0422 L55.4242,56.0433 L55.5446,56.0444 L55.665,56.0449 L55.7855,56.0451 L55.9059,56.0453 L56.0264,56.045 L56.1468,56.0443 L56.2673,56.0436 L56.3878,56.0426 L56.5082,56.041 L56.6287,56.0394 L56.7491,56.0378 L56.8695,56.0353 L56.99,56.0329 L57.1104,56.0304 L57.2309,56.0273 L57.3513,56.024 L57.4718,56.0206 L57.5922,56.017 L57.7126,56.0128 L57.8331,56.0087 L57.9535,56.0045 L58.074,55.9995 L58.1944,55.9945 L58.3149,55.9895 L58.3737,55.987 L58.4353,55.984 L58.5558,55.9782 L58.6762,55.9718 L58.7966,55.9652 L58.9171,55.9579 L59.0375,55.9505 L59.158,55.9424 L59.2784,55.9342 L59.3989,55.9253 L59.5193,55.9163 L59.6398,55.9067 L59.7602,55.8969 L59.8806,55.8866 L60.0011,55.876 L60.1216,55.8651 L60.242,55.8537 L60.3625,55.8422 L60.4829,55.8301 L60.6034,55.818 L60.7238,55.8052 L60.8442,55.7923 L60.9647,55.779 L61.0851,55.7654 L61.2056,55.7515 L61.326,55.7373 L61.4465,55.7228 L61.5669,55.708 L61.6874,55.6929 L61.8078,55.6775 L61.9282,55.662 L62.0487,55.6459 L62.1691,55.6297 L62.2896,55.6132 L62.41,55.5964 L62.5305,55.5794 L62.6509,55.562 L62.7714,55.5445 L62.8918,55.5265 L63.0122,55.5084 L63.1327,55.4901 L63.2531,55.4714 L63.3736,55.4525 L63.494,55.4333 L63.6145,55.414 L63.7349,55.3944 L63.8554,55.3744 L63.9758,55.3543 L64.0963,55.3339 L64.2167,55.3133 L64.3372,55.2924 L64.4576,55.2713 L64.5781,55.2499 L64.6985,55.2283 L64.819,55.2065 L64.9394,55.1845 L65.0598,55.1622 L65.1803,55.1396 L65.3007,55.1168 L65.4212,55.0938 L65.5416,55.0706 L65.6621,55.0471 L65.7825,55.0234 L65.903,54.9995 L66.0234,54.9753 L66.1438,54.9509 L66.2643,54.9262 L66.3847,54.9012 L66.5052,54.8761 L66.6256,54.8508 L66.7461,54.825 L66.8665,54.7992 L66.987,54.773 L67.1074,54.7466 L67.2278,54.7199 L67.3483,54.693 L67.4687,54.6657 L67.5892,54.6381 L67.7097,54.6102 L67.8301,54.5819 L67.9506,54.5533 L68.071,54.5243 L68.1908,54.4947 L68.1908,49.2069 L68.071,49.2665 L67.9506,49.326 L67.8301,49.3849 L67.7097,49.4433 L67.5892,49.5013 L67.4687,49.5586 L67.3483,49.6152 L67.2278,49.6714 L67.1074,49.7269 L66.987,49.7819 L66.8665,49.8362 L66.7461,49.89 L66.6256,49.943 L66.5052,49.9954 L66.3847,50.0473 L66.2643,50.0985 L66.1438,50.1491 L66.0234,50.1991 L65.903,50.2483 L65.7825,50.2969 L65.6621,50.3449 L65.5416,50.3923 L65.4212,50.4388 L65.3007,50.4848 L65.1803,50.53 L65.0598,50.5746 L64.9394,50.6185 L64.819,50.6618 L64.6985,50.7044 L64.5781,50.7463 L64.4576,50.7874 L64.3372,50.8279 L64.2167,50.8678 L64.0963,50.9069 L63.9758,50.9454 L63.8554,50.9832 L63.7349,51.0202 L63.6145,51.0566 L63.494,51.0924 L63.3736,51.1274 L63.2531,51.1618 L63.1327,51.1953 L63.0122,51.2283 L62.8918,51.2606 L62.7714,51.2922 L62.6509,51.3231 L62.5305,51.3533 L62.41,51.3828 L62.2896,51.4118 L62.1691,51.44 L62.0487,51.4674 L61.9282,51.4943 L61.8078,51.5205 L61.6874,51.546 L61.5669,51.5707 L61.4465,51.5949 L61.326,51.6185 L61.2056,51.6412 L61.0851,51.6633 L60.9647,51.6848 L60.8442,51.7057 L60.7238,51.7257 L60.6034,51.7452 L60.4829,51.7642 L60.3625,51.7823 L60.242,51.7998 L60.1216,51.8168 L60.0011,51.833 L59.8806,51.8485 L59.7602,51.8635 L59.6398,51.8779 L59.5193,51.8915 L59.3989,51.9045 L59.2784,51.917 L59.158,51.9286 L59.0375,51.9398 L58.9171,51.9504 L58.7966,51.9602 L58.7236,51.966 L58.6762,51.9692 L58.5558,51.9773 L58.4353,51.9853 L58.3149,51.9918 L58.1944,51.9979 L58.074,52.0035 L57.9535,52.0074 L57.8331,52.0113 L57.7126,52.0139 L57.5922,52.0157 L57.4718,52.0172 C57.4314,52.0174 57.3915,52.0169 57.3513,52.0168 L57.2309,52.0164 L57.1104,52.0146 L56.99,52.012 L56.8695,52.0089 C56.8291,52.0076 56.7892,52.0056 56.7491,52.004 C56.709,52.0024 56.6686,52.0011 56.6287,51.9991 L56.5082,51.9924 L56.3878,51.9852 L56.2673,51.9769 L56.1468,51.9673 C56.1067,51.964 56.0663,51.9612 56.0264,51.9575 C55.986,51.9538 55.9461,51.9494 55.9059,51.9454 L55.7855,51.9333 L55.665,51.9193 L55.5446,51.9047 L55.4242,51.8888 L55.3037,51.8717 C55.2635,51.8658 55.2232,51.8601 55.1833,51.8538 C55.1429,51.8475 55.1029,51.8406 55.0628,51.8339 C55.0227,51.8272 54.9822,51.821 54.9424,51.8139 C54.9019,51.8067 54.8621,51.7988 54.8219,51.7913 C54.7818,51.7838 54.7413,51.7767 54.7015,51.7688 C54.661,51.7608 54.6213,51.752 54.5811,51.7436 C54.5409,51.7352 54.5005,51.7271 54.4606,51.7183 C54.4202,51.7094 54.3802,51.6999 54.3402,51.6906 L54.2197,51.6623 C54.1793,51.6525 54.1393,51.6421 54.0993,51.6319 C54.059,51.6216 54.0187,51.6114 53.9788,51.6007 C53.9384,51.5899 53.8984,51.5786 53.8584,51.5674 C53.8181,51.5561 53.7778,51.5448 53.7379,51.533 C53.6975,51.5211 53.6575,51.5088 53.6175,51.4965 C53.5772,51.4841 53.537,51.4717 53.4971,51.4589 C53.4567,51.4459 53.4166,51.4325 53.3766,51.4191 C53.3364,51.4056 53.296,51.3921 53.2562,51.3782 C53.2157,51.3641 53.1758,51.3494 53.1357,51.3348 C53.0955,51.3201 53.0551,51.3056 53.0153,51.2905 C52.9748,51.2751 52.9349,51.2591 52.8948,51.2432 C52.8546,51.2273 52.8142,51.2116 52.7744,51.1953 C52.7338,51.1786 52.694,51.1611 52.6539,51.1439 C52.6136,51.1266 52.5732,51.1095 52.5334,51.0917 C52.4929,51.0736 52.453,51.0548 52.413,51.0362 C52.3727,51.0174 52.3324,50.9986 52.2926,50.9794 C52.2522,50.9598 52.212,50.9399 52.1721,50.9198 C52.1317,50.8994 52.0916,50.8787 52.0517,50.8578 C52.0114,50.8367 51.9709,50.8158 51.9312,50.7941 C51.8906,50.772 51.8508,50.7492 51.8108,50.7265 C51.7705,50.7036 51.7301,50.6808 51.6903,50.6573 C51.6498,50.6334 51.6098,50.609 51.5699,50.5846 C51.5294,50.5598 51.4894,50.5344 51.4495,50.509 C51.4092,50.4833 51.3686,50.4577 51.329,50.4314 C51.2883,50.4044 51.2486,50.3765 51.2086,50.3488 C51.1681,50.3208 51.1279,50.2924 51.0881,50.2637 C51.0477,50.2346 51.0073,50.2055 50.9677,50.1757 C50.927,50.1451 50.8871,50.1138 50.8472,50.0825 C50.8067,50.0507 50.7666,50.0187 50.7268,49.9862 C50.6864,49.9531 50.6459,49.9202 50.6063,49.8863 C50.5656,49.8515 50.5257,49.816 50.4859,49.7804 C50.4452,49.7441 50.4052,49.7073 50.3654,49.6701 C50.3249,49.6322 50.2846,49.594 50.245,49.5553 C50.2045,49.5157 50.164,49.4761 50.1245,49.4356 C50.0837,49.3938 50.0438,49.3511 50.0041,49.3083 C49.9633,49.2644 49.9233,49.2199 49.8837,49.175 C49.8429,49.1288 49.8027,49.0821 49.7632,49.0349 C49.7225,48.9863 49.6823,48.9372 49.6428,48.8875 C49.602,48.8361 49.5617,48.7841 49.5223,48.7315 C49.4815,48.6771 49.4412,48.6222 49.4019,48.5665 C49.361,48.5086 49.3207,48.4501 49.2814,48.3908 C49.2404,48.3289 49.2003,48.2663 49.161,48.203 C49.1198,48.1366 49.0797,48.0693 49.0405,48.0014 C48.9992,47.9299 48.9592,47.8573 48.9201,47.784 C48.8786,47.7063 48.8386,47.6275 48.7996,47.5479 C48.7581,47.4631 48.7179,47.3771 48.6792,47.2902 C48.6376,47.1967 48.5971,47.1023 48.5587,47.0063 C48.5163,46.9002 48.4767,46.792 48.4383,46.6828 C48.3958,46.5617 48.3555,46.4391 48.3179,46.3143 C48.2744,46.1696 48.2341,46.0225 48.1974,45.8729 C48.1518,45.6868 48.112,45.4967 48.077,45.3031 C48.0251,45.0161 47.9847,44.7211 47.9565,44.4181 C47.9241,44.0682 47.9075,43.7077 47.9075,43.3368 C47.9075,42.9657 47.9241,42.605 47.9565,42.2548 C47.9847,41.9517 48.0251,41.6566 48.077,41.3694 C48.112,41.1758 48.1518,40.9854 48.1974,40.7992 C48.2341,40.6496 48.2744,40.5025 48.3179,40.3577 C48.3555,40.2329 48.3958,40.1101 48.4383,39.9889 C48.4767,39.8797 48.5163,39.7715 48.5587,39.6653 C48.5971,39.5692 48.6376,39.4748 48.6792,39.3812 C48.7179,39.2942 48.7581,39.2083 48.7996,39.1235 C48.8386,39.0438 48.8786,38.9649 48.9201,38.8872 C48.9592,38.8139 48.9992,38.7413 49.0405,38.6697 C49.0797,38.6017 49.1198,38.5344 49.161,38.468 C49.2003,38.4046 49.2404,38.342 49.2814,38.2801 C49.3207,38.2208 49.361,38.1623 49.4019,38.1043 C49.4412,38.0486 49.4815,37.9937 49.5223,37.9392 C49.5617,37.8866 49.602,37.8347 49.6428,37.7832 C49.6823,37.7335 49.7225,37.6844 49.7632,37.6358 C49.8027,37.5885 49.8429,37.5418 49.8837,37.4956 C49.9233,37.4507 49.9633,37.406 50.0041,37.3621 C50.0438,37.3194 50.0837,37.2766 50.1245,37.2348 C50.164,37.1943 50.2045,37.1546 50.245,37.115 C50.2846,37.0763 50.3249,37.0381 50.3654,37.0002 C50.4052,36.9631 50.4452,36.9261 50.4859,36.8898 C50.5257,36.8543 50.5656,36.8187 50.6063,36.7839 C50.6459,36.7501 50.6864,36.7171 50.7268,36.684 C50.7666,36.6515 50.8067,36.6194 50.8472,36.5876 C50.8871,36.5562 50.927,36.5249 50.9677,36.4943 C51.0073,36.4645 51.0477,36.4354 51.0881,36.4063 C51.1279,36.3775 51.1681,36.3493 51.2086,36.3212 C51.2486,36.2935 51.2883,36.2656 51.329,36.2386 C51.3686,36.2122 51.4092,36.1866 51.4495,36.1609 C51.4894,36.1354 51.5294,36.1101 51.5699,36.0853 C51.6098,36.0608 51.6498,36.0365 51.6903,36.0126 C51.7301,35.9891 51.7705,35.9663 51.8108,35.9434 C51.8508,35.9207 51.8906,35.8979 51.9312,35.8758 C51.9709,35.8541 52.0114,35.8331 52.0517,35.812 C52.0916,35.7911 52.1317,35.7704 52.1721,35.75 C52.212,35.7299 52.2522,35.71 52.2926,35.6904 C52.3324,35.6711 52.3727,35.6523 52.413,35.6335 C52.453,35.6149 52.4929,35.5961 52.5334,35.578 C52.5732,35.5602 52.6136,35.5431 52.6539,35.5258 C52.694,35.5085 52.7338,35.4911 52.7744,35.4744 C52.8142,35.458 52.8546,35.4423 52.8948,35.4264 C52.9349,35.4105 52.9748,35.3945 53.0153,35.3791 C53.0551,35.364 53.0955,35.3495 53.1357,35.3348 C53.1758,35.3202 53.2157,35.3055 53.2562,35.2913 C53.296,35.2774 53.3364,35.2639 53.3766,35.2504 C53.4166,35.237 53.4567,35.2236 53.4971,35.2106 C53.537,35.1978 53.5772,35.1854 53.6175,35.173 C53.6575,35.1607 53.6975,35.1485 53.7379,35.1366 L53.8584,35.1022 C53.8984,35.091 53.9384,35.0796 53.9788,35.0688 C54.0187,35.0581 54.059,35.0479 54.0993,35.0376 C54.1393,35.0274 54.1793,35.017 54.2197,35.0072 L54.3402,34.9789 C54.3802,34.9696 54.4202,34.9601 54.4606,34.9512 C54.5005,34.9424 54.5409,34.9342 54.5811,34.9258 C54.6213,34.9174 54.661,34.9086 54.7015,34.9006 C54.7413,34.8927 54.7818,34.8856 54.8219,34.8781 C54.8621,34.8706 54.9019,34.8627 54.9424,34.8555 C54.9822,34.8484 55.0227,34.8422 55.0628,34.8355 C55.1029,34.8288 55.1429,34.8219 55.1833,34.8156 L55.3037,34.7977 L55.4242,34.7805 L55.5446,34.7646 L55.665,34.75 L55.7855,34.736 L55.9059,34.7239 C55.9461,34.7199 55.986,34.7155 56.0264,34.7118 C56.0663,34.7081 56.1067,34.7053 56.1468,34.702 L56.2673,34.6924 L56.3878,34.6841 L56.5082,34.6769 L56.6287,34.6702 C56.6686,34.6682 56.709,34.6669 56.7491,34.6653 C56.7892,34.6637 56.8291,34.6617 56.8695,34.6604 L56.99,34.6573 L57.1104,34.6547 L57.2309,34.6529 L57.3513,34.6525 C57.3915,34.6524 57.4314,34.6519 57.4718,34.6521 L57.5922,34.6536 L57.7126,34.6554 L57.8331,34.658 L57.9535,34.6619 L58.074,34.6658 L58.1944,34.6714 L58.3149,34.6775 L58.4353,34.684 L58.5558,34.692 L58.6762,34.7001 L58.7236,34.7033 L58.7966,34.7091 L58.9171,34.7187 L59.0375,34.7291 L59.158,34.7401 L59.2784,34.7516 L59.3989,34.7639 L59.5193,34.7768 L59.6398,34.7902 L59.7602,34.8043 L59.8806,34.8191 L60.0011,34.8344 L60.1216,34.8504 L60.242,34.8672 L60.3625,34.8844 L60.4829,34.9023 L60.6034,34.921 L60.7238,34.9403 L60.8442,34.9601 L60.9647,34.9808 L61.0851,35.0021 L61.2056,35.024 L61.326,35.0465 L61.4465,35.0698 L61.5669,35.0937 L61.6874,35.1183 L61.8078,35.1436 L61.9282,35.1696 L62.0487,35.1963 L62.1691,35.2235 L62.2896,35.2515 L62.41,35.2803 L62.5305,35.3097 L62.6509,35.3397 L62.7714,35.3705 L62.8918,35.402 L63.0122,35.4341 L63.1327,35.467 L63.2531,35.5006 L63.3736,35.5348 L63.494,35.5698 L63.6145,35.6055 L63.7349,35.6419 L63.8554,35.6789 L63.9758,35.7166 L64.0963,35.7551 L64.2167,35.7943 L64.3372,35.8342 L64.4576,35.8748 L64.5781,35.916 L64.6985,35.9579 L64.819,36.0007 L64.9394,36.0441 L65.0598,36.0881 L65.1803,36.1329 L65.3007,36.1784 L65.4212,36.2246 L65.5416,36.2714 L65.6621,36.3189 L65.7825,36.3671 L65.903,36.416 L66.0234,36.4656 L66.1438,36.5159 L66.2643,36.5668 L66.3847,36.6184 L66.5052,36.6706 L66.6256,36.7235 L66.7461,36.7769 L66.8665,36.8311 L66.987,36.8859 L67.1074,36.9413 L67.2278,36.9973 L67.3483,37.054 L67.4687,37.1112 L67.5892,37.169 L67.7097,37.2274 L67.8301,37.2864 L67.9506,37.3459 L68.071,37.406 L68.1908,37.4662 L68.1908,32.1746 L68.071,32.145 L67.9506,32.116 L67.8301,32.0874 L67.7097,32.0591 L67.5892,32.0312 L67.4687,32.0037 L67.3483,31.9764 L67.2278,31.9494 L67.1074,31.9228 L66.987,31.8963 L66.8665,31.8702 L66.7461,31.8444 L66.6256,31.8186 L66.5052,31.7933 L66.3847,31.7682 L66.2643,31.7433 L66.1438,31.7186 L66.0234,31.6942 L65.903,31.67 L65.7825,31.6461 L65.6621,31.6225 L65.5416,31.5989 L65.4212,31.5757 L65.3007,31.5527 L65.1803,31.53 L65.0598,31.5075 L64.9394,31.4852 L64.819,31.4632 L64.6985,31.4414 L64.5781,31.4198 L64.4576,31.3985 L64.3372,31.3774 L64.2167,31.3565 L64.0963,31.336 L63.9758,31.3156 L63.8554,31.2955 L63.7349,31.2756 L63.6145,31.256 L63.494,31.2367 L63.3736,31.2175 L63.2531,31.1987 L63.1327,31.18 L63.0122,31.1617 L62.8918,31.1436 L62.7714,31.1257 L62.6509,31.1082 L62.5305,31.0909 L62.41,31.0739 L62.2896,31.0572 L62.1691,31.0407 L62.0487,31.0245 L61.9282,31.0085 L61.8078,30.993 L61.6874,30.9776 L61.5669,30.9625 L61.4465,30.9477 L61.326,30.9333 L61.2056,30.9192 L61.0851,30.9053 L60.9647,30.8918 L60.8442,30.8785 L60.7238,30.8657 L60.6034,30.853 L60.4829,30.8409 L60.3625,30.8289 L60.242,30.8173 L60.1216,30.806 L60.0011,30.7952 L59.8806,30.7846 L59.7602,30.7744 L59.6398,30.7646 L59.5193,30.7551 L59.3989,30.7462 L59.2784,30.7373 L59.158,30.7292 L59.0375,30.7211 L58.9171,30.7138 L58.7966,30.7066 L58.6762,30.7 L58.5558,30.6937 L58.4353,30.6879 L58.3737,30.685 L58.3149,30.6825 L58.1944,30.6775 L58.074,30.6725 L57.9535,30.6675 L57.8331,30.6633 L57.7126,30.6592 L57.5922,30.655 L57.4718,30.6514 L57.3513,30.648 L57.2309,30.6447 L57.1104,30.6416 L56.99,30.6391 L56.8695,30.6367 L56.7491,30.6342 L56.6287,30.6326 L56.5082,30.631 L56.3878,30.6294 L56.2673,30.6284 L56.1468,30.6278 L56.0264,30.6271 L55.9059,30.6268 L55.7855,30.627 L55.665,30.6272 L55.5446,30.6276 L55.4242,30.6287 L55.3037,30.6299 L55.1833,30.6311 L55.0628,30.6332 L54.9424,30.6352 L54.8219,30.6373 L54.7015,30.6403 L54.5811,30.6433 L54.4606,30.6463 L54.3402,30.6502 L54.2197,30.6542 L54.0993,30.6582 L53.9788,30.6631 L53.8584,30.6681 L53.7379,30.673 L53.6175,30.6789 L53.4971,30.6849 L53.3766,30.6908 L53.2562,30.6977 L53.1357,30.7047 L53.0153,30.7117 L52.8948,30.7197 L52.7744,30.7278 L52.6539,30.7359 L52.5334,30.7451 L52.413,30.7542 L52.2926,30.7636 L52.1721,30.7738 L52.0517,30.7839 L51.9312,30.7946 L51.8108,30.8059 L51.6903,30.8172 L51.5699,30.8292 L51.4495,30.8417 L51.329,30.8541 L51.2086,30.8676 L51.0881,30.8811 L50.9677,30.8949 L50.8472,30.9097 L50.7268,30.9244 L50.6063,30.9399 L50.4859,30.9558 L50.3654,30.9717 L50.245,30.9887 L50.1245,31.0058 L50.0041,31.0234 L49.8837,31.0418 L49.7632,31.0601 L49.6428,31.0795 L49.5223,31.0992 L49.4019,31.1193 L49.2814,31.1401 L49.161,31.161 L49.0405,31.183 L48.9201,31.2053 L48.7996,31.2281 L48.6792,31.2516 L48.5587,31.2752 L48.4383,31.3001 L48.3179,31.325 L48.1974,31.3508 L48.077,31.3771 L47.9565,31.4039 L47.8361,31.4316 L47.7156,31.4594 L47.5952,31.4886 L47.4747,31.5178 L47.3543,31.5481 L47.2339,31.5788 L47.1134,31.6104 L46.993,31.6426 L46.8725,31.6754 L46.7521,31.7091 L46.6316,31.7433 L46.5112,31.7786 L46.3907,31.8141 L46.2703,31.851 L46.1498,31.8881 L46.0294,31.9267 C45.9892,31.9396 45.9487,31.9522 45.9089,31.9653 L45.7885,32.0056 C45.7484,32.019 45.7079,32.0322 45.6681,32.0459 L45.5476,32.0879 L45.4272,32.1299 C45.3867,32.1443 45.3468,32.1592 45.3067,32.1738 C45.2665,32.1884 45.2261,32.2028 45.1863,32.2177 L45.0658,32.2634 C45.0256,32.2787 44.9852,32.2937 44.9454,32.3092 L44.8249,32.3568 L44.7045,32.4048 L44.584,32.4543 L44.4636,32.5045 L44.3431,32.5559 L44.2227,32.6085 L44.1024,32.6619 L43.9819,32.717 L43.8615,32.7726 C43.821,32.7916 43.7811,32.811 43.741,32.8302 L43.6206,32.8885 L43.5001,32.9484 L43.3797,33.0096 C43.3394,33.0303 43.299,33.0508 43.2592,33.0717 C43.2187,33.0929 43.1788,33.1145 43.1388,33.136 L43.0183,33.2012 L42.8979,33.2679 C42.8574,33.2906 42.8174,33.3135 42.7774,33.3365 C42.7371,33.3596 42.6968,33.3826 42.657,33.406 C42.6166,33.4297 42.5766,33.4537 42.5366,33.4777 C42.4961,33.502 42.456,33.5265 42.4161,33.5511 C42.3758,33.5759 42.3354,33.6007 42.2957,33.6257 C42.2552,33.6512 42.2151,33.677 42.1752,33.7027 L42.0548,33.7814 C42.0144,33.8081 41.9741,33.8346 41.9343,33.8616 L41.8139,33.9442 C41.7734,33.9723 41.7334,34.0006 41.6935,34.0289 C41.6531,34.0576 41.6128,34.0865 41.573,34.1156 C41.5327,34.145 41.4923,34.1743 41.4526,34.204 C41.412,34.2344 41.3721,34.265 41.3321,34.2957 C41.2916,34.3268 41.2515,34.3581 41.2116,34.3895 C41.1712,34.4213 41.131,34.4533 41.0912,34.4855 L41.0912,34.4854 L41.0912,34.4854 L41.0912,34.4854 Z" id="Shape" fill="url(#linearGradient-3)" sketch:type="MSShapeGroup"></path>
26
+ </g>
27
+ </g>
28
+ </svg>
skin/frontend/base/default/images/Mpay24/Mpay24/logos/MASTERCARD.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="128px" height="77px" viewBox="0 0 128 77" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch Beta 3.4.1 (15680) - http://www.bohemiancoding.com/sketch -->
4
+ <title>mastercard</title>
5
+ <desc>Created with Sketch Beta.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="mastercard" sketch:type="MSLayerGroup">
9
+ <g id="layer1" transform="translate(0.143134, 0.035935)" sketch:type="MSShapeGroup">
10
+ <g id="g63359" transform="translate(0.113608, 0.109071)">
11
+ <path d="M64.0395733,66.5132757 C70.8039058,72.6310949 79.7599885,76.3488966 89.588235,76.3488966 C110.611644,76.3488966 127.651883,59.3365244 127.651883,38.347546 C127.651883,17.3585609 110.611644,0.3462361 89.588235,0.3462361 C79.7599885,0.3462361 70.8039058,4.0639498 64.0395733,10.1818569 C56.3561812,17.1232269 51.5245868,27.1707045 51.5245868,38.347546 C51.5245868,49.5243808 56.3561812,59.5482526 64.0395733,66.5132757" id="path58344" fill="#E3B837"></path>
12
+ <path d="M123.64519,59.4541271 L123.78663,59.4541271 C123.833743,59.4541271 123.880904,59.4541271 123.928023,59.4306499 C123.975183,59.407132 123.998747,59.360049 123.998747,59.3130065 C123.998747,59.2659235 123.975183,59.218881 123.928023,59.1953158 C123.904507,59.171798 123.833743,59.171798 123.78663,59.171798 L123.64519,59.171798 L123.64519,59.4541271 L123.64519,59.4541271 L123.64519,59.4541271 Z M123.64519,60.0659091 L123.385995,60.0659091 L123.385995,58.983547 L123.857347,58.983547 C123.95158,58.983547 124.04586,58.983547 124.116624,59.0305894 C124.210904,59.1012377 124.257976,59.1953158 124.257976,59.3130065 C124.257976,59.4306499 124.1873,59.5482526 124.069463,59.5953357 L124.28158,60.0659091 L123.998747,60.0659091 L123.833743,59.6424187 L123.64519,59.6424187 L123.64519,60.0659091 L123.64519,60.0659091 L123.64519,60.0659091 Z M123.810139,60.4659762 C124.328699,60.4659762 124.752932,60.0424386 124.752932,59.5247754 C124.752932,59.0071122 124.328699,58.5835745 123.810139,58.5835745 C123.291722,58.5835745 122.867442,59.0071122 122.867442,59.5247754 C122.867442,60.0424386 123.291722,60.4659762 123.810139,60.4659762 L123.810139,60.4659762 L123.810139,60.4659762 Z M122.584609,59.5247754 C122.584609,58.8423385 123.126678,58.3012048 123.810139,58.3012048 C124.493696,58.3012048 125.035812,58.8423385 125.035812,59.5247754 C125.035812,60.2071176 124.493696,60.748346 123.810139,60.748346 C123.126678,60.748346 122.584609,60.2071176 122.584609,59.5247754 L122.584609,59.5247754 L122.584609,59.5247754 Z" id="path58346" fill="#E3B837"></path>
13
+ <path d="M64.0395733,66.5132757 C56.3561812,59.5482526 51.5245868,49.5243808 51.5245868,38.347546 C51.5245868,27.1707045 56.3561812,17.1232269 64.0395733,10.1818569" id="path58348" fill="#E3B837"></path>
14
+ <path d="M64.0395733,66.5132757 C56.3561812,59.5482526 51.5245868,49.5243808 51.5245868,38.347546 C51.5245868,27.1707045 56.3561812,17.1232269 64.0395733,10.1818569" id="path58350" stroke="#E3B837" stroke-width="3.54488127"></path>
15
+ <path d="M76.3425723,34.3238501 C76.2011322,32.9591115 75.9654121,31.6178502 75.6826198,30.3001947 L52.373045,30.3001947 C52.6794411,28.9354156 53.0565133,27.5942016 53.4807932,26.2764987 L74.5748783,26.2764987 C74.127042,24.8882423 73.5849732,23.5470284 72.9721877,22.2528095 L55.1069996,22.2528095 C55.7669522,20.8645464 56.4976214,19.5233324 57.2989261,18.2292015 L70.7803019,18.2292015 C69.9082331,16.8173326 68.9183754,15.4761186 67.8813507,14.2055055 L60.1979179,14.2055055 C61.3763422,12.7701661 62.6490803,11.4289454 64.0395733,10.1818569 C57.2753696,4.0639498 48.3191921,0.3462361 38.4909525,0.3462361 C17.467584,0.3462361 0.4272638,17.3585609 0.4272638,38.347546 C0.4272638,59.3365244 17.467584,76.3488966 38.4909525,76.3488966 C48.3191921,76.3488966 57.2753696,72.6310949 64.0395733,66.5132757 C65.4065913,65.2661399 66.7028451,63.924926 67.8813507,62.4895798 L60.1979179,62.4895798 C59.1372961,61.2189261 58.1945513,59.8777054 57.2989261,58.4658838 L70.7803019,58.4658838 C71.581654,57.1717529 72.3122758,55.8305389 72.9721877,54.4421946 L55.1069996,54.4421946 C54.4942073,53.1245391 53.9521385,51.806843 53.4807932,50.4185392 L74.5748783,50.4185392 C75.0227147,49.1008431 75.3997869,47.7596292 75.6826198,46.3948433 C75.9654121,45.0771472 76.2011322,43.7359332 76.3425723,42.3712352 C76.4839245,41.0534985 76.5546886,39.7122373 76.5546886,38.347546 C76.5546886,36.9827601 76.4839245,35.6415462 76.3425723,34.3238501" id="path58352" fill="#BE002E"></path>
16
+ <path d="M123.64519,47.0772802 L123.78663,47.0772802 C123.833743,47.0772802 123.880904,47.100798 123.928023,47.0772802 C123.975183,47.0301971 123.998747,46.9831547 123.998747,46.9360716 C123.998747,46.8890292 123.975183,46.8419461 123.928023,46.8419461 C123.904507,46.7949037 123.833743,46.818381 123.78663,46.818381 L123.64519,46.818381 L123.64519,47.0772802 L123.64519,47.0772802 L123.64519,47.0772802 Z M123.64519,47.6890689 L123.385995,47.6890689 L123.385995,46.6301773 L123.857347,46.6301773 C123.95158,46.6301773 124.04586,46.6301773 124.116624,46.6772603 C124.210904,46.7243028 124.257976,46.8419461 124.257976,46.9360716 C124.257976,47.0772802 124.1873,47.1714057 124.069463,47.2184008 L124.28158,47.6890689 L123.998747,47.6890689 L123.833743,47.2654838 L123.64519,47.2654838 L123.64519,47.6890689 L123.64519,47.6890689 L123.64519,47.6890689 Z M123.810139,48.0890414 C124.328699,48.0890414 124.752932,47.6655037 124.752932,47.1714057 C124.752932,46.6536952 124.328699,46.2301575 123.810139,46.2301575 C123.291722,46.2301575 122.867442,46.6536952 122.867442,47.1714057 C122.867442,47.6655037 123.291722,48.0890414 123.810139,48.0890414 L123.810139,48.0890414 L123.810139,48.0890414 Z M122.584609,47.1714057 C122.584609,46.4890161 123.126678,45.9242699 123.810139,45.9242699 C124.493696,45.9242699 125.035812,46.4890161 125.035812,47.1714057 C125.035812,47.8301895 124.493696,48.3949357 123.810139,48.3949357 C123.126678,48.3949357 122.584609,47.8301895 122.584609,47.1714057 L122.584609,47.1714057 L122.584609,47.1714057 Z" id="path58354" fill="#FFFFFF"></path>
17
+ <path d="M51.1003069,49.312612 C49.8275689,49.6655894 48.9319843,49.8302752 47.9891988,49.8302752 C46.0565895,49.8302752 44.8545682,48.6067451 44.8545682,46.3948433 C44.8545682,45.9478283 44.9016878,45.477167 44.9723639,44.983069 L45.2316878,43.4536041 L45.4202002,42.2064683 L47.2114506,31.5002069 L51.1945869,31.5002069 L50.7232348,33.8297521 L53.1979535,33.8297521 L52.608677,37.7827998 L50.1104493,37.7827998 L49.0498207,44.1830361 C49.0026604,44.4653652 48.9791446,44.7006925 48.9791446,44.8419011 C48.9791446,45.6419407 49.4033364,45.9948302 50.3932415,45.9948302 C50.8645869,45.9948302 51.2181907,45.9478283 51.6424232,45.8537096 L51.1003069,49.312612 L51.1003069,49.312612 L51.1003069,49.312612 Z" id="path58356" fill="#000000"></path>
18
+ <path d="M61.3998986,39.8534458 C61.4235025,39.5240336 61.4235025,39.2416571 61.4235025,39.0534535 C61.4235025,37.7827998 60.7164303,37.0298905 59.4672961,37.0298905 C58.1709474,37.0298905 57.2282026,38.0416517 56.8510898,39.8299279 L61.3998986,39.8534458 L61.3998986,39.8534458 L61.3998986,39.8534458 Z M63.8510542,49.1714034 C62.4369166,49.5949885 61.0699461,49.8067573 59.6322453,49.8067573 C55.2012795,49.8067573 52.608677,47.4066924 52.608677,42.7947323 C52.608677,37.4063452 55.6491158,33.4532095 59.8207645,33.4532095 C63.2146648,33.4532095 65.3830349,35.6651114 65.3830349,39.147579 C65.3830349,40.3005487 65.2416353,41.4299938 64.8880789,43.0065012 L56.6625774,43.0065012 C56.6389735,43.2653531 56.6389735,43.3594786 56.6389735,43.5006871 C56.6389735,45.3124812 57.8645513,46.2537227 60.2450376,46.2537227 C61.7298986,46.2537227 63.0497089,45.9478283 64.5345225,45.2653982 L63.8510542,49.1714034 L63.8510542,49.1714034 L63.8510542,49.1714034 Z" id="path58358" fill="#000000"></path>
19
+ <path d="M19.5651899,49.5243808 L15.4170978,49.5243808 L17.797584,34.7003453 L12.5181465,49.5243808 L9.6898307,49.5243808 L9.3363624,34.770953 L6.8615962,49.5243808 L2.8549035,49.5243808 L6.0838073,30.2296344 L12.0231974,30.2296344 L12.1881533,42.1829437 L16.194846,30.2296344 L22.7234583,30.2296344 L19.5651899,49.5243808 L19.5651899,49.5243808 L19.5651899,49.5243808 Z" id="path58360" fill="#000000"></path>
20
+ <path d="M32.7401697,49.5243808 L29.1813133,49.5243808 L29.2519894,47.9008377 C28.3563642,49.1008431 27.130827,49.7831921 24.9152967,49.7831921 C22.9119707,49.7831921 21.238604,48.0419583 21.238604,45.5007322 C21.238604,44.747735 21.3799968,44.0889106 21.5450002,43.4536041 C22.204946,41.0534985 24.6560609,39.5240336 28.403477,39.4534733 C28.8749172,39.4534733 29.6055458,39.4534733 30.2183313,39.5240336 C30.3596834,39.0063704 30.3832872,38.7946016 30.3832872,38.5122251 C30.3832872,37.4769055 29.5347816,37.1474459 27.6021723,37.1474459 C26.4237548,37.1474459 25.1038972,37.3357375 24.1846681,37.618114 L23.595439,37.7827998 L23.3597664,37.8298829 L23.925439,34.3238501 C25.8580822,33.7356266 27.2250595,33.4767747 28.733477,33.4767747 C32.2923808,33.4767747 34.1778637,35.0768405 34.1778637,38.0886874 C34.1778637,38.8652025 34.2486278,39.4534733 33.9657474,41.1947071 L33.1172825,46.7478206 L32.9522859,47.7596292 L32.858006,48.5361442 L32.7873299,49.0773253 L32.7401697,49.5243808 L32.7401697,49.5243808 L32.7401697,49.5243808 Z M29.4877094,42.535921 C29.0398731,42.488838 28.9691497,42.4653607 28.6627535,42.4653607 C26.3294817,42.4653607 25.1510168,43.3594786 25.1510168,44.8419011 C25.1510168,45.8301444 25.7166894,46.4419263 26.6358711,46.4419263 C28.6155932,46.4419263 29.416986,44.8419011 29.4877094,42.535921 L29.4877094,42.535921 L29.4877094,42.535921 Z" id="path58362" fill="#000000"></path>
21
+ <path d="M83.719609,33.9708727 C84.87447,33.9708727 85.958608,34.276767 87.419905,35.0297575 L88.103374,30.8413757 C87.726302,30.7002145 87.632022,30.6531721 87.089912,30.4648805 L85.392982,30.0413902 C84.87447,29.9001816 84.261678,29.8296213 83.5546124,29.8296213 C81.5041735,29.8296213 80.3021047,29.8530986 79.0529231,30.6296069 C78.3930586,31.0296267 77.5681501,31.6178502 76.6018082,32.676735 L76.1068523,32.5355265 L71.8880434,35.5239028 L72.1001596,33.8297521 L67.7163947,33.8297521 L65.1944751,49.5243808 L69.3426079,49.5243808 L70.850978,41.0770164 C70.850978,41.0770164 71.4402138,39.9240467 71.6994903,39.5711166 C72.4536754,38.5357903 73.1371843,38.5357903 74.0092057,38.5593149 L74.2920861,38.5593149 C74.1742091,39.4769911 74.1034856,40.4652277 74.1034856,41.5476845 C74.1034856,46.6772603 77.0260407,49.8538403 81.4805697,49.8538403 C82.6118675,49.8538403 83.601732,49.7126318 85.11019,49.312612 L85.840771,44.9124614 C84.473794,45.5712925 83.3660119,45.9007453 82.3290752,45.9007453 C79.9250325,45.9007453 78.4873385,44.1359463 78.4873385,41.1947071 C78.4873385,36.9592423 80.6320573,33.9708727 83.719609,33.9708727" id="path58364" fill="#000000"></path>
22
+ <path d="M113.604916,45.8301444 C112.214294,45.8301444 111.483672,44.794818 111.483672,42.7241247 C111.483672,39.6416769 112.827086,37.4533403 114.68906,37.4533403 C116.126754,37.4533403 116.880987,38.5357903 116.880987,40.5358354 C116.880987,43.6418077 115.537525,45.8301444 113.604916,45.8301444 L113.604916,45.8301444 L113.604916,45.8301444 Z M118.648633,30.2296344 L117.729451,35.7356717 C116.739546,34.2532898 115.561129,33.547335 113.958384,33.547335 C111.790061,33.547335 109.786742,34.770953 108.537601,37.1004508 L108.537601,37.0768856 L105.921402,35.5239028 L106.109955,33.8297521 L101.749753,33.8297521 L99.227874,49.5243808 L103.352403,49.5243808 L104.719421,41.0770164 C104.719421,41.0770164 105.78005,39.9005762 106.039279,39.5475514 C106.652071,38.7475591 107.33558,38.5827854 107.877649,38.5593149 C107.406297,39.877011 107.123464,41.4299938 107.123464,43.21827 C107.123464,47.1242753 109.17395,49.7126318 112.190737,49.7126318 C113.699196,49.7126318 114.877572,49.1949686 116.00887,47.971398 L115.796754,49.5243808 L119.709174,49.5243808 L122.843886,30.2296344 L118.648633,30.2296344 L118.648633,30.2296344 L118.648633,30.2296344 Z" id="path58366" fill="#000000"></path>
23
+ <path d="M97.837334,49.5243808 L94.278389,49.5243808 L94.349153,47.9008377 C93.453487,49.1008431 92.227903,49.7831921 90.012467,49.7831921 C88.032698,49.7831921 86.194328,48.0655168 86.217891,45.477167 C86.241488,41.7594533 89.046119,39.4534733 93.500648,39.4534733 C93.971993,39.4534733 94.702669,39.4534733 95.315454,39.5240336 C95.456895,39.0063704 95.480458,38.7946016 95.480458,38.5122251 C95.480458,37.4769055 94.631946,37.1474459 92.699343,37.1474459 C91.520878,37.1474459 90.20102,37.3357375 89.281839,37.618114 L88.716166,37.7827998 L88.45693,37.8298829 L89.046119,34.3238501 C90.978769,33.7356266 92.322183,33.4767747 93.830641,33.4767747 C97.389504,33.4767747 99.25143,35.0768405 99.25143,38.0886874 C99.25143,38.8652025 99.34571,39.4534733 99.062918,41.1947071 L98.214406,46.7478206 L98.073054,47.7596292 L97.955177,48.5361442 L97.884453,49.0773253 L97.837334,49.5243808 L97.837334,49.5243808 L97.837334,49.5243808 Z M94.584785,42.535921 C94.1606,42.488838 94.066273,42.4653607 93.759877,42.4653607 C91.426605,42.4653607 90.248181,43.3594786 90.248181,44.8419011 C90.248181,45.8301444 90.813813,46.4419263 91.732994,46.4419263 C93.712805,46.4419263 94.514109,44.8419011 94.584785,42.535921 L94.584785,42.535921 L94.584785,42.535921 Z" id="path58368" fill="#000000"></path>
24
+ <path d="M41.3663879,37.1945763 C42.16774,37.1945763 43.2754814,37.2651366 44.4774554,37.429863 L45.043128,33.8061869 C43.841066,33.6415011 42.3090853,33.5002925 41.3663879,33.5002925 C36.7468623,33.5002925 35.2148884,35.9474405 35.2148884,38.8416846 C35.2148884,40.7005617 36.13407,42.1123833 38.3023927,43.1477097 C39.9758135,43.9242248 40.2586465,44.065386 40.2586465,44.7712528 C40.2586465,45.7595841 39.4101815,46.3007178 37.7838871,46.3007178 C36.5583025,46.3007178 35.4034482,46.1125141 34.0835838,45.6889358 L33.6122384,49.2890941 L33.7065183,49.312612 L34.460744,49.4772978 C34.696376,49.5243808 35.0735363,49.5715112 35.5448884,49.6185063 C36.5112303,49.7126318 37.3596546,49.7597149 37.8781602,49.7597149 C42.4741293,49.7597149 44.3595716,47.9949564 44.3595716,44.5360135 C44.3595716,42.3947125 43.3461575,41.1240994 41.2720673,40.1829053 C39.5279772,39.3828656 39.3394648,39.2652223 39.3394648,38.5357903 C39.3630212,37.8063177 40.0936499,37.1945763 41.3663879,37.1945763" id="path58370" fill="#000000"></path>
25
+ <path d="M89.211163,29.6178525 L88.55121,33.8061869 C87.066397,33.0767549 86.005775,32.7708605 84.850914,32.7708605 C81.7633619,32.7708605 79.5950393,35.7356717 79.5950393,39.9946543 C79.5950393,42.9123757 81.0563372,44.6771747 83.4603799,44.6771747 C84.473794,44.6771747 85.605099,44.3712803 86.972076,43.6889381 L86.241488,48.0890414 C84.709473,48.5126196 83.7431722,48.6537402 82.5882637,48.6537402 C78.1337347,48.6537402 75.3762304,45.4536897 75.3762304,40.3241139 C75.3762304,33.4297322 79.1943633,28.6295212 84.662354,28.6295212 C85.369426,28.6295212 86.005775,28.7001694 86.52428,28.8178128 L88.22121,29.2413099 C88.739723,29.4296015 88.857606,29.4766439 89.211163,29.6178525" id="path58372" fill="#FFFFFF"></path>
26
+ <path d="M75.9419031,32.4885314 C75.82406,32.4649662 75.6826198,32.4649662 75.5411796,32.4649662 C74.1742091,32.4649662 73.4200173,33.1473152 72.1472792,35.0062396 L72.5008356,32.629652 L68.7769353,32.629652 L66.2550969,48.3008508 L70.3796327,48.3008508 C71.8644395,38.7239939 72.2651156,37.0533678 74.2449258,37.0533678 C74.3627621,37.0533678 74.3627621,37.0533678 74.5277181,37.0768856 C74.9048783,35.1944433 75.4233907,33.8061869 76.1068523,32.5355265 L75.9419031,32.4885314 L75.9419031,32.4885314 L75.9419031,32.4885314 Z" id="path58374" fill="#FFFFFF"></path>
27
+ <path d="M52.1373317,48.1126066 C51.006027,48.4655366 50.1339583,48.6067451 49.1912608,48.6067451 C47.0700104,48.6067451 45.9151494,47.4066924 45.9151494,45.1712727 C45.9151494,44.7242577 45.9623164,44.2535964 46.0329925,43.7594984 L46.2923096,42.2300267 L46.480822,41.0064561 L48.2720318,30.3001947 L52.373045,30.3001947 L51.9016523,32.629652 L54.022862,32.629652 L53.4571894,36.4415791 L51.336027,36.4415791 L50.251842,42.9830239 C50.2047224,43.2653531 50.1811253,43.4771219 50.1811253,43.6182899 C50.1811253,44.4418406 50.6053984,44.794818 51.571659,44.794818 C52.0430924,44.794818 52.4201646,44.747735 52.7029569,44.6301322 L52.1373317,48.1126066 L52.1373317,48.1126066 L52.1373317,48.1126066 Z" id="path58376" fill="#FFFFFF"></path>
28
+ <path d="M36.2755102,37.571031 C36.2755102,39.5475514 37.2418589,40.9123306 39.4101815,41.9476975 C41.083555,42.7241247 41.3428315,42.9594587 41.3428315,43.6653729 C41.3428315,44.6536095 40.6122029,45.1007124 38.9859491,45.1007124 C37.7368081,45.1007124 36.6054696,44.9124614 35.2856525,44.4653652 L34.7199799,48.0890414 L34.8849765,48.136165 L35.6627247,48.2772856 C35.8984448,48.3243754 36.2519131,48.3714111 36.7233465,48.4184941 C37.713211,48.5126196 38.4674367,48.5596147 39.0094648,48.5596147 C43.3697139,48.5596147 45.373128,46.8890292 45.373128,43.3123955 C45.373128,41.1711419 44.5246156,39.9005762 42.4741293,38.959328 C40.7300392,38.1593356 40.5414862,37.9945687 40.5414862,37.2651366 C40.5414862,36.4181018 41.2249951,35.9709989 42.5448054,35.9709989 C43.3697139,35.9709989 44.4774554,36.0650839 45.5144801,36.2062924 L46.1037566,32.5826163 C45.043128,32.4178831 43.4168742,32.2767219 42.4741293,32.2767219 C37.8546512,32.2767219 36.2519131,34.7003453 36.2755102,37.571031" id="path58378" fill="#FFFFFF"></path>
29
+ <path d="M114.665456,44.6065738 C116.598147,44.6065738 117.941568,42.4417955 117.941568,39.3357826 C117.941568,37.3357375 117.187376,36.2533281 115.749641,36.2533281 C113.887708,36.2533281 112.544294,38.4416648 112.544294,41.5241193 C112.544294,43.5712474 113.251359,44.6065738 114.665456,44.6065738 L114.665456,44.6065738 L114.665456,44.6065738 Z M120.769795,48.3008508 L116.857383,48.3008508 L117.069499,46.7713858 C115.914597,47.971398 114.759736,48.5126196 113.227762,48.5126196 C110.234531,48.5126196 108.254762,45.9242699 108.254762,41.9946994 C108.254762,36.7945565 111.318716,32.3944059 114.971852,32.3944059 C116.57459,32.3944059 117.800128,33.0531897 118.931473,34.5356595 L119.827051,29.029541 L123.904507,29.029541 L120.769795,48.3008508 L120.769795,48.3008508 L120.769795,48.3008508 Z" id="path58380" fill="#FFFFFF"></path>
30
+ <path d="M62.4605205,38.6299158 C62.4840362,38.3004562 62.4840362,38.0416517 62.4840362,37.8298829 C62.4840362,36.5592224 61.7534076,35.8297904 60.5278299,35.8297904 C59.2079722,35.8297904 58.2887838,36.8180743 57.8881551,38.6299158 L62.4605205,38.6299158 L62.4605205,38.6299158 L62.4605205,38.6299158 Z M64.7702426,47.971398 C63.356105,48.3949357 61.9891277,48.6067451 60.5278299,48.6067451 C55.9083449,48.6067451 53.5043496,46.1831218 53.5043496,41.5711617 C53.5043496,36.2062924 56.5682975,32.2296389 60.7399461,32.2296389 C64.1338465,32.2296389 66.3022165,34.441534 66.3022165,37.9240083 C66.3022165,39.0769713 66.1608238,40.2064638 65.8072673,41.806489 L57.581759,41.806489 C57.5581619,42.0417825 57.5345581,42.1594664 57.5345581,42.300587 C57.5345581,44.1124758 58.7602239,45.0301521 61.1641786,45.0301521 C62.6490803,45.0301521 63.9688973,44.7242577 65.4537109,44.0418276 L64.7702426,47.971398 L64.7702426,47.971398 L64.7702426,47.971398 Z" id="path58382" fill="#FFFFFF"></path>
31
+ <path d="M20.6022079,48.3008508 L16.4776789,48.3008508 L18.8345139,33.4767747 L13.5551713,48.3008508 L10.7504525,48.3008508 L10.3968961,33.5709002 L7.8986616,48.3008508 L4.033321,48.3008508 L7.2622722,29.029541 L13.2016149,29.029541 L13.3666115,40.959373 L17.3968199,29.029541 L23.8075959,29.029541 L20.6022079,48.3008508 L20.6022079,48.3008508 L20.6022079,48.3008508 Z" id="path58384" fill="#FFFFFF"></path>
32
+ <path d="M33.8007915,48.3008508 L30.3596834,48.3008508 L30.4540514,46.6772603 C29.3934295,47.971398 28.0028077,48.5831799 26.1173655,48.5831799 C23.878272,48.5831799 22.3462981,46.818381 22.3462981,44.3006794 C22.3462981,40.4652277 25.0095766,38.2534205 29.5819419,38.2534205 C30.053294,38.2534205 30.6661676,38.3004562 31.2789599,38.3711045 C31.3967555,37.853448 31.4439158,37.618114 31.4439158,37.3592621 C31.4439158,36.3004179 30.7132398,35.9239159 28.7806373,35.9239159 C27.6021723,35.9239159 26.2823147,36.0886491 25.363133,36.3709782 L24.797501,36.5356572 L24.4203882,36.6297827 L24.9860608,33.1003201 C27.0601035,32.512056 28.403477,32.2767219 29.9354983,32.2767219 C33.4707983,32.2767219 35.3563286,33.8532699 35.3563286,36.8651168 C35.3563286,37.6416319 35.2856525,38.2298959 35.026376,39.9711365 L34.1543479,45.5478152 L34.0129077,46.5360518 L33.9186346,47.3360915 L33.8479585,47.8772725 L33.8007915,48.3008508 L33.8007915,48.3008508 L33.8007915,48.3008508 Z M30.7839633,41.3123504 C30.3596834,41.2652674 30.171171,41.2652674 29.8647749,41.2652674 C27.5314556,41.2652674 26.3294817,42.0653477 26.3294817,43.6418077 C26.3294817,44.6065738 26.9186634,45.2419209 27.8142886,45.2419209 C29.5112659,45.2419209 30.7132398,43.6418077 30.7839633,41.3123504 L30.7839633,41.3123504 L30.7839633,41.3123504 Z" id="path58386" fill="#FFFFFF"></path>
33
+ <path d="M98.897962,48.3008508 L95.456895,48.3008508 L95.551134,46.6772603 C94.490505,47.971398 93.100019,48.5831799 91.214489,48.5831799 C88.975443,48.5831799 87.443469,46.818381 87.443469,44.3006794 C87.443469,40.4652277 90.10674,38.2534205 94.702669,38.2534205 C95.174062,38.2534205 95.76325,38.3004562 96.376036,38.3711045 C96.517476,37.853448 96.540992,37.618114 96.540992,37.3592621 C96.540992,36.3004179 95.810451,35.9239159 93.901317,35.9239159 C92.722899,35.9239159 91.379485,36.0886491 90.460297,36.3709782 L89.894624,36.5356572 L89.517559,36.6297827 L90.083184,33.1003201 C92.157227,32.512056 93.500648,32.2767219 95.032622,32.2767219 C98.591566,32.2767219 100.453452,33.8532699 100.453452,36.8651168 C100.453452,37.6416319 100.406332,38.2298959 100.12354,39.9711365 L99.25143,45.5478152 L99.110031,46.5360518 L99.015758,47.3360915 L98.945082,47.8772725 L98.897962,48.3008508 L98.897962,48.3008508 L98.897962,48.3008508 Z M95.881127,41.3123504 C95.456895,41.2652674 95.268342,41.2652674 94.961946,41.2652674 C92.628579,41.2652674 91.426605,42.0653477 91.426605,43.6418077 C91.426605,44.6065738 92.015787,45.2419209 92.911459,45.2419209 C94.608389,45.2419209 95.810451,43.6418077 95.881127,41.3123504 L95.881127,41.3123504 L95.881127,41.3123504 Z" id="path58388" fill="#FFFFFF"></path>
34
+ <path d="M109.975295,32.4885314 C109.857418,32.4649662 109.715978,32.4649662 109.551022,32.4649662 C108.207601,32.4649662 107.42986,33.1473152 106.157115,35.0062396 L106.534187,32.629652 L102.786818,32.629652 L100.264892,48.3008508 L104.413025,48.3008508 C105.874323,38.7239939 106.274999,37.0533678 108.254762,37.0533678 C108.372557,37.0533678 108.372557,37.0533678 108.537601,37.0768856 C108.914673,35.1944433 109.409582,33.8061869 110.116735,32.5355265 L109.975295,32.4885314 L109.975295,32.4885314 L109.975295,32.4885314 Z" id="path58390" fill="#FFFFFF"></path>
35
+ </g>
36
+ </g>
37
+ </g>
38
+ </g>
39
+ </svg>
skin/frontend/base/default/images/Mpay24/Mpay24/logos/PAYPAL.svg ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="141px" height="35px" viewBox="0 0 141 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch Beta 3.4.1 (15680) - http://www.bohemiancoding.com/sketch -->
4
+ <title>paypal</title>
5
+ <desc>Created with Sketch Beta.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="paypal" sketch:type="MSLayerGroup">
9
+ <g id="Shape" sketch:type="MSShapeGroup">
10
+ <path d="M52.546379,7.61983871 L44.7697742,7.61983871 C44.2376129,7.61983871 43.7850484,8.00370968 43.7020403,8.52532258 L40.5568306,28.3251613 C40.4942903,28.7158065 40.7990323,29.0680645 41.1981532,29.0680645 L44.9107742,29.0680645 C45.4429355,29.0680645 45.8955,28.6841935 45.9785081,28.1614516 L46.8267823,22.821129 C46.9086532,22.2983871 47.3623548,21.9145161 47.893379,21.9145161 L50.3551935,21.9145161 C55.4778145,21.9145161 58.4342661,19.4532258 59.2063548,14.5758065 C59.5543065,12.4419355 59.2211371,10.7653226 58.2148065,9.59112903 C57.1095484,8.30177419 55.1491935,7.61983871 52.546379,7.61983871 L52.546379,7.61983871 L52.546379,7.61983871 Z M53.4435484,14.8512903 C53.0182742,17.6219355 50.8862177,17.6219355 48.8246613,17.6219355 L47.6511774,17.6219355 L48.4744355,12.4475806 C48.5233306,12.1348387 48.7962339,11.9045161 49.114621,11.9045161 L49.6524677,11.9045161 C51.0567823,11.9045161 52.3815,11.9045161 53.0660323,12.6993548 C53.47425,13.1735484 53.5993306,13.8780645 53.4435484,14.8512903 L53.4435484,14.8512903 L53.4435484,14.8512903 Z" fill="#253B80"></path>
11
+ <path d="M75.7920484,14.7620968 L72.0680565,14.7620968 C71.7508065,14.7620968 71.4767661,14.9924194 71.427871,15.3051613 L71.2629919,16.3393548 L71.0025968,15.9645161 C70.1963952,14.8027419 68.3986452,14.4143548 66.6043065,14.4143548 C62.4891532,14.4143548 58.9743871,17.5090323 58.2898548,21.8501613 C57.9339435,24.0156452 58.4399516,26.0862903 59.6771129,27.5303226 C60.8119355,28.8580645 62.4357097,29.4112903 64.3676371,29.4112903 C67.6834113,29.4112903 69.5220968,27.2943548 69.5220968,27.2943548 L69.3560806,28.3217742 C69.2935403,28.7146774 69.5982823,29.0669355 69.995129,29.0669355 L73.3495645,29.0669355 C73.8828629,29.0669355 74.3331532,28.6830645 74.4172984,28.1603226 L76.4299597,15.505 C76.4936371,15.1154839 76.1900323,14.7620968 75.7920484,14.7620968 L75.7920484,14.7620968 L75.7920484,14.7620968 Z M70.6012016,21.9585484 C70.241879,24.0709677 68.5532903,25.4890323 66.399629,25.4890323 C65.31825,25.4890323 64.4540565,25.1446774 63.8991532,24.4920968 C63.3487984,23.8440323 63.1395726,22.9216129 63.3146855,21.8941935 C63.650129,19.7998387 65.3671452,18.3354839 67.4878306,18.3354839 C68.5453306,18.3354839 69.4049758,18.6843548 69.97125,19.3425806 C70.5386613,20.0075806 70.7638065,20.9356452 70.6012016,21.9585484 L70.6012016,21.9585484 L70.6012016,21.9585484 Z" fill="#253B80"></path>
12
+ <path d="M95.6252903,14.7620968 L91.8831048,14.7620968 C91.5260565,14.7620968 91.1906129,14.9382258 90.9882097,15.2329032 L85.8269274,22.7816129 L83.6391532,15.5275806 C83.5015645,15.0737097 83.0797016,14.7620968 82.602121,14.7620968 L78.92475,14.7620968 C78.477871,14.7620968 78.1674435,15.1956452 78.3095806,15.6133871 L82.4315565,27.6240323 L78.5563306,33.0558065 C78.2515887,33.4837097 78.5586048,34.0719355 79.0850806,34.0719355 L82.8227177,34.0719355 C83.1774919,34.0719355 83.5095242,33.9003226 83.7107903,33.6112903 L96.1574516,15.7725806 C96.455371,15.3458065 96.1494919,14.7620968 95.6252903,14.7620968 L95.6252903,14.7620968 L95.6252903,14.7620968 Z" fill="#253B80"></path>
13
+ <path d="M108.015097,7.61983871 L100.237355,7.61983871 C99.7063306,7.61983871 99.2537661,8.00370968 99.1707581,8.52532258 L96.0255484,28.3251613 C95.9630081,28.7158065 96.26775,29.0680645 96.6645968,29.0680645 L100.655806,29.0680645 C101.0265,29.0680645 101.34375,28.7993548 101.401742,28.4335484 L102.294363,22.821129 C102.376234,22.2983871 102.829935,21.9145161 103.36096,21.9145161 L105.821637,21.9145161 C110.945395,21.9145161 113.90071,19.4532258 114.673935,14.5758065 C115.023024,12.4419355 114.687581,10.7653226 113.68125,9.59112903 C112.577129,8.30177419 110.617911,7.61983871 108.015097,7.61983871 L108.015097,7.61983871 L108.015097,7.61983871 Z M108.912266,14.8512903 C108.488129,17.6219355 106.356073,17.6219355 104.293379,17.6219355 L103.121032,17.6219355 L103.945427,12.4475806 C103.994323,12.1348387 104.264952,11.9045161 104.584476,11.9045161 L105.122323,11.9045161 C106.5255,11.9045161 107.851355,11.9045161 108.535887,12.6993548 C108.944105,13.1735484 109.068048,13.8780645 108.912266,14.8512903 L108.912266,14.8512903 L108.912266,14.8512903 Z" fill="#179BD7"></path>
14
+ <path d="M131.259629,14.7620968 L127.537911,14.7620968 C127.218387,14.7620968 126.946621,14.9924194 126.898863,15.3051613 L126.733984,16.3393548 L126.472452,15.9645161 C125.66625,14.8027419 123.869637,14.4143548 122.075298,14.4143548 C117.960145,14.4143548 114.446516,17.5090323 113.761984,21.8501613 C113.40721,24.0156452 113.910944,26.0862903 115.148105,27.5303226 C116.285202,28.8580645 117.906702,29.4112903 119.838629,29.4112903 C123.154403,29.4112903 124.993089,27.2943548 124.993089,27.2943548 L124.827073,28.3217742 C124.764532,28.7146774 125.069274,29.0669355 125.468395,29.0669355 L128.821694,29.0669355 C129.352718,29.0669355 129.805282,28.6830645 129.88829,28.1603226 L131.902089,15.505 C131.963492,15.1154839 131.65875,14.7620968 131.259629,14.7620968 L131.259629,14.7620968 L131.259629,14.7620968 Z M126.068782,21.9585484 C125.711734,24.0709677 124.020871,25.4890323 121.86721,25.4890323 C120.788105,25.4890323 119.921637,25.1446774 119.366734,24.4920968 C118.816379,23.8440323 118.609427,22.9216129 118.782266,21.8941935 C119.119984,19.7998387 120.834726,18.3354839 122.955411,18.3354839 C124.012911,18.3354839 124.872556,18.6843548 125.438831,19.3425806 C126.008516,20.0075806 126.233661,20.9356452 126.068782,21.9585484 L126.068782,21.9585484 L126.068782,21.9585484 Z" fill="#179BD7"></path>
15
+ <path d="M135.64996,8.16290323 L132.458129,28.3251613 C132.395589,28.7158065 132.700331,29.0680645 133.097177,29.0680645 L136.306065,29.0680645 C136.839363,29.0680645 137.291927,28.6841935 137.373798,28.1614516 L140.521282,8.36274194 C140.583823,7.97209677 140.279081,7.61870968 139.882234,7.61870968 L136.289008,7.61870968 C135.971758,7.61983871 135.698855,7.85016129 135.64996,8.16290323 L135.64996,8.16290323 L135.64996,8.16290323 Z" fill="#179BD7"></path>
16
+ <path d="M8.26214516,32.9158065 L8.85684677,29.1651613 L7.53212903,29.1346774 L1.20645968,29.1346774 L5.60247581,1.45870968 C5.61612097,1.37516129 5.66046774,1.29725806 5.72528226,1.24193548 C5.79009677,1.1866129 5.87310484,1.15612903 5.95952419,1.15612903 L16.6254919,1.15612903 C20.1664113,1.15612903 22.6100323,1.88774194 23.8858548,3.33177419 C24.4839677,4.00919355 24.8648952,4.71709677 25.0491048,5.49612903 C25.2424113,6.31354839 25.2458226,7.29016129 25.0570645,8.48129032 L25.0434194,8.56822581 L25.0434194,9.33145161 L25.6415323,9.66790323 C26.1452661,9.93322581 26.5455242,10.2369355 26.8525403,10.5846774 C27.3642339,11.163871 27.695129,11.9 27.8349919,12.7727419 C27.9794032,13.6703226 27.9316452,14.7383871 27.695129,15.9475806 C27.4222258,17.3385484 26.9810323,18.55 26.3851935,19.5412903 C25.8371129,20.4546774 25.1389355,21.2122581 24.3099919,21.7993548 C23.5185726,22.3570968 22.5781935,22.7804839 21.5150081,23.0514516 C20.4847984,23.3179032 19.3101774,23.4522581 18.0218468,23.4522581 L17.1917661,23.4522581 C16.5982016,23.4522581 16.0216935,23.6645161 15.569129,24.045 C15.1154274,24.4333871 14.8152339,24.9640323 14.723129,25.5443548 L14.6605887,25.8819355 L13.6099113,32.4924194 L13.5621532,32.7351613 C13.5496452,32.8119355 13.5280403,32.8503226 13.4962016,32.8762903 C13.4677742,32.9 13.4268387,32.9158065 13.3870403,32.9158065 L8.26214516,32.9158065 L8.26214516,32.9158065 L8.26214516,32.9158065 Z" fill="#253B80"></path>
17
+ <path d="M26.2078065,8.65629032 L26.2078065,8.65629032 C26.1759677,8.8583871 26.1395806,9.065 26.0986452,9.27725806 C24.6920565,16.4477419 19.8798629,18.9248387 13.7338548,18.9248387 L10.6045645,18.9248387 C9.85294355,18.9248387 9.21958065,19.4667742 9.10245968,20.2029032 L9.10245968,20.2029032 L7.50029032,30.2919355 L7.04658871,33.1517742 C6.97040323,33.635 7.34564516,34.0708065 7.83687097,34.0708065 L13.3870403,34.0708065 C14.0442823,34.0708065 14.6025968,33.5966129 14.7060726,32.9530645 L14.7606532,32.6730645 L15.8056452,26.0885484 L15.8727339,25.7272581 C15.9750726,25.0814516 16.5345242,24.6072581 17.1917661,24.6072581 L18.0218468,24.6072581 C23.3991774,24.6072581 27.6087097,22.4395161 28.8390484,16.1666129 C29.3530161,13.546129 29.0869355,11.3580645 27.7269677,9.81919355 C27.3153387,9.35516129 26.8047823,8.97016129 26.2078065,8.65629032 L26.2078065,8.65629032 L26.2078065,8.65629032 Z" fill="#179BD7"></path>
18
+ <path d="M24.7364032,8.07370968 C24.5214919,8.0116129 24.2997581,7.95516129 24.0723387,7.90435484 C23.8437823,7.85467742 23.6095403,7.81064516 23.3684758,7.77225806 C22.52475,7.63677419 21.6002903,7.57241935 20.609879,7.57241935 L12.2499435,7.57241935 C12.044129,7.57241935 11.8485484,7.61870968 11.6734355,7.70225806 C11.2879597,7.88629032 11.0014113,8.24870968 10.9320484,8.69241935 L9.15362903,19.8766129 L9.10245968,20.2029032 C9.21958065,19.4667742 9.85294355,18.9248387 10.6045645,18.9248387 L13.7338548,18.9248387 C19.8798629,18.9248387 24.6920565,16.4466129 26.0986452,9.27725806 C26.1407177,9.065 26.1759677,8.8583871 26.2078065,8.65629032 C25.8518952,8.46887097 25.4664194,8.30854839 25.051379,8.17193548 C24.9490403,8.13806452 24.8432903,8.10532258 24.7364032,8.07370968 L24.7364032,8.07370968 L24.7364032,8.07370968 Z" fill="#222D65"></path>
19
+ <path d="M10.9320484,8.69241935 C11.0014113,8.24870968 11.2879597,7.88629032 11.6734355,7.7033871 C11.8496855,7.61983871 12.044129,7.57354839 12.2499435,7.57354839 L20.609879,7.57354839 C21.6002903,7.57354839 22.52475,7.63790323 23.3684758,7.7733871 C23.6095403,7.81177419 23.8437823,7.85580645 24.0723387,7.90548387 C24.2997581,7.95629032 24.5214919,8.01274194 24.7364032,8.07483871 C24.8432903,8.10645161 24.9490403,8.13919355 25.0525161,8.17193548 C25.4675565,8.30854839 25.8530323,8.47 26.2089435,8.65629032 C26.6273952,6.00645161 26.2055323,4.20225806 24.7625565,2.56854839 C23.1717581,0.77 20.3005887,0 16.626629,0 L5.96066129,0 C5.21017742,0 4.56999194,0.541935484 4.45400806,1.27919355 L0.0113709677,29.2396774 C-0.0761854839,29.7929032 0.353637097,30.2919355 0.915362903,30.2919355 L7.50029032,30.2919355 L9.15362903,19.8766129 L10.9320484,8.69241935 L10.9320484,8.69241935 L10.9320484,8.69241935 Z" fill="#253B80"></path>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
skin/frontend/base/default/images/Mpay24/Mpay24/logos/VISA.svg ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="147px" height="45px" viewBox="0 0 147 45" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch Beta 3.4.1 (15680) - http://www.bohemiancoding.com/sketch -->
4
+ <title>visa</title>
5
+ <desc>Created with Sketch Beta.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="visa" sketch:type="MSLayerGroup">
9
+ <g id="g5088" sketch:type="MSShapeGroup">
10
+ <path d="M52.0080744,44.3555071 L59.3870511,1.38804236 L71.18901,1.38804236 L63.8052322,44.3555071 L52.0080744,44.3555071 L52.0080744,44.3555071 L52.0080744,44.3555071 Z" id="polygon10" fill="#004686"></path>
11
+ <path d="M106.609124,2.44725643 C104.27095,1.57515064 100.606974,0.64285714 96.0312337,0.64285714 C84.3701791,0.6416906 76.1551303,6.47018643 76.085597,14.8221436 C76.0200006,20.995705 81.9499721,24.4400371 86.4267268,26.495235 C91.0205623,28.5996693 92.5647818,29.9439864 92.5429119,31.8249264 C92.5139926,34.703475 88.8744657,36.0205043 85.482282,36.0205043 C80.7586674,36.0200377 78.249077,35.3695747 74.3732724,33.7653543 L72.8525718,33.0812949 L71.196205,42.6998784 C73.9531189,43.8997819 79.0500944,44.9391749 84.3424585,44.9932906 C96.7483475,44.9925907 104.801814,39.2324477 104.893366,30.314017 C104.938038,25.4255149 101.793653,21.7065791 94.9850649,18.6399891 C90.860033,16.6512777 88.333291,15.3260834 88.3600945,13.313567 C88.3603296,11.5271241 90.4984266,9.6177299 95.118602,9.6177299 C98.9784305,9.5568365 101.773422,10.3932455 103.951504,11.2637249 L105.009505,11.7585715 L106.609202,2.4472515 L106.609124,2.44725643 L106.609124,2.44725643 L106.609124,2.44725643 Z" id="path12" fill="#004686"></path>
12
+ <path d="M136.873011,1.42887229 L127.752804,1.42887229 C124.927946,1.42887229 122.813586,2.19575636 121.572665,4.993823 L104.045629,44.3685087 L116.438108,44.3685087 C116.438108,44.3685087 118.464773,39.0749766 118.923229,37.9128851 C120.277941,37.9128851 132.316343,37.9313164 134.037359,37.9313164 C134.390966,39.4349857 135.473419,44.3694435 135.473419,44.3694435 L146.425135,44.3685104 L136.873026,1.42882472 L136.873011,1.42887229 L136.873011,1.42887229 Z M122.319401,29.1236175 C123.295583,26.6477496 127.021394,17.1136254 127.021394,17.1136254 C126.952272,17.227247 127.990053,14.6258632 128.586295,13.0127746 L129.384968,16.7160704 C129.384968,16.7160704 131.643924,26.9734625 132.116254,29.1243239 L122.319405,29.1236241 L122.319401,29.1236175 L122.319401,29.1236175 L122.319401,29.1236175 Z" id="path14" fill="#004686"></path>
13
+ <path d="M42.1098389,1.41953921 L30.5557663,30.7200606 L29.3244883,24.7662806 C27.1736898,17.9014214 20.4713718,10.4658992 12.9790724,6.7428235 L23.5442651,44.3184164 L36.0310279,44.3037177 L54.6109968,1.41956082 L42.1098968,1.41956082 L42.1098389,1.41953921 L42.1098389,1.41953921 L42.1098389,1.41953921 Z" id="path16" fill="#004686"></path>
14
+ <path d="M19.8368222,1.39364286 L0.80621111,1.39364286 L0.65550473,2.28814571 C15.4609394,5.843765 25.2575565,14.4395221 29.3242631,24.76621 L25.1860696,5.02153143 C24.4718016,2.30092714 22.3995378,1.48924071 19.8368206,1.39359357 L19.8368222,1.39364286 L19.8368222,1.39364286 L19.8368222,1.39364286 Z" id="path18" fill="#EF9B11"></path>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </svg>
skin/frontend/base/default/js/Mpay24/Mpay24/eps.js ADDED
@@ -0,0 +1,1891 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* EPS */
2
+
3
+ function switchBankenliste() {
4
+ var bankenlisteAT = [
5
+ "ALPENBANK A.G. (ALPEAT22XXX)",
6
+ "Allgemeine Sparkasse Oberösterreich Bank AG (ASPKAT2LXXX)",
7
+ "Attergauer Raiffeisenbank reg.Gen.m.b.H. (RZOOAT2L523)",
8
+ "BAWAG P.S.K. AG (BAWAATWWXXX)",
9
+ "BKS Bank AG (BFKKAT2KXXX)",
10
+ "Bank für Tirol und Vorarlberg AG (BTVAAT22XXX)",
11
+ "Bankhaus Carl Spängler & Co.AG (SPAEAT2SXXX)",
12
+ "Bankhaus Krentschker & Co AG (KRECAT2GXXX)",
13
+ "Bankhaus Schelhammer & Schattera AG (BSSWATWWXXX)",
14
+ "DORNBIRNER SPARKASSE BANK AG (DOSPAT2DXXX)",
15
+ "Die Zweite Wiener Vereins-Sparcasse (GIBAAT21XXX)",
16
+ "Easybank AG (EASYATW1XXX)",
17
+ "Erste Bank der oesterr. Sparkassen AG (GIBAATWWXXX)",
18
+ "Erste Group Bank AG (GIBAATWGXXX)",
19
+ "HYPO Alpe-Adria-Bank International AG (HAABAT22XXX)",
20
+ "HYPO NOE Gruppe Bank AG (HYINAT22XXX)",
21
+ "HYPO NOE Landesbank AG (HYPNATWWXXX)",
22
+ "HYPO-BANK BURGENLAND Aktiengesellschaft (EHBBAT2EXXX)",
23
+ "Hypo Alpe-Adria-Bank AG (HAABAT2KXXX)",
24
+ "Hypo Tirol Bank AG (HYPTAT22XXX)",
25
+ "Immo-Bank Aktiengesellschaft (VOHGATW1XXX)",
26
+ "Kremser Bank und Sparkassen AG (SPKDAT21XXX)",
27
+ "Kärntner Sparkasse AG (KSPKAT2KXXX)",
28
+ "Landes-Hypothekenbank Steiermark AG (HYSTAT2GXXX)",
29
+ "Lienzer Sparkasse AG (LISAPT21XXX)",
30
+ "Oberbank AG (OBKLAT2LXXX)",
31
+ "Oberösterreichische Landesbank AG (OBLAAT2LXXX)",
32
+ "PRIVAT BANK AG Integration (RZOOAT2L795)",
33
+ "RAIFFEISENKASSE KOESSEN-SCHWENDT (RZTIAT22264)",
34
+ "RAIFFEISENKASSE SOELDEN (RZTIAT22324)",
35
+ "RAIFFEISENKASSE ST. ULRICH AM PILLE (RZTIAT22343)",
36
+ "Raiffeisen-Landesbank Steiermark AG (RZSTAT2GXXX)",
37
+ "Raiffeisenbank Abtenau-Rußbach reg.Gen.m.b.H. (RVSAAT2S001)",
38
+ "Raiffeisenbank Admont (RZSTAT2G001)",
39
+ "Raiffeisenbank Altenmarkt-Flachau-Eben reg.Gen.m.b.H. (RVSAAT2S004)",
40
+ "Raiffeisenbank Anger-Puch-Koglhof (RZSTAT2G010)",
41
+ "Raiffeisenbank Anif-Niederalm reg.Gen.m.b.H. (RVSAAT2S005)",
42
+ "Raiffeisenbank Annaberg-Lungötz reg.Gen.m.b.H. (RVSAAT2S006)",
43
+ "Raiffeisenbank Anthering reg.Gen.m.b.H. (RVSAAT2S007)",
44
+ "Raiffeisenbank Aspach-Wildenau reg.Gen.m.b.H. (RZOOAT2L016)",
45
+ "Raiffeisenbank Attersee-Nord reg.Gen.m.b.H. (RZOOAT2L608)",
46
+ "Raiffeisenbank Attersee-Süd reg.Gen.m.b.H. (RZOOAT2L363)",
47
+ "Raiffeisenbank Bad Radkersburg-Klöch (RZSTAT2G312)",
48
+ "Raiffeisenbank Bad Wimsbach-Neydharting reg.Gen.m.b.H. (RZOOAT2L750)",
49
+ "Raiffeisenbank Bergheim reg.Gen.m.b.H. (RVSAAT2S008)",
50
+ "Raiffeisenbank Berndorf-Seeham reg.Gen.m.b.H. (RVSAAT2S009)",
51
+ "Raiffeisenbank Birkfeld-Oberes Feistritztal (RZSTAT2G023)",
52
+ "Raiffeisenbank Bischofshofen reg.Gen.m.b.H. (RVSAAT2S010)",
53
+ "Raiffeisenbank Bludenz reg.Gen.m.b.H. (RVVGAT2B410)",
54
+ "Raiffeisenbank Bramberg reg.Gen.m.b.H. (RVSAAT2S011)",
55
+ "Raiffeisenbank Breitenau (RZSTAT2G026)",
56
+ "Raiffeisenbank Bruck-Fusch-Kaprun reg.Gen.m.b.H. (RVSAAT2S012)",
57
+ "Raiffeisenbank Dechantskirchen-Peggau (RZSTAT2G041)",
58
+ "Raiffeisenbank Deutschlandsberg (RZSTAT2G043)",
59
+ "Raiffeisenbank Dienten reg.Gen.m.b.H. (RVSAAT2S013)",
60
+ "Raiffeisenbank Donau-Ameisberg reg.Gen.m.b.H. (RZOOAT2L075)",
61
+ "Raiffeisenbank Dornbirn reg.Gen.m.b.H. (RVVGAT2B420)",
62
+ "Raiffeisenbank Eberschwang reg.Gen.m.b.H. (RZOOAT2L081)",
63
+ "Raiffeisenbank Edelschrott (RZSTAT2G053)",
64
+ "Raiffeisenbank Eggersdorf bei Graz (RZSTAT2G055)",
65
+ "Raiffeisenbank Eibiswald-St.Oswald (RZSTAT2G056)",
66
+ "Raiffeisenbank Elixhausen reg.Gen.m.b.H. (RVSAAT2S014)",
67
+ "Raiffeisenbank Enns reg.Gen.m.b.H. (RZOOAT2L157)",
68
+ "Raiffeisenbank Ennstal reg.Gen.m.b.H. (RZOOAT2L080)",
69
+ "Raiffeisenbank Eugendorf-Plainfeld reg.Gen.m.b.H. (RVSAAT2S015)",
70
+ "Raiffeisenbank Fehring-St.Anna am Aigen (RZSTAT2G071)",
71
+ "Raiffeisenbank Feldkirch reg.Gen.m.b.H. (RVVGAT2B422)",
72
+ "Raiffeisenbank Feldkirchen-Goldwörth reg.Gen.m.b.H. (RZOOAT2L100)",
73
+ "Raiffeisenbank Feldkirchen-Kalsdorf (RZSTAT2G072)",
74
+ "Raiffeisenbank Frastanz-Satteins reg.Gen.m.b.H. (RVVGAT2B424)",
75
+ "Raiffeisenbank Fürstenfeld (RZSTAT2G077)",
76
+ "Raiffeisenbank Gamlitz (RZSTAT2G094)",
77
+ "Raiffeisenbank Gampern reg.Gen.m.b.H. (RZOOAT2L113)",
78
+ "Raiffeisenbank Gastein reg.Gen.m.b.H. (RVSAAT2S026)",
79
+ "Raiffeisenbank Geretsberg reg.Gen.m.b.H. (RZOOAT2L118)",
80
+ "Raiffeisenbank Gleinstätten (RZSTAT2G102)",
81
+ "Raiffeisenbank Gleisdorf (RZSTAT2G103)",
82
+ "Raiffeisenbank Gnas (RZSTAT2G104)",
83
+ "Raiffeisenbank Golling-Scheffau-Kellau reg.Gen.m.b.H. (RVSAAT2S017)",
84
+ "Raiffeisenbank Gramastetten-Herzogsdorf reg.Gen.m.b.H. (RZOOAT2L135)",
85
+ "Raiffeisenbank Gratkorn (RZSTAT2G111)",
86
+ "Raiffeisenbank Gratwein (RZSTAT2G112)",
87
+ "Raiffeisenbank Graz-Mariatrost (RZSTAT2G223)",
88
+ "Raiffeisenbank Grein reg.Gen.m.b.H. (RZOOAT2L068)",
89
+ "Raiffeisenbank Groß St.Florian-Wettmannstätten (RZSTAT2G118)",
90
+ "Raiffeisenbank Großarl-Hüttschlag reg.Gen.m.b.H. (RVSAAT2S019)",
91
+ "Raiffeisenbank Großraming reg.Gen.m.b.H. (RZOOAT2L126)",
92
+ "Raiffeisenbank Großsteinbach (RZSTAT2G120)",
93
+ "Raiffeisenbank Großwilfersdorf eGen (RZSTAT2G122)",
94
+ "Raiffeisenbank Gröbming (RZSTAT2G113)",
95
+ "Raiffeisenbank Grödig reg.Gen.m.b.H. (RVSAAT2S018)",
96
+ "Raiffeisenbank Grünau - St. Konrad - Scharnstein reg.Gen.m.b.H. (RZOOAT2L127)",
97
+ "Raiffeisenbank Gunskirchen reg.Gen.m.b.H. (RZOOAT2L129)",
98
+ "Raiffeisenbank Götzis reg.Gen.m.b.H. (RVVGAT2B429)",
99
+ "Raiffeisenbank Halbenrain-Tieschen (RZSTAT2G128)",
100
+ "Raiffeisenbank Hallein reg.Gen.m.b.H. (RVSAAT2S022)",
101
+ "Raiffeisenbank Handenberg-St. Georgen a. F. reg.Gen.m.b.H. (RZOOAT2L155)",
102
+ "Raiffeisenbank Hatzendorf-Unterlamm (RZSTAT2G132)",
103
+ "Raiffeisenbank Hausmannstätten (RZSTAT2G133)",
104
+ "Raiffeisenbank Heiligenkreuz-Kirchbach (RZSTAT2G170)",
105
+ "Raiffeisenbank Helfenberg-St. Stefan reg.Gen.m.b.H. (RZOOAT2L160)",
106
+ "Raiffeisenbank Hellmonsödt reg.Gen.m.b.H. (RZOOAT2L161)",
107
+ "Raiffeisenbank Henndorf am Wallersee reg.Gen.m.b.H. (RVSAAT2S024)",
108
+ "Raiffeisenbank Hinterstoder-Vorderstoder reg.Gen.m.b.H. (RZOOAT2L165)",
109
+ "Raiffeisenbank Hitzendorf (RZSTAT2G138)",
110
+ "Raiffeisenbank Hof-Koppl-Ebenau reg.Gen.m.b.H. (RVSAAT2S025)",
111
+ "Raiffeisenbank Hohenems reg.Gen.m.b.H. (RANMAT21XXX)",
112
+ "Raiffeisenbank Hörsching-Thening reg.Gen.m.b.H. (RZOOAT2L170)",
113
+ "Raiffeisenbank Hüttau-St.Martin-Niedernfritz reg.Gen.m.b.H. (RVSAAT2S027)",
114
+ "Raiffeisenbank Ilz (RZSTAT2G151)",
115
+ "Raiffeisenbank Inneres Salzkammergut reg.Gen.m.b.H. (RZOOAT2L545)",
116
+ "Raiffeisenbank Innkreis Mitte reg.Gen.m.b.H. (RZOOAT2L200)",
117
+ "Raiffeisenbank Kematen an der Krems reg.Gen.m.b.H. (RZOOAT2L214)",
118
+ "Raiffeisenbank Kirchberg-Edelsbach (RZSTAT2G171)",
119
+ "Raiffeisenbank Kleinmünchen/Linz reg.Gen.m.b.H. (RZOOAT2L226)",
120
+ "Raiffeisenbank Knittelfeld (RZSTAT2G346)",
121
+ "Raiffeisenbank Kollerschlag reg.Gen.m.b.H. (RZOOAT2L231)",
122
+ "Raiffeisenbank Kremsmünster reg.Gen.m.b.H. (RZOOAT2L233)",
123
+ "Raiffeisenbank Krenglbach reg.Gen.m.b.H. (RZOOAT2L234)",
124
+ "Raiffeisenbank Krimml reg.Gen.m.b.H. (RVSAAT2S028)",
125
+ "Raiffeisenbank Köstendorf-Neumarkt-Schleedorf reg.Gen.m.b.H. (RVSAAT2S021)",
126
+ "Raiffeisenbank Lamprechtshausen-Bürmoos reg.Gen.m.b.H. (RVSAAT2S030)",
127
+ "Raiffeisenbank Langen-Thal reg.Gen.m.b.H. (RVVGAT2B445)",
128
+ "Raiffeisenbank Lech reg.Gen.m.b.H. (RVVGAT2B449)",
129
+ "Raiffeisenbank Leiblachtal reg.Gen.m.b.H. (RVVGAT2B439)",
130
+ "Raiffeisenbank Leibnitz (RZSTAT2G206)",
131
+ "Raiffeisenbank Leogang reg.Gen.m.b.H. (RVSAAT2S031)",
132
+ "Raiffeisenbank Leonding reg.Gen.m.b.H. (RZOOAT2L276)",
133
+ "Raiffeisenbank Leutschach-Oberhaag eGen (RZSTAT2G262)",
134
+ "Raiffeisenbank Lieboch-Stainz (RZSTAT2G210)",
135
+ "Raiffeisenbank Liesingtal (RZSTAT2G227)",
136
+ "Raiffeisenbank Liezen (RZSTAT2G215)",
137
+ "Raiffeisenbank Ligist-St.Johann (RZSTAT2G211)",
138
+ "Raiffeisenbank Lochen reg.Gen.m.b.H. (RZOOAT2L290)",
139
+ "Raiffeisenbank Lohnsburg reg.Gen.m.b.H. (RZOOAT2L284)",
140
+ "Raiffeisenbank Lustenau reg.Gen.m.b.H. (RAOCAT21XXX)",
141
+ "Raiffeisenbank Maishofen-Thumersbach reg.Gen.m.b.H. (RVSAAT2S035)",
142
+ "Raiffeisenbank Maria Alm-Hinterthal reg.Gen.m.b.H. (RVSAAT2S003)",
143
+ "Raiffeisenbank Maria Schmolln und St. Johann am Walde reg.Gen.m.b.H. (RZOOAT2L312)",
144
+ "Raiffeisenbank Mariapfarr reg.Gen.m.b.H. (RVSAAT2S036)",
145
+ "Raiffeisenbank Mariazellerland (RZSTAT2G129)",
146
+ "Raiffeisenbank Markt Hartmannsdorf (RZSTAT2G131)",
147
+ "Raiffeisenbank Mattigtal reg.Gen.m.b.H. (RZOOAT2L303)",
148
+ "Raiffeisenbank Mauterndorf-Tweng-Obertauern reg.Gen.m.b.H. (RVSAAT2S037)",
149
+ "Raiffeisenbank Meggenhofen-Kematen reg.Gen.m.b.H. (RZOOAT2L313)",
150
+ "Raiffeisenbank Michaelbeuern reg.Gen.m.b.H. (RVSAAT2S038)",
151
+ "Raiffeisenbank Micheldorf reg.Gen.m.b.H. (RZOOAT2L318)",
152
+ "Raiffeisenbank Mittelbregenzerwald reg.Gen.m.b.H. (RVVGAT2B423)",
153
+ "Raiffeisenbank Mittersill-Hollersbach-Stuhlfelden reg.Gen.m.b.H. (RVSAAT2S039)",
154
+ "Raiffeisenbank Mittleres Mürztal (RZSTAT2G186)",
155
+ "Raiffeisenbank Mittleres Rodltal reg.Gen.m.b.H. (RZOOAT2L383)",
156
+ "Raiffeisenbank Molln reg.Gen.m.b.H. (RZOOAT2L321)",
157
+ "Raiffeisenbank Mondseeland reg.Gen.m.b.H. (RZOOAT2L322)",
158
+ "Raiffeisenbank Mooskirchen-Söding (RZSTAT2G235)",
159
+ "Raiffeisenbank Murau (RZSTAT2G238)",
160
+ "Raiffeisenbank Mühlviertler Alm reg.Gen.m.b.H. (RZOOAT2L330)",
161
+ "Raiffeisenbank Nestelbach-St.Marein-Laßnitzhöhe (RZSTAT2G252)",
162
+ "Raiffeisenbank Neukirchen an der Vöckla reg.Gen.m.b.H. (RZOOAT2L356)",
163
+ "Raiffeisenbank Neukirchen reg.Gen.m.b.H. (RVSAAT2S042)",
164
+ "Raiffeisenbank Niederwaldkirchen reg.Gen.m.b.H. (RZOOAT2L361)",
165
+ "Raiffeisenbank Nußbach reg.Gen.m.b.H. (RZOOAT2L362)",
166
+ "Raiffeisenbank Nußdorf reg.Gen.m.b.H. (RVSAAT2S044)",
167
+ "Raiffeisenbank Nördliche Oststeiermark (RZSTAT2G108)",
168
+ "Raiffeisenbank Obdach-Weißkirchen (RZSTAT2G261)",
169
+ "Raiffeisenbank Oberalm-Puch reg.Gen.m.b.H. (RVSAAT2S045)",
170
+ "Raiffeisenbank Oberes Innviertel reg.Gen.m.b.H. (RZOOAT2L370)",
171
+ "Raiffeisenbank Oberes Mürztal (RZSTAT2G240)",
172
+ "Raiffeisenbank Obertrum-Mattsee reg.Gen.m.b.H. (RVSAAT2S047)",
173
+ "Raiffeisenbank Ohlsdorf reg.Gen.m.b.H. (RZOOAT2L390)",
174
+ "Raiffeisenbank Ottnang-Wolfsegg reg.Gen.m.b.H. (RZOOAT2L400)",
175
+ "Raiffeisenbank Pabneukirchen reg.Gen.m.b.H. (RZOOAT2L420)",
176
+ "Raiffeisenbank Paldau-Studenzen-Eichkögl (RZSTAT2G075)",
177
+ "Raiffeisenbank Passail (RZSTAT2G282)",
178
+ "Raiffeisenbank Pennewang reg.Gen.m.b.H. (RZOOAT2L424)",
179
+ "Raiffeisenbank Perg reg.Gen.m.b.H. (RZOOAT2L777)",
180
+ "Raiffeisenbank Pettenbach reg.Gen.m.b.H. (RZOOAT2L427)",
181
+ "Raiffeisenbank Peuerbach reg.Gen.m.b.H. (RZOOAT2L442)",
182
+ "Raiffeisenbank Pichl bei Wels reg.Gen.m.b.H. (RZOOAT2L430)",
183
+ "Raiffeisenbank Piesendorf reg.Gen.m.b.H. (RVSAAT2S048)",
184
+ "Raiffeisenbank Pischelsdorf-Stubenberg (RZSTAT2G285)",
185
+ "Raiffeisenbank Prambachkirchen reg.Gen.m.b.H. (RZOOAT2L437)",
186
+ "Raiffeisenbank Pramet reg.Gen.m.b.H. (RZOOAT2L438)",
187
+ "Raiffeisenbank Preding-Hengsberg-St.Nikolai/S. (RZSTAT2G292)",
188
+ "Raiffeisenbank Pöllau-Kaindorf-Vorau (RZSTAT2G311)",
189
+ "Raiffeisenbank Pölstal (RZSTAT2G076)",
190
+ "Raiffeisenbank Pöndorf-Frankenmarkt reg.Gen.m.b.H. (RZOOAT2L434)",
191
+ "Raiffeisenbank Radstadt-Untertauern-Filzmoss-Forstau reg.Gen.m.b.H. (RVSAAT2S049)",
192
+ "Raiffeisenbank Ramingstein-Thomatal reg.Gen.m.b.H. (RVSAAT2S050)",
193
+ "Raiffeisenbank Rankweil reg.Gen.m.b.H. (RVVGAT2B461)",
194
+ "Raiffeisenbank Rauris-Bucheben reg.Gen.m.b.H. (RVSAAT2S051)",
195
+ "Raiffeisenbank Region Altheim reg.Gen.m.b.H. (RZOOAT2L030)",
196
+ "Raiffeisenbank Region Bad Leonfelden eGen (RZOOAT2L277)",
197
+ "Raiffeisenbank Region Braunau reg.Gen.m.b.H. (RZOOAT2L060)",
198
+ "Raiffeisenbank Region Eferding reg.Gen.m.b.H. (RZOOAT2L180)",
199
+ "Raiffeisenbank Region Freistadt reg.Gen.m.b.H. (RZOOAT2L110)",
200
+ "Raiffeisenbank Region Gallneukirchen reg.Gen.m.b.H. (RZOOAT2L111)",
201
+ "Raiffeisenbank Region Grieskirchen reg.Gen.m.b.H. (RZOOAT2L736)",
202
+ "Raiffeisenbank Region Hausruck reg.Gen.m.b.H. (RZOOAT2L250)",
203
+ "Raiffeisenbank Region Neufelden reg.Gen.m.b.H. (RZOOAT2L300)",
204
+ "Raiffeisenbank Region Pregarten reg.Gen.m.b.H. (RZOOAT2L460)",
205
+ "Raiffeisenbank Region Ried reg.Gen.m.b.H. (RZOOAT2L450)",
206
+ "Raiffeisenbank Region Rohrbach reg.Gen.m.b.H. (RZOOAT2L410)",
207
+ "Raiffeisenbank Region Schwanenstadt reg.Gen.m.b.H. (RZOOAT2L630)",
208
+ "Raiffeisenbank Region Schärding eGen (RZOOAT2L455)",
209
+ "Raiffeisenbank Region Sierning reg.Gen.m.b.H. (RZOOAT2L560)",
210
+ "Raiffeisenbank Region Steyr reg.Gen.m.b.H. (RZOOAT2L114)",
211
+ "Raiffeisenbank Region Vöcklabruck reg.Gen.m.b.H. (RZOOAT2L710)",
212
+ "Raiffeisenbank Reichenau reg.Gen.m.b.H. (RZOOAT2L475)",
213
+ "Raiffeisenbank Rein-St.Bartholomä-Stiwoll (RZSTAT2G333)",
214
+ "Raiffeisenbank Ried im Traunkreis reg.Gen.m.b.H. (RZOOAT2L481)",
215
+ "Raiffeisenbank Riegersburg-Breitenfeld (RZSTAT2G326)",
216
+ "Raiffeisenbank Saalbach-Hinterglemm-Viehhofen reg.Gen.m.b.H. (RVSAAT2S052)",
217
+ "Raiffeisenbank Saalfelden reg.Gen.m.b.H. (RVSAAT2S053)",
218
+ "Raiffeisenbank Salzburg Maxglan-Siezenheim reg.Gen.m.b.H. (RVSAAT2S054)",
219
+ "Raiffeisenbank Salzburg-Liefering reg.Gen.m.b.H. (RVSAAT2S034)",
220
+ "Raiffeisenbank Salzkammergut reg. Gen.m.b.H. (RZOOAT2L510)",
221
+ "Raiffeisenbank Schlierbach reg.Gen.m.b.H. (RZOOAT2L606)",
222
+ "Raiffeisenbank Schwertberg reg.Gen.m.b.H. (RZOOAT2L613)",
223
+ "Raiffeisenbank Seekirchen reg.Gen.m.b.H. (RVSAAT2S075)",
224
+ "Raiffeisenbank St. Agatha reg.Gen.m.b.H. (RZOOAT2L521)",
225
+ "Raiffeisenbank St. Florian am Inn reg.Gen.m.b.H. (RZOOAT2L522)",
226
+ "Raiffeisenbank St. Koloman reg.Gen.m.b.H. (RVSAAT2S058)",
227
+ "Raiffeisenbank St. Marien reg.Gen.m.b.H. (RZOOAT2L530)",
228
+ "Raiffeisenbank St. Martin im Mühlkreis-Kleinzell reg.Gen.m.b.H. (RZOOAT2L535)",
229
+ "Raiffeisenbank St. Martin-Lofer-Weißbach reg.Gen.m.b.H. (RVSAAT2S060)",
230
+ "Raiffeisenbank St. Michael-Oberlungau reg.Gen.m.b.H. (RVSAAT2S061)",
231
+ "Raiffeisenbank St. Roman reg.Gen.m.b.H. (RZOOAT2L540)",
232
+ "Raiffeisenbank St. Ulrich-Steyr reg.Gen.m.b.H. (RZOOAT2L543)",
233
+ "Raiffeisenbank St.Georgen an der Stiefing (RZSTAT2G335)",
234
+ "Raiffeisenbank St.Georgen reg.Gen.m.b.H. (RVSAAT2S046)",
235
+ "Raiffeisenbank St.Gilgen-Fuschl-Strobl reg.Gen.m.b.H. (RVSAAT2S056)",
236
+ "Raiffeisenbank St.Johann im Pongau reg.Gen.m.b.H. (RVSAAT2S057)",
237
+ "Raiffeisenbank St.Veit-Schwarzach-Goldegg reg.Gen.m.b.H. (RVSAAT2S055)",
238
+ "Raiffeisenbank Steinbach-Grünburg reg.Gen.m.b.H. (RZOOAT2L633)",
239
+ "Raiffeisenbank Steirisches Salzkammergut (RZSTAT2G249)",
240
+ "Raiffeisenbank Steyregg reg.Gen.m.b.H. (RZOOAT2L637)",
241
+ "Raiffeisenbank Straßwalchen reg.Gen.m.b.H. (RVSAAT2S062)",
242
+ "Raiffeisenbank Tamsweg reg.Gen.m.b.H. (RVSAAT2S063)",
243
+ "Raiffeisenbank Tarsdorf reg.Gen.m.b.H. (RZOOAT2L661)",
244
+ "Raiffeisenbank Taxenbach reg.Gen.m.b.H. (RVSAAT2S064)",
245
+ "Raiffeisenbank Thalgau reg.Gen.m.b.H. (RVSAAT2S065)",
246
+ "Raiffeisenbank Timelkam-Lenzing-Puchkirchen reg.Gen.m.b.H. (RZOOAT2L669)",
247
+ "Raiffeisenbank Unken reg.Gen.m.b.H. (RVSAAT2S066)",
248
+ "Raiffeisenbank Uttendorf reg.Gen.m.b.H. (RVSAAT2S068)",
249
+ "Raiffeisenbank Vorderbregenzerwald reg.Gen.m.b.H. (RVVGAT2B435)",
250
+ "Raiffeisenbank Vorderland reg.Gen.m.b.H. (RVVGAT2B475)",
251
+ "Raiffeisenbank Wagrain-Kleinarl reg.Gen.m.b.H. (RVSAAT2S069)",
252
+ "Raiffeisenbank Wald reg.Gen.m.b.H. (RVSAAT2S070)",
253
+ "Raiffeisenbank Walding-Ottensheim reg.Gen.m.b.H. (RZOOAT2L732)",
254
+ "Raiffeisenbank Waldzell reg.Gen.m.b.H. (RZOOAT2L735)",
255
+ "Raiffeisenbank Walgau-Grosswalsertal reg.Gen.m.b.H. (RVVGAT2B458)",
256
+ "Raiffeisenbank Wals-Himmelreich reg.Gen.m.b.H. (RVSAAT2S071)",
257
+ "Raiffeisenbank Wartberg an der Krems reg.Gen.m.b.H. (RZOOAT2L738)",
258
+ "Raiffeisenbank Weissachtal e.Gen. (RVVGAT2B474)",
259
+ "Raiffeisenbank Weiz (RZSTAT2G187)",
260
+ "Raiffeisenbank Weißkirchen a. d. Traun reg.Gen.m.b.H. (RZOOAT2L741)",
261
+ "Raiffeisenbank Wels Süd reg.Gen.m.b.H. (RZOOAT2L770)",
262
+ "Raiffeisenbank Wels reg.Gen.m.b.H. (RZOOAT2L680)",
263
+ "Raiffeisenbank Weyer reg.Gen.m.b.H. (RZOOAT2L747)",
264
+ "Raiffeisenbank Windischgarsten reg.Gen.m.b.H. (RZOOAT2L491)",
265
+ "Raiffeisenbank am Bodensee reg.Gen.m.b.H. (RVVGAT2B431)",
266
+ "Raiffeisenbank am Hofsteig reg.Gen.m.b.H. (RVVGAT2B482)",
267
+ "Raiffeisenbank im Montafon reg.Gen.m.b.H. (RVVGAT2B468)",
268
+ "Raiffeisenbank Öblarn (RZSTAT2G266)",
269
+ "Raiffeisenkasse Faistenau-Hintersee reg.Gen.m.b.H. (RVSAAT2S016)",
270
+ "Raiffeisenkasse Großgmain reg.Gen.m.b.H. (RVSAAT2S020)",
271
+ "Raiffeisenkasse Hallwang reg.Gen.m.b.H. (RVSAAT2S023)",
272
+ "Raiffeisenkasse Kuchl reg.Gen.m.b.H. (RVSAAT2S029)",
273
+ "Raiffeisenkasse Niedernsill reg.Gen.m.b.H. (RVSAAT2S043)",
274
+ "Raiffeisenkasse Werfen reg.Gen.m.b.H. (RVSAAT2S072)",
275
+ "Raiffeisenlandesbank Niederösterreich-Wien AG (RLNWATWWXXX)",
276
+ "Raiffeisenlandesbank Oberösterreich Schulungsbank (RZOOAT2L834)",
277
+ "Raiffeisenlandesbank Oberösterreich Aktiengesellschaft (RZOOAT2LXXX)",
278
+ "Raiffeisenverband Salzburg eGen (RVSAAT2SXXX)",
279
+ "Raiffeisenverband Salzburg reg.Gen.m.b.H. - Schulungsbank (RVSAAT2S096)",
280
+ "SPARDA-BANK AUSTRIA Nord eGen (SPDAAT21XXX)",
281
+ "SPARKASSE NIEDERÖSTERREICH Mitte West AG (SPSPAT21XXX)",
282
+ "Salzburger Landes-Hypothekenbank AG (SLHYAT2SXXX)",
283
+ "Salzburger Sparkasse Bank AG (SBGSAT2SXXX)",
284
+ "Schoellerbank AG (SCHOATWWXXX)",
285
+ "Sparda Bank Wien (SPADATW1XXX)",
286
+ "Sparda-Bank Austria Süd eGen (SVIEAT21XXX)",
287
+ "Sparkasse Baden (SPBDAT21XXX)",
288
+ "Sparkasse Bludenz Bank AG (SSBLAT21XXX)",
289
+ "Sparkasse Bregenz Bank AG (SPBRAT2BXXX)",
290
+ "Sparkasse Eferding-Peuerbach-Waizenkirchen (SPPBAT21XXX)",
291
+ "Sparkasse Feldkirchen/Kärnten (SPFNAT21XXX)",
292
+ "Sparkasse Frankenmarkt AG (SPFRAT21XXX)",
293
+ "Sparkasse Hainburg-Bruck-Neusiedl Aktiengesellschaft (SPHBAT21XXX)",
294
+ "Sparkasse Haugsdorf (SPHAAT21XXX)",
295
+ "Sparkasse Herzogenburg-Neulengbach (SPHEAT21XXX)",
296
+ "Sparkasse Horn-Ravelsbach-Kirchberg AG (SPHNAT21XXX)",
297
+ "Sparkasse Imst AG (SPIMAT21XXX)",
298
+ "Sparkasse Korneuburg AG (SSKOAT21XXX)",
299
+ "Sparkasse Kremstal-Pyhrn AG (SPKPAT21XXX)",
300
+ "Sparkasse Kufstein, Tiroler Sparkasse von 1877 (SPKUAT21XXX)",
301
+ "Sparkasse Lambach Bank Aktiengesellschaft (SPLAAT21XXX)",
302
+ "Sparkasse Langenlois (SPLSAT21XXX)",
303
+ "Sparkasse Mitersill (SPMIAT21XXX)",
304
+ "Sparkasse Mühlviertel-West Bank AG (SMWRAT21XXX)",
305
+ "Sparkasse Mürzzuschlag AG (SPMZAT21XXX)",
306
+ "Sparkasse Neuhofen Bank AG (SPNKAT21XXX)",
307
+ "Sparkasse Neunkirchen (SPNGAT21XXX)",
308
+ "Sparkasse Pottenstein N.Ö. (SPPOAT21XXX)",
309
+ "Sparkasse Poysdorf AG (SPPDAT21XXX)",
310
+ "Sparkasse Pregarten-Unterweißenbach AG (SPPRAT21XXX)",
311
+ "Sparkasse Pöllau AG (SPPLAT21XXX)",
312
+ "Sparkasse Rattenberg Bank AG (SPRTAT21XXX)",
313
+ "Sparkasse Reutte AG (SPREAT21XXX)",
314
+ "Sparkasse Ried im Innkreis - Haag am Hausruck (SPRHAT21XXX)",
315
+ "Sparkasse Salzkammergut AG (SKBIAT21XXX)",
316
+ "Sparkasse Scheibbs AG (SPSBAT21XXX)",
317
+ "Sparkasse Schwaz AG (SPSCAT22XXX)",
318
+ "Sparkasse Voitsberg-Köflach Bank AG (SPVOAT21XXX)",
319
+ "Sparkasse der Gemeinde Egg (SPEGAT21XXX)",
320
+ "Sparkasse der Stadt Amstetten AG (SPAMAT21XXX)",
321
+ "Sparkasse der Stadt Feldkirch (SPFKAT2BXXX)",
322
+ "Sparkasse der Stadt Kitzbühel (SPKIAT2KXXX)",
323
+ "Steiermärkische Bank und Sparkassen AG (STSPAT2GXXX)",
324
+ "Tiroler Sparkasse BankAG Innsbruck (SPIHAT22XXX)",
325
+ "Unicredit Bank Austria AG (BKAUATWWXXX)",
326
+ "VR-Bank Braunau (VRBKAT21XXX)",
327
+ "Volksbank Aichfeld-Murboden reg.Gen.m.b.H. (VAIMAT2102G)",
328
+ "Volksbank Almtal e.Gen. (ATOSAT21XXX)",
329
+ "Volksbank Alpenvorland e.Gen. (VBOEATWWAMS)",
330
+ "Volksbank Altheim-Braunau reg.Gen.m.b.H. (VBOEATWWALT)",
331
+ "Volksbank Bad Goisern e.Gen. (VBGOAT21XXX)",
332
+ "Volksbank Bad Hall e.Gen. (VBOEATWWBHA)",
333
+ "Volksbank Baden e.Gen. (VBOEATWWBAD)",
334
+ "Volksbank Donau-Weinland reg.Gen.m.b.H. (VSTOAT21XXX)",
335
+ "Volksbank Eferding-Grieskirchen reg.Gen.m.b.H. (VOEEAT21XXX)",
336
+ "Volksbank Enns- und Paltental reg.Gen.m.b.H. (VBOEATWWROT)",
337
+ "Volksbank Enns-St. Valentin eG (VOENAT21XXX)",
338
+ "Volksbank Feldkirchen eG (VOFFAT21XXX)",
339
+ "Volksbank Fels am Wagram e.Gen. (VOFWAT21XXX)",
340
+ "Volksbank Friedburg reg.Gen.m.b.H. (VOFRAT21XXX)",
341
+ "Volksbank GHB Kärnten AG (VBOEATWWKLA)",
342
+ "Volksbank Gailtal eG (VOKMAT21XXX)",
343
+ "Volksbank Gmünd e.Gen. (VOGKAT21XXX)",
344
+ "Volksbank Graz-Bruck e.Gen. (VBOEATWWGRA)",
345
+ "Volksbank Krems-Zwettl Aktiengesellschaft (VBOEATWWKRE)",
346
+ "Volksbank Kufstein eG (VBOEATWWKUF)",
347
+ "Volksbank Kärnten Süd e.Gen. (VORFAT21XXX)",
348
+ "Volksbank Laa eGen (VLTHAT21XXX)",
349
+ "Volksbank Landeck eG (VBOEATWWLAN)",
350
+ "Volksbank Linz-Wels-Mühlviertel AG (VBWEAT2WXXX)",
351
+ "Volksbank Marchfeld e.Gen. (MVOGAT2102W)",
352
+ "Volksbank Mürztal-Leoben e.Gen. (VBOEATWWLEO)",
353
+ "Volksbank Niederösterreich Süd eG (VBOEATWWWRN)",
354
+ "Volksbank Niederösterreich-Mitte e.G. (VBOEATWWNOM)",
355
+ "Volksbank Oberes Waldviertel reg.Gen.m.b.H. (VOOWAT21XXX)",
356
+ "Volksbank Oberkärnten reg.Gen.m.b.H. (VBOEATWWSPI)",
357
+ "Volksbank Oberndorf reg.Gen.m.b.H. (VOBOAT21XXX)",
358
+ "Volksbank Obersdorf-Wolkersdorf-Deutsch-Wagram e.Gen. (VOWOAT21XXX)",
359
+ "Volksbank Ost reg.Gen.m.b.H. (VOSTAT21XXX)",
360
+ "Volksbank Osttirol reg.Gen.m.b.H. (OVLIAT21XXX)",
361
+ "Volksbank Ried im Innkreis eG (VBOEATWWRIE)",
362
+ "Volksbank Salzburg eG (VBOEATWWSAL)",
363
+ "Volksbank Schärding eG (VBOEATWWSRD)",
364
+ "Volksbank Steirisches Salzkammergut reg.Gen.m.b.H. (VOSSAT2102G)",
365
+ "Volksbank Süd-Oststeiermark e.Gen. (VHARAT21XXX)",
366
+ "Volksbank Südburgenland eG (VOPIAT2102G)",
367
+ "Volksbank Tirol Innsbruck-Schwaz AG (VBOEATWWINN)",
368
+ "Volksbank Tullnerfeld eG (TUVTAT21XXX)",
369
+ "Volksbank Vorarlberg e.Gen. (VOVBAT2BXXX)",
370
+ "Volksbank Vöcklabruck-Gmunden e.Gen. (VBOEATWWVOE)",
371
+ "Volksbank Vöcklamarkt-Mondsee reg. Gen.m.b.H. (VOVVAT21XXX)",
372
+ "Volksbank Weinviertel e.Gen. (WVMIAT21XXX)",
373
+ "Volksbank Wien AG (VBWIATW1XXX)",
374
+ "Volksbank für den Bezirk Weiz reg.Gen.m.b.H. (VBOEATWWWEI)",
375
+ "Volksbank für die Süd- und Weststeiermark eG (VOKKAT2102G)",
376
+ "Volksbank Ötscherland eG (VOETAT2102P)",
377
+ "Volkskreditbank AG (VKBLAT2LXXX)",
378
+ "Vorarlberger Landes- und Hypothekenbank Aktiengesellschaft (HYPVAT2BXXX)",
379
+ "Waldviertler Sparkasse Bank AG (SPZWAT21XXX)",
380
+ "Waldviertler Volksbank Horn reg.Gen.m.b.H. (WVOHAT21XXX)",
381
+ "Walser Privatbank (RANJAT2BXXX)",
382
+ "Wiener Neustädter Sparkasse (WINSATWNXXX)",
383
+ "bankdirekt.at AG Integration (RZOOAT2L796)",
384
+ "Ärztebank (BWFBATW1XXX)",
385
+ "Österreichische Apothekerbank eG (VBOEATWWAPO)",
386
+ "Österreichische Volksbanken-Aktiengesellschaft (VBOEATWWXXX)"
387
+ ];
388
+
389
+
390
+
391
+ var bankenlisteDE = [
392
+ "Postbank (PBNKDEFFXXX)",
393
+ "Landesbank Berlin - Berliner Sparkasse (BELADEBEXXX)",
394
+ "Berliner Volksbank eG (BEVODEBBXXX)",
395
+ "PSD Bank Berlin-Brandenburg eG (GENODEF1P01)",
396
+ "Weberbank (WELADED1WBB)",
397
+ "VR Bank Lausitz eG (GENODEF1FWA)",
398
+ "Deutsche Kreditbank Berlin (BYLADEM1001)",
399
+ "OstseeSparkasse Rostock (NOLADE21ROS)",
400
+ "Sparkasse Vorpommern (NOLADE21GRW)",
401
+ "Sparkasse Vorpommern auf Rügen (NOLADE21RUE)",
402
+ "Volksbank Wolgast eG (GENODEF1WOG)",
403
+ "Volksbank Raiffeisenbank eG (GENODEF1ANK)",
404
+ "Volks- und Raiffeisenbank eG Wismar (GENODEF1HWI)",
405
+ "Pommersche Volksbank eG (GENODEF1HST)",
406
+ "Sparkasse Mecklenburg-Nordwest (NOLADE21WIS)",
407
+ "Sparkasse Parchim-Lübz (NOLADE21PCH)",
408
+ "Sparkasse Mecklenburg-Schwerin (NOLADE21LWL)",
409
+ "Volks- und Raiffeisenbank eG, Güstrow (GENODEF1GUE)",
410
+ "VR-Bank eG (GENODEF1SN1)",
411
+ "Müritz-Sparkasse (NOLADE21WRN)",
412
+ "Sparkasse Neubrandenburg-Demmin (NOLADE21NBS)",
413
+ "Sparkasse Uecker-Randow (NOLADE21PSW)",
414
+ "Sparkasse Mecklenburg-Strelitz (NOLADE21MST)",
415
+ "Raiffeisenbank eG, Malchin (GENODEF1MAL)",
416
+ "Volksbank Demmin eG (GENODEF1DM1)",
417
+ "VR-Bank Uckermark-Randow eG (GENODEF1PZ1)",
418
+ "Mittelbrandenburgische Sparkasse in Potsdam (WELADED1PMB)",
419
+ "Sparkasse Prignitz (WELADED1PRP)",
420
+ "Sparkasse Ostprignitz-Ruppin (WELADED1OPR)",
421
+ "Volks- und Raiffeisenbank Prignitz eG (GENODEF1PER)",
422
+ "Raiffeisenbank Ostprignitz-Ruppin eG (GENODEF1NPP)",
423
+ "Brandenburger Bank (GENODEF1BRB)",
424
+ "Volksbank Rathenow eG (GENODEF1RN1)",
425
+ "Sparkasse Barnim (WELADED1GZE)",
426
+ "Stadtsparkasse Schwedt (WELADED1UMX)",
427
+ "Sparkasse Märkisch-Oderland (WELADED1MOL)",
428
+ "Sparkasse Oder-Spree (WELADED1LOS)",
429
+ "Sparkasse Uckermark (WELADED1UMP)",
430
+ "Raiffeisenbank-Volksbank Oder-Spree eG (GENODEF1BKW)",
431
+ "VRB Fürstenwalde Seelow Wriezen eG (GENODEF1FW1)",
432
+ "Sparkasse Spree-Neiße (WELADED1CBN)",
433
+ "Sparkasse Elbe-Elster (WELADED1EES)",
434
+ "Sparkasse Niederlausitz (WELADED1OSL)",
435
+ "Spreewaldbank (GENODEF1LN1)",
436
+ "Volksbank Spree-Neiße eG (GENODEF1SPM)",
437
+ "comdirect bank (COBADEHDXXX)",
438
+ "comdirect bank (COBADEHD044)",
439
+ "Hamburger Sparkasse (HASPDEHHXXX)",
440
+ "Norderstedter Bank eG (GENODEF1NDR)",
441
+ "comdirect bank (COBADEHD055)",
442
+ "Kaltenkirchener Bank (GENODEF1KLK)",
443
+ "Raiffeisenbank eG Bad Bramstedt (GENODEF1BBR)",
444
+ "Raiffeisenbank eG, Seestermühe (GENODEF1SST)",
445
+ "Raiffeisenbank Südstormarn Mölln eG (GENODEF1GRS)",
446
+ "Raiffeisenbank eG, Struvenhütten (GENODEF1STV)",
447
+ "Raiffeisenbank eG, Owschlag (GENODEF1OWS)",
448
+ "Volksbank eG, Ahlerstedt (GENODEF1AST)",
449
+ "Volksbank Geest eG (GENODEF1APE)",
450
+ "Volksbank Kehdingen eG (GENODEF1DRO)",
451
+ "Spar- und Kreditbank (GENODEF1HAA)",
452
+ "Volksbank eG, Fredenbeck-Oldendorf (GENODEF1FRB)",
453
+ "Raiffeisenbank eG Ratzeburg (GENODEF1RRZ)",
454
+ "Volksbank Winsener Marsch eG (GENODEF1WIM)",
455
+ "Volksbank Lüneburger Heide eG (GENODEF1NBU)",
456
+ "Volksbank Wulfsen eG (GENODEF1WUL)",
457
+ "PSD Bank Nord eG (GENODEF1P08)",
458
+ "Hamburger Volksbank eG (GENODEF1HH2)",
459
+ "Vierländer Volksbank eG (GENODEF1HH3)",
460
+ "Sparkasse Harburg-Buxtehude (NOLADE21HAM)",
461
+ "Förde Sparkasse (NOLADE21KIE)",
462
+ "VR-Bank Coburg eG (GENODEF1COS)",
463
+ "Bordesholmer Sparkasse AG (NOLADE21BOR)",
464
+ "Ev. Darlehnsgenossenschaft eG (GENODEF1EDG)",
465
+ "Kieler Volksbank eG (GENODEF1KIL)",
466
+ "PSD Bank Kiel eG (GENODEF1P11)",
467
+ "Eckernförder Bank eG Volksbank-Raiffeisenbank (GENODEF1EFO)",
468
+ "VR Bank Neumünster (GENODEF1NMS)",
469
+ "Sparkasse Holstein (NOLADE21HOL)",
470
+ "VR Bank Ostholstein Nord-Plön eG (GENODEF1NSH)",
471
+ "Volksbank Eutin Raiffeisenbank eG (GENODEF1EUT)",
472
+ "Sparkasse Mittelholstein AG (NOLADE21RDB)",
473
+ "Sparkasse Hohenwestedt (NOLADE21HWS)",
474
+ "Raiffeisenbank eG, Todenbüttel (GENODEF1TOB)",
475
+ "VR Bank Flensburg-Schleswig eG (GENODEF1RSL)",
476
+ "Raiffeisenbank eG, Handewitt (GENODEF1HDW)",
477
+ "Nord-Ostsee Sparkasse (NOLADE21NOS)",
478
+ "Schleswiger Volksbank eG (GENODEF1SLW)",
479
+ "VR Bank eG, Niebüll (GENODEF1BDS)",
480
+ "Föhr-Amrumer Bank eG (GENODEF1WYK)",
481
+ "Husumer Volksbank (GENODEF1HUM)",
482
+ "Sylter Bank eG (GENODEF1SYL)",
483
+ "Sparkasse Hennstedt-Wesselburen (NOLADE21WEB)",
484
+ "Raiffeisenbank eG Heide (GENODEF1RHE)",
485
+ "Dithmarscher Volks- und Raiffeisenbank eG (GENODEF1DVR)",
486
+ "Sparkasse Elmshorn (NOLADE21ELH)",
487
+ "Stadtsparkasse Wedel (NOLADE21WED)",
488
+ "Raiffeisenbank Elbmarsch eG (GENODEF1HTE)",
489
+ "Volksbank eG, Elmshorn (GENODEF1ELM)",
490
+ "VR Bank Pinneberg eG (GENODEF1PIN)",
491
+ "Sparkasse Westholstein (NOLADE21WHO)",
492
+ "Sparkasse Südholstein (NOLADE21SHO)",
493
+ "Volksbank Raiffeisenbank Itzehoe (GENODEF1VIT)",
494
+ "Sparkasse zu Lübeck AG (NOLADE21SPL)",
495
+ "Kreissparkasse Herzogtum Lauenburg (NOLADE21RZB)",
496
+ "Raiffeisenbank eG, Leezen (GENODEF1LZN)",
497
+ "Raiffeisenbank eG, Bargteheide (GENODEF1BAR)",
498
+ "Raiffeisenbank eG, Lauenburg (GENODEF1RLB)",
499
+ "Raiffeisenbank eG (GENODEF1BCH)",
500
+ "Volksbank Lübeck eG (GENODEF1HLU)",
501
+ "Sparkasse Lüneburg (NOLADE21LBG)",
502
+ "Stadtsparkasse Cuxhaven (BRLADE21CUX)",
503
+ "Sparkasse Stade-Altes Land (NOLADE21STS)",
504
+ "Kreissparkasse Stade (NOLADE21STK)",
505
+ "Sparkasse Rotenburg-Bremervörde (BRLADE21ROB)",
506
+ "Zevener Volksbank eG (GENODEF1SIT)",
507
+ "SDK Börde Lamstedt-Hechthausen eG (GENODEF1LAS)",
508
+ "Volksbank Stade-Cuxhaven eG (GENODEF1SDE)",
509
+ "NORD/LB Landessparkasse (NOLADE2HXXX)",
510
+ "Sparkasse Hannover (SPKHDE2HXXX)",
511
+ "Volks- und Raiffeisenbank eG Leinebergland (GENODEF1DES)",
512
+ "Raiffeisen-Volksbank eG, Neustadt (GENODEF1NST)",
513
+ "Volksbank Vechelde-Wendeburg eG (GENODEF1WBU)",
514
+ "Volksbank Diepholz-Barnstorf eG (GENODEF1BNT)",
515
+ "Stadtsparkasse Barsinghausen (NOLADE21BAH)",
516
+ "Stadtsparkasse Burgdorf (NOLADE21BUF)",
517
+ "Kreissparkasse Fallingbostel in Walsrode (NOLADE21WAL)",
518
+ "Stadtsparkasse Wunstorf (NOLADE21WST)",
519
+ "Hannoversche Volksbank eG (VOHADE2HXXX)",
520
+ "Volksbank eG Lehrte-Springe-Pattensen-Ronnenberg (GENODEF1PAT)",
521
+ "Kreissparkasse Peine (NOLADE21PEI)",
522
+ "Volksbank Peine eG (GENODEF1PEV)",
523
+ "Stadtsparkasse Hameln (NOLADE21HMS)",
524
+ "Sparkasse Weserbergland (NOLADE21SWB)",
525
+ "Stadtsparkasse Bad Pyrmont (NOLADE21PMT)",
526
+ "Volksbank Hameln-Stadthagen eG (GENODEF1HMP)",
527
+ "Volksbank im Wesertal eG (GENODEF1COP)",
528
+ "Volksbank Bad Münder eG (GENODED1BMU)",
529
+ "Volksbank in Schaumburg eG (GENODEF1BCK)",
530
+ "Sparkasse Nienburg (NOLADE21NIB)",
531
+ "Kreissparkasse Grafschaft Diepholz (BRLADE21DHZ)",
532
+ "Volksbank (GENODEF1STY)",
533
+ "Volksbank Aller-Weser eG (GENODEF1HOY)",
534
+ "Volksbank eG, Nienburg (GENODEF1NIN)",
535
+ "Volksbank Sulingen (GENODEF1SUL)",
536
+ "Sparkasse Celle (NOLADE21CEL)",
537
+ "Volksbank Wittingen-Klötze eG (GENODEF1WIK)",
538
+ "Volksbank Hankensbüttel-Wahrenholz eG (GENODEF1HKB)",
539
+ "Volksbank Südheide (GENODEF1HMN)",
540
+ "Sparkasse Uelzen Lüchow-Dannenberg (NOLADE21UEL)",
541
+ "Kreissparkasse Soltau (NOLADE21SOL)",
542
+ "Volksbank Clenze-Hitzacker (GENODEF1CLZ)",
543
+ "Volksbank Uelzen-Salzwedel eG (GENODEF1EUB)",
544
+ "Bank Schilling & Co (BSHADE71XXX)",
545
+ "Volksbank Osterburg-Lüchow-Dannenberg eG (GENODEF1WOT)",
546
+ "Sparkasse Hildesheim (NOLADE21HIK)",
547
+ "Volksbank Hildesheim eG (GENODEF1HIH)",
548
+ "Sparkasse Göttingen (NOLADE21GOE)",
549
+ "Sparkasse Duderstadt (NOLADE21DUD)",
550
+ "Kreis- und Stadtsparkasse Münden (NOLADE21HMU)",
551
+ "Volksbank Mitte eG (GENODEF1DUD)",
552
+ "Volksbank (GENODEF1ADE)",
553
+ "VR-Bank in Südniedersachsen eG (GENODEF1DRA)",
554
+ "Volksbank Göttingen eG (GENODEF1GOE)",
555
+ "Kreis-Sparkasse Northeim (NOLADE21NOM)",
556
+ "Sparkasse Einbeck (NOLADE21EIN)",
557
+ "Volksbank Einbeck eG (GENODEF1EIN)",
558
+ "Volksbank Solling eG (GENODEF1HDG)",
559
+ "Sparkasse Osterode am Harz (NOLADE21HZB)",
560
+ "Stadtsparkasse Bad Sachsa (NOLADE21SAC)",
561
+ "Sparkasse Osnabrück (NOLADE22XXX)",
562
+ "Kreissparkasse Bersenbrück (NOLADE21BEB)",
563
+ "Kreissparkasse Melle (NOLADE21MEL)",
564
+ "Volksbank GMHütte-Hagen-Bissendorf eG (GENODEF1HGM)",
565
+ "Volksbank Osnabrücker Nordland eG (GENODEF1MRZ)",
566
+ "VR-Bank eG im Altkreis Bersenbrück (GENODEF1NOP)",
567
+ "Volksbank Osnabrück eG (GENODEF1OSV)",
568
+ "Deutsche Skatbank Zndl VR Bank Altenburger Land (GENODEF1ALT)",
569
+ "Sparkasse Emsland (NOLADE21EMS)",
570
+ "Volksbank Lingen eG (GENODEF1LIG)",
571
+ "Volksbank Haselünne eG (GENODEF1HLN)",
572
+ "Emsländische Volksbank eG (GENODEF1MEP)",
573
+ "Kreissparkasse Grafschaft Bentheim zu Nordhorn (NOLADE21NOH)",
574
+ "Grafschafter Volksbank eG (GENODEF1NEV)",
575
+ "Sparkasse Goslar/Harz (NOLADE21GSL)",
576
+ "Volksbank Nordharz eG (GENODEF1VNH)",
577
+ "Volksbank im Harz eG (GENODEF1OHA)",
578
+ "Sparkasse Gifhorn-Wolfsburg (NOLADE21GFW)",
579
+ "Volksbank Börßum-Hornburg eG (GENODEF1BOH)",
580
+ "PSD Bank Braunschweig eG (GENODEF1P02)",
581
+ "Volksbank Wolfenbüttel-Salzgitter eG (GENODEF1WFV)",
582
+ "Volksbank Helmstedt eG (GENODEF1HMS)",
583
+ "Volksbank Weserbergland eG (GENODEF1HMV)",
584
+ "Volksbank Braunlage eG (GENODEF1BLG)",
585
+ "Volksbank eG (GENODEF1SES)",
586
+ "Landessparkasse zu Oldenburg (BRLADE21LZO)",
587
+ "Raiffeisenbank Oldenburg eG (GENODEF1OL2)",
588
+ "Raiffeisenbank Wesermarsch-Süd eG (GENODEF1BRN)",
589
+ "Volksbank Cloppenburg eG (GENODEF1CLP)",
590
+ "Volksbank Dammer Berge eG (GENODEF1DAM)",
591
+ "Raiffeisenbank Rastede eG (GENODEF1RSE)",
592
+ "Volksbank Ganderkesee-Hude eG (GENODEF1HUD)",
593
+ "Volksbank Lohne-Mühlen eG (GENODEF1LON)",
594
+ "Volksbank Bookholzberg-Lemwerder eG (GENODEF1GBH)",
595
+ "Volksbank Bösel eG (GENODEF1BSL)",
596
+ "Volksbank Westerstede eG (GENODEF1WRE)",
597
+ "Volksbank Essen-Cappeln eG (GENODEF1ESO)",
598
+ "Volksbank Bakum eG (GENODEF1BAM)",
599
+ "Volksbank Vechta eG (GENODEF1VEC)",
600
+ "Volksbank Löningen (GENODEF1LOG)",
601
+ "VR-Bank Dinklage-Steinfeld (GENODEF1DIK)",
602
+ "Raiffeisenbank eG Scharrel (GENODEF1SAN)",
603
+ "Volksbank Wildeshauser Geest eG (GENODEF1WDH)",
604
+ "Spar- und Darlehnskasse Friesoythe (GENODEF1FOY)",
605
+ "Volksbank Neuenkirchen-Vörden eG (GENODEF1NEO)",
606
+ "Volksbank Delmenhorst Schierbrok (GENODEF1GSC)",
607
+ "Volksbank Lastrup eG (GENODEF1LAP)",
608
+ "Raiffeisenbank Butjadingen-Abbehausen eG (GENODEF1BUT)",
609
+ "Raiffeisenbank Strücklingen-Idafehn eG (GENODEF1ORF)",
610
+ "VR Bank eG Oldenburg Land West (GENODEF1HAT)",
611
+ "Volksbank Emstek eG (GENODEF1EMK)",
612
+ "Raiffeisenbank Garrel eG (GENODEF1GRR)",
613
+ "Hümmlinger Volksbank eG (GENODEF1WLT)",
614
+ "Volksbank Nordhümmling eG (GENODEF1BOG)",
615
+ "RB Wiesedermeer-Wiesede-Marcardsmoor eG (GENODEF1WWM)",
616
+ "Raiffeisenbank Emsland-Mitte eG (GENODEF1KBL)",
617
+ "Volksbank Niedergrafschaft (GENODEF1HOO)",
618
+ "Volksbank Langen-Gersten eG (GENODEF1LAG)",
619
+ "Raiffeisenbank Lorup eG (GENODEF1LRU)",
620
+ "Volksbank Emstal eG (GENODEF1LTH)",
621
+ "Volksbank Süd-Emsland eG (GENODEF1SPL)",
622
+ "Volksbank Oldenburg eG (GENODEF1EDE)",
623
+ "Sparkasse Wilhelmshaven (BRLADE21WHV)",
624
+ "Volksbank Jever eG (GENODEF1JEV)",
625
+ "Raiffeisen-Volksbank Varel-Nordenham eG (GENODEF1VAR)",
626
+ "Volksbank Wilhelmshaven eG (GENODEF1WHV)",
627
+ "Volksbank Esens eG (GENODEF1ESE)",
628
+ "Raiffeisen-Volksbank Fresena eG (GENODEF1MAR)",
629
+ "Sparkasse Emden (BRLADE21EMD)",
630
+ "Sparkasse Aurich-Norden (BRLADE21ANO)",
631
+ "Sparkasse LeerWittmund (BRLADE21LER)",
632
+ "Raiffeisen-Volksbank eG (GENODEF1UPL)",
633
+ "Raiffeisenbank Flachsmeer eG (GENODEF1WEF)",
634
+ "Raiffeisenbank eG, Moormerland (GENODEF1MML)",
635
+ "Ostfriesische Volksbank eG (GENODEF1LER)",
636
+ "Volksbank eG Westrhauderfehn (GENODEF1WRH)",
637
+ "NordFinanz Bank AG (NFHBDE21XXX)",
638
+ "Bremer Landesbank (BRLADE22XXX)",
639
+ "Die Sparkasse Bremen (SBREDE22XXX)",
640
+ "Kreissparkasse Syke (BRLADE21SYK)",
641
+ "Kreissparkasse Osterholz (BRLADE21OHZ)",
642
+ "Zweckverbandssparkasse Scheeßel (BRLADE21SHL)",
643
+ "Kreissparkasse Verden (BRLADE21VER)",
644
+ "Volksbank eG, Osterholz-Scharmbeck (GENODEF1OHZ)",
645
+ "Volksbank Schwanewede eG (GENODEF1SWW)",
646
+ "Volksbank Oyten eG (GENODEF1OYT)",
647
+ "Volksbank eG, Sottrum (GENODEF1SUM)",
648
+ "Volksbank Worpswede eG (GENODEF1WOP)",
649
+ "Volksbank Syke (GENODEF1SHR)",
650
+ "Bremische Volksbank eG (GENODEF1HB1)",
651
+ "Volksbank Bremen-Nord eG (GENODEF1HB2)",
652
+ "Sparkasse Bremerhaven (BRLADE21BRS)",
653
+ "Kreissparkasse Wesermünde-Hadeln (BRLADE21BRK)",
654
+ "Volksbank Geeste-Nord eG (GENODEF1BRV)",
655
+ "Volksbank eG Bremerhaven-Cuxland (GENODEF1BEV)",
656
+ "Stadtsparkasse Düsseldorf (DUSSDEDDXXX)",
657
+ "PSD Bank Rhein-Ruhr eG (GENODEF1P05)",
658
+ "comdirect bank (COBADEHD001)",
659
+ "Volksbank Stormarn eG (GENODEF1HH4)",
660
+ "Kreissparkasse Düsseldorf (WELADED1KSD)",
661
+ "Volksbank Düsseldorf Neuss eG (GENODED1DNE)",
662
+ "Stadt-Sparkasse Haan (WELADED1HAA)",
663
+ "Sparkasse Neuss (WELADEDNXXX)",
664
+ "VR Bank eG (GENODED1NLD)",
665
+ "Stadtsparkasse Mönchengladbach (MGLSDE33XXX)",
666
+ "Gladbacher Bank von 1922 (GENODED1GBM)",
667
+ "Volksbank Mönchengladbach eG (GENODED1MRB)",
668
+ "Kreissparkasse Heinsberg in Erkelenz (WELADED1ERK)",
669
+ "Volksbank Erkelenz-Hückelhoven-Wegberg eG (GENODED1EHE)",
670
+ "Raiffeisenbank Erkelenz eG (GENODED1LOE)",
671
+ "Volksbank Viersen eG (GENODED1VSN)",
672
+ "Sparkasse Krefeld (SPKRDE33XXX)",
673
+ "Sparkasse der Stadt Straelen (WELADED1STR)",
674
+ "Volksbank Krefeld eG (GENODED1HTK)",
675
+ "Volksbank Kempen-Grefrath eG (GENODED1KMP)",
676
+ "Volksbank an der Niers eG (GENODED1GDL)",
677
+ "Verbandssparkasse Goch (WELADED1GOC)",
678
+ "Sparkasse Kleve (WELADED1KLE)",
679
+ "Volksbank Kleverland eG (GENODED1KLL)",
680
+ "Stadtsparkasse Wuppertal (WUPSDE33XXX)",
681
+ "Credit- und Volksbank eG, Wuppertal (GENODED1CVW)",
682
+ "Sparkasse Hilden-Ratingen-Velbert (WELADED1VEL)",
683
+ "Stadtsparkasse Remscheid (WELADEDRXXX)",
684
+ "Sparkasse Radevormwald-Hückeswagen (WELADED1RVW)",
685
+ "Stadtsparkasse Wermelskirchen (WELADED1WMK)",
686
+ "Volksbank Remscheid-Solingen eG (VBRSDE33XXX)",
687
+ "Stadt-Sparkasse Solingen (SOLSDE33XXX)",
688
+ "Sparkasse Duisburg (DUISDE33XXX)",
689
+ "Bank für Kirche und Diakonie - KD-Bank (GENODED1DKD)",
690
+ "Volksbank Rhein-Ruhr eG (GENODED1VRR)",
691
+ "Sparkasse Dinslaken-Voerde-Hünxe (WELADED1DIN)",
692
+ "Volksbank Dinslaken eG (GENODED1DLK)",
693
+ "Sparkasse am Niederrhein (WELADED1MOR)",
694
+ "Volksbank Niederrhein eG (GENODED1NRH)",
695
+ "Verbands-Sparkasse Wesel (WELADED1WES)",
696
+ "Volksbank Rhein-Lippe eG (GENODED1RLW)",
697
+ "Stadtsparkasse Emmerich-Rees (WELADED1EMR)",
698
+ "Volksbank Emmerich-Rees eG (GENODED1EMR)",
699
+ "Sparkasse Essen (SPESDE3EXXX)",
700
+ "Bank im Bistum Essen eG (GENODED1BBE)",
701
+ "GENO BANK ESSEN (GENODEM1GBE)",
702
+ "Sparkasse Mülheim an der Ruhr (SPMHDE3EXXX)",
703
+ "Stadtsparkasse Oberhausen (WELADED1OBH)",
704
+ "Sparkasse KölnBonn (COLSDE33XXX)",
705
+ "Kreissparkasse Köln (COKSDE33XXX)",
706
+ "Pax Bank eG - seit 1917 Bank für Kirche (GENODED1PAX)",
707
+ "PSD Bank Köln eG (GENODEF1P13)",
708
+ "Bensberger Bank eG (GENODED1BGL)",
709
+ "Raiffeisenbank Frechen-Hürth eG (GENODED1FHH)",
710
+ "VR Bank Bergisch Gladbach (GENODED1PAF)",
711
+ "Raiffeisenbank Fischenich-Kendenich eG (GENODED1FKH)",
712
+ "Spar- und Darlehnskasse Aegidienberg eG (GENODED1AEG)",
713
+ "Raiffeisenbank eG, Aldenhoven (GENODED1ALD)",
714
+ "Raiffeisenbank Kürten-Odenthal eG (GENODED1RKO)",
715
+ "Volksbank Meerbusch eG (GENODED1MBU)",
716
+ "Volksbank Erft eG (GENODED1ERE)",
717
+ "Raiffeisenbank Grevenbroich eG (GENODED1GRB)",
718
+ "Raiffeisenbank Gymnich eG (GENODED1EGY)",
719
+ "Volksbank Haaren eG (GENODED1HAW)",
720
+ "Volksbank Heimbach eG (GENODED1HMB)",
721
+ "Spar- und Darlehnskasse Hoengen eG (GENODED1AHO)",
722
+ "VR-Bank Rur-Wurm eG (GENODED1IMM)",
723
+ "Raiffeisenbank Junkersdorf eG (GENODED1JUK)",
724
+ "Raiffeisenbank Kaarst eG (GENODED1KAA)",
725
+ "Raiffeisenbank eG, Heinsberg (GENODED1HRB)",
726
+ "Volksbank Dünnwald-Holweide eG (GENODED1DHK)",
727
+ "VR-Bank Rhein-Sieg eG (GENODED1RST)",
728
+ "Raiffeisenbank Rhein-Berg eG (GENODED1MNH)",
729
+ "Raiffeisenbank Much-Ruppichteroth eG (GENODED1MUC)",
730
+ "Raiffeisenbank Rheinbach Voreifel eG (GENODED1RBC)",
731
+ "Rosbacher Raiffeisenbank eG (GENODED1WND)",
732
+ "Raiffeisenbank eG (GENODED1SMR)",
733
+ "Raiffeisenbank Sankt Augustin eG (GENODED1SAM)",
734
+ "VR-Bank Nordeifel eG (GENODED1SLE)",
735
+ "Kölner Bank eG (GENODED1CGN)",
736
+ "VR-Bank Rhein-Erft eG (GENODED1BRH)",
737
+ "Sparkasse Leverkusen (WELADEDLLEV)",
738
+ "Stadt-Sparkasse Langenfeld (WELADED1LAF)",
739
+ "Volksbank Rhein-Wupper eG (GENODED1RWL)",
740
+ "Postbank Zentrale (PBNKDEFF380)",
741
+ "Stadtsparkasse Bad Honnef (WELADED1HON)",
742
+ "Volksbank Bonn Rhein-Sieg eG (GENODED1BRS)",
743
+ "VR-Bank Bonn eG (GENODED1HBO)",
744
+ "Kreissparkasse Euskirchen (WELADED1EUS)",
745
+ "Volksbank Euskirchen eG (GENODED1EVB)",
746
+ "Sparkasse Gummersbach-Bergneustadt (WELADED1GMB)",
747
+ "Sparkasse der Homburgischen Gemeinden (WELADED1WIE)",
748
+ "Volksbank Oberberg eG (GENODED1WIL)",
749
+ "Steyler Bank GmbH (GENODED1STB)",
750
+ "Sparkasse Aachen (AACSDE33XXX)",
751
+ "Aachener Bank eG (GENODED1AAC)",
752
+ "Heinsberger Volksbank AG (GENODED1HNB)",
753
+ "VR-Bank eG (GENODED1WUR)",
754
+ "Raiffeisen-Bank Eschweiler eG (GENODED1RSC)",
755
+ "Sparkasse Düren (SDUEDE33XXX)",
756
+ "Volksbank Düren eG (GENODED1DUE)",
757
+ "Sparkasse Münsterland Ost (WELADED1MST)",
758
+ "Volksbank Greven eG (GENODEM1GRV)",
759
+ "Volksbank Lette-Darup-Rorup eG (GENODEM1CND)",
760
+ "Volksbank Marsberg eG (GENODEM1MAS)",
761
+ "Volksbank Schlangen eG (GENODEM1SLN)",
762
+ "Volksbank Saerbeck eG (GENODEM1SAE)",
763
+ "Volksbank Schermbeck eG (GENODEM1SMB)",
764
+ "Volksbank Thülen eG (GENODEM1BTH)",
765
+ "Volksbank Baumberge eG (GENODEM1BAU)",
766
+ "Volksbank Senden eG (GENODEM1SDN)",
767
+ "Volksbank Amelsbüren eG (GENODEM1MAB)",
768
+ "Volksbank Ascheberg-Herbern eG (GENODEM1CAN)",
769
+ "Volksbank Erle eG (GENODEM1ERR)",
770
+ "Volksbank Lembeck-Rhade eG (GENODEM1DLR)",
771
+ "Volksbank Südkirchen-Capelle-Nordkirchen eG (GENODEM1SCN)",
772
+ "PSD Bank Westfalen-Lippe eG (GENODEF1P15)",
773
+ "Verbundsparkasse Emsdetten Ochtrup (WELADED1EMS)",
774
+ "Sparkasse Gronau (WELADED1GRO)",
775
+ "Stadtsparkasse Lengerich (WELADED1LEN)",
776
+ "Volksbank Münster eG (GENODEM1MSC)",
777
+ "Volksbank Gronau-Ahaus eG (GENODEM1GRN)",
778
+ "Volksbank Laer-Horstmar-Leer eG (GENODEM1LAE)",
779
+ "Volksbank Nottuln eG (GENODEM1CNO)",
780
+ "Volksbank Lüdinghausen-Olfen eG (GENODEM1LHN)",
781
+ "Volksbank Ochtrup eG (GENODEM1OTR)",
782
+ "Volksbank Gescher eG (GENODEM1GE1)",
783
+ "Volksbank Selm-Bork eG (GENODEM1SEM)",
784
+ "Stadtsparkasse Rheine (WELADED1RHN)",
785
+ "Kreissparkasse Steinfurt (WELADED1STF)",
786
+ "Volksbank Westerkappeln-Wersen eG (GENODEM1WKP)",
787
+ "VR-Bank Kreis Steinfurt eG (GENODEM1IBB)",
788
+ "Sparkasse Hamm (WELADED1HAM)",
789
+ "Stadtsparkasse Werne (WELADED1WRN)",
790
+ "Sparkasse Bergkamen-Bönen (WELADED1BGK)",
791
+ "Spar- und Darlehnskasse Bockum-Hövel eG (GENODEM1HBH)",
792
+ "Volksbank Bönen eG (GENODEM1BO1)",
793
+ "Sparkasse Beckum-Wadersloh (WELADED1BEK)",
794
+ "Volksbank Enniger-Ostenfelde-Westkirchen eG (GENODEM1EOW)",
795
+ "Volksbank Oelde-Ennigerloh-Neubeckum eG (GENODEM1OEN)",
796
+ "Volksbank Ahlen-Sassenberg-Warendorf eG (GENODEM1AHL)",
797
+ "Vereinigte Volksbank Telgte eG (GENODEM1SDH)",
798
+ "Sparkasse Soest (WELADED1SOS)",
799
+ "Sparkasse Werl (WELADED1WRL)",
800
+ "Volksbank Hellweg eG (GENODEM1SOE)",
801
+ "Volksbank Wickede Ruhr eG (GENODEM1WRU)",
802
+ "Sparkasse Lippstadt (WELADED1LIP)",
803
+ "Sparkasse Hochsauerland (WELADED1HSL)",
804
+ "Sparkasse Erwitte-Anröchte (WELADED1ERW)",
805
+ "Sparkasse Geseke (WELADED1GES)",
806
+ "Volksbank Beckum-Lippstadt eG (GENODEM1LPS)",
807
+ "Volksbank Anröchte eG (GENODEM1ANR)",
808
+ "Volksbank Störmede eG (GENODEM1SGE)",
809
+ "Volksbank Ruhr Mitte (GENODEM1GBU)",
810
+ "Volksbank Hörste eG (GENODEM1HOE)",
811
+ "Sparkasse Gelsenkirchen (WELADED1GEK)",
812
+ "Sparkasse Gladbeck (WELADED1GLA)",
813
+ "Sparkasse Bottrop (WELADED1BOT)",
814
+ "Volksbank Kirchhellen eG (GENODEM1KIH)",
815
+ "Sparkasse Vest Recklinghausen (WELADED1REK)",
816
+ "Stadtsparkasse Haltern am See (WELADED1HAT)",
817
+ "Volksbank Marl-Recklinghausen eG (GENODEM1MRL)",
818
+ "Volksbank Haltern eG (GENODEM1HLT)",
819
+ "Volksbank eG, Waltrop (GENODEM1WLW)",
820
+ "Volksbank Dorsten eG (GENODEM1DST)",
821
+ "Stadtsparkasse Bocholt (WELADED1BOH)",
822
+ "Sparkasse Westmünsterland (WELADE3WXXX)",
823
+ "Volksbank Bocholt eG (GENODEM1BOH)",
824
+ "Spar- und Darlehnskasse Reken eG (GENODEM1RKN)",
825
+ "VR-Bank Westmünsterland eG (GENODEM1BOB)",
826
+ "Volksbank Gemen eG (GENODEM1BOG)",
827
+ "Volksbank Heiden eG (GENODEM1HEI)",
828
+ "Volksbank Rhede eG (GENODEM1RHD)",
829
+ "Volksbank Raesfeld eG (GENODEM1RAE)",
830
+ "Sparkasse Bochum (WELADED1BOC)",
831
+ "Sparkasse Hattingen (WELADED1HTG)",
832
+ "Volksbank Bochum Witten eG (GENODEM1BOC)",
833
+ "GLS Gemeinschaftsbank eG (GENODEM1GLS)",
834
+ "Herner Sparkasse (WELADED1HRN)",
835
+ "Sparkasse Dortmund (DORTDE33XXX)",
836
+ "Volksbank Dortmund-Nordwest eG (GENODEM1DNW)",
837
+ "Sparkasse Lünen (WELADED1LUN)",
838
+ "Stadtsparkasse Schwerte (WELADED1SWT)",
839
+ "Dortmunder Volksbank eG (GENODEM1DOR)",
840
+ "Sparkasse UnnaKamen (WELADED1UNN)",
841
+ "Sparkasse Fröndenberg (WELADED1FRN)",
842
+ "Volksbank Kamen-Werne eG (GENODEM1KWK)",
843
+ "Sparkasse der Stadt Iserlohn (WELADED1ISL)",
844
+ "Sparkasse Märkisches Sauerland Hemer-Menden (WELADED1HEM)",
845
+ "Mendener Bank eG (GENODEM1MEN)",
846
+ "Sparkasse Hagen (WELADE3HXXX)",
847
+ "Stadtsparkasse Herdecke (WELADED1HER)",
848
+ "Märkische Bank eG (GENODEM1HGN)",
849
+ "Volksbank Hohenlimburg eG (GENODEM1HLH)",
850
+ "Sparkasse Witten (WELADED1WTN)",
851
+ "Stadtsparkasse Wetter Ruhr (WELADED1WET)",
852
+ "Stadtsparkasse Sprockhövel (SPSHDE31XXX)",
853
+ "Spar- u Kreditbank d Bundes Fr ev Gemeinden (GENODEM1BFG)",
854
+ "Volksbank Sprockhövel eG (GENODEM1SPO)",
855
+ "Stadtsparkasse Gevelsberg (WELADED1GEV)",
856
+ "Sparkasse Ennepetal-Breckerfeld (WELADED1ENE)",
857
+ "Städtische Sparkasse zu Schwelm (WELADED1SLM)",
858
+ "Sparkasse Lüdenscheid (WELADED1LSD)",
859
+ "Vereinigte Sparkasse im Märkischen Kreis (WELADED1PLB)",
860
+ "Sparkasse Kierspe-Meinerzhagen (WELADED1KMZ)",
861
+ "Volksbank Kierspe eG (GENODEM1KIE)",
862
+ "Sparkasse Siegen (WELADED1SIE)",
863
+ "Sparkasse Burbach-Neunkirchen (WELADED1BUB)",
864
+ "Stadtsparkasse Freudenberg (WELADED1FRE)",
865
+ "Stadtsparkasse Hilchenbach (WELADED1HIL)",
866
+ "Stadtsparkasse Schmallenberg (WELADED1SMB)",
867
+ "Sparkasse Wittgenstein (WELADED1BEB)",
868
+ "Volksbank Siegerland eG (GENODEM1SNS)",
869
+ "VR-Bank Freudenberg-Niederfischbach (GENODEM1FRF)",
870
+ "Volksbank Bigge-Lenne eG (GENODEM1SMA)",
871
+ "Volksbank Wittgenstein eG (GENODEM1BB1)",
872
+ "Sparkasse Olpe-Drolshagen-Wenden (WELADED1OPE)",
873
+ "Sparkasse Finnentrop (WELADED1FTR)",
874
+ "Sparkasse Attendorn-Lennestadt-Kirchhundem (WELADED1ALK)",
875
+ "Volksbank Grevenbrück eG (GENODEM1GLG)",
876
+ "Zweckverbandssparkasse Meschede (WELADED1MES)",
877
+ "Spar- und Darlehnskasse Oeventrop eG (GENODEM1ANO)",
878
+ "Volksbank Reiste-Eslohe eG (GENODEM1RET)",
879
+ "Sparkasse Arnsberg-Sundern (WELADED1ARN)",
880
+ "Volksbank Sauerland eG (GENODEM1NEH)",
881
+ "Sparkasse Höxter (WELADED1HXB)",
882
+ "Stadtsparkasse Delbrück (WELADED1DEL)",
883
+ "Volksbank Paderborn-Höxter-Detmold (DGPBDE3MXXX)",
884
+ "Volksbank Elsen-Wewer-Borchen eG (GENODEM1EWB)",
885
+ "Bank für Kirche und Caritas eG (GENODEM1BKC)",
886
+ "Volksbank Westenholz eG (GENODEM1WDE)",
887
+ "Volksbank Delbrück-Hövelhof eG (GENODEM1DLB)",
888
+ "Vereinigte Volksbank eG (GENODEM1STM)",
889
+ "Volksbank Wewelsburg-Ahden eG (GENODEM1WAH)",
890
+ "Sparkasse Paderborn-Detmold (WELADE3LXXX)",
891
+ "Stadtsparkasse Blomberg/Lippe (WELADED1BLO)",
892
+ "Sparkasse Gütersloh (WELADED1GTL)",
893
+ "Sparkasse Rietberg (WELADED1RTG)",
894
+ "Stadtsparkasse Versmold (WELADED1VSM)",
895
+ "Kreissparkasse Wiedenbrück (WELADED1WDB)",
896
+ "Volksbank Gütersloh eG (GENODEM1GTL)",
897
+ "Volksbank Kaunitz eG (GENODEM1VKA)",
898
+ "Volksbank Rietberg eG (GENODEM1RNE)",
899
+ "Volksbank Versmold eG (GENODEM1VMD)",
900
+ "Bankverein Werther AG (DGPBDE3MBVW)",
901
+ "Sparkasse Bielefeld (SPBIDE3BXXX)",
902
+ "Kreissparkasse Halle (WELADED1HAW)",
903
+ "Bielefelder Volksbank eG (GENODEM1BIE)",
904
+ "Volksbank Halle/Westf. eG (GENODEM1HLW)",
905
+ "Spar- und Darlehnskasse Schloß Holte-Stutenbrok eG (GENODEM1SHS)",
906
+ "Sparkasse Lemgo (WELADED1LEM)",
907
+ "Volksbank Bad Salzuflen eG (GENODEM1BSU)",
908
+ "Sparkasse Minden-Lübbecke (WELADED1MIN)",
909
+ "Stadtsparkasse Rahden (WELADED1RHD)",
910
+ "Stadtsparkasse Bad Oeynhausen (WELADED1OEH)",
911
+ "Stadtsparkasse Porta Westfalica (WELADED1PWF)",
912
+ "Volksbank Mindener Land eG (GENODEM1MPW)",
913
+ "Volksbank Minden eG (GENODEM1MND)",
914
+ "Volksbank Lübbecker Land eG (GENODEM1LUB)",
915
+ "Volksbank Schnathorst eG (GENODEM1SNA)",
916
+ "Sparkasse Herford (WLAHDE44XXX)",
917
+ "Volksbanken Bad Oeynhausen-Herford eG (GENODEM1HFV)",
918
+ "Ritterschaftliches Kreditinstitut Stade (GENODED1RKI)",
919
+ "Frankfurter Sparkasse (HELADEF1822)",
920
+ "DZ BANK (GENODEFFXXX)",
921
+ "Raiffeisenbank eG Oberursel (GENODE51OBU)",
922
+ "Raiffeisenbank Alzey-Land eG (GENODE51ABO)",
923
+ "Volksbank Grebenhain (GENODE51GRC)",
924
+ "Raiffeisenkasse Erbes-Büdesheim und Umgebung eG (GENODE51ERB)",
925
+ "Raiffeisenbank eG Grävenwiesbach (GENODE51GWB)",
926
+ "Hüttenberger Bank eG (GENODE51HUT)",
927
+ "Raiffeisenbank Kirtorf eG (GENODE51KIF)",
928
+ "Volksbank Wißmar eG (GENODE51WWI)",
929
+ "PSD Bank Hessen-Thüringen eG (GENODEF1P06)",
930
+ "Spar- und Kreditbank Ev.-Freikirchlicher Gemeinden (GENODE51BH2)",
931
+ "Rüsselsheimer Volksbank eG (GENODE51RUS)",
932
+ "Frankfurter Volksbank eG (FFVBDEFFXXX)",
933
+ "Volksbank Höchst a. M. eG (GENODE51FHC)",
934
+ "Volksbank Griesheim eG (GENODE51FGH)",
935
+ "Städtische Sparkasse Offenbach (HELADEF1OFF)",
936
+ "Raiffeisenbank eG, Offenbach/M.-Bieber (GENODE51OF2)",
937
+ "Vereinigte Volksbank Maingau eG (GENODE51OBH)",
938
+ "Volksbank Dreieich eG (GENODE51DRE)",
939
+ "Sparkasse Hanau (HELADEF1HAN)",
940
+ "Sparkasse Langen-Seligenstadt (HELADEF1SLS)",
941
+ "VR Bank Main-Kinzig-Büdingen eG (GENODEF1LSR)",
942
+ "Raiffeisenbank eG Rodenbach (GENODEF1RDB)",
943
+ "Volksbank Seligenstadt eG (GENODE51SEL)",
944
+ "Kreissparkasse Gelnhausen (HELADEF1GEL)",
945
+ "VR Bank Bad Orb-Gelnhausen eG (GENODE51GEL)",
946
+ "Birsteiner Volksbank eG (GENODE51BIV)",
947
+ "Stadt- und Kreis-Sparkasse Darmstadt (HELADEF1DAS)",
948
+ "Sparkasse Odenwaldkreis (HELADEF1ERB)",
949
+ "Kreissparkasse Groß-Gerau (HELADEF1GRG)",
950
+ "Sparkasse Dieburg (HELADEF1DIE)",
951
+ "Raiffeisenbank Schaafheim eG (GENODE51SHM)",
952
+ "Volksbank Mainspitze eG (GENODE51GIN)",
953
+ "Volksbank Odenwald eG (GENODE51MIC)",
954
+ "Volksbank Modau eG (GENODE51ORA)",
955
+ "Volksbank Seeheim-Jugenheim eG (GENODE51SJ2)",
956
+ "Volksbank (GENODE51EPT)",
957
+ "Volksbank Südhessen-Darmstadt eG (GENODEF1VBD)",
958
+ "Sparkasse Bensheim (HELADEF1BEN)",
959
+ "Sparkasse Starkenburg (HELADEF1HEP)",
960
+ "Raiffeisenbank Ried eG (GENODE51RBU)",
961
+ "RBank Raiffeisenbank Groß-Rohrheim eG (GENODE51GRM)",
962
+ "Volksbank Überwald-Gorxheimertal eG (GENODE51ABT)",
963
+ "Volksbank Brilon-Büren-Salzkotten eG (GENODEM1BUS)",
964
+ "Nassauische Sparkasse (NASSDE55XXX)",
965
+ "Wiesbadener Volksbank eG (WIBADE5WXXX)",
966
+ "Rheingauer Volksbank eG (GENODE51RGG)",
967
+ "vr bank Untertaunus eG (VRBUDE51XXX)",
968
+ "Kreissparkasse Limburg (HELADEF1LIM)",
969
+ "Kreissparkasse Weilburg (HELADEF1WEI)",
970
+ "Volksbank Langendernbach eG (GENODE51LDD)",
971
+ "Vereinigte Volksbank eG Limburg (GENODE51LIM)",
972
+ "Volksbank Schupbach eG (GENODE51SBH)",
973
+ "Taunus-Sparkasse (HELADEF1TSK)",
974
+ "Sparkasse Gießen (SKGIDE5FXXX)",
975
+ "Sparkasse Grünberg (HELADEF1GRU)",
976
+ "Sparkasse Laubach-Hungen (HELADEF1LAU)",
977
+ "Volksbank Heuchelheim eG (GENODE51HHE)",
978
+ "Volksbank Mittelhessen eG (VBMHDE5F)",
979
+ "VR Bank HessenLand eG (GENODE51ALS)",
980
+ "Sparkasse Wetzlar (HELADEF1WET)",
981
+ "Volksbank Brandoberndorf eG (GENODE51WBO)",
982
+ "Sparkasse Dillenburg (HELADEF1DIL)",
983
+ "Volksbank Dill eG - Volksbank und Raiffeisenbank - (GENODE51DIL)",
984
+ "Volksbank Herborn-Eschenburg eG (GENODE51HER)",
985
+ "Sparkasse Battenberg (HELADEF1BAT)",
986
+ "VR Bank Biedenkopf-Gladenbach eG (GENODE51BIK)",
987
+ "Sparkasse Oberhessen (HELADEF1FRI)",
988
+ "Volksbank Butzbach eG (GENODE51BUT)",
989
+ "Landbank Horlofftal eG (GENODE51REW)",
990
+ "Volksbank Ober-Mörlen eG (GENODE51OBM)",
991
+ "Volksbank Ulrichstein eG (GENODE51ULR)",
992
+ "Spar- und Darlehnskasse Stockhausen eG (GENODE51HSH)",
993
+ "Volksbank eG Feldatal (GENODE51FEL)",
994
+ "Volksbank Lauterbach-Schlitz eG (GENODE51LB1)",
995
+ "Kasseler Sparkasse (HELADEF1KAS)",
996
+ "Stadtsparkasse Borken Hessen (HELADEF1BOR)",
997
+ "Stadtsparkasse Felsberg (HELADEF1FEL)",
998
+ "Stadtsparkasse Grebenstein (HELADEF1GRE)",
999
+ "Kreissparkasse Schwalm-Eder (HELADEF1MEG)",
1000
+ "Stadtsparkasse Schwalmstadt (HELADEF1SWA)",
1001
+ "Evangelische Kreditgenossenschaft eG (GENODEF1EK1)",
1002
+ "Kasseler Bank eG (GENODE51KS1)",
1003
+ "Raiffeisenbank eG Borken (GENODEF1BOR)",
1004
+ "VR-Bank Chattengau eG (GENODEF1GUB)",
1005
+ "VR-Bank Schwalm-Eder eG (GENODEF1HRV)",
1006
+ "VR-Bank Spangenberg-Morschen eG (GENODEF1SPB)",
1007
+ "Raiffeisenbank eG, Wolfhagen (GENODEF1WOH)",
1008
+ "Raiffeisenbank eG Baunatal (GENODEF1BTA)",
1009
+ "Raiffeisenbank eG Calden (GENODEF1CAL)",
1010
+ "Raiffeisenbank Burghaun eG (GENODEF1BHN)",
1011
+ "Spar- und Kredit-Bank eG Gemünden/Wohra (GENODEF1GMD)",
1012
+ "Raiffeisenbank Langenschwarz eG (GENODEF1BUR)",
1013
+ "Raiffeisenbank Trendelburg eG (GENODEF1TBG)",
1014
+ "Raiffeisenbank Volkmarsen eG (GENODEF1VLM)",
1015
+ "Frankenberger Bank Raiffeisenbank eG (GENODEF1FBK)",
1016
+ "Sparkasse Werra-Meißner (HELADEF1ESW)",
1017
+ "Sparkasse Waldeck-Frankenberg (HELADEF1KOR)",
1018
+ "Waldecker Bank eG (GENODEF1KBW)",
1019
+ "Sparkasse Fulda (HELADEF1FDS)",
1020
+ "Kreissparkasse Schlüchtern (HELADEF1SLU)",
1021
+ "VR Genossenschaftsbank Fulda eG (GENODE51FUL)",
1022
+ "VR-Bank NordRhön eG (GENODEF1HUE)",
1023
+ "VR Bank Schlüchtern-Birstein (GENODE51SLU)",
1024
+ "Raiffeisenbank eG Großenlüder (GENODEF1GLU)",
1025
+ "Raiffeisenbank Biebergrund-Petersberg eG (GENODEF1PBG)",
1026
+ "Raiffeisenbank eG Flieden (GENODEF1FLN)",
1027
+ "Sparkasse Bad Hersfeld-Rotenburg (HELADEF1HER)",
1028
+ "Raiffeisenbank eG Bad Hersfeld-Asbach (GENODEF1HFA)",
1029
+ "Bankverein Bebra eG (GENODEF1BEB)",
1030
+ "Raiffeisenbank Werratal-Landeck eG (GENODEF1RAW)",
1031
+ "Raiffeisenbank Haunetal eG (GENODEF1HNT)",
1032
+ "Raiffeisenbank Ronshausen-Hönebach-Marksuhl eG (GENODEF1ROH)",
1033
+ "VR-Bank Bad Hersfeld-Rotenburg eG (GENODE51BHE)",
1034
+ "Sparkasse Marburg-Biedenkopf (HELADEF1MAR)",
1035
+ "Raiffeisenbank eG, Ebsdorfergrund (GENODEF1EBG)",
1036
+ "Stadtsparkasse Kaiserslautern (MALADE51KLS)",
1037
+ "Kreissparkasse Kaiserslautern (MALADE51KLK)",
1038
+ "Kreissparkasse Kusel (MALADE51KUS)",
1039
+ "Sparkasse Donnersberg (MALADE51ROK)",
1040
+ "VR-Bank Westpfalz eG (GENODE61LAN)",
1041
+ "Volksbank Kaiserslautern-Nordwestpfalz eG (GENODE61KL1)",
1042
+ "Volksbank Lauterecken eG (GENODE61LEK)",
1043
+ "Volksbank Glan-Münchweiler eG (GENODE61GLM)",
1044
+ "Sparkasse Südwestpfalz (MALADE51SWP)",
1045
+ "VR-Bank Südwestpfalz eG (GENODE61ROA)",
1046
+ "VR-Bank Pirmasens eG (GENODE61PS1)",
1047
+ "Raiffeisen-und Volksbank Dahn eG (GENODE61DAH)",
1048
+ "Vereinigte Volksbank eG (GENODEF1BHA)",
1049
+ "Sparkasse Vorderpfalz Ludwigshafen a. Rh. - Schifferstadt (LUHSDE6AXXX)",
1050
+ "Kreissparkasse Rhein-Pfalz (MALADE51LUH)",
1051
+ "RV Bank Rhein-Haardt eG (GENODE61LBS)",
1052
+ "Sparkasse Rhein-Haardt (MALADE51DKH)",
1053
+ "Raiffeisenbank Freinsheim eG (GENODE61FSH)",
1054
+ "Raiffeisenbank Friedelsheim-Rödersheim eG (GENODE61FHR)",
1055
+ "VR Bank Mittelhaardt eG (GENODE61DUW)",
1056
+ "Kreis- und Stadtsparkasse Speyer (MALADE51SPY)",
1057
+ "Volksbank Kur- und Rheinpfalz eG (GENODE61SPE)",
1058
+ "Sparkasse Südliche Weinstraße in Landau (SOLADES1SUW)",
1059
+ "Sparkasse Germersheim-Kandel (MALADE51KAD)",
1060
+ "Raiffeisenbank eG Herxheim (GENODE61HXH)",
1061
+ "VR Bank Südpfalz eG (GENODE61SUW)",
1062
+ "VR Bank Südliche Weinstraße eG (GENODE61BZA)",
1063
+ "Sparkasse Mainz (MALADE51MNZ)",
1064
+ "VR-Bank Mainz eG (GENODE51MZ2)",
1065
+ "Genobank Mainz eG (GENODE51MZ6)",
1066
+ "Budenheimer Volksbank eG (GENODE51BUD)",
1067
+ "Mainzer Volksbank eG (MVBMDE55XXX)",
1068
+ "Sparkasse Worms-Alzey-Ried (MALADE51WOR)",
1069
+ "VR-Bank eG (GENODE51AHM)",
1070
+ "Sparkasse Rhein-Nahe (MALADE51KRE)",
1071
+ "Kreissparkasse Rhein-Hunsrück (MALADE51SIM)",
1072
+ "Raiffeisenbank Kastellaun eG (GENODED1KSL)",
1073
+ "Volksbank Hunsrück-Nahe eG (GENODED1KHK)",
1074
+ "Volksbank Rheinböllen eG (GENODED1RBO)",
1075
+ "Volksbank Rhein-Nahe-Hunsrück eG (GENODE51KRE)",
1076
+ "Kreissparkasse Birkenfeld (BILADE55XXX)",
1077
+ "Raiffeisenbank Nahe eG (GENODED1FIN)",
1078
+ "Sparkasse Koblenz (MALADE51KOB)",
1079
+ "Kreissparkasse Westerwald (MALADE51BMB)",
1080
+ "Raiffeisenbank Niederwallmenach eG (GENODE51NWA)",
1081
+ "Volksbank Mülheim-Kärlich eG (GENODED1MKA)",
1082
+ "Raiffeisenbank Lutzerather Höhe eG (GENODED1LUH)",
1083
+ "Raiffeisenbank Moselkrampen eG (GENODED1MOK)",
1084
+ "Raiffeisenbank Kaisersesch-Kaifenheim eG (GENODED1KAI)",
1085
+ "Raiffeisenbank Neustadt eG (GENODED1ASN)",
1086
+ "Raiffeisenbank Welling eG (GENODED1WLG)",
1087
+ "Raiffeisenbank Irrel eG (GENODED1IRR)",
1088
+ "VR-Bank Hunsrück-Mosel eG (GENODED1MBA)",
1089
+ "Volksbank Koblenz Mittelrhein eG (GENODE51KOB)",
1090
+ "PSD Bank Koblenz eG (GENODEF1P12)",
1091
+ "Volksbank Montabaur - Höhr-Grenzhausen eG (GENODE51MON)",
1092
+ "Raiffeisenbank eG Unterwesterwald (GENODE51ARZ)",
1093
+ "Kreissparkasse Altenkirchen (MALADE51AKI)",
1094
+ "Volksbank eG Gebhardshain (GENODED1GBS)",
1095
+ "Volksbank Daaden eG (GENODE51DAA)",
1096
+ "Volksbank Hamm/Sieg eG (GENODE51HAM)",
1097
+ "Westerwald Bank eG Volks- und Raiffeisenbank (GENODE51WW1)",
1098
+ "Sparkasse Neuwied (MALADE51NWD)",
1099
+ "Volks- und Raiffeisenbank Neuwied-Linz eG (GENODED1NWD)",
1100
+ "Raiffeisenbank Mittelrhein eG (GENODED1MRW)",
1101
+ "Kreissparkasse Mayen (MALADE51MYN)",
1102
+ "Raiffeisenbank Kehrig eG (GENODED1KEH)",
1103
+ "VR Bank Rhein-Mosel eG (GENODED1MPO)",
1104
+ "Kreissparkasse Ahrweiler (MALADE51AHR)",
1105
+ "Volksbank RheinAhrEifel eG (GENODED1BNA)",
1106
+ "Raiffeisenbank Grafschaft-Wachtberg eG (GENODED1GRO)",
1107
+ "Sparkasse Trier (TRISDE55XXX)",
1108
+ "Volksbank Trier eG (GENODED1TVB)",
1109
+ "Raiffeisenbank Mehring-Leiwen eG (GENODED1MLW)",
1110
+ "Volksbank Hochwald-Saarburg (GENODED1HWM)",
1111
+ "Kreissparkasse Bitburg-Prüm (MALADE51BIT)",
1112
+ "Kreissparkasse Vulkaneifel (MALADE51DAU)",
1113
+ "Volksbank Bitburg eG - Ihre Raiffeisen-Volksbank (GENODED1BIT)",
1114
+ "Raiffeisenbank Westeifel eG (GENODED1WSC)",
1115
+ "Sparkasse Mittelmosel-Eifel Mosel Hunsrück (MALADE51BKS)",
1116
+ "Vereinigte Volksbank Raiffeisenbank eG (GENODED1WTL)",
1117
+ "Raiffeisenbank Zeller Land eG (GENODED1BPU)",
1118
+ "Landesbank Saar (SALADE55XXX)",
1119
+ "Sparkasse Saarbrücken (SAKSDE55XXX)",
1120
+ "Stadtsparkasse Völklingen (SALADE51VKS)",
1121
+ "Volksbank Nahe-Schaumberg eG (GENODE51NOH)",
1122
+ "Bank 1 Saar eG (SABADE5SXXX)",
1123
+ "Volksbank Saar-West eG (GENODE51SLS)",
1124
+ "Kreissparkasse St. Wendel (SALADE51WND)",
1125
+ "Sparkasse Neunkirchen (SALADE51NKS)",
1126
+ "St. Wendeler Volksbank eG (GENODE51WEN)",
1127
+ "Kreissparkasse Saarlouis (KRSADE55XXX)",
1128
+ "Sparkasse Merzig-Wadern (MERZDE55XXX)",
1129
+ "Volksbank Saarlouis eG (GENODE51SLF)",
1130
+ "Volksbank Überherrn eG (GENODE51UBH)",
1131
+ "Volksbank Untere Saar (GENODE51LOS)",
1132
+ "levo Bank Vereinte Volksbanken Lebach Eppelborn eG (GENODE51LEB)",
1133
+ "Kreissparkasse Saarpfalz (SALADE51HOM)",
1134
+ "Volksbank Saarpfalz eG (GENODE51BEX)",
1135
+ "Bankhaus Bauer, Stuttgart (BHBADES1XXX)",
1136
+ "Bankhaus Ellwanger & Geiger (ELGEDES1XXX)",
1137
+ "Untertürkheimer Volksbank eG (GENODES1UTV)",
1138
+ "Echterdinger Bank eG (GENODES1ECH)",
1139
+ "Volksbank Strohgäu eG (GENODES1MCH)",
1140
+ "Raiffeisenbank Dellmensingen eG (GENODES1DMS)",
1141
+ "Raiffeisenbank Niedere Alb eG (GENODES1RBA)",
1142
+ "Raiffeisenbank Bühlertal eG (GENODES1RVG)",
1143
+ "Raiffeisenbank Sondelfingen eG (GENODES1RSF)",
1144
+ "Raiffeisenbank Steinheim eG (GENODES1SAA)",
1145
+ "Raiffeisenbank Aidlingen eG (GENODES1AID)",
1146
+ "Genossenschaftsbank Weil im Schönbuch eG (GENODES1GWS)",
1147
+ "Bopfinger Bank Sechta-Ries eG (GENODES1BPF)",
1148
+ "Raiffeisenbank Gruibingen eG (GENODES1RGR)",
1149
+ "Raiffeisenbank Erlenmoos eG (GENODES1ERM)",
1150
+ "Raiffeisenbank Bad Schussenried eG (GENODES1RBS)",
1151
+ "Raiffeisenbank Ingoldingen eG (GENODES1RIN)",
1152
+ "Raiffeisenbank Maitis eG (GENODES1RMA)",
1153
+ "Raiffeisenbank Ehingen-Hochsträß eG (GENODES1REH)",
1154
+ "Raiffeisenbank Reute-Gaisbeuren eG (GENODES1RRG)",
1155
+ "Ehninger Bank eG (GENODES1EHN)",
1156
+ "Volksbank Dettenhausen eG (GENODES1DEH)",
1157
+ "Dettinger Bank eG (GENODES1DBE)",
1158
+ "Raiffeisenbank Kirchheim-Walheim eG (GENODES1KIB)",
1159
+ "Raiffeisenbank Oberessendorf eG (GENODES1OED)",
1160
+ "Raiffeisenbank Frankenhardt-Stimpfach eG (GENODES1RFS)",
1161
+ "Raiffeisenbank Vordersteinenberg eG (GENODES1RVS)",
1162
+ "Raiffeisenbank Ottenbach eG (GENODES1OTT)",
1163
+ "Raiffeisenbank Rottumtal eG (GENODES1RRE)",
1164
+ "Winterbacher Bank eG (GENODES1WBB)",
1165
+ "Raiffeisenbank Heidenheimer Alb eG (GENODES1DEA)",
1166
+ "Raiffeisenbank Oberer Wald eG (GENODES1ROW)",
1167
+ "Scharnhauser Bank eG (GENODES1SCA)",
1168
+ "Volksbank Brenztal eG (GENODES1RNS)",
1169
+ "Löchgauer Bank eG (GENODES1LOC)",
1170
+ "Raiffeisenbank Westhausen eG (GENODES1RWN)",
1171
+ "Nufringer Bank eG (GENODES1NUF)",
1172
+ "Raiffeisenbank Aichhalden-Hardt-Sulgen eG (GENODES1HAR)",
1173
+ "Raiffeisenbank Vordere Alb eG (GENODES1RVA)",
1174
+ "Raiffeisenbank Schrozberg-Rot am See eG (GENODES1SBB)",
1175
+ "Raiffeisenbank Ingersheim eG (GENODES1RIH)",
1176
+ "Raiffeisenbank Eberhardzell-Ummendorf eG (GENODES1EHZ)",
1177
+ "Abtsgmünder Bank -Raiffeisen- eG (GENODES1ABR)",
1178
+ "Raiffeisenbank Bretzfeld-Neuenstein eG (GENODES1BRZ)",
1179
+ "Raiffeisenbank Wangen eG (GENODES1RWA)",
1180
+ "Raiffeisenbank Mehrstetten eG (GENODES1MEH)",
1181
+ "Raiffeisenbank Kocher-Jagst eG (GENODES1IBR)",
1182
+ "Raiffeisenbank Oberstenfeld eG (GENODES1ROF)",
1183
+ "Volksbank Freiberg und Umgebung eG (GENODES1FAN)",
1184
+ "Volksbank Allgäu-West eG (GENODES1WAN)",
1185
+ "Raiffeisenbank Horb eG (GENODES1RHB)",
1186
+ "Raiffeisenbank Mötzingen eG (GENODES1RMO)",
1187
+ "Raiffeisenbank Urbach eG (GENODES1URB)",
1188
+ "Darmsheimer Bank eG (GENODES1DHB)",
1189
+ "Enztalbank eG (GENODES1VAI)",
1190
+ "Federseebank eG (GENODES1FED)",
1191
+ "Raiffeisenbank Oberes Gäu eG (GENODES1ROG)",
1192
+ "Volksbank Remseck eG (GENODES1REM)",
1193
+ "Raiffeisenbank Erlenbach eG (GENODES1ERL)",
1194
+ "Berkheimer Bank eG (GENODES1BHB)",
1195
+ "Raiffeisenbank Berghülen eG (GENODES1BGH)",
1196
+ "Raiffeisenbank Tüngental eG (GENODES1TUN)",
1197
+ "Raiffeisenbank Böllingertal eG (GENODES1BOE)",
1198
+ "Volksbank Stuttgart eG (VOBADESSXXX)",
1199
+ "Volksbank Zuffenhausen eG (GENODES1ZUF)",
1200
+ "Volksbank Raiffeisenbank Rosenheim-Chiemsee eG (GENODEF1VRR)",
1201
+ "PSD Bank RheinNeckarSaar eG (GENODEF1P20)",
1202
+ "Kreissparkasse Waiblingen (SOLADES1WBN)",
1203
+ "Fellbacher Bank eG (GENODES1FBB)",
1204
+ "VR-Bank Weinstadt eG (GENODES1WNS)",
1205
+ "Raiffeisenbank Weissacher Tal eG (GENODES1RWT)",
1206
+ "Korber Bank eG (GENODES1KOR)",
1207
+ "Kerner Volksbank eG (GENODES1KRN)",
1208
+ "Volksbank Backnang eG (GENODES1VBK)",
1209
+ "Kreissparkasse Böblingen (BBKRDE6BXXX)",
1210
+ "Raiffeisenbank Weissach eG (GENODES1WES)",
1211
+ "Volksbank Region Leonberg eG (GENODES1LEO)",
1212
+ "Volksbank Herrenberg-Rottenburg eG (GENODES1VBH)",
1213
+ "Volksbank Magstadt eG (GENODES1MAG)",
1214
+ "Kreissparkasse Ludwigsburg (SOLADES1LBG)",
1215
+ "VR-Bank Asperg-Markgröningen eG (GENODES1AMT)",
1216
+ "Volksbank Ludwigsburg eG (GENODES1LBG)",
1217
+ "VR-Bank Stromberg-Neckar eG (GENODES1VBB)",
1218
+ "Raiffeisenbank Wimsheim-Mönsheim eG (GENODES1WIM)",
1219
+ "Raiffeisenbank Calw eG (GENODES1RCW)",
1220
+ "Kreissparkasse Göppingen (GOPSDE6GXXX)",
1221
+ "Volksbank Göppingen eG (GENODES1VGP)",
1222
+ "Volksbank-Raiffeisenbank Deggingen eG (GENODES1DGG)",
1223
+ "Kreissparkasse Esslingen-Nürtingen (ESSLDE66XXX)",
1224
+ "Volksbank Filder eG (GENODES1NHB)",
1225
+ "Volksbank Esslingen eG (GENODES1ESS)",
1226
+ "Volksbank Plochingen eG (GENODES1VBP)",
1227
+ "Raiffeisenbank Teck eG (GENODES1TEC)",
1228
+ "Volksbank Hohenneuffen eG (GENODES1HON)",
1229
+ "Genossenschaftsbank Wolfschlugen eG (GENODES1WLF)",
1230
+ "Bernhauser Bank eG (GENODES1BBF)",
1231
+ "Volksbank Kirchheim-Nürtingen eG (GENODES1NUE)",
1232
+ "Raiffeisenbank Rosenstein eG (GENODES1HEU)",
1233
+ "Raiffeisenbank Mutlangen eG (GENODES1RML)",
1234
+ "Volksbank Schwäbisch Gmünd eG (GENODES1VGD)",
1235
+ "Volksbank Welzheim eG (GENODES1WEL)",
1236
+ "Kreissparkasse Ostalb (OASPDE6AXXX)",
1237
+ "VR-Bank Aalen eG (GENODES1AAV)",
1238
+ "VR-Bank Ellwangen eG (GENODES1ELL)",
1239
+ "Kreissparkasse Heilbronn (HEISDE66XXX)",
1240
+ "Volksbank Sulmtal eG (GENODES1VOS)",
1241
+ "Volksbank Beilstein-Ilsfeld-Abstatt eG (GENODES1BIA)",
1242
+ "Volksbank Flein-Talheim eG (GENODES1VFT)",
1243
+ "Volksbank im Unterland eG (GENODES1VLS)",
1244
+ "Volksbank Heilbronn eG (GENODES1VHN)",
1245
+ "Volksbank Brackenheim-Güglingen (GENODES1VBR)",
1246
+ "Volksbank Möckmühl-Neuenstadt eG (GENODES1VMN)",
1247
+ "Volksbank Hohenlohe eG (GENODES1VHL)",
1248
+ "Sparkasse Schwäbisch Hall-Crailsheim (SOLADES1SHA)",
1249
+ "Sparkasse Hohenlohekreis (SOLADES1KUN)",
1250
+ "VR Bank Schwäbisch Hall-Crailsheim eG (GENODES1SHA)",
1251
+ "Volksbank Vorbach-Tauber eG (GENODES1VVT)",
1252
+ "Sparkasse Ulm (SOLADES1ULM)",
1253
+ "VR-Bank Langenau-Ulmer Alb eG (GENODES1LBK)",
1254
+ "Volksbank Ulm-Biberach eG (ULMVDE66XXX)",
1255
+ "Ehinger Volksbank eG (GENODES1EHI)",
1256
+ "Volksbank Blaubeuren (GENODES1BLA)",
1257
+ "Volksbank Laichinger Alb eG (GENODES1LAI)",
1258
+ "Kreissparkasse Heidenheim (SOLADES1HDH)",
1259
+ "Heidenheimer Volksbank eG (GENODES1HDH)",
1260
+ "Kreissparkasse Reutlingen (SOLADES1REU)",
1261
+ "VR Bank eG Steinlach-Wiesaz-Härten (GENODES1STW)",
1262
+ "Volksbank Reutlingen eG (VBRTDE6RXXX)",
1263
+ "Volksbank Metzingen-Bad Urach eG (GENODES1MTZ)",
1264
+ "Volksbank Münsingen eG (GENODES1MUN)",
1265
+ "Kreissparkasse Tübingen (SOLADES1TUB)",
1266
+ "Volksbank Ammerbuch eG (GENODES1AMM)",
1267
+ "Volksbank Hohenzollern eG (GENODES1VHZ)",
1268
+ "Volksbank Tübingen eG (GENODES1TUE)",
1269
+ "Volksbank Nagoldtal eG (GENODES1NAG)",
1270
+ "Kreissparkasse Rottweil (SOLADES1RWL)",
1271
+ "Kreissparkasse Freudenstadt (SOLADES1FDS)",
1272
+ "Volksbank Baiersbronn Murgtal eG (GENODES1BAI)",
1273
+ "Volksbank Nordschwarzwald eG (GENODES1PGW)",
1274
+ "Volksbank Dornstetten eG (GENODES1VDS)",
1275
+ "Volksbank eG Horb-Freudenstadt (GENODES1FDS)",
1276
+ "Volksbank Deißlingen eG (GENODES1VDL)",
1277
+ "Volksbank Schwarzwald-Neckar eG (GENODES1SBG)",
1278
+ "Volksbank Trossingen eG (GENODES1TRO)",
1279
+ "Kreissparkasse Tuttlingen (SOLADES1TUT)",
1280
+ "Raiffeisenbank Donau-Heuberg eG (GENODES1RDH)",
1281
+ "Volksbank Donau-Neckar eG (GENODES1TUT)",
1282
+ "Kreissparkasse Ravensburg (SOLADES1RVB)",
1283
+ "Raiffeisenbank Aulendorf eG (GENODES1AUL)",
1284
+ "Raiffeisenbank Ravensburg eG (GENODES1RRV)",
1285
+ "Raiffeisenbank Bad Saulgau eG (GENODES1SAG)",
1286
+ "Leutkircher Bank eG (GENODES1LEU)",
1287
+ "Volksbank Weingarten eG (GENODES1VWG)",
1288
+ "Volksbank Altshausen eG (GENODES1VAH)",
1289
+ "Volksbank Bad Saulgau (GENODES1SLG)",
1290
+ "Genossenschaftsbank Meckenbeuren eG (GENODES1GMB)",
1291
+ "Raiffeisenbank Oberteuringen eG (GENODES1OTE)",
1292
+ "Volksbank Friedrichshafen eG (GENODES1VFN)",
1293
+ "Volksbank Tettnang eG (GENODES1TET)",
1294
+ "Hohenzollerische Landesbank Kreissparkasse Sigmaringen (SOLADES1SIG)",
1295
+ "Sparkasse Zollernalb (SOLADES1BAL)",
1296
+ "Volksbank Heuberg eG (GENODES1HBM)",
1297
+ "Winterlinger Bank eG (GENODES1WLB)",
1298
+ "Onstmettinger Bank eG (GENODES1ONS)",
1299
+ "Raiffeisenbank Geislingen-Rosenfeld eG (GENODES1GEI)",
1300
+ "Volksbank Ebingen eG (GENODES1EBI)",
1301
+ "Volksbank Balingen eG (GENODES1BAL)",
1302
+ "Volksbank Tailfingen eG (GENODES1TAI)",
1303
+ "Kreissparkasse Biberach (SBCRDE66XXX)",
1304
+ "Raiffeisenbank Risstal eG (GENODES1WAR)",
1305
+ "Volksbank Raiffeisenbank Laupheim-Illertal eG (GENODES1VBL)",
1306
+ "Volksbank-Raiffeisenbank Riedlingen eG (GENODES1VRR)",
1307
+ "Sparkasse Karlsruhe Ettlingen (KARSDE66XXX)",
1308
+ "Spar- und Kreditbank Karlsruhe eG (GENODE61KA3)",
1309
+ "Spar- und Kreditbank Rheinstetten eG (GENODE61RH2)",
1310
+ "Spar- und Kreditbank Hardt eG (GENODE61EGG)",
1311
+ "Raiffeisenbank Hardt-Bruhrain eG (GENODE61DET)",
1312
+ "Raiffeisenbank eG Elztal (GENODE61ELZ)",
1313
+ "Spar- und Kreditbank Dauchingen eG (GENODE61DAC)",
1314
+ "Volksbank Krautheim eG (GENODE61KTH)",
1315
+ "BBBank eG (GENODE61BBB)",
1316
+ "PSD Bank Karlsruhe-Neustadt eG (GENODEF1P10)",
1317
+ "Volksbank Ettlingen eG (GENODE61ETT)",
1318
+ "Volksbank Karlsruhe eG (GENODE61KA1)",
1319
+ "Sparkasse Baden-Baden Gaggenau (SOLADES1BAD)",
1320
+ "Sparkasse Bühl (SOLADES1BHL)",
1321
+ "Spar- und Kreditbank Bühlertal eG (GENODE61BHT)",
1322
+ "Raiffeisenbank Altschweier eG (GENODE61ALR)",
1323
+ "Volksbank Baden-Baden Rastatt eG (VBRADE6KXXX)",
1324
+ "Volksbank Achern eG (GENODE61ACH)",
1325
+ "Volksbank Bühl eG (GENODE61BHL)",
1326
+ "Sparkasse Kraichgau Bruchsal-Bretten-Sinsheim (BRUSDE66XXX)",
1327
+ "Volksbank Bruchsal-Bretten eG (GENODE61BTT)",
1328
+ "Volksbank Bruhrain-Kraich-Hardt eG (GENODE61ORH)",
1329
+ "Sparkasse Offenburg/Ortenau (SOLADES1OFG)",
1330
+ "Sparkasse Gengenbach (SOLADES1GEB)",
1331
+ "Sparkasse Haslach-Zell (SOLADES1HAL)",
1332
+ "Sparkasse Hanauerland (SOLADES1KEL)",
1333
+ "Sparkasse Wolfach (SOLADES1WOF)",
1334
+ "Volksbank Offenburg eG (GENODE61OG1)",
1335
+ "Cronbank (GENODE51CRO)",
1336
+ "Sparkasse Rastatt-Gernsbach (SOLADES1RAS)",
1337
+ "Raiffeisenbank Südhardt Durmersheim eG (GENODE61DUR)",
1338
+ "VR-Bank in Mittelbaden eG (GENODE61IFF)",
1339
+ "Sparkasse Pforzheim Calw (PZHSDE66XXX)",
1340
+ "Raiffeisenbank Bauschlott eG (GENODE61NBT)",
1341
+ "Raiffeisenbank Kieselbronn eG (GENODE61KBR)",
1342
+ "VR Bank im Enzkreis eG (GENODE61NFO)",
1343
+ "Raiffeisenbank Ersingen eG (GENODE61ERS)",
1344
+ "Volksbank Stein Eisingen eG (GENODE61KBS)",
1345
+ "Volksbank Pforzheim eG (VBPFDE66)",
1346
+ "Volksbank Wilferdingen-Keltern eG (GENODE61WIR)",
1347
+ "Raiffeisenbank Kraichgau eG (GENODE61KIR)",
1348
+ "Raiffeisenbank Neudenau-Stein-Herbolzheim eG (GENODE61NEU)",
1349
+ "Volksbank Sandhofen eG (GENODE61MA3)",
1350
+ "VR Bank Rhein-Neckar eG (GENODE61MA2)",
1351
+ "Volksbank Weinheim eG (GENODE61WNM)",
1352
+ "MLP Finanzdienstleistungen AG (MLPBDE61XXX)",
1353
+ "Sparkasse Heidelberg (SOLADES1HDB)",
1354
+ "Raiffeisen Privatbank (GENODE61WIB)",
1355
+ "Volksbank Rot eG (GENODE61LRO)",
1356
+ "Heidelberger Volksbank eG (GENODE61HD1)",
1357
+ "Volksbank Kurpfalz H+G Bank eG (GENODE61HD3)",
1358
+ "Sparkasse Tauberfranken (SOLADES1TBB)",
1359
+ "Volksbank Main-Tauber eG (GENODE61WTH)",
1360
+ "Sparkasse Neckartal-Odenwald (SOLADES1MOS)",
1361
+ "Volksbank eG Mosbach (GENODE61MOS)",
1362
+ "Volksbank Franken eG (GENODE61BUC)",
1363
+ "Volksbank Kirnau eG (GENODE61RNG)",
1364
+ "Volksbank eG Limbach (GENODE61LMB)",
1365
+ "Sparkasse Freiburg-Nördlicher Breisgau (FRSPDE66XXX)",
1366
+ "Sparkasse Hochschwarzwald (SOLADES1HSW)",
1367
+ "Sparkasse Bonndorf-Stühlingen (SOLADES1BND)",
1368
+ "Sparkasse St. Blasien (SOLADES1STB)",
1369
+ "Sparkasse Staufen-Breisach (SOLADES1STF)",
1370
+ "Sparkasse Schönau-Todtnau (SOLADES1SCH)",
1371
+ "Volksbank Breisgau-Süd (GENODE61IHR)",
1372
+ "Raiffeisenbank Denzlingen-Sexau eG (GENODE61DEN)",
1373
+ "Raiffeisenbank Wyhl eG (GENODE61WYH)",
1374
+ "Raiffeisenbank Kaiserstuhl eG (GENODE61VOK)",
1375
+ "Raiffeisenbank eG Gundelfingen (GENODE61GUN)",
1376
+ "Volksbank Freiburg eG (GENODE61FR1)",
1377
+ "Volksbank Müllheim eG (GENODE61MHL)",
1378
+ "Volksbank Breisgau Nord eG (GENODE61EMM)",
1379
+ "Volksbank Staufen eG (GENODE61STF)",
1380
+ "Sparkasse Pfullendorf-Meßkirch (SOLADES1PFD)",
1381
+ "Volksbank Lahr eG (GENODE61LAH)",
1382
+ "Sparkasse Lörrach-Rheinfelden (SKLODE66)",
1383
+ "Sparkasse Schopfheim-Zell (SOLADES1SFH)",
1384
+ "Sparkasse Markgräflerland (SOLADES1MGL)",
1385
+ "Volksbank Dreiländereck eG (VOLODE66XXX)",
1386
+ "VR-Bank eG (GENODE61SPF)",
1387
+ "Sparkasse Hochrhein (SKHRDE6WXXX)",
1388
+ "Volksbank Klettgau-Wutöschingen eG (GENODE61WUT)",
1389
+ "Volksbank Rhein-Wehra eG (GENODE61BSK)",
1390
+ "Volksbank Hochrhein eG (GENODE61WT1)",
1391
+ "Sparkasse Bodensee (SOLADES1KNZ)",
1392
+ "Bezirkssparkasse Reichenau (SOLADES1REN)",
1393
+ "Sparkasse Salem-Heiligenberg (SOLADES1SAL)",
1394
+ "Volksbank eG Überlingen (GENODE61UBE)",
1395
+ "Hagnauer Volksbank eG (GENODE61HAG)",
1396
+ "Volksbank Pfullendorf eG (GENODE61PFD)",
1397
+ "Sparkasse Singen-Radolfzell (SOLADES1SNG)",
1398
+ "Sparkasse Engen-Gottmadingen (SOLADES1ENG)",
1399
+ "Sparkasse Stockach (SOLADES1STO)",
1400
+ "Volksbank eG Konstanz (GENODE61RAD)",
1401
+ "Volksbank Meßkirch eG Raiffeisenbank (GENODE61MES)",
1402
+ "Sparkasse Schwarzwald-Baar (SOLADES1VSS)",
1403
+ "Volksbank eG Schwarzwald Baar Hegau (GENODE61VS1)",
1404
+ "Volksbank Triberg eG (GENODE61TRI)",
1405
+ "Sparkasse Freising (BYLADEM1FSI)",
1406
+ "Sparkasse Dachau (BYLADEM1DAH)",
1407
+ "Kreis- und Stadtsparkasse Erding-Dorfen (BYLADEM1ERD)",
1408
+ "Sparkasse Landsberg-Dießen (BYLADEM1LLD)",
1409
+ "Sparkasse Fürstenfeldbruck (BYLADEM1FFB)",
1410
+ "Sparkasse Bad Tölz-Wolfratshausen (BYLADEM1WOR)",
1411
+ "Hausbank München (GENODEF1M04)",
1412
+ "Volksbank Raiffeisenbank Dachau eG (GENODEF1DCA)",
1413
+ "VR-Bank Erding eG (GENODEF1EDV)",
1414
+ "VR-Bank Starnberg-Herrsching-Landsberg (GENODEF1STH)",
1415
+ "Volksbank Raiffeisenbank Ismaning (GENODEF1ISV)",
1416
+ "Salzburg München Bank (RVSADEMXXXX)",
1417
+ "Merkur Bank (GENODEF1M06)",
1418
+ "Stadtsparkasse München (SSKMDEMMXXX)",
1419
+ "Volksbank Raiffeisenbank Fürstenfeldbruck eG (GENODEF1FFB)",
1420
+ "Raiffeisenbank Griesstätt-Halfing eG (GENODEF1HFG)",
1421
+ "Raiffeisenbank Chiemgau-Nord - Obing eG (GENODEF1SBC)",
1422
+ "Raiffeisenbank Pfaffenhofen a.d.Glonn eG (GENODEF1ODZ)",
1423
+ "Raiffeisenbank Rupertiwinkel eG (GENODEF1TEI)",
1424
+ "Raiffeisenbank Trostberg-Traunreut eG (GENODEF1TRU)",
1425
+ "Raiffeisenbank Alxing-Bruck eG (GENODEF1ALX)",
1426
+ "Raiffeisenbank südöstl. Starnberger See eG (GENODEF1SSB)",
1427
+ "Raiffeisenbank Beuerberg-Eurasburg eG (GENODEF1EUR)",
1428
+ "Raiffeisenbank Nordkreis Landsberg eG (GENODEF1ELB)",
1429
+ "Raiffeisenbank Erding eG (GENODEF1EDR)",
1430
+ "Raiffeisenbank Gilching eG (GENODEF1GIL)",
1431
+ "Raiffeisenbank Gmund am Tegernsee eG (GENODEF1GMU)",
1432
+ "Raiffeisenbank Haag-Gars-Maitenbeth eG (GENODEF1HMA)",
1433
+ "Raiffeisenbank Höhenkirchen u.Umg. eG (GENODEF1HHK)",
1434
+ "Raiffeisenbank Holzkirchen-Otterfing eG (GENODEF1HZO)",
1435
+ "Raiffeisenbank Singoldtal eG (GENODEF1HUA)",
1436
+ "Raiffeisen-Volksbank Ebersberg eG (GENODEF1ASG)",
1437
+ "Raiffeisenbank Mittenwald eG (GENODEF1MTW)",
1438
+ "Raiffeisenbank Westkreis FFB eG (GENODEF1MOO)",
1439
+ "Genossenschaftsbank München eG (GENODEF1M07)",
1440
+ "Raiffeisenbank München-Nord eG (GENODEF1M08)",
1441
+ "Raiffeisenbank München-Süd eG (GENODEF1M03)",
1442
+ "Raiffeisenbank Hallbergmoos-Neufahrn eG (GENODEF1NFA)",
1443
+ "Raiffeisenbank Pfaffenwinkel eG (GENODEF1PEI)",
1444
+ "Raiffeisenbank Raisting eG (GENODEF1RIG)",
1445
+ "Raiffeisenbank RSA eG (GENODEF1RME)",
1446
+ "Raiffeisenbank Neumarkt-St. Veit - Reischach eG (GENODEF1RWZ)",
1447
+ "Raiffeisenbank St. Wolfgang-Schwindkirchen eG (GENODEF1SWO)",
1448
+ "Raiffeisenbank Lech-Ammersee eG (GENODEF1THG)",
1449
+ "Raiffeisenbank Isar-Loisachtal eG (GENODEF1HHS)",
1450
+ "Raiffeisenbank Steingaden eG (GENODEF1SGA)",
1451
+ "VR-Bank Taufkirchen-Dorfen eG (GENODEF1TAV)",
1452
+ "Raiffeisenbank Tölzer Land eG (GENODEF1DTZ)",
1453
+ "Raiffeisenbank Türkheim eG (GENODEF1TRH)",
1454
+ "Raiffeisen-Volksbank Tüßling-Unterneukirchen eG (GENODEF1TUS)",
1455
+ "Raiffeisenbank Weil u. Umgebung eG (GENODEF1WEI)",
1456
+ "Raiffeisen-Volksbank Isen-Sempt eG (GENODEF1ISE)",
1457
+ "Freisinger Bank eG Volksbank-Raiffeisenbank (GENODEF1FSR)",
1458
+ "Raiffeisenbank Zorneding eG (GENODEF1ZOR)",
1459
+ "Raiffeisenbank Aiglsbach eG (GENODEF1AIG)",
1460
+ "Raiffeisenbank Hallertau eG (GENODEF1RHT)",
1461
+ "Münchner Bank eG (GENODEF1M01)",
1462
+ "Kreissparkasse München Starnberg Ebersberg (BYLADEM1KMS)",
1463
+ "Kreissparkasse Garmisch-Partenkirchen (BYLADEM1GAP)",
1464
+ "Vereinigte Sparkassen im Landkreis Weilheim (BYLADEM1WHM)",
1465
+ "Raiffeisenbank Wallgau-Krün eG (GENODEF1WAK)",
1466
+ "VR-Bank Werdenfels eG (GENODEF1GAP)",
1467
+ "Sparkasse Berchtesgadener Land (BYLADEM1BGL)",
1468
+ "RB-VB im Landkreis Altötting-Mühldorf eG (GENODEF1AOE)",
1469
+ "Kreissparkasse Traunstein-Trostberg (BYLADEM1TST)",
1470
+ "Volksbank Raiffeisenbank Oberbayern Südost eG (GENODEF1BGL)",
1471
+ "Sparkasse Rosenheim-Bad Aibling (BYLADEM1ROS)",
1472
+ "Sparkasse Altötting-Mühldorf (BYLADEM1MDF)",
1473
+ "Kreis- und Stadtsparkasse Wasserburg (BYLADEM1WSB)",
1474
+ "Raiffeisenbank Oberaudorf eG (GENODEF1OBD)",
1475
+ "Raiffeisenbank Aschau-Samerberg eG (GENODEF1ASU)",
1476
+ "VR-Bank Burghausen-Mühldorf eG (GENODEF1MUL)",
1477
+ "Bank für Tirol und Vorarlberg Deutschland (BTVADE61XXX)",
1478
+ "Stadtsparkasse Augsburg (AUGSDE77XXX)",
1479
+ "Kreissparkasse Augsburg (BYLADEM1AUG)",
1480
+ "Sparkasse Aichach-Schrobenhausen (BYLADEM1AIC)",
1481
+ "Sparkasse Günzburg-Krumbach (BYLADEM1GZK)",
1482
+ "Raiffeisenbank Adelzhausen-Sielenbach eG (GENODEF1ADZ)",
1483
+ "Raiffeisenbank Aindling eG (GENODEF1AIL)",
1484
+ "Raiffeisenbank Bissingen eG (GENODEF1BSI)",
1485
+ "Raiffeisenbank Bobingen eG (GENODEF1BOI)",
1486
+ "Raiffeisen-Volksbank Dillingen-Burgau eG (GENODEF1GZ2)",
1487
+ "Raiffeisenbank Hiltenfingen eG (GENODEF1HTF)",
1488
+ "Raiffeisenbank Aschberg eG (GENODEF1HZH)",
1489
+ "Raiffeisenbank Ichenhausen eG (GENODEF1ICH)",
1490
+ "Raiffeisenbank Jettingen-Scheppach eG (GENODEF1JET)",
1491
+ "Raiffeisenbank Bibertal-Kötz (GENODEF1BBT)",
1492
+ "Raiffeisenbank Krumbach/Schwaben (GENODEF1KRR)",
1493
+ "Raiffeisenbank Stauden eG (GENODEF1LST)",
1494
+ "Raiffeisenbank Kissing-Mering eG (GENODEF1MRI)",
1495
+ "Raiffeisenbank Unteres Zusamtal eG (GENODEF1BWI)",
1496
+ "Raiffeisenbank Offingen eG (GENODEF1OFF)",
1497
+ "Raiffeisenbank Rehling eG (GENODEF1RLI)",
1498
+ "Raiffeisenbank Roggenburg-Breitenthal eG (GENODEF1RGB)",
1499
+ "Raiffeisenbank Schwabmünchen eG (GENODEF1SMU)",
1500
+ "Raiffeisenbank Thannhausen eG (GENODEF1THS)",
1501
+ "Raiffeisenbank Wittislingen eG (GENODEF1WTS)",
1502
+ "Raiffeisenbank Augsburger Land West eG (GENODEF1ZUS)",
1503
+ "Raiffeisen-Volksbank Wemding eG (GENODEF1WDN)",
1504
+ "Raiffeisen-Volksbank Ries eG (GENODEF1NOE)",
1505
+ "Raiffeisenbank Iller-Roth-Günz eG (GENODEF1BLT)",
1506
+ "Raiffeisenbank Pfaffenhausen eG (GENODEF1PFA)",
1507
+ "Augusta-Bank eG Raiffeisen-Volksbank (GENODEF1AUB)",
1508
+ "PSD Bank München eG (GENODEF1P14)",
1509
+ "Volksbank Günzburg eG (GENODEF1GZ1)",
1510
+ "Sparkasse Ingolstadt (BYLADEM1ING)",
1511
+ "Sparkasse Eichstätt (BYLADEM1EIS)",
1512
+ "Sparkasse Pfaffenhofen (BYLADEM1PAF)",
1513
+ "Sparkasse Neuburg-Rain (BYLADEM1NEB)",
1514
+ "Volksbank Raiffeisenbank Bayern Mitte eG (GENODEF1INP)",
1515
+ "Raiffeisenbank Aresing-Gerolsbach eG (GENODEF1GSB)",
1516
+ "Schrobenhausener Bank eG (GENODEF1SBN)",
1517
+ "Raiffeisenbank Beilngries eG (GENODEF1BLN)",
1518
+ "Raiffeisenbank Ehekirchen-Oberhausen (GENODEF1WDF)",
1519
+ "Raiffeisen-Volksbank Neuburg/Donau eG (GENODEF1ND2)",
1520
+ "Raiffeisenbank Gaimersheim-Buxheim eG (GENODEF1GAH)",
1521
+ "Raiffeisenbank Riedenburg-Lobsing eG (GENODEF1RBL)",
1522
+ "Hallertauer Volksbank eG (GENODEF1PFI)",
1523
+ "Sparkasse Nördlingen (BYLADEM1NLG)",
1524
+ "Sparkasse Donauwörth (BYLADEM1DON)",
1525
+ "Kreis- und Stadtsparkasse Dillingen (BYLADEM1DLG)",
1526
+ "Raiffeisenbank Rain am Lech eG (GENODEF1RLH)",
1527
+ "Raiffeisen-Volksbank Donauwörth eG (GENODEF1DON)",
1528
+ "Sparkasse Neu-Ulm-Illertissen (BYLADEM1NUL)",
1529
+ "VR-Bank Neu-Ulm/Weißenhorn (GENODEF1NU1)",
1530
+ "Volksbank Neu-Ulm eG (GENODEF1NUV)",
1531
+ "Sparkasse Memmingen-Lindau-Mindelheim (BYLADEM1MLM)",
1532
+ "VR-Bank Memmingen eG (GENODEF1MM1)",
1533
+ "Volksbank Stutensee-Weingarten eG (GENODE61WGA)",
1534
+ "Sparkasse Allgäu (BYLADEM1ALG)",
1535
+ "Sparkasse Riezlern, Kleinwalsertal (BYLADEM1ALR)",
1536
+ "Raiffeisenbank im Allgäuer Land eG (GENODEF1DTA)",
1537
+ "Genossenschaftsbank Unterallgäu eG (GENODEF1MIR)",
1538
+ "BodenseeBank (GENODEF1LBB)",
1539
+ "Raiffeisenbank Westallgäu eG (GENODEF1WWA)",
1540
+ "Volksbank Lindenberg eG (GENODEF1LIA)",
1541
+ "Raiffeisenbank Aitrang-Ruderatshofen eG (GENODEF1AIT)",
1542
+ "Raiffeisenbank Fuchstal-Denklingen eG (GENODEF1FCH)",
1543
+ "Raiffeisenbank Bidingen eG (GENODEF1BIN)",
1544
+ "Raiffeisenbank Baisweil-Eggenthal-Friesenried eG (GENODEF1EGB)",
1545
+ "Raiffeisenbank Haldenwang eG (GENODEF1HWG)",
1546
+ "Raiffeisenbank Kempten eG (GENODEF1KM1)",
1547
+ "Raiffeisenbank Kirchweihtal eG (GENODEF1OKI)",
1548
+ "Raiffeisenbank Oberallgäu-Süd eG (GENODEF1SFO)",
1549
+ "Raiffeisenbank Südliches Ostallgäu eG (GENODEF1RHP)",
1550
+ "Raiffeisenbank Wald-Görisried eG (GENODEF1WGO)",
1551
+ "Allgäuer Volksbank eG Kempten-Sonthofen (GENODEF1KEV)",
1552
+ "Volksbank Immenstadt eG (GENODEF1IMV)",
1553
+ "Kreis- und Stadtsparkasse Kaufbeuren (BYLADEM1KFB)",
1554
+ "Kreissparkasse Schongau (BYLADEM1SOG)",
1555
+ "Sparkasse Passau (BYLADEM1PAS)",
1556
+ "Sparkasse Freyung-Grafenau (BYLADEM1FRG)",
1557
+ "Raiffeisenbank Am Goldenen Steig eG (GENODEF1RGS)",
1558
+ "Raiffeisenbank Unteres Inntal eG (GENODEF1NUI)",
1559
+ "Raiffeisenbank Ortenburg-Kirchberg (GENODEF1ORT)",
1560
+ "VR-Bank Rottal-Inn eG (GENODEF1PFK)",
1561
+ "Raiffeisenbank Vilshofener Land eG (GENODEF1VIR)",
1562
+ "Raiffeisenbank i. Lkrs. Passau-Nord eG (GENODEF1TIE)",
1563
+ "Raiffeisenbank Wegscheid eG (GENODEF1WSD)",
1564
+ "Raiffeisenbank Salzweg-Thyrnau eG (GENODEF1SZT)",
1565
+ "Raiffeisenbank im südl. Bayerischen Wald eG (GENODEF1HZN)",
1566
+ "Rottaler Raiffeisenbank eG (GENODEF1POC)",
1567
+ "Raiffeisenbank Grainet eG (GENODEF1GRT)",
1568
+ "Raiffeisenbank Hohenau-Mauth eG (GENODEF1HHU)",
1569
+ "Raiffeisenbank am Dreisessel eG (GENODEF1NHD)",
1570
+ "VR-Bank Passau eG (GENODEF1PA1)",
1571
+ "Volksbank Vilshofen eG (GENODEF1VIV)",
1572
+ "Sparkasse Deggendorf (BYLADEM1DEG)",
1573
+ "Sparkasse Regen-Viechtach (BYLADEM1REG)",
1574
+ "Raiffeisenbank Deggendorf-Plattling eG (GENODEF1DEG)",
1575
+ "Raiffeisenbank Hengersberg-Schöllnach eG (GENODEF1HBW)",
1576
+ "VR-Bank eG (GENODEF1RGE)",
1577
+ "Raiffeisenbank Sonnenwald eG (GENODEF1AUS)",
1578
+ "GenoBank DonauWald eG (GENODEF1DGV)",
1579
+ "VR-Bank Landau eG (GENODEF1LND)",
1580
+ "Sparkasse Niederbayern-Mitte (BYLADEM1SRG)",
1581
+ "Sparkasse im Landkreis Cham (BYLADEM1CHM)",
1582
+ "Raiffeisenbank Straubing eG (GENODEF1SR2)",
1583
+ "Raiffeisenbank Chamer Land eG (GENODEF1CHA)",
1584
+ "Volksbank Straubing eG (GENODEF1SR1)",
1585
+ "Sparkasse Landshut (BYLADEM1LAH)",
1586
+ "Sparkasse Rottal-Inn (BYLADEM1EGF)",
1587
+ "Stadt- und Kreissparkasse Moosburg (BYLADEM1MSB)",
1588
+ "Raiffeisenbank Arnstorf eG (GENODEF1ARF)",
1589
+ "Raiffeisenbank Altdorf-Ergolding eG (GENODEF1ERG)",
1590
+ "Raiffeisenbank Pfeffenhausen-Rottenburg eG (GENODEF1PFF)",
1591
+ "Raiffeisenbank Geisenhausen eG (GENODEF1GSH)",
1592
+ "Raiffeisenbank Hofkirchen-Bayerbach eG (GENODEF1LWE)",
1593
+ "Raiffeisenbank Geiselhöring-Pfaffenberg eG (GENODEF1GPF)",
1594
+ "Raiffeisenbank Parkstetten eG (GENODEF1PST)",
1595
+ "Raiffeisenbank Rattiszell-Konzell eG (GENODEF1RZK)",
1596
+ "Raiffeisenbank Essenbach eG (GENODEF1ENA)",
1597
+ "Raiffeisenbank Buch-Eching eG (GENODEF1EBV)",
1598
+ "Raiffeisenbank Mengkofen-Loiching eG (GENODEF1MKO)",
1599
+ "Raiffeisenbank Wildenberg eG (GENODEF1WIG)",
1600
+ "VR-Bank Landshut eG (GENODEF1LH1)",
1601
+ "Volksbank-Raiffeisenbank Dingolfing eG (GENODEF1DGF)",
1602
+ "Rottaler Volksbank-Raiffeisenbank Eggenfelden (GENODEF1EGR)",
1603
+ "VR-Bank Vilsbiburg eG (GENODEF1VBV)",
1604
+ "Sparkasse Regensburg (BYLADEM1RBG)",
1605
+ "Sparkasse im Landkreis Schwandorf (BYLADEM1SAD)",
1606
+ "Kreissparkasse Kelheim (BYLADEM1KEH)",
1607
+ "Raiffeisenbank Regensburg-Wenzenbach eG (GENODEF1R02)",
1608
+ "Raiffeisenbank Schwandorf-Nittenau eG (GENODEF1SWN)",
1609
+ "Raiffeisenbank Regenstauf eG (GENODEF1REF)",
1610
+ "Raiffeisenbank Oberpfalz Süd eG (GENODEF1DST)",
1611
+ "Raiffeisenbank Bad Abbach-Saal eG (GENODEF1ABS)",
1612
+ "Raiffeisenbank Bad Gögging eG (GENODEF1NGG)",
1613
+ "Raiffeisenbank Bruck eG (GENODEF1BUK)",
1614
+ "Raiffeisenbank Falkenstein-Wörth eG (GENODEF1FKS)",
1615
+ "Raiffeisenbank Grafenwöhr-Kirchenthumbach eG (GENODEF1GRW)",
1616
+ "Raiffeisenbank Alteglofsheim-Hagelstadt eG (GENODEF1HGA)",
1617
+ "Raiffeisenbank Hemau-Kallmünz eG (GENODEF1HEM)",
1618
+ "Raiffeisenbank Bad Kötzting (GENODEF1KTZ)",
1619
+ "Raiffeisenbank Parsberg-Velburg eG (GENODEF1PAR)",
1620
+ "Raiffeisenbank Eschlkam-Neukirchen b. Hl. Blut eG (GENODEF1NKN)",
1621
+ "Volksbank Regensburg eG (GENODEF1R01)",
1622
+ "LIGA Bank (GENODEF1M05)",
1623
+ "VR Bank Burglengenfeld eG (GENODEF1BLF)",
1624
+ "Sparkasse Amberg-Sulzbach (BYLADEM1ABG)",
1625
+ "Raiffeisenbank Sulzbach-Rosenberg eG (GENODEF1SZH)",
1626
+ "Volksbank-Raiffeisenbank Amberg eG (GENODEF1AMV)",
1627
+ "Sparkasse Oberpfalz Nord (BYLADEM1WEN)",
1628
+ "Vereinigte Sparkassen Eschenbach i d Opf (BYLADEM1ESB)",
1629
+ "Raiffeisenbank Weiden eG (GENODEF1WEO)",
1630
+ "Raiffeisenbank Floß eG (GENODEF1FLS)",
1631
+ "Raiffeisenbank Neustadt-Vohenstrauß eG (GENODEF1NEW)",
1632
+ "Volksbank Nordoberpfalz eG (GENODEF1WEV)",
1633
+ "Sparkasse Nürnberg (SSKNDE77XXX)",
1634
+ "Sparkasse Neumarkt i d OPf-Parsberg (BYLADEM1NMA)",
1635
+ "Volksbank Raiffeisenbank Nürnberg eG (GENODEF1N02)",
1636
+ "Raiffeisen Spar+Kreditbank eG (GENODEF1LAU)",
1637
+ "Raiffeisenbank Hersbruck eG (GENODEF1HSB)",
1638
+ "Raiffeisenbank Auerbach-Freihung eG (GENODEF1AUO)",
1639
+ "Raiffeisenbank Bad Windsheim eG (GENODEF1WDS)",
1640
+ "Raiffeisenbank Bechhofen eG (GENODEF1BEH)",
1641
+ "Raiffeisenbank Uehlfeld-Dachsbach (GENODEF1DSB)",
1642
+ "Raiffeisenbank Dietenhofen eG (GENODEF1DIH)",
1643
+ "Raiffeisenbank Dietersheim u. Umgebung eG (GENODEF1DIM)",
1644
+ "Raiffeisenbank Altdorf-Feucht eG (GENODEF1FEC)",
1645
+ "VR-Bank Feuchtwangen-Limes eG (GENODEF1FEW)",
1646
+ "Raiffeisenbank Berching-Freystadt-Mühlhausen eG (GENODEF1FYS)",
1647
+ "Raiffeisenbank Greding - Thalmässing eG (GENODEF1GDG)",
1648
+ "Raiffeisenbank Hirschau eG (GENODEF1HSC)",
1649
+ "Raiffeisenbank Knoblauchsland eG Nürnberg-Buch (GENODEF1N08)",
1650
+ "Raiffeisenbank Neumarkt i.d.Opf. eG (GENODEF1NM1)",
1651
+ "VR-Bank Uffenheim-Neustadt eG (GENODEF1NEA)",
1652
+ "Raiffeisenbank Oberferrieden-Burgthann eG (GENODEF1BTO)",
1653
+ "Raiffeisenbank Plankstetten eG (GENODEF1BPL)",
1654
+ "Raiffeisenbank Großhabersdorf-Roßtal eG (GENODEF1RSS)",
1655
+ "VR-Bank Rothenburg ob der Tauber eG (GENODEF1RT2)",
1656
+ "Raiffeisenbank Seebachgrund eG (GENODEF1HSE)",
1657
+ "Raiffeisenbank Unteres Vilstal eG (GENODEF1SDM)",
1658
+ "Raiffeisenbank Weißenburg-Gunzenhausen eG (GENODEF1GU1)",
1659
+ "Raiffeisenbank Heilsbronn-Windsbach eG (GENODEF1WBA)",
1660
+ "Raiffeisenbank Zirndorf eG (GENODEF1ZIR)",
1661
+ "Evenord-Bank eG-KG (GENODEF1N03)",
1662
+ "PSD Bank Nürnberg eG (GENODEF1P17)",
1663
+ "CVW - Privatbank (GENODEF1WHD)",
1664
+ "Sparkasse Fürth (BYLADEM1SFU)",
1665
+ "Sparkasse i Landkreis Neustadt a d Aisch (BYLADEM1NEA)",
1666
+ "Raiffeisen-Volksbank Fürth eG (GENODEF1FUE)",
1667
+ "Stadt- und Kreissparkasse Erlangen (BYLADEM1ERH)",
1668
+ "Sparkasse Forchheim (BYLADEM1FOR)",
1669
+ "Kreissparkasse Höchstadt (BYLADEM1HOS)",
1670
+ "VR-Bank Erlangen-Höchstadt-Herzogenaurach eG (GENODEF1ER1)",
1671
+ "Volksbank Forchheim eG (GENODEF1FOH)",
1672
+ "Sparkasse Mittelfranken-Süd (BYLADEM1SRS)",
1673
+ "Raiffeisenbank Roth-Schwabach eG (GENODEF1SWR)",
1674
+ "Raiffeisenbank am Rothsee eG (GENODEF1HPN)",
1675
+ "Vereinigte Sparkassen Stadt und Landkreis Ansbach (BYLADEM1ANS)",
1676
+ "Kreis- und Stadtsparkasse Dinkelsbühl (BYLADEM1DKB)",
1677
+ "Vereinigte Sparkassen Gunzenhausen (BYLADEM1GUN)",
1678
+ "Stadt- und Kreissparkasse Rothenburg (BYLADEM1ROT)",
1679
+ "RaiffeisenVolksbank eG Gewerbebank (GENODEF1ANS)",
1680
+ "VR Bank Dinkelsbühl eG (GENODEF1DKV)",
1681
+ "Sparkasse Bamberg (BYLADEM1SKB)",
1682
+ "VR Bank Bamberg eG Raiffeisen-Volksbank (GENODEF1BA2)",
1683
+ "Raiffeisenbank Obermain Nord eG (GENODEF1ALK)",
1684
+ "Raiffeisenbank Burgebrach-Stegaurach eG (GENODEF1BGB)",
1685
+ "Raiffeisen-Volksbank Bad Staffelstein eG (GENODEF1SFF)",
1686
+ "Raiffeisenbank Heiligenstadt eG (GENODEF1HIS)",
1687
+ "Raiffeisenbank Heroldsbach eG (GENODEF1HOB)",
1688
+ "Raiffeisen-Volksbank Kronach-Ludwigsstadt eG (GENODEF1KC1)",
1689
+ "Raiffeisenbank Küps-Mitwitz-Stockheim eG (GENODEF1KC2)",
1690
+ "Raiffeisenbank Ebrachgrund eG (GENODEF1SFD)",
1691
+ "Ver. RB Gräfenberg-Forchheim-Eschenau-Heroldsberg eG (GENODEF1GBF)",
1692
+ "Raiffeisenbank Neunkirchen am Brand eG (GENODEF1NNK)",
1693
+ "Raiffeisenbank Thurnauer Land eG (GENODEF1THA)",
1694
+ "Raiffeisenbank Emtmannsberg eG (GENODEF1ETB)",
1695
+ "Raiffeisenbank Kemnather Land - Steinwald eG (GENODEF1KEM)",
1696
+ "Raiffeisenbank am Kulm eG (GENODEF1SPK)",
1697
+ "Raiffeisenbank Berg-Bad Steben eG (GENODEF1BGO)",
1698
+ "Raiffeisenbank Oberland eG (GENODEF1MGA)",
1699
+ "Raiffeisen-Volksbank Lichtenfels-Itzgrund eG (GENODEF1LIF)",
1700
+ "Sparkasse Kulmbach-Kronach (BYLADEM1KUB)",
1701
+ "Kulmbacher Bank eG (GENODEF1KU1)",
1702
+ "Sparkasse Bayreuth (BYLADEM1SBT)",
1703
+ "Raiffeisenbank Gefrees eG (GENODEF1GFS)",
1704
+ "Raiffeisenbank Hollfeld-Waischenfeld-Aufseß eG (GENODEF1HWA)",
1705
+ "Volksbank-Raiffeisenbank Bayreuth eG (GENODEF1BT1)",
1706
+ "Sparkasse Hochfranken (BYLADEM1HOF)",
1707
+ "VR Bank Hof eG (GENODEF1HO1)",
1708
+ "VR-Bank Fichtelgebirge eG (GENODEF1MAK)",
1709
+ "Raiffeisenbank im Stiftland eG (GENODEF1WSS)",
1710
+ "Sparkasse Coburg-Lichtenfels (BYLADEM1COB)",
1711
+ "Sparkasse Mainfranken Würzburg (BYLADEM1SWU)",
1712
+ "Raiffeisenbank Hammelburg eG (GENODEF1HAB)",
1713
+ "Raiffeisenbank Estenfeld-Bergtheim eG (GENODEF1EFD)",
1714
+ "Raiffeisenbank Höchberg eG (GENODEF1HBG)",
1715
+ "VR-Bank Bad Kissingen-Bad Brückenau eG (GENODEF1BRK)",
1716
+ "Raiffeisenbank Altertheim eG (GENODEF1AHE)",
1717
+ "Raiffeisenbank Bütthard-Gaukönigshofen eG (GENODEF1BHD)",
1718
+ "Raiffeisenbank Main-Spessart eG (GENODEF1GEM)",
1719
+ "Genobank Rhön-Grabfeld eG (GENODEF1MLV)",
1720
+ "Raiffeisenbank Nüdlingen eG (GENODEF1NDL)",
1721
+ "Raiffeisenbank Maßbach eG (GENODEF1RNM)",
1722
+ "Raiffeisenbank Thüngersheim eG (GENODEF1THH)",
1723
+ "Volksbank Raiffeisenbank Würzburg eG (GENODEF1WU1)",
1724
+ "Raiffeisenbank Donaumooser Land eG (GENODEF1WRI)",
1725
+ "Raiffeisenbank Fränkisches Weinland eG (GENODEF1ERN)",
1726
+ "VR Bank Kitzingen (GENODEF1KT1)",
1727
+ "Sparkasse Schweinfurt (BYLADEM1KSW)",
1728
+ "Sparkasse Bad Kissingen (BYLADEM1KIS)",
1729
+ "Sparkasse Ostunterfranken (BYLADEM1HAS)",
1730
+ "Sparkasse Bad Neustadt a d Saale (BYLADEM1NES)",
1731
+ "VR-Bank Gerolzhofen eG (GENODEF1GZH)",
1732
+ "VR-Bank Rhön-Grabfeld (GENODEF1NDT)",
1733
+ "Raiffeisen-Volksbank Haßberge (GENODEF1HAS)",
1734
+ "Raiffeisenbank Frankenwinheim und Umgebung eG (GENODEF1FWH)",
1735
+ "Sparkasse Aschaffenburg Alzenau (BYLADEM1ASA)",
1736
+ "Raiffeisenbank Aschaffenburg eG (GENODEF1AB1)",
1737
+ "Raiffeisenbank Waldaschaff-Heigenbrücken eG (GENODEF1WAA)",
1738
+ "VR-Bank (GENODEF1ALZ)",
1739
+ "Volksbank Aschaffenburg eG (GENODEF1AB2)",
1740
+ "Sparkasse Miltenberg-Obernburg (BYLADEM1MIL)",
1741
+ "Raiffeisenbank Elsavatal eG (GENODEF1EAU)",
1742
+ "Raiffeisenbank Eichenbühl und Umgebung eG (GENODEF1ENB)",
1743
+ "Raiffeisen-Volksbank Miltenberg eG (GENODEF1MIL)",
1744
+ "Sparkasse Burgenlandkreis (NOLADE21BLK)",
1745
+ "Stadtsparkasse Dessau (NOLADE21DES)",
1746
+ "Kreissparkasse Anhalt-Bitterfeld (NOLADE21BTF)",
1747
+ "Saalesparkasse (NOLADE21HAL)",
1748
+ "Sparkasse Mansfeld-Südharz (NOLADE21EIL)",
1749
+ "Volksbank Elsterland eG (GENODEF1JE1)",
1750
+ "Ostharzer Volksbank eG (GENODEF1QLB)",
1751
+ "Volksbank (GENODEF1SGH)",
1752
+ "Volksbank Wittenberg eG (GENODEF1WB1)",
1753
+ "Volksbank eG, Köthen-Bitterfeld (GENODEF1KOE)",
1754
+ "Volks- und Raiffeisenbank Saale-Unstrut eG (GENODEF1NMB)",
1755
+ "VR-Bank Zeitz (GENODEF1ZTZ)",
1756
+ "Volks- und Raiffeisenbank Eisleben eG (GENODEF1EIL)",
1757
+ "Volksbank Dessau-Anhalt eG (GENODEF1DS1)",
1758
+ "Volksbank Halle, Saale eG (GENODEF1HAL)",
1759
+ "Sparkasse Wittenberg (NOLADE21WBL)",
1760
+ "Kreissparkasse Stendal (NOLADE21SDL)",
1761
+ "Stadtsparkasse Magdeburg (NOLADE21MDG)",
1762
+ "Sparkasse Jerichower Land (NOLADE21JEL)",
1763
+ "Kreissparkasse Börde (NOLADE21HDL)",
1764
+ "Sparkasse Altmark West (NOLADE21SAW)",
1765
+ "Raiffeisenbank Kalbe-Bismark eG (GENODEF1KAB)",
1766
+ "Volksbank Jerichower Land eG (GENODEF1BRG)",
1767
+ "Volksbank Börde-Bernburg eG (GENODEF1WZL)",
1768
+ "Volksbank (GENODEF1GA1)",
1769
+ "Volksbank Stendal eG (GENODEF1SDL)",
1770
+ "Volksbank Magdeburg eG (GENODEF1MD1)",
1771
+ "Raiffeisenbank Großostheim-Obernburg eG (GENODEF1OBE)",
1772
+ "Kreissparkasse Gotha (HELADEF1GTH)",
1773
+ "Kreissparkasse Nordhausen (HELADEF1NOR)",
1774
+ "Sparkasse Mittelthüringen (HELADEF1WEM)",
1775
+ "Kyffhäusersparkasse (HELADEF1KYF)",
1776
+ "Sparkasse Unstrut-Hainich (HELADEF1MUE)",
1777
+ "Kreissparkasse Eichsfeld (HELADEF1EIC)",
1778
+ "VR Bank Westthüringen eG (GENODEF1MU2)",
1779
+ "Volksbank und Raiffeisenbank Eisenach eG (GENODEF1ESA)",
1780
+ "Raiffeisenbank Gotha eG (GENODEF1GTH)",
1781
+ "VR Bank Weimar eG (GENODEF1WE1)",
1782
+ "Volksbank Heiligenstadt eG (GENODEF1HIG)",
1783
+ "Nordthüringer Volksbank eG (GENODEF1NDS)",
1784
+ "Sparkasse Gera-Greiz (HELADEF1GER)",
1785
+ "Sparkasse Altenburger Land (HELADEF1ALT)",
1786
+ "Kreissparkasse Saalfeld-Rudolstadt (HELADEF1SAR)",
1787
+ "Kreissparkasse Saale-Orla (HELADEF1SOK)",
1788
+ "Sparkasse Jena-Saale-Holzland (HELADEF1JEN)",
1789
+ "Raiffeisen-Volksbank Hermsdorfer Kreuz eG (GENODEF1HMF)",
1790
+ "Geraer Bank eG (GENODEF1GEV)",
1791
+ "VR-Bank Altenburger Land / Deutsche Skatbank (GENODEF1SLR)",
1792
+ "Raiffeisen-Volksbank Saale-Orla eG (GENODEF1PN1)",
1793
+ "Volksbank Saaletal eG (GENODEF1RUJ)",
1794
+ "Volksbank Eisenberg eG (GENODEF1ESN)",
1795
+ "Rhön-Rennsteig-Sparkasse (HELADEF1RRS)",
1796
+ "Sparkasse Arnstadt-Ilmenau (HELADEF1ILK)",
1797
+ "Kreissparkasse Hildburghausen (HELADEF1HIL)",
1798
+ "Sparkasse Sonneberg (HELADEF1SON)",
1799
+ "Wartburg-Sparkasse (HELADEF1WAK)",
1800
+ "Ostsächsische Sparkasse Dresden (OSDDDE81XXX)",
1801
+ "Raiffeisenbank Schleusingen eG (GENODEF1SSG)",
1802
+ "VR-Bank Bad Salzungen Schmalkalden (GENODEF1SAL)",
1803
+ "VR Bank Südthüringen eG (GENODEF1SHL)",
1804
+ "Sparkasse Meißen (SOLADES1MEI)",
1805
+ "Volksbank Riesa eG (GENODEF1RIE)",
1806
+ "Volksbank Raiffeisenbank Meißen Großenhain eG (GENODEF1MEI)",
1807
+ "Volksbank Pirna eG (GENODEF1PR2)",
1808
+ "Kreissparkasse Bautzen (SOLADES1BAT)",
1809
+ "Sparkasse Oberlausitz-Niederschlesien (WELADED1GRL)",
1810
+ "EthikBank, Zndl der Volksbank Eisenberg (GENODEF1ETK)",
1811
+ "Volksbank Bautzen eG (GENODEF1BZV)",
1812
+ "Volksbank Löbau-Zittau eG (GENODEF1NGS)",
1813
+ "Volksbank Raiffeisenbank Niederschlesien eG (GENODEF1GR1)",
1814
+ "Sparkasse Muldental (SOLADES1GRM)",
1815
+ "Kreissparkasse Döbeln (SOLADES1DLN)",
1816
+ "Stadt- und Kreissparkasse Leipzig (WELADE8LXXX)",
1817
+ "VR-Bank Mittelsachsen (GENODEF1DL1)",
1818
+ "Raiffeisenbank Grimma eG (GENODEF1GMR)",
1819
+ "Raiffeisenbank Torgau (GENODEF1TGB)",
1820
+ "Volks- und Raiffeisenbank Muldental eG (GENODEF1GMV)",
1821
+ "Volksbank Delitzsch eG (GENODEF1DZ1)",
1822
+ "Leipziger Volksbank (GENODEF1LVB)",
1823
+ "Volksbank Hildesheimer Börde eG (GENODEF1SLD)",
1824
+ "Sparkasse Chemnitz (CHEKDE81XXX)",
1825
+ "Sparkasse Zwickau (WELADED1ZWI)",
1826
+ "Erzgebirgssparkasse (WELADED1STB)",
1827
+ "Sparkasse Vogtland (WELADED1PLX)",
1828
+ "Volksbank Mittleres Erzgebirge eG (GENODEF1MBG)",
1829
+ "Vereinigte Raiffeisenbank Burgstädt eG (GENODEF1BST)",
1830
+ "Volksbank Vogtland eG (GENODEF1PL1)",
1831
+ "Volksbank Zwickau eG (GENODEF1Z01)",
1832
+ "Volksbank-Raiffeisenbank Glauchau eG (GENODEF1GC1)",
1833
+ "Volksbank Mittweida eG (GENODEF1MIW)",
1834
+ "Dresdner Volksbank Raiffeisenbank (GENODEF1DRS)",
1835
+ "Sparkasse Rhein Neckar Nord (MANSDE66XXX)",
1836
+ "Raiffeisenbank im Naabtal eG (GENODEF1SWD)",
1837
+ "Raiffeisenbank Donau-Iller eG (GENODES1RDI)",
1838
+ "Volksbank Rhein-Lahn eG (GENODE51DIE)",
1839
+ "Kreissparkasse Miesbach-Tegernsee (BYLADEM1MIB)",
1840
+ "Volksbank eG Braunschweig Wolfsburg (GENODEF1WOB)",
1841
+ "VR-Bank Werra-Meißner (GENODEF1ESW)",
1842
+ "Vereinigte Volksbank eG Dillingen-Dudweiler-Sulzbach/Saar (GENODE51SB2)",
1843
+ "VR Bank Saarpfalz eG (GENODE51MBT)",
1844
+ "VR-Bank Alb eG (GENODES1RUW)",
1845
+ "Vereinigte Volksbank AG (GENODES1BBV)",
1846
+ "Volksbank Neckartal eG (GENODE61NGD)",
1847
+ "Volksbank Kraichgau Wiesloch-Sinsheim eG (GENODE61WIE)",
1848
+ "VR-Bank Landsberg-Ammersee (GENODEF1DSS)",
1849
+ "VR Bank München Land eG (GENODEF1OHC)",
1850
+ "Raiffeisenbank Taufkirchen-Oberneukirchen eG (GENODEF1TAE)",
1851
+ "VR-Bank Handels- und Gewerbebank (GENODEF1MTG)",
1852
+ "Raiffeisenbank Holzheim eG (GENODEF1HZR)",
1853
+ "Raiffeisenbank Schrobenhausener Land eG (GENODEF1WFN)",
1854
+ "Raiffeisenbank Volkach-Wiesentheid eG (GENODEF1WED)",
1855
+ "Raiffeisenbank im Grabfeld (GENODEF1SLZ)",
1856
+ "Raiffeisenbank Kitzinger Land eG (GENODEF1OBR)",
1857
+ "Volksbank Weschnitztal eG (GENODE51FHO)",
1858
+ "Volksbank Kinzigtal eG (GENODE61KZT)",
1859
+ "Sparkasse Schaumburg (NOLADE21SHG)",
1860
+ "Harzsparkasse (NOLADE21HRZ)",
1861
+ "Salzlandsparkasse (NOLADE21SES)",
1862
+ "VR-Bank Schweinfurt eG (GENODEF1ATE)",
1863
+ "Volksbank im Märkischen Kreis eG (GENODEM1NRD)",
1864
+ "Volksbank Olpe-Wenden-Drolshagen eG (GENODEM1WDD)",
1865
+ "Raiffeisenbank Hochfranken West eG (GENODEF1SZF)",
1866
+ "Volksbank eG Bad Laer-Borgloh-Hilter-Melle (GENODEF1HTR)",
1867
+ "Volksbank Alzey-Worms eG (GENODE61AZY)",
1868
+ "Volksbank im Ostmünsterland eG (GENODEM1CLL)",
1869
+ "VR Bank Kaufbeuren-Ostallgäu eG (GENODEF1KFB)"
1870
+ ];
1871
+
1872
+ optionSelected = $j("#country").val()
1873
+
1874
+ if (optionSelected == "DE") {
1875
+ bankenliste = bankenlisteDE;
1876
+ } else {
1877
+ bankenliste = bankenlisteAT;
1878
+ }
1879
+
1880
+ $j("#bankname").autocomplete(
1881
+ {
1882
+ source: function(request, response) {
1883
+ var results = $j.ui.autocomplete.filter(bankenliste, request.term);
1884
+ response(results.slice(0,30));
1885
+ }
1886
+ }
1887
+ );
1888
+
1889
+ document.getElementById("bankname").value = '';
1890
+ document.getElementById("bankname").focus();
1891
+ }
skin/frontend/base/default/js/Mpay24/Mpay24/jquery-1.11.2.min.js ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ /*! jQuery v1.11.2 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
2
+ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.2",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=hb(),z=hb(),A=hb(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},eb=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fb){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function gb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+rb(o[l]);w=ab.test(a)&&pb(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function hb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ib(a){return a[u]=!0,a}function jb(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function kb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function lb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function nb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function ob(a){return ib(function(b){return b=+b,ib(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pb(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=gb.support={},f=gb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=gb.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",eb,!1):e.attachEvent&&e.attachEvent("onunload",eb)),p=!f(g),c.attributes=jb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=jb(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=jb(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(jb(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),jb(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&jb(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return lb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?lb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},gb.matches=function(a,b){return gb(a,null,null,b)},gb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return gb(b,n,null,[a]).length>0},gb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},gb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},gb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},gb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=gb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=gb.selectors={cacheLength:50,createPseudo:ib,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||gb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&gb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=gb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||gb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ib(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ib(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ib(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ib(function(a){return function(b){return gb(a,b).length>0}}),contains:ib(function(a){return a=a.replace(cb,db),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ib(function(a){return W.test(a||"")||gb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:ob(function(){return[0]}),last:ob(function(a,b){return[b-1]}),eq:ob(function(a,b,c){return[0>c?c+b:c]}),even:ob(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:ob(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:ob(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:ob(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=mb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=nb(b);function qb(){}qb.prototype=d.filters=d.pseudos,d.setFilters=new qb,g=gb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?gb.error(a):z(a,i).slice(0)};function rb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function tb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ub(a,b,c){for(var d=0,e=b.length;e>d;d++)gb(a,b[d],c);return c}function vb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wb(a,b,c,d,e,f){return d&&!d[u]&&(d=wb(d)),e&&!e[u]&&(e=wb(e,f)),ib(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ub(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:vb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=vb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=vb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sb(function(a){return a===b},h,!0),l=sb(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sb(tb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wb(i>1&&tb(m),i>1&&rb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xb(a.slice(i,e)),f>e&&xb(a=a.slice(e)),f>e&&rb(a))}m.push(c)}return tb(m)}function yb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=vb(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&gb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ib(f):f}return h=gb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,yb(e,d)),f.selector=a}return f},i=gb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&pb(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&rb(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&pb(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=jb(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),jb(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||kb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&jb(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||kb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),jb(function(a){return null==a.getAttribute("disabled")})||kb(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),gb}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;
3
+ return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?m.queue(this[0],a):void 0===b?this:this.each(function(){var c=m.queue(this,a,b);m._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&m.dequeue(this,a)})},dequeue:function(a){return this.each(function(){m.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=m._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=["Top","Right","Bottom","Left"],U=function(a,b){return a=b||a,"none"===m.css(a,"display")||!m.contains(a.ownerDocument,a)},V=m.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===m.type(c)){e=!0;for(h in c)m.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,m.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(m(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav></:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[m.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=Z.test(e)?this.mouseHooks:Y.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new m.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||y),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||y,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==cb()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===cb()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return m.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return m.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=m.extend(new m.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?m.event.trigger(e,null,b):m.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},m.removeEvent=y.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===K&&(a[d]=null),a.detachEvent(d,c))},m.Event=function(a,b){return this instanceof m.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ab:bb):this.type=a,b&&m.extend(this,b),this.timeStamp=a&&a.timeStamp||m.now(),void(this[m.expando]=!0)):new m.Event(a,b)},m.Event.prototype={isDefaultPrevented:bb,isPropagationStopped:bb,isImmediatePropagationStopped:bb,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ab,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ab,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ab,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){m.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!m.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.submitBubbles||(m.event.special.submit={setup:function(){return m.nodeName(this,"form")?!1:void m.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=m.nodeName(b,"input")||m.nodeName(b,"button")?b.form:void 0;c&&!m._data(c,"submitBubbles")&&(m.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),m._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&m.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return m.nodeName(this,"form")?!1:void m.event.remove(this,"._submit")}}),k.changeBubbles||(m.event.special.change={setup:function(){return X.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(m.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),m.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),m.event.simulate("change",this,a,!0)})),!1):void m.event.add(this,"beforeactivate._change",function(a){var b=a.target;X.test(b.nodeName)&&!m._data(b,"changeBubbles")&&(m.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||m.event.simulate("change",this.parentNode,a,!0)}),m._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return m.event.remove(this,"._change"),!X.test(this.nodeName)}}),k.focusinBubbles||m.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){m.event.simulate(b,a.target,m.event.fix(a),!0)};m.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=m._data(d,b);e||d.addEventListener(a,c,!0),m._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=m._data(d,b)-1;e?m._data(d,b,e):(d.removeEventListener(a,c,!0),m._removeData(d,b))}}}),m.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=bb;else if(!d)return this;return 1===e&&(g=d,d=function(a){return m().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=m.guid++)),this.each(function(){m.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,m(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=bb),this.each(function(){m.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){m.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?m.event.trigger(a,b,c,!0):void 0}});function db(a){var b=eb.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}var eb="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",fb=/ jQuery\d+="(?:null|\d+)"/g,gb=new RegExp("<(?:"+eb+")[\\s/>]","i"),hb=/^\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,jb=/<([\w:]+)/,kb=/<tbody/i,lb=/<|&#?\w+;/,mb=/<(?:script|style|link)/i,nb=/checked\s*(?:[^=]|=\s*.checked.)/i,ob=/^$|\/(?:java|ecma)script/i,pb=/^true\/(.*)/,qb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,rb={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:k.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},sb=db(y),tb=sb.appendChild(y.createElement("div"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xb(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,"script"),d.length>0&&zb(d,!i&&ub(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(jb.exec(f)||["",""])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,"<$1></$2>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f="table"!==i||kb.test(f)?"<table>"!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,"input"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),"script"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ib,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,"script"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qb,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),"none"!==c&&c||(Cb=(Cb||m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Cb[0].contentWindow||Cb[0].contentDocument).document,b.write(),b.close(),c=Eb(a,b),Cb.detach()),Db[a]=c),c}!function(){var a;k.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=y.getElementsByTagName("body")[0],c&&c.style?(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(y.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var Gb=/^margin/,Hb=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ib,Jb,Kb=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ib=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||m.contains(a.ownerDocument,a)||(g=m.style(a,b)),Hb.test(g)&&Gb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+""}):y.documentElement.currentStyle&&(Ib=function(a){return a.currentStyle},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Hb.test(g)&&!Kb.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Lb(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d,e,f,g,h;if(b=y.createElement("div"),b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=d&&d.style){c.cssText="float:left;opacity:.5",k.opacity="0.5"===c.opacity,k.cssFloat=!!c.cssFloat,b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===b.style.backgroundClip,k.boxSizing=""===c.boxSizing||""===c.MozBoxSizing||""===c.WebkitBoxSizing,m.extend(k,{reliableHiddenOffsets:function(){return null==g&&i(),g},boxSizingReliable:function(){return null==f&&i(),f},pixelPosition:function(){return null==e&&i(),e},reliableMarginRight:function(){return null==h&&i(),h}});function i(){var b,c,d,i;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),b.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",e=f=!1,h=!0,a.getComputedStyle&&(e="1%"!==(a.getComputedStyle(b,null)||{}).top,f="4px"===(a.getComputedStyle(b,null)||{width:"4px"}).width,i=b.appendChild(y.createElement("div")),i.style.cssText=b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",i.style.marginRight=i.style.width="0",b.style.width="1px",h=!parseFloat((a.getComputedStyle(i,null)||{}).marginRight),b.removeChild(i)),b.innerHTML="<table><tr><td></td><td>t</td></tr></table>",i=b.getElementsByTagName("td"),i[0].style.cssText="margin:0;border:0;padding:0;display:none",g=0===i[0].offsetHeight,g&&(i[0].style.display="",i[1].style.display="none",g=0===i[0].offsetHeight),c.removeChild(d))}}}(),m.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Mb=/alpha\([^)]*\)/i,Nb=/opacity\s*=\s*([^)]*)/,Ob=/^(none|table(?!-c[ea]).+)/,Pb=new RegExp("^("+S+")(.*)$","i"),Qb=new RegExp("^([+-])=("+S+")","i"),Rb={position:"absolute",visibility:"hidden",display:"block"},Sb={letterSpacing:"0",fontWeight:"400"},Tb=["Webkit","O","Moz","ms"];function Ub(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=Tb.length;while(e--)if(b=Tb[e]+c,b in a)return b;return d}function Vb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=m._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&U(d)&&(f[g]=m._data(d,"olddisplay",Fb(d.nodeName)))):(e=U(d),(c&&"none"!==c||!e)&&m._data(d,"olddisplay",e?c:m.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function Wb(a,b,c){var d=Pb.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Xb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=m.css(a,c+T[f],!0,e)),d?("content"===c&&(g-=m.css(a,"padding"+T[f],!0,e)),"margin"!==c&&(g-=m.css(a,"border"+T[f]+"Width",!0,e))):(g+=m.css(a,"padding"+T[f],!0,e),"padding"!==c&&(g+=m.css(a,"border"+T[f]+"Width",!0,e)));return g}function Yb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ib(a),g=k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Jb(a,b,f),(0>e||null==e)&&(e=a.style[b]),Hb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Xb(a,b,c||(g?"border":"content"),d,f)+"px"}m.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Jb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":k.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=m.camelCase(b),i=a.style;if(b=m.cssProps[h]||(m.cssProps[h]=Ub(i,h)),g=m.cssHooks[b]||m.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=Qb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(m.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||m.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=m.camelCase(b);return b=m.cssProps[h]||(m.cssProps[h]=Ub(a.style,h)),g=m.cssHooks[b]||m.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Jb(a,b,d)),"normal"===f&&b in Sb&&(f=Sb[b]),""===c||c?(e=parseFloat(f),c===!0||m.isNumeric(e)?e||0:f):f}}),m.each(["height","width"],function(a,b){m.cssHooks[b]={get:function(a,c,d){return c?Ob.test(m.css(a,"display"))&&0===a.offsetWidth?m.swap(a,Rb,function(){return Yb(a,b,d)}):Yb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ib(a);return Wb(a,c,d?Xb(a,b,d,k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,e),e):0)}}}),k.opacity||(m.cssHooks.opacity={get:function(a,b){return Nb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=m.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===m.trim(f.replace(Mb,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Mb.test(f)?f.replace(Mb,e):f+" "+e)}}),m.cssHooks.marginRight=Lb(k.reliableMarginRight,function(a,b){return b?m.swap(a,{display:"inline-block"},Jb,[a,"marginRight"]):void 0}),m.each({margin:"",padding:"",border:"Width"},function(a,b){m.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+T[d]+b]=f[d]||f[d-2]||f[0];return e}},Gb.test(a)||(m.cssHooks[a+b].set=Wb)}),m.fn.extend({css:function(a,b){return V(this,function(a,b,c){var d,e,f={},g=0;if(m.isArray(b)){for(d=Ib(a),e=b.length;e>g;g++)f[b[g]]=m.css(a,b[g],!1,d);return f}return void 0!==c?m.style(a,b,c):m.css(a,b)},a,b,arguments.length>1)},show:function(){return Vb(this,!0)},hide:function(){return Vb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){U(this)?m(this).show():m(this).hide()})}});function Zb(a,b,c,d,e){return new Zb.prototype.init(a,b,c,d,e)
4
+ }m.Tween=Zb,Zb.prototype={constructor:Zb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?"":"px")},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function(a){var b,c=Zb.propHooks[this.prop];return this.pos=b=this.options.duration?m.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Zb.propHooks._default.set(this),this}},Zb.prototype.init.prototype=Zb.prototype,Zb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=m.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){m.fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssHooks[a.prop])?m.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Zb.propHooks.scrollTop=Zb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},m.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},m.fx=Zb.prototype.init,m.fx.step={};var $b,_b,ac=/^(?:toggle|show|hide)$/,bc=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),cc=/queueHooks$/,dc=[ic],ec={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=bc.exec(b),f=e&&e[3]||(m.cssNumber[a]?"":"px"),g=(m.cssNumber[a]||"px"!==f&&+d)&&bc.exec(m.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,m.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function fc(){return setTimeout(function(){$b=void 0}),$b=m.now()}function gc(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=T[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function hc(a,b,c){for(var d,e=(ec[b]||[]).concat(ec["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ic(a,b,c){var d,e,f,g,h,i,j,l,n=this,o={},p=a.style,q=a.nodeType&&U(a),r=m._data(a,"fxshow");c.queue||(h=m._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,n.always(function(){n.always(function(){h.unqueued--,m.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=m.css(a,"display"),l="none"===j?m._data(a,"olddisplay")||Fb(a.nodeName):j,"inline"===l&&"none"===m.css(a,"float")&&(k.inlineBlockNeedsLayout&&"inline"!==Fb(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",k.shrinkWrapBlocks()||n.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],ac.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||m.style(a,d)}else j=void 0;if(m.isEmptyObject(o))"inline"===("none"===j?Fb(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=m._data(a,"fxshow",{}),f&&(r.hidden=!q),q?m(a).show():n.done(function(){m(a).hide()}),n.done(function(){var b;m._removeData(a,"fxshow");for(b in o)m.style(a,b,o[b])});for(d in o)g=hc(q?r[d]:0,d,n),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function jc(a,b){var c,d,e,f,g;for(c in a)if(d=m.camelCase(c),e=b[d],f=a[c],m.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=m.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kc(a,b,c){var d,e,f=0,g=dc.length,h=m.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=$b||fc(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:$b||fc(),duration:c.duration,tweens:[],createTween:function(b,c){var d=m.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jc(k,j.opts.specialEasing);g>f;f++)if(d=dc[f].call(j,a,k,j.opts))return d;return m.map(k,hc,j),m.isFunction(j.opts.start)&&j.opts.start.call(a,j),m.fx.timer(m.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}m.Animation=m.extend(kc,{tweener:function(a,b){m.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],ec[c]=ec[c]||[],ec[c].unshift(b)},prefilter:function(a,b){b?dc.unshift(a):dc.push(a)}}),m.speed=function(a,b,c){var d=a&&"object"==typeof a?m.extend({},a):{complete:c||!c&&b||m.isFunction(a)&&a,duration:a,easing:c&&b||b&&!m.isFunction(b)&&b};return d.duration=m.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in m.fx.speeds?m.fx.speeds[d.duration]:m.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){m.isFunction(d.old)&&d.old.call(this),d.queue&&m.dequeue(this,d.queue)},d},m.fn.extend({fadeTo:function(a,b,c,d){return this.filter(U).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=m.isEmptyObject(a),f=m.speed(b,c,d),g=function(){var b=kc(this,m.extend({},a),f);(e||m._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=m.timers,g=m._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&cc.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&m.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=m._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=m.timers,g=d?d.length:0;for(c.finish=!0,m.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),m.each(["toggle","show","hide"],function(a,b){var c=m.fn[b];m.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gc(b,!0),a,d,e)}}),m.each({slideDown:gc("show"),slideUp:gc("hide"),slideToggle:gc("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){m.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),m.timers=[],m.fx.tick=function(){var a,b=m.timers,c=0;for($b=m.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||m.fx.stop(),$b=void 0},m.fx.timer=function(a){m.timers.push(a),a()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){_b||(_b=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(_b),_b=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(a,b){return a=m.fx?m.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=y.createElement("div"),b.setAttribute("className","t"),b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=y.createElement("select"),e=c.appendChild(y.createElement("option")),a=b.getElementsByTagName("input")[0],d.style.cssText="top:1px",k.getSetAttribute="t"!==b.className,k.style=/top/.test(d.getAttribute("style")),k.hrefNormalized="/a"===d.getAttribute("href"),k.checkOn=!!a.value,k.optSelected=e.selected,k.enctype=!!y.createElement("form").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElement("input"),a.setAttribute("value",""),k.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),k.radioValue="t"===a.value}();var lc=/\r/g;m.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=m.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,m(this).val()):a,null==e?e="":"number"==typeof e?e+="":m.isArray(e)&&(e=m.map(e,function(a){return null==a?"":a+""})),b=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=m.valHooks[e.type]||m.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(lc,""):null==c?"":c)}}}),m.extend({valHooks:{option:{get:function(a){var b=m.find.attr(a,"value");return null!=b?b:m.trim(m.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&m.nodeName(c.parentNode,"optgroup"))){if(b=m(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=m.makeArray(b),g=e.length;while(g--)if(d=e[g],m.inArray(m.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),m.each(["radio","checkbox"],function(){m.valHooks[this]={set:function(a,b){return m.isArray(b)?a.checked=m.inArray(m(a).val(),b)>=0:void 0}},k.checkOn||(m.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var mc,nc,oc=m.expr.attrHandle,pc=/^(?:checked|selected)$/i,qc=k.getSetAttribute,rc=k.input;m.fn.extend({attr:function(a,b){return V(this,m.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){m.removeAttr(this,a)})}}),m.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===K?m.prop(a,b,c):(1===f&&m.isXMLDoc(a)||(b=b.toLowerCase(),d=m.attrHooks[b]||(m.expr.match.bool.test(b)?nc:mc)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=m.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void m.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=m.propFix[c]||c,m.expr.match.bool.test(c)?rc&&qc||!pc.test(c)?a[d]=!1:a[m.camelCase("default-"+c)]=a[d]=!1:m.attr(a,c,""),a.removeAttribute(qc?c:d)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&m.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),nc={set:function(a,b,c){return b===!1?m.removeAttr(a,c):rc&&qc||!pc.test(c)?a.setAttribute(!qc&&m.propFix[c]||c,c):a[m.camelCase("default-"+c)]=a[c]=!0,c}},m.each(m.expr.match.bool.source.match(/\w+/g),function(a,b){var c=oc[b]||m.find.attr;oc[b]=rc&&qc||!pc.test(b)?function(a,b,d){var e,f;return d||(f=oc[b],oc[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,oc[b]=f),e}:function(a,b,c){return c?void 0:a[m.camelCase("default-"+b)]?b.toLowerCase():null}}),rc&&qc||(m.attrHooks.value={set:function(a,b,c){return m.nodeName(a,"input")?void(a.defaultValue=b):mc&&mc.set(a,b,c)}}),qc||(mc={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},oc.id=oc.name=oc.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},m.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:mc.set},m.attrHooks.contenteditable={set:function(a,b,c){mc.set(a,""===b?!1:b,c)}},m.each(["width","height"],function(a,b){m.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),k.style||(m.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var sc=/^(?:input|select|textarea|button|object)$/i,tc=/^(?:a|area)$/i;m.fn.extend({prop:function(a,b){return V(this,m.prop,a,b,arguments.length>1)},removeProp:function(a){return a=m.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),m.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!m.isXMLDoc(a),f&&(b=m.propFix[b]||b,e=m.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=m.find.attr(a,"tabindex");return b?parseInt(b,10):sc.test(a.nodeName)||tc.test(a.nodeName)&&a.href?0:-1}}}}),k.hrefNormalized||m.each(["href","src"],function(a,b){m.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),k.optSelected||(m.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){m.propFix[this.toLowerCase()]=this}),k.enctype||(m.propFix.enctype="encoding");var uc=/[\t\r\n\f]/g;m.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=m.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?m.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(m.isFunction(a)?function(c){m(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=m(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===K||"boolean"===c)&&(this.className&&m._data(this,"__className__",this.className),this.className=this.className||a===!1?"":m._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(uc," ").indexOf(b)>=0)return!0;return!1}}),m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){m.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),m.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var vc=m.now(),wc=/\?/,xc=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;m.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=m.trim(b+"");return e&&!m.trim(e.replace(xc,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():m.error("Invalid JSON: "+b)},m.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||m.error("Invalid XML: "+b),c};var yc,zc,Ac=/#.*$/,Bc=/([?&])_=[^&]*/,Cc=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Dc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ec=/^(?:GET|HEAD)$/,Fc=/^\/\//,Gc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Hc={},Ic={},Jc="*/".concat("*");try{zc=location.href}catch(Kc){zc=y.createElement("a"),zc.href="",zc=zc.href}yc=Gc.exec(zc.toLowerCase())||[];function Lc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(m.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Mc(a,b,c,d){var e={},f=a===Ic;function g(h){var i;return e[h]=!0,m.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Nc(a,b){var c,d,e=m.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&m.extend(!0,a,c),a}function Oc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Pc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:zc,type:"GET",isLocal:Dc.test(yc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Jc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":m.parseJSON,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Nc(Nc(a,m.ajaxSettings),b):Nc(m.ajaxSettings,a)},ajaxPrefilter:Lc(Hc),ajaxTransport:Lc(Ic),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=m.ajaxSetup({},b),l=k.context||k,n=k.context&&(l.nodeType||l.jquery)?m(l):m.event,o=m.Deferred(),p=m.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j){j={};while(b=Cc.exec(f))j[b[1].toLowerCase()]=b[2]}b=j[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||zc)+"").replace(Ac,"").replace(Fc,yc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=m.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(c=Gc.exec(k.url.toLowerCase()),k.crossDomain=!(!c||c[1]===yc[1]&&c[2]===yc[2]&&(c[3]||("http:"===c[1]?"80":"443"))===(yc[3]||("http:"===yc[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=m.param(k.data,k.traditional)),Mc(Hc,k,b,v),2===t)return v;h=m.event&&k.global,h&&0===m.active++&&m.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!Ec.test(k.type),e=k.url,k.hasContent||(k.data&&(e=k.url+=(wc.test(e)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=Bc.test(e)?e.replace(Bc,"$1_="+vc++):e+(wc.test(e)?"&":"?")+"_="+vc++)),k.ifModified&&(m.lastModified[e]&&v.setRequestHeader("If-Modified-Since",m.lastModified[e]),m.etag[e]&&v.setRequestHeader("If-None-Match",m.etag[e])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+Jc+"; q=0.01":""):k.accepts["*"]);for(d in k.headers)v.setRequestHeader(d,k.headers[d]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=Mc(Ic,k,b,v)){v.readyState=1,h&&n.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,i.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=void 0,f=d||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=Oc(k,v,c)),u=Pc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(m.lastModified[e]=w),w=v.getResponseHeader("etag"),w&&(m.etag[e]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,h&&n.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),h&&(n.trigger("ajaxComplete",[v,k]),--m.active||m.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return m.get(a,b,c,"json")},getScript:function(a,b){return m.get(a,void 0,b,"script")}}),m.each(["get","post"],function(a,b){m[b]=function(a,c,d,e){return m.isFunction(c)&&(e=e||d,d=c,c=void 0),m.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),m._evalUrl=function(a){return m.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},m.fn.extend({wrapAll:function(a){if(m.isFunction(a))return this.each(function(b){m(this).wrapAll(a.call(this,b))});if(this[0]){var b=m(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(m.isFunction(a)?function(b){m(this).wrapInner(a.call(this,b))}:function(){var b=m(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=m.isFunction(a);return this.each(function(c){m(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){m.nodeName(this,"body")||m(this).replaceWith(this.childNodes)}).end()}}),m.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!k.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||m.css(a,"display"))},m.expr.filters.visible=function(a){return!m.expr.filters.hidden(a)};var Qc=/%20/g,Rc=/\[\]$/,Sc=/\r?\n/g,Tc=/^(?:submit|button|image|reset|file)$/i,Uc=/^(?:input|select|textarea|keygen)/i;function Vc(a,b,c,d){var e;if(m.isArray(b))m.each(b,function(b,e){c||Rc.test(a)?d(a,e):Vc(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==m.type(b))d(a,b);else for(e in b)Vc(a+"["+e+"]",b[e],c,d)}m.param=function(a,b){var c,d=[],e=function(a,b){b=m.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(a)||a.jquery&&!m.isPlainObject(a))m.each(a,function(){e(this.name,this.value)});else for(c in a)Vc(c,a[c],b,e);return d.join("&").replace(Qc,"+")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=m.prop(this,"elements");return a?m.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!m(this).is(":disabled")&&Uc.test(this.nodeName)&&!Tc.test(a)&&(this.checked||!W.test(a))}).map(function(a,b){var c=m(this).val();return null==c?null:m.isArray(c)?m.map(c,function(a){return{name:b.name,value:a.replace(Sc,"\r\n")}}):{name:b.name,value:c.replace(Sc,"\r\n")}}).get()}}),m.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&Zc()||$c()}:Zc;var Wc=0,Xc={},Yc=m.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Xc)Xc[a](void 0,!0)}),k.cors=!!Yc&&"withCredentials"in Yc,Yc=k.ajax=!!Yc,Yc&&m.ajaxTransport(function(a){if(!a.crossDomain||k.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Wc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete Xc[g],b=void 0,f.onreadystatechange=m.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=Xc[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}});function Zc(){try{return new a.XMLHttpRequest}catch(b){}}function $c(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return m.globalEval(a),a}}}),m.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),m.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=y.head||m("head")[0]||y.documentElement;return{send:function(d,e){b=y.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var _c=[],ad=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=_c.pop()||m.expando+"_"+vc++;return this[a]=!0,a}}),m.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(ad.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&ad.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=m.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(ad,"$1"+e):b.jsonp!==!1&&(b.url+=(wc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||m.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,_c.push(e)),g&&m.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),m.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||y;var d=u.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=m.buildFragment([a],b,e),e&&e.length&&m(e).remove(),m.merge([],d.childNodes))};var bd=m.fn.load;m.fn.load=function(a,b,c){if("string"!=typeof a&&bd)return bd.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=m.trim(a.slice(h,a.length)),a=a.slice(0,h)),m.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&m.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?m("<div>").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){m.fn[b]=function(a){return this.on(b,a)}}),m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cd=a.document.documentElement;function dd(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dd(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cd;while(a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position"))a=a.offsetParent;return a||cd})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dd(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=Lb(k.pixelPosition,function(a,c){return c?(c=Jb(a,b),Hb.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var ed=a.jQuery,fd=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fd),b&&a.jQuery===m&&(a.jQuery=ed),m},typeof b===K&&(a.jQuery=a.$=m),m});
5
+ var $j = jQuery.noConflict();
skin/frontend/base/default/js/Mpay24/Mpay24/jquery-ui.min.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /*! jQuery UI - v1.11.4 - 2015-07-15
2
+ * http://jqueryui.com
3
+ * Includes: core.js, widget.js, position.js, autocomplete.js, menu.js
4
+ * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
5
+
6
+ (function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t,s){var n,a,o,r=t.nodeName.toLowerCase();return"area"===r?(n=t.parentNode,a=n.name,t.href&&a&&"map"===n.nodeName.toLowerCase()?(o=e("img[usemap='#"+a+"']")[0],!!o&&i(o)):!1):(/^(input|select|textarea|button|object)$/.test(r)?!t.disabled:"a"===r?t.href||s:s)&&i(t)}function i(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return"hidden"===e.css(this,"visibility")}).length}e.ui=e.ui||{},e.extend(e.ui,{version:"1.11.4",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.extend({scrollParent:function(t){var i=this.css("position"),s="absolute"===i,n=t?/(auto|scroll|hidden)/:/(auto|scroll)/,a=this.parents().filter(function(){var t=e(this);return s&&"static"===t.css("position")?!1:n.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==i&&a.length?a:e(this[0].ownerDocument||document)},uniqueId:function(){var e=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++e)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&e(this).removeAttr("id")})}}),e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.data(t,s[3])},focusable:function(i){return t(i,!isNaN(e.attr(i,"tabindex")))},tabbable:function(i){var s=e.attr(i,"tabindex"),n=isNaN(s);return(n||s>=0)&&t(i,!n)}}),e("<a>").outerWidth(1).jquery||e.each(["Width","Height"],function(t,i){function s(t,i,s,a){return e.each(n,function(){i-=parseFloat(e.css(t,"padding"+this))||0,s&&(i-=parseFloat(e.css(t,"border"+this+"Width"))||0),a&&(i-=parseFloat(e.css(t,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],a=i.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};e.fn["inner"+i]=function(t){return void 0===t?o["inner"+i].call(this):this.each(function(){e(this).css(a,s(this,t)+"px")})},e.fn["outer"+i]=function(t,n){return"number"!=typeof t?o["outer"+i].call(this,t):this.each(function(){e(this).css(a,s(this,t,!0,n)+"px")})}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e("<a>").data("a-b","a").removeData("a-b").data("a-b")&&(e.fn.removeData=function(t){return function(i){return arguments.length?t.call(this,e.camelCase(i)):t.call(this)}}(e.fn.removeData)),e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),e.fn.extend({focus:function(t){return function(i,s){return"number"==typeof i?this.each(function(){var t=this;setTimeout(function(){e(t).focus(),s&&s.call(t)},i)}):t.apply(this,arguments)}}(e.fn.focus),disableSelection:function(){var e="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.bind(e+".ui-disableSelection",function(e){e.preventDefault()})}}(),enableSelection:function(){return this.unbind(".ui-disableSelection")},zIndex:function(t){if(void 0!==t)return this.css("zIndex",t);if(this.length)for(var i,s,n=e(this[0]);n.length&&n[0]!==document;){if(i=n.css("position"),("absolute"===i||"relative"===i||"fixed"===i)&&(s=parseInt(n.css("zIndex"),10),!isNaN(s)&&0!==s))return s;n=n.parent()}return 0}}),e.ui.plugin={add:function(t,i,s){var n,a=e.ui[t].prototype;for(n in s)a.plugins[n]=a.plugins[n]||[],a.plugins[n].push([i,s[n]])},call:function(e,t,i,s){var n,a=e.plugins[t];if(a&&(s||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(n=0;a.length>n;n++)e.options[a[n][0]]&&a[n][1].apply(e.element,i)}};var s=0,n=Array.prototype.slice;e.cleanData=function(t){return function(i){var s,n,a;for(a=0;null!=(n=i[a]);a++)try{s=e._data(n,"events"),s&&s.remove&&e(n).triggerHandler("remove")}catch(o){}t(i)}}(e.cleanData),e.widget=function(t,i,s){var n,a,o,r,h={},l=t.split(".")[0];return t=t.split(".")[1],n=l+"-"+t,s||(s=i,i=e.Widget),e.expr[":"][n.toLowerCase()]=function(t){return!!e.data(t,n)},e[l]=e[l]||{},a=e[l][t],o=e[l][t]=function(e,t){return this._createWidget?(arguments.length&&this._createWidget(e,t),void 0):new o(e,t)},e.extend(o,a,{version:s.version,_proto:e.extend({},s),_childConstructors:[]}),r=new i,r.options=e.widget.extend({},r.options),e.each(s,function(t,s){return e.isFunction(s)?(h[t]=function(){var e=function(){return i.prototype[t].apply(this,arguments)},n=function(e){return i.prototype[t].apply(this,e)};return function(){var t,i=this._super,a=this._superApply;return this._super=e,this._superApply=n,t=s.apply(this,arguments),this._super=i,this._superApply=a,t}}(),void 0):(h[t]=s,void 0)}),o.prototype=e.widget.extend(r,{widgetEventPrefix:a?r.widgetEventPrefix||t:t},h,{constructor:o,namespace:l,widgetName:t,widgetFullName:n}),a?(e.each(a._childConstructors,function(t,i){var s=i.prototype;e.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete a._childConstructors):i._childConstructors.push(o),e.widget.bridge(t,o),o},e.widget.extend=function(t){for(var i,s,a=n.call(arguments,1),o=0,r=a.length;r>o;o++)for(i in a[o])s=a[o][i],a[o].hasOwnProperty(i)&&void 0!==s&&(t[i]=e.isPlainObject(s)?e.isPlainObject(t[i])?e.widget.extend({},t[i],s):e.widget.extend({},s):s);return t},e.widget.bridge=function(t,i){var s=i.prototype.widgetFullName||t;e.fn[t]=function(a){var o="string"==typeof a,r=n.call(arguments,1),h=this;return o?this.each(function(){var i,n=e.data(this,s);return"instance"===a?(h=n,!1):n?e.isFunction(n[a])&&"_"!==a.charAt(0)?(i=n[a].apply(n,r),i!==n&&void 0!==i?(h=i&&i.jquery?h.pushStack(i.get()):i,!1):void 0):e.error("no such method '"+a+"' for "+t+" widget instance"):e.error("cannot call methods on "+t+" prior to initialization; "+"attempted to call method '"+a+"'")}):(r.length&&(a=e.widget.extend.apply(null,[a].concat(r))),this.each(function(){var t=e.data(this,s);t?(t.option(a||{}),t._init&&t._init()):e.data(this,s,new i(a,this))})),h}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=s++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:e.noop,_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetFullName).removeData(e.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName+"-disabled "+"ui-state-disabled"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var s,n,a,o=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(o={},s=t.split("."),t=s.shift(),s.length){for(n=o[t]=e.widget.extend({},this.options[t]),a=0;s.length-1>a;a++)n[s[a]]=n[s[a]]||{},n=n[s[a]];if(t=s.pop(),1===arguments.length)return void 0===n[t]?null:n[t];n[t]=i}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];o[t]=i}return this._setOptions(o),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return this.options[e]=t,"disabled"===e&&(this.widget().toggleClass(this.widgetFullName+"-disabled",!!t),t&&(this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus"))),this},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_on:function(t,i,s){var n,a=this;"boolean"!=typeof t&&(s=i,i=t,t=!1),s?(i=n=e(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),e.each(s,function(s,o){function r(){return t||a.options.disabled!==!0&&!e(this).hasClass("ui-state-disabled")?("string"==typeof o?a[o]:o).apply(a,arguments):void 0}"string"!=typeof o&&(r.guid=o.guid=o.guid||r.guid||e.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+a.eventNamespace,u=h[2];u?n.delegate(u,l,r):i.bind(l,r)})},_off:function(t,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.unbind(i).undelegate(i),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){function i(){return("string"==typeof e?s[e]:e).apply(s,arguments)}var s=this;return setTimeout(i,t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){e(t.currentTarget).addClass("ui-state-hover")},mouseleave:function(t){e(t.currentTarget).removeClass("ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){e(t.currentTarget).addClass("ui-state-focus")},focusout:function(t){e(t.currentTarget).removeClass("ui-state-focus")}})},_trigger:function(t,i,s){var n,a,o=this.options[t];if(s=s||{},i=e.Event(i),i.type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],a=i.originalEvent)for(n in a)n in i||(i[n]=a[n]);return this.element.trigger(i,s),!(e.isFunction(o)&&o.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},function(t,i){e.Widget.prototype["_"+t]=function(s,n,a){"string"==typeof n&&(n={effect:n});var o,r=n?n===!0||"number"==typeof n?i:n.effect||i:t;n=n||{},"number"==typeof n&&(n={duration:n}),o=!e.isEmptyObject(n),n.complete=a,n.delay&&s.delay(n.delay),o&&e.effects&&e.effects.effect[r]?s[t](n):r!==t&&s[r]?s[r](n.duration,n.easing,a):s.queue(function(i){e(this)[t](),a&&a.call(s[0]),i()})}}),e.widget,function(){function t(e,t,i){return[parseFloat(e[0])*(p.test(e[0])?t/100:1),parseFloat(e[1])*(p.test(e[1])?i/100:1)]}function i(t,i){return parseInt(e.css(t,i),10)||0}function s(t){var i=t[0];return 9===i.nodeType?{width:t.width(),height:t.height(),offset:{top:0,left:0}}:e.isWindow(i)?{width:t.width(),height:t.height(),offset:{top:t.scrollTop(),left:t.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:t.outerWidth(),height:t.outerHeight(),offset:t.offset()}}e.ui=e.ui||{};var n,a,o=Math.max,r=Math.abs,h=Math.round,l=/left|center|right/,u=/top|center|bottom/,d=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,p=/%$/,f=e.fn.position;e.position={scrollbarWidth:function(){if(void 0!==n)return n;var t,i,s=e("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),a=s.children()[0];return e("body").append(s),t=a.offsetWidth,s.css("overflow","scroll"),i=a.offsetWidth,t===i&&(i=s[0].clientWidth),s.remove(),n=t-i},getScrollInfo:function(t){var i=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),s=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),n="scroll"===i||"auto"===i&&t.width<t.element[0].scrollWidth,a="scroll"===s||"auto"===s&&t.height<t.element[0].scrollHeight;return{width:a?e.position.scrollbarWidth():0,height:n?e.position.scrollbarWidth():0}},getWithinInfo:function(t){var i=e(t||window),s=e.isWindow(i[0]),n=!!i[0]&&9===i[0].nodeType;return{element:i,isWindow:s,isDocument:n,offset:i.offset()||{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:s||n?i.width():i.outerWidth(),height:s||n?i.height():i.outerHeight()}}},e.fn.position=function(n){if(!n||!n.of)return f.apply(this,arguments);n=e.extend({},n);var p,m,g,v,y,b,_=e(n.of),x=e.position.getWithinInfo(n.within),w=e.position.getScrollInfo(x),k=(n.collision||"flip").split(" "),T={};return b=s(_),_[0].preventDefault&&(n.at="left top"),m=b.width,g=b.height,v=b.offset,y=e.extend({},v),e.each(["my","at"],function(){var e,t,i=(n[this]||"").split(" ");1===i.length&&(i=l.test(i[0])?i.concat(["center"]):u.test(i[0])?["center"].concat(i):["center","center"]),i[0]=l.test(i[0])?i[0]:"center",i[1]=u.test(i[1])?i[1]:"center",e=d.exec(i[0]),t=d.exec(i[1]),T[this]=[e?e[0]:0,t?t[0]:0],n[this]=[c.exec(i[0])[0],c.exec(i[1])[0]]}),1===k.length&&(k[1]=k[0]),"right"===n.at[0]?y.left+=m:"center"===n.at[0]&&(y.left+=m/2),"bottom"===n.at[1]?y.top+=g:"center"===n.at[1]&&(y.top+=g/2),p=t(T.at,m,g),y.left+=p[0],y.top+=p[1],this.each(function(){var s,l,u=e(this),d=u.outerWidth(),c=u.outerHeight(),f=i(this,"marginLeft"),b=i(this,"marginTop"),D=d+f+i(this,"marginRight")+w.width,S=c+b+i(this,"marginBottom")+w.height,N=e.extend({},y),M=t(T.my,u.outerWidth(),u.outerHeight());"right"===n.my[0]?N.left-=d:"center"===n.my[0]&&(N.left-=d/2),"bottom"===n.my[1]?N.top-=c:"center"===n.my[1]&&(N.top-=c/2),N.left+=M[0],N.top+=M[1],a||(N.left=h(N.left),N.top=h(N.top)),s={marginLeft:f,marginTop:b},e.each(["left","top"],function(t,i){e.ui.position[k[t]]&&e.ui.position[k[t]][i](N,{targetWidth:m,targetHeight:g,elemWidth:d,elemHeight:c,collisionPosition:s,collisionWidth:D,collisionHeight:S,offset:[p[0]+M[0],p[1]+M[1]],my:n.my,at:n.at,within:x,elem:u})}),n.using&&(l=function(e){var t=v.left-N.left,i=t+m-d,s=v.top-N.top,a=s+g-c,h={target:{element:_,left:v.left,top:v.top,width:m,height:g},element:{element:u,left:N.left,top:N.top,width:d,height:c},horizontal:0>i?"left":t>0?"right":"center",vertical:0>a?"top":s>0?"bottom":"middle"};d>m&&m>r(t+i)&&(h.horizontal="center"),c>g&&g>r(s+a)&&(h.vertical="middle"),h.important=o(r(t),r(i))>o(r(s),r(a))?"horizontal":"vertical",n.using.call(this,e,h)}),u.offset(e.extend(N,{using:l}))})},e.ui.position={fit:{left:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=e.left-t.collisionPosition.marginLeft,h=n-r,l=r+t.collisionWidth-a-n;t.collisionWidth>a?h>0&&0>=l?(i=e.left+h+t.collisionWidth-a-n,e.left+=h-i):e.left=l>0&&0>=h?n:h>l?n+a-t.collisionWidth:n:h>0?e.left+=h:l>0?e.left-=l:e.left=o(e.left-r,e.left)},top:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollTop:s.offset.top,a=t.within.height,r=e.top-t.collisionPosition.marginTop,h=n-r,l=r+t.collisionHeight-a-n;t.collisionHeight>a?h>0&&0>=l?(i=e.top+h+t.collisionHeight-a-n,e.top+=h-i):e.top=l>0&&0>=h?n:h>l?n+a-t.collisionHeight:n:h>0?e.top+=h:l>0?e.top-=l:e.top=o(e.top-r,e.top)}},flip:{left:function(e,t){var i,s,n=t.within,a=n.offset.left+n.scrollLeft,o=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=e.left-t.collisionPosition.marginLeft,u=l-h,d=l+t.collisionWidth-o-h,c="left"===t.my[0]?-t.elemWidth:"right"===t.my[0]?t.elemWidth:0,p="left"===t.at[0]?t.targetWidth:"right"===t.at[0]?-t.targetWidth:0,f=-2*t.offset[0];0>u?(i=e.left+c+p+f+t.collisionWidth-o-a,(0>i||r(u)>i)&&(e.left+=c+p+f)):d>0&&(s=e.left-t.collisionPosition.marginLeft+c+p+f-h,(s>0||d>r(s))&&(e.left+=c+p+f))},top:function(e,t){var i,s,n=t.within,a=n.offset.top+n.scrollTop,o=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=e.top-t.collisionPosition.marginTop,u=l-h,d=l+t.collisionHeight-o-h,c="top"===t.my[1],p=c?-t.elemHeight:"bottom"===t.my[1]?t.elemHeight:0,f="top"===t.at[1]?t.targetHeight:"bottom"===t.at[1]?-t.targetHeight:0,m=-2*t.offset[1];0>u?(s=e.top+p+f+m+t.collisionHeight-o-a,(0>s||r(u)>s)&&(e.top+=p+f+m)):d>0&&(i=e.top-t.collisionPosition.marginTop+p+f+m-h,(i>0||d>r(i))&&(e.top+=p+f+m))}},flipfit:{left:function(){e.ui.position.flip.left.apply(this,arguments),e.ui.position.fit.left.apply(this,arguments)},top:function(){e.ui.position.flip.top.apply(this,arguments),e.ui.position.fit.top.apply(this,arguments)}}},function(){var t,i,s,n,o,r=document.getElementsByTagName("body")[0],h=document.createElement("div");t=document.createElement(r?"div":"body"),s={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"},r&&e.extend(s,{position:"absolute",left:"-1000px",top:"-1000px"});for(o in s)t.style[o]=s[o];t.appendChild(h),i=r||document.documentElement,i.insertBefore(t,i.firstChild),h.style.cssText="position: absolute; left: 10.7432222px;",n=e(h).offset().left,a=n>10&&11>n,t.innerHTML="",i.removeChild(t)}()}(),e.ui.position,e.widget("ui.menu",{version:"1.11.4",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-carat-1-e"},items:"> *",menus:"ul",position:{my:"left-1 top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().addClass("ui-menu ui-widget ui-widget-content").toggleClass("ui-menu-icons",!!this.element.find(".ui-icon").length).attr({role:this.options.role,tabIndex:0}),this.options.disabled&&this.element.addClass("ui-state-disabled").attr("aria-disabled","true"),this._on({"mousedown .ui-menu-item":function(e){e.preventDefault()},"click .ui-menu-item":function(t){var i=e(t.target);!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&e(this.document[0].activeElement).closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(t){if(!this.previousFilter){var i=e(t.currentTarget);i.siblings(".ui-state-active").removeClass("ui-state-active"),this.focus(t,i)}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(e,t){var i=this.active||this.element.find(this.options.items).eq(0);t||this.focus(e,i)},blur:function(t){this._delay(function(){e.contains(this.element[0],this.document[0].activeElement)||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(e){this._closeOnDocumentClick(e)&&this.collapseAll(e),this.mouseHandled=!1}})},_destroy:function(){this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeClass("ui-menu ui-widget ui-widget-content ui-menu-icons ui-front").removeAttr("role").removeAttr("tabIndex").removeAttr("aria-labelledby").removeAttr("aria-expanded").removeAttr("aria-hidden").removeAttr("aria-disabled").removeUniqueId().show(),this.element.find(".ui-menu-item").removeClass("ui-menu-item").removeAttr("role").removeAttr("aria-disabled").removeUniqueId().removeClass("ui-state-hover").removeAttr("tabIndex").removeAttr("role").removeAttr("aria-haspopup").children().each(function(){var t=e(this);t.data("ui-menu-submenu-carat")&&t.remove()}),this.element.find(".ui-menu-divider").removeClass("ui-menu-divider ui-widget-content")},_keydown:function(t){var i,s,n,a,o=!0;switch(t.keyCode){case e.ui.keyCode.PAGE_UP:this.previousPage(t);break;case e.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case e.ui.keyCode.HOME:this._move("first","first",t);break;case e.ui.keyCode.END:this._move("last","last",t);break;case e.ui.keyCode.UP:this.previous(t);break;case e.ui.keyCode.DOWN:this.next(t);break;case e.ui.keyCode.LEFT:this.collapse(t);break;case e.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case e.ui.keyCode.ENTER:case e.ui.keyCode.SPACE:this._activate(t);break;case e.ui.keyCode.ESCAPE:this.collapse(t);break;default:o=!1,s=this.previousFilter||"",n=String.fromCharCode(t.keyCode),a=!1,clearTimeout(this.filterTimer),n===s?a=!0:n=s+n,i=this._filterMenuItems(n),i=a&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(t.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(t,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}o&&t.preventDefault()},_activate:function(e){this.active.is(".ui-state-disabled")||(this.active.is("[aria-haspopup='true']")?this.expand(e):this.select(e))},refresh:function(){var t,i,s=this,n=this.options.icons.submenu,a=this.element.find(this.options.menus);this.element.toggleClass("ui-menu-icons",!!this.element.find(".ui-icon").length),a.filter(":not(.ui-menu)").addClass("ui-menu ui-widget ui-widget-content ui-front").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=e(this),i=t.parent(),s=e("<span>").addClass("ui-menu-icon ui-icon "+n).data("ui-menu-submenu-carat",!0);i.attr("aria-haspopup","true").prepend(s),t.attr("aria-labelledby",i.attr("id"))}),t=a.add(this.element),i=t.find(this.options.items),i.not(".ui-menu-item").each(function(){var t=e(this);s._isDivider(t)&&t.addClass("ui-widget-content ui-menu-divider")}),i.not(".ui-menu-item, .ui-menu-divider").addClass("ui-menu-item").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!e.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(e,t){"icons"===e&&this.element.find(".ui-menu-icon").removeClass(this.options.icons.submenu).addClass(t.submenu),"disabled"===e&&this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this._super(e,t)},focus:function(e,t){var i,s;this.blur(e,e&&"focus"===e.type),this._scrollIntoView(t),this.active=t.first(),s=this.active.addClass("ui-state-focus").removeClass("ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),this.active.parent().closest(".ui-menu-item").addClass("ui-state-active"),e&&"keydown"===e.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=t.children(".ui-menu"),i.length&&e&&/^mouse/.test(e.type)&&this._startOpening(i),this.activeMenu=t.parent(),this._trigger("focus",e,{item:t})},_scrollIntoView:function(t){var i,s,n,a,o,r;this._hasScroll()&&(i=parseFloat(e.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(e.css(this.activeMenu[0],"paddingTop"))||0,n=t.offset().top-this.activeMenu.offset().top-i-s,a=this.activeMenu.scrollTop(),o=this.activeMenu.height(),r=t.outerHeight(),0>n?this.activeMenu.scrollTop(a+n):n+r>o&&this.activeMenu.scrollTop(a+n-o+r))},blur:function(e,t){t||clearTimeout(this.timer),this.active&&(this.active.removeClass("ui-state-focus"),this.active=null,this._trigger("blur",e,{item:this.active}))},_startOpening:function(e){clearTimeout(this.timer),"true"===e.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(e)},this.delay))},_open:function(t){var i=e.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(t.parents(".ui-menu")).hide().attr("aria-hidden","true"),t.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(t,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:e(t&&t.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(t),this.activeMenu=s},this.delay)},_close:function(e){e||(e=this.active?this.active.parent():this.element),e.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false").end().find(".ui-state-active").not(".ui-state-focus").removeClass("ui-state-active")},_closeOnDocumentClick:function(t){return!e(t.target).closest(".ui-menu").length},_isDivider:function(e){return!/[^\-\u2014\u2013\s]/.test(e.text())},collapse:function(e){var t=this.active&&this.active.parent().closest(".ui-menu-item",this.element);t&&t.length&&(this._close(),this.focus(e,t))},expand:function(e){var t=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();t&&t.length&&(this._open(t.parent()),this._delay(function(){this.focus(e,t)}))},next:function(e){this._move("next","first",e)},previous:function(e){this._move("prev","last",e)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(e,t,i){var s;this.active&&(s="first"===e||"last"===e?this.active["first"===e?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[e+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[t]()),this.focus(i,s)},nextPage:function(t){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=e(this),0>i.offset().top-s-n}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(t),void 0)},previousPage:function(t){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=e(this),i.offset().top-s+n>0}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items).first())),void 0):(this.next(t),void 0)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(t){this.active=this.active||e(t.target).closest(".ui-menu-item");var i={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(t,!0),this._trigger("select",t,i)},_filterMenuItems:function(t){var i=t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),s=RegExp("^"+i,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter(function(){return s.test(e.trim(e(this).text()))})}}),e.widget("ui.autocomplete",{version:"1.11.4",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var t,i,s,n=this.element[0].nodeName.toLowerCase(),a="textarea"===n,o="input"===n;this.isMultiLine=a?!0:o?!1:this.element.prop("isContentEditable"),this.valueMethod=this.element[a||o?"val":"text"],this.isNewMenu=!0,this.element.addClass("ui-autocomplete-input").attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return t=!0,s=!0,i=!0,void 0;t=!1,s=!1,i=!1;var a=e.ui.keyCode;switch(n.keyCode){case a.PAGE_UP:t=!0,this._move("previousPage",n);break;case a.PAGE_DOWN:t=!0,this._move("nextPage",n);break;case a.UP:t=!0,this._keyEvent("previous",n);break;case a.DOWN:t=!0,this._keyEvent("next",n);break;case a.ENTER:this.menu.active&&(t=!0,n.preventDefault(),this.menu.select(n));break;case a.TAB:this.menu.active&&this.menu.select(n);break;case a.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(t)return t=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=e.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(e){return s?(s=!1,e.preventDefault(),void 0):(this._searchTimeout(e),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(e){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(e),this._change(e),void 0)}}),this._initSource(),this.menu=e("<ul>").addClass("ui-autocomplete ui-front").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur});var i=this.menu.element[0];e(t.target).closest(".ui-menu-item").length||this._delay(function(){var t=this;this.document.one("mousedown",function(s){s.target===t.element[0]||s.target===i||e.contains(i,s.target)||t.close()})})},menufocus:function(t,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){e(t.target).trigger(t.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:n})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&e.trim(s).length&&(this.liveRegion.children().hide(),e("<div>").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,t){var i=t.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==this.document[0].activeElement&&(this.element.focus(),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",e,{item:i})&&this._value(i.value),this.term=this._value(),this.close(e),this.selectedItem=i}}),this.liveRegion=e("<span>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).addClass("ui-helper-hidden-accessible").appendTo(this.document[0].body),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(e,t){this._super(e,t),"source"===e&&this._initSource(),"appendTo"===e&&this.menu.element.appendTo(this._appendTo()),"disabled"===e&&t&&this.xhr&&this.xhr.abort()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front")),t.length||(t=this.document[0].body),t},_initSource:function(){var t,i,s=this;e.isArray(this.options.source)?(t=this.options.source,this.source=function(i,s){s(e.ui.autocomplete.filter(t,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(t,n){s.xhr&&s.xhr.abort(),s.xhr=e.ajax({url:i,data:t,dataType:"json",success:function(e){n(e)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(e){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),i=this.menu.element.is(":visible"),s=e.altKey||e.ctrlKey||e.metaKey||e.shiftKey;(!t||t&&!i&&!s)&&(this.selectedItem=null,this.search(null,e))},this.options.delay)},search:function(e,t){return e=null!=e?e:this._value(),this.term=this._value(),e.length<this.options.minLength?this.close(t):this._trigger("search",t)!==!1?this._search(e):void 0},_search:function(e){this.pending++,this.element.addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:e},this._response())},_response:function(){var t=++this.requestIndex;return e.proxy(function(e){t===this.requestIndex&&this.__response(e),this.pending--,this.pending||this.element.removeClass("ui-autocomplete-loading")},this)},__response:function(e){e&&(e=this._normalize(e)),this._trigger("response",null,{content:e}),!this.options.disabled&&e&&e.length&&!this.cancelSearch?(this._suggest(e),this._trigger("open")):this._close()},close:function(e){this.cancelSearch=!0,this._close(e)},_close:function(e){this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",e))},_change:function(e){this.previous!==this._value()&&this._trigger("change",e,{item:this.selectedItem})},_normalize:function(t){return t.length&&t[0].label&&t[0].value?t:e.map(t,function(t){return"string"==typeof t?{label:t,value:t}:e.extend({},t,{label:t.label||t.value,value:t.value||t.label})})},_suggest:function(t){var i=this.menu.element.empty();this._renderMenu(i,t),this.isNewMenu=!0,this.menu.refresh(),i.show(),this._resizeMenu(),i.position(e.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next()
7
+ },_resizeMenu:function(){var e=this.menu.element;e.outerWidth(Math.max(e.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(t,i){var s=this;e.each(i,function(e,i){s._renderItemData(t,i)})},_renderItemData:function(e,t){return this._renderItem(e,t).data("ui-autocomplete-item",t)},_renderItem:function(t,i){return e("<li>").text(i.label).appendTo(t)},_move:function(e,t){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(e)||this.menu.isLastItem()&&/^next/.test(e)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[e](t),void 0):(this.search(null,t),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(e,t){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(e,t),t.preventDefault())}}),e.extend(e.ui.autocomplete,{escapeRegex:function(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,i){var s=RegExp(e.ui.autocomplete.escapeRegex(i),"i");return e.grep(t,function(e){return s.test(e.label||e.value||e)})}}),e.widget("ui.autocomplete",e.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(e){return e+(e>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(t){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,this.liveRegion.children().hide(),e("<div>").text(i).appendTo(this.liveRegion))}}),e.ui.autocomplete});
skin/frontend/base/default/js/Mpay24/Mpay24/tokenizer.js ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ window.onload = function() {
2
+ window.addEventListener("message", checkValid, false);
3
+ }
4
+
5
+ function checkValid(d) {
6
+ var data = JSON.parse(d.data);
7
+
8
+ document.getElementById('tokenizer_error').style.display="none";
9
+ //document.getElementById('payment-buttons-container').getElementsByTagName('button')[0].disabled = true;
10
+
11
+ var cc = [ ];
12
+ if(document.getElementById('AMEX').value == 1)
13
+ cc.push("amex");
14
+ if(document.getElementById('DINERS').value == 1)
15
+ cc.push("diners");
16
+ if(document.getElementById('JCB').value == 1)
17
+ cc.push("jcb");
18
+ if(document.getElementById('MASTERCARD').value == 1)
19
+ cc.push("mastercard");
20
+ if(document.getElementById('VISA').value == 1)
21
+ cc.push("visa");
22
+
23
+ if (typeof data.brandChange !== 'undefined' && data.brandChange != "none" && cc.indexOf(data.brandChange) == -1) {
24
+ document.getElementById('tokenizer_brand').innerHTML="&nbsp;" + data.brandChange + "&nbsp;";
25
+ document.getElementById('tokenizer_error').style.display="flex";
26
+ //document.getElementById('payment-buttons-container').getElementsByTagName('button')[0].disabled = false;
27
+ }
28
+ }