Minor - Fix double currency

pull/2999/head
Julio Montoya 6 years ago
parent 5e77fc0a71
commit 3ec10f7df6
  1. 2
      plugin/buycourses/src/buy_course_plugin.class.php

@ -323,7 +323,7 @@ class BuyCoursesPlugin extends Plugin
$html = '<div class="buycourses-price">';
if ($item) {
$html .= '<span class="label label-primary label-price">
<strong>'.$item['iso_code'].' '.$item['total_price_formatted'].'</strong>
<strong>'.$item['total_price_formatted'].'</strong>
</span>';
$return['verificator'] = true;
} else {

Loading…
Cancel
Save