Skip to content

Commit

Permalink
Merge pull request #65 from wirecard/TPWDCEE-262
Browse files Browse the repository at this point in the history
Tpwdcee 262
  • Loading branch information
jpy authored Sep 29, 2017
2 parents a017915 + 0063f22 commit 3b9e733
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Frontend/WirecardCheckoutSeamless/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getCapabilities()
*/
public function getVersion()
{
return '1.10.6';
return '1.10.7';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions Frontend/WirecardCheckoutSeamless/Models/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,10 @@ public function getPaymentMethods()
);
$pm[] = array(
'name' => 'sofortueberweisung',
'description' => 'SOFORT Überweisung',
'description' => 'Sofort.',
'additionalDescription' => '<img src="{link file=\'frontend/_public/images/wirecard_sofortueberweisung.png\'}" class="wirecard-brand"/>&nbsp;',
'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',
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 3b9e733

Please sign in to comment.