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