Skip to content

Commit

Permalink
Merge pull request #22 from wirecard/TPWDCEE-260
Browse files Browse the repository at this point in the history
Tpwdcee 260
  • Loading branch information
jpy authored Sep 26, 2017
2 parents 31886b6 + 08a02d3 commit b897f1a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion wirecardceecheckoutseamless/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>wirecardceecheckoutseamless</name>
<displayName><![CDATA[Wirecard Checkout Seamless]]></displayName>
<version><![CDATA[1.0.3]]></version>
<version><![CDATA[1.0.4]]></version>
<description><![CDATA[Wirecard Checkout Seamless payment module]]></description>
<author><![CDATA[Wirecard]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,4 @@
class WirecardCheckoutSeamlessPaymentSofortbanking extends WirecardCheckoutSeamlessPayment
{
protected $paymentMethod = \WirecardCEE_Stdlib_PaymentTypeAbstract::SOFORTUEBERWEISUNG;

public function getLogo($lang)
{
return sprintf($this->config['logo'], $lang);
}
}
2 changes: 1 addition & 1 deletion wirecardceecheckoutseamless/translations/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
$_MODULE['<{wirecardceecheckoutseamless}default-bootstrap>wirecardceecheckoutseamless_73a61696f100b3858511e212a3feea6b'] = 'Kreditkarte';
$_MODULE['<{wirecardceecheckoutseamless}default-bootstrap>wirecardceecheckoutseamless_677c0ab38809416b6b9cf96f0d563c77'] = 'Credit Card - Mail Order and Telephone Order';
$_MODULE['<{wirecardceecheckoutseamless}default-bootstrap>wirecardceecheckoutseamless_af69181965f356ce4002b07cc0dba424'] = 'Maestro SecureCode';
$_MODULE['<{wirecardceecheckoutseamless}default-bootstrap>wirecardceecheckoutseamless_8ad65eb3da9995173280649f090218c3'] = 'SOFORT Banking';
$_MODULE['<{wirecardceecheckoutseamless}default-bootstrap>wirecardceecheckoutseamless_842619a36f50f72dd86d00ba73a379c4'] = 'Sofort.';
$_MODULE['<{wirecardceecheckoutseamless}default-bootstrap>wirecardceecheckoutseamless_ad69e733ebae8d264bccaa38d68830e8'] = 'PayPal';
$_MODULE['<{wirecardceecheckoutseamless}default-bootstrap>wirecardceecheckoutseamless_c0db4214f9d7e1b846f4496e03e667d0'] = 'SEPA Direct Debit';
$_MODULE['<{wirecardceecheckoutseamless}default-bootstrap>wirecardceecheckoutseamless_466eadd40b3c10580e3ab4e8061161ce'] = 'Invoice';
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions wirecardceecheckoutseamless/wirecardceecheckoutseamless.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function __construct()
$this->config = $this->config();
$this->name = 'wirecardceecheckoutseamless';
$this->tab = 'payments_gateways';
$this->version = '1.0.3';
$this->version = '1.0.4';
$this->author = 'Wirecard';
$this->controllers = array(
'confirm',
Expand Down Expand Up @@ -621,11 +621,11 @@ protected function config()
),
array(
'name' => 'sofortbanking',
'label' => $this->l('SOFORT Banking'),
'label' => $this->l('Online bank transfer.'),
'type' => 'onoff',
'default' => 1,
'class' => 'Sofortbanking',
'logo' => 'sofortbanking-%s.png'
'logo' => 'sofortbanking.png'
),
array(
'name' => 'paypal',
Expand Down

0 comments on commit b897f1a

Please sign in to comment.