* @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 { /** @var bool */ public $active = true; /** @var string */ public $name = 'bo_order'; public function __construct() { $this->displayName = $this->trans('Back office order', [], 'Admin.Orderscustomers.Feature'); } }