order = $order; $this->clientResponse = $clientResponse; } public function getOrderId() { return $this->order->id; } public function getRedirectUrl() { return $this->clientResponse['redirect_url']; } public function getTransactionReference() { return $this->clientResponse['tx_ref']; } public function toArray() { return (array) $this->clientResponse; } }