diff --git a/classes/class-frontdesk.php b/classes/class-frontdesk.php index a4da63d..57b7441 100644 --- a/classes/class-frontdesk.php +++ b/classes/class-frontdesk.php @@ -107,7 +107,7 @@ public function createProspect($data) { try { if ($this->api_key != null || $this->api_key != '') { - $response = $this->guzzle->post($this->api_base . 'subscribers/complete/', [ + $response = $this->guzzle->post($this->api_base . 'subscribers', [ 'form_params' => [ 'campaigns' => $data['campaign_id'], 'email' => $data['email'], diff --git a/readme.txt b/readme.txt index 81f0e06..887c825 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: Aaron Huisinga Tags: real estate, platform, seller quiz Requires at least: 3.5 Tested up to: 5.1 -Stable tag: 1.6.8 +Stable tag: 1.6.9 Simple real estate lead generation through a quiz that helps qualify prospective home seller. diff --git a/seller-quiz.php b/seller-quiz.php index 97b9939..62a2ce8 100755 --- a/seller-quiz.php +++ b/seller-quiz.php @@ -1,7 +1,7 @@