/**
  * {@inheritdoc}
  */
 public function getConfig()
 {
     return $this->method->isAvailable() ? ['payment' => ['checkmo' => ['mailingAddress' => $this->getMailingAddress(), 'payableTo' => $this->getPayableTo()]]] : [];
 }