diff --git a/README.md b/README.md index 6ffee82..0ca1275 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This repository contains the Magento 1 extension that enables to process payment ## Documentation -* [Documentation](https://plugin-documentation.wallee.com/wallee-payment/magento-1/1.1.11/docs/en/documentation.html) +* [Documentation](https://plugin-documentation.wallee.com/wallee-payment/magento-1/1.1.12/docs/en/documentation.html) ## Support @@ -34,4 +34,4 @@ For Magento 1.6.x you need to install the [Magento compatibility module](https:/ ## License -Please see the [license file](https://github.com/wallee-payment/magento-1/blob/1.1.11/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/wallee-payment/magento-1/blob/1.1.12/LICENSE) for more information. \ No newline at end of file diff --git a/app/code/community/Wallee/Payment/Model/Service/LineItem.php b/app/code/community/Wallee/Payment/Model/Service/LineItem.php index 8db548e..12a2081 100644 --- a/app/code/community/Wallee/Payment/Model/Service/LineItem.php +++ b/app/code/community/Wallee/Payment/Model/Service/LineItem.php @@ -238,7 +238,7 @@ protected function getProductLineItem($productItem, $currency) $attribute = new \Wallee\Sdk\Model\LineItemAttributeCreate(); $attribute->setLabel($this->fixLength($this->getFirstLine($option['label']), 512)); - $attribute->setValue($this->fixLength($this->getFirstLine($value), 512)); + $attribute->setValue($this->fixLength(strip_tags($this->getFirstLine($value)), 512)); $attributes[$this->getAttributeKey($option)] = $attribute; } @@ -619,4 +619,4 @@ protected function processLineItemName($name) { } return $name; } -} \ No newline at end of file +} diff --git a/app/code/community/Wallee/Payment/etc/config.xml b/app/code/community/Wallee/Payment/etc/config.xml index 3bd984e..56dd64d 100644 --- a/app/code/community/Wallee/Payment/etc/config.xml +++ b/app/code/community/Wallee/Payment/etc/config.xml @@ -13,7 +13,7 @@ - 1.1.11 + 1.1.12 @@ -357,7 +357,7 @@ - 1.1.11 + 1.1.12 2.1.5 diff --git a/app/code/community/Wallee/Payment/etc/system.xml b/app/code/community/Wallee/Payment/etc/system.xml index 571f27b..818c53e 100644 --- a/app/code/community/Wallee/Payment/etc/system.xml +++ b/app/code/community/Wallee/Payment/etc/system.xml @@ -30,7 +30,7 @@ 1 1 1 - documentation.]]> + documentation.]]> diff --git a/app/locale/de_DE/Wallee_Payment.csv b/app/locale/de_DE/Wallee_Payment.csv index 3ef7aee..48ba230 100644 --- a/app/locale/de_DE/Wallee_Payment.csv +++ b/app/locale/de_DE/Wallee_Payment.csv @@ -36,7 +36,7 @@ "Giftcard (%s)","Geschenkkarte (%s)" "Giftcard","Geschenkkarte" "Hold Delivery","Lieferung halten" -"If you need help setting up the wallee extension, check out the documentation.","Falls Sie Hilfe benötigen beim Einrichten der wallee-Erweiterung, sehen Sie sich die Dokumentation an." +"If you need help setting up the wallee extension, check out the documentation.","Falls Sie Hilfe benötigen beim Einrichten der wallee-Erweiterung, sehen Sie sich die Dokumentation an." "Inactive","Inaktiv" "Information","Informationen" "Line Items","Positionen" diff --git a/app/locale/en_US/Wallee_Payment.csv b/app/locale/en_US/Wallee_Payment.csv index e76dcfa..a8c0be9 100644 --- a/app/locale/en_US/Wallee_Payment.csv +++ b/app/locale/en_US/Wallee_Payment.csv @@ -36,7 +36,7 @@ "Giftcard (%s)","Giftcard (%s)" "Giftcard","Giftcard" "Hold Delivery","Hold Delivery" -"If you need help setting up the wallee extension, check out the documentation.","If you need help setting up the wallee extension, check out the documentation." +"If you need help setting up the wallee extension, check out the documentation.","If you need help setting up the wallee extension, check out the documentation." "Inactive","Inactive" "Information","Information" "Line Items","Line Items" diff --git a/docs/en/documentation.html b/docs/en/documentation.html index c466951..489be7b 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -22,7 +22,7 @@

Documentation

  • - + Source
  • @@ -51,7 +51,7 @@

    1. -

      Download the extension.

      +

      Download the extension.

    2. Extract the files and upload them to the root directory of your store using FTP/SSH.