Pop\Payment\Adapter\AbstractAdapter::getCode PHP Метод

getCode() публичный Метод

Get specific response code from a field in the array
public getCode ( string $key ) : string
$key string
Результат string
    public function getCode($key)
    {
        return isset($this->responseCodes[$key]) ? $this->responseCodes[$key] : null;
    }