Skip to content

Commit

Permalink
Merge pull request #59 from wirecard/TPWDCEE-261
Browse files Browse the repository at this point in the history
Tpwdcee 261
  • Loading branch information
jpy authored Sep 29, 2017
2 parents bcfa727 + 1238bd9 commit f3ba06c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Frontend/WirecardCheckoutPage/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getCapabilities()
*/
public function getVersion()
{
return '1.5.7';
return '1.5.8';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions Frontend/WirecardCheckoutPage/Models/PaymentMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ class Shopware_Plugins_Frontend_WirecardCheckoutPage_Models_PaymentMethods
),
'SOFORTUEBERWEISUNG' => array(
'name' => 'sofortueberweisung',
'description' => 'Wirecard SOFORT Überweisung',
'description' => 'Wirecard Sofort.',
'additionalDescription' => '<img src="{link file=\'frontend/_public/images/wcp_sofortueberweisung.png\'}" class="wirecard-brand"/>&nbsp;',
'call' => WirecardCEE_QPay_PaymentType::SOFORTUEBERWEISUNG,
'translation' => Array('description' => 'Wirecard SOFORT banking', 'additionalDescription' => '')
'translation' => Array('description' => 'Wirecard Online bank transfer.', 'additionalDescription' => '')
),
'BANCONTACT_MISTERCASH' => array(
'name' => 'bancontact_mistercash',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f3ba06c

Please sign in to comment.