Example #1
0
 public function __construct($order)
 {
     $this->orderType = \ConfigurationProvider::INVOICE_TYPE;
     parent::__construct($order);
 }
 public function __construct($order)
 {
     parent::__construct($order);
 }