public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     $this->id = 'masterpass';
     $this->method_title = 'MasterPass';
     $this->long_name = 'Оплата через MasterPass';
     $this->payment_type = 'MA';
     parent::__construct();
 }