|
|
|
@ -1,16 +1,13 @@ |
|
|
|
|
<?php |
|
|
|
|
/* For license terms, see /license.txt */ |
|
|
|
|
/** |
|
|
|
|
* Description of buy_courses_plugin |
|
|
|
|
* Plugin class for the BuyCourses plugin |
|
|
|
|
* @package chamilo.plugin.buycourses |
|
|
|
|
* @author Jose Angel Ruiz <jaruiz@nosolored.com> |
|
|
|
|
* @author Imanol Losada <imanol.losada@beeznest.com> |
|
|
|
|
* @author Alex Aragón <alex.aragon@beeznest.com> |
|
|
|
|
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com> |
|
|
|
|
*/ |
|
|
|
|
/** |
|
|
|
|
* Plugin class for the BuyCourses plugin |
|
|
|
|
*/ |
|
|
|
|
class BuyCoursesPlugin extends Plugin |
|
|
|
|
{ |
|
|
|
|
const TABLE_PAYPAL = 'plugin_buycourses_paypal_account'; |
|
|
|
|