It because you call it wrong:
$details = $this->gateway->execute(new GetHttpRequest());
you should do it correctly as below:$this->gateway->execute($details = new GetHttpRequest());
Комментариев нет:
Отправить комментарий