Beispiel #1
0
 public function getSpecificInformation()
 {
     $tokenId = $this->isTokenInfo();
     if (!$tokenId) {
         return parent::getSpecificInformation();
     }
     return $this->helper('sagepaysuite/token')->getDataAsArray($tokenId);
 }