Skip to content

Commit

Permalink
Pushes version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-chofer committed May 25, 2016
1 parent 3c9e7c4 commit ba8b3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/wirecard/checkoutseamless/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'en' => 'Module for payment using Wirecard Checkout Seamless.<br /><br /><div id="helpPanel"><div class="bd"><strong>Support and sales information</strong><br /><a href="https://guides.wirecard.at/support" target="_blank">support</a><br /><a href="https://guides.wirecard.at/sales" target="_blank">sales</a></div></div>',
),
'thumbnail' => 'picture.jpg',
'version' => '2.1.3',
'version' => '2.1.4',
'author' => 'Wirecard CEE',
'url' => 'http://www.wirecard.at',
'email' => '[email protected]',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public function setBasket(oxOrder $oOrder, $paymentType)
$basketAmount += $amount * $oOrderArticle->oxorderarticles__oxbprice->rawValue;
}

//add possible additional pcosts as articles to basket
//add possible additional costs as articles to basket
$aAdditionalCosts = array(
'shipping cost' => array(
'description' => $oLang->translateString('SHIPPING_COST', $iLangId),
Expand Down

0 comments on commit ba8b3b4

Please sign in to comment.