Exemple #1
0
 /**
  * Retrieve card info object
  *
  * @return \Magento\Payment\Model\Info
  */
 public function getInfo()
 {
     if ($this->hasCardInfoObject()) {
         return $this->getCardInfoObject();
     }
     return parent::getInfo();
 }