diff --git a/Frontend/WirecardCheckoutSeamless/Bootstrap.php b/Frontend/WirecardCheckoutSeamless/Bootstrap.php index 7bd7dc2..c1838a2 100644 --- a/Frontend/WirecardCheckoutSeamless/Bootstrap.php +++ b/Frontend/WirecardCheckoutSeamless/Bootstrap.php @@ -64,7 +64,7 @@ public function getCapabilities() */ public function getVersion() { - return '1.10.6'; + return '1.10.7'; } /** diff --git a/Frontend/WirecardCheckoutSeamless/Models/Config.php b/Frontend/WirecardCheckoutSeamless/Models/Config.php index da242b8..d343a2b 100644 --- a/Frontend/WirecardCheckoutSeamless/Models/Config.php +++ b/Frontend/WirecardCheckoutSeamless/Models/Config.php @@ -592,10 +592,10 @@ public function getPaymentMethods() ); $pm[] = array( 'name' => 'sofortueberweisung', - 'description' => 'SOFORT Überweisung', + 'description' => 'Sofort.', 'additionalDescription' => ' ', 'call' => WirecardCEE_QMore_PaymentType::SOFORTUEBERWEISUNG, - 'translation' => Array('description' => 'Wirecard SOFORT banking', 'additionalDescription' => '') + 'translation' => Array('description' => 'Wirecard Online bank transfer.', 'additionalDescription' => '') ); $pm[] = array( 'name' => 'bancontact_mistercash', diff --git a/Frontend/WirecardCheckoutSeamless/Views/responsive/frontend/_public/images/wirecard_sofortueberweisung.png b/Frontend/WirecardCheckoutSeamless/Views/responsive/frontend/_public/images/wirecard_sofortueberweisung.png index 3309687..2d37c92 100644 Binary files a/Frontend/WirecardCheckoutSeamless/Views/responsive/frontend/_public/images/wirecard_sofortueberweisung.png and b/Frontend/WirecardCheckoutSeamless/Views/responsive/frontend/_public/images/wirecard_sofortueberweisung.png differ