diff --git a/plugin/buycourses/src/buy_course_plugin.class.php b/plugin/buycourses/src/buy_course_plugin.class.php index f382abc090..8e210a5eb8 100644 --- a/plugin/buycourses/src/buy_course_plugin.class.php +++ b/plugin/buycourses/src/buy_course_plugin.class.php @@ -323,7 +323,7 @@ class BuyCoursesPlugin extends Plugin $html = '
'; if ($item) { $html .= ' - '.$item['iso_code'].' '.$item['total_price_formatted'].' + '.$item['total_price_formatted'].' '; $return['verificator'] = true; } else {