diff --git a/src/Services/CreateProfile.php b/src/Services/CreateProfile.php index bffd217..4efca17 100644 --- a/src/Services/CreateProfile.php +++ b/src/Services/CreateProfile.php @@ -69,6 +69,11 @@ public function create_hellotext_profile () { update_user_meta($this->user->ID, 'hellotext_profile_id', $profile); } + $this->client::patch("/sessions/{$this->session}", array( + 'session' => $this->session, + 'profile' => $response['body']['id'], + )); + return; }