order = $order; $this->intent = $intent; } public function getOrderId() { return $this->order->id; } public function getTransactionReference() { return $this->intent->id; } public function toArray() { return parent::toArray() + ['clientSecret' => $this->intent->client_secret]; } }