* @copyright 2007-2019 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ class BoOrderCore extends PaymentModule { public $active = 1; public $name = 'bo_order'; public function __construct() { $this->displayName = $this->trans('Back office order', array(), 'Admin.Orderscustomers.Feature'); } }