Skip to content

Commit

Permalink
Merge pull request #13 from wirecard/TPWDCEE-259-17
Browse files Browse the repository at this point in the history
Tpwdcee 259 17
  • Loading branch information
jpy authored Sep 27, 2017
2 parents 511e215 + fe46419 commit df29b62
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wirecardceecheckoutpage/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>wirecardceecheckoutpage</name>
<displayName><![CDATA[Wirecard Checkout Page]]></displayName>
<version>2.1.1</version>
<version>2.1.2</version>
<description><![CDATA[Wirecard Checkout Page payment module]]></description>
<author>Wirecard</author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion wirecardceecheckoutpage/translations/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_f91ab041fe9d6057740394b8b7903a0f'] = 'iDEAL';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_e0f764e23bc8c486ca18c6378291afe3'] = 'giropay';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_3ff2080bb62b70687276c50da9c9f2c4'] = 'TatraPay';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_8ad65eb3da9995173280649f090218c3'] = 'SOFORT Überweisung';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_842619a36f50f72dd86d00ba73a379c4'] = 'Sofort.';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_b642d33b12d1cb0f1b8667a9bcca9951'] = 'paybox';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_6abcd8eecb4f2abb6ccfe36ef7046ba0'] = 'paysafecard';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_a41cdeba95dd125a6efea489c114a4f9'] = '@Quick';
Expand Down
2 changes: 1 addition & 1 deletion wirecardceecheckoutpage/translations/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_f91ab041fe9d6057740394b8b7903a0f'] = 'iDEAL';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_e0f764e23bc8c486ca18c6378291afe3'] = 'giropay';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_3ff2080bb62b70687276c50da9c9f2c4'] = 'TatraPay';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_8ad65eb3da9995173280649f090218c3'] = 'SOFORT Banking';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_842619a36f50f72dd86d00ba73a379c4'] = 'Online bank transfer.';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_b642d33b12d1cb0f1b8667a9bcca9951'] = 'paybox';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_6abcd8eecb4f2abb6ccfe36ef7046ba0'] = 'paysafecard';
$_MODULE['<{wirecardceecheckoutpage}prestashop>wirecardceecheckoutpage_a41cdeba95dd125a6efea489c114a4f9'] = '@Quick';
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions wirecardceecheckoutpage/wirecardceecheckoutpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function __construct()
$this->config = $this->config();
$this->name = 'wirecardceecheckoutpage';
$this->tab = 'payments_gateways';
$this->version = '2.1.1';
$this->version = '2.1.2';
$this->author = 'Wirecard';
$this->controllers = array('breakoutIFrame', 'confirm', 'payment', 'paymentIFrame');
$this->is_eu_compatible = 1;
Expand Down Expand Up @@ -1549,7 +1549,7 @@ private function getPaymentTypeInfo($type)
return array('title' => $this->l('TatraPay'),
'value' => WirecardCEE_QPay_PaymentType::TATRAPAY);
case self::WCP_PT_SOFORTUEBERWEISUNG:
return array('title' => $this->l('SOFORT Banking'),
return array('title' => $this->l('Online bank transfer.'),
'value' => WirecardCEE_QPay_PaymentType::SOFORTUEBERWEISUNG);
case self::WCP_PT_PBX:
return array('title' => $this->l('paybox'),
Expand Down

0 comments on commit df29b62

Please sign in to comment.