diff --git a/Subscriber/ExpressCheckout.php b/Subscriber/ExpressCheckout.php
index e8bf6262..3e7e7f4a 100644
--- a/Subscriber/ExpressCheckout.php
+++ b/Subscriber/ExpressCheckout.php
@@ -338,8 +338,6 @@ private function getExpressCheckoutButtonLanguage()
{
$languageIso = $this->dependencyProvider->getShop()->getLocale()->getLocale();
- // use english as default, use german if the locale is from german speaking country (de_DE, de_AT, etc)
- // by now the PPP iFrame does not support other languages
if (strpos($languageIso, 'de_') === 0) {
$languageIso = 'de_DE';
}
diff --git a/Subscriber/InContext.php b/Subscriber/InContext.php
index 5f1a0c20..b7a45233 100644
--- a/Subscriber/InContext.php
+++ b/Subscriber/InContext.php
@@ -133,8 +133,6 @@ private function getExpressCheckoutButtonLanguage()
{
$languageIso = $this->dependencyProvider->getShop()->getLocale()->getLocale();
- // use english as default, use german if the locale is from german speaking country (de_DE, de_AT, etc)
- // by now the PPP iFrame does not support other languages
if (strpos($languageIso, 'de_') === 0) {
$languageIso = 'de_DE';
}
diff --git a/plugin.xml b/plugin.xml
index 85c3cc1c..2b8ad9c2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -5,13 +5,26 @@
- 1.0.4
+ 1.0.5(c) by shopware AGMIT
http://store.shopware.com
shopware AG
+
+
+ PT-9318 - Sprache der Buttons für Express Checkout und In-Context richtet sich nun nach der Shopsprache;
+ PT-9366 - Javascript Warnung korrigiert;
+ Datum in der Bestellübersicht korrigiert;
+
+
+ PT-9318 - The shop language is now considered for the language of the express checkout and in-context buttons;
+ PT-9366 - Fix Javascript warning;
+ Fix date in order overview;
+
+
+
PT-9241 - Optimierung von PayPal Bannern und Buttons;PT-9241 - Optimize PayPal banners and buttons;