From df73fe49faf6ac8e8bc8cdb18bf479780f930797 Mon Sep 17 00:00:00 2001 From: Aaron Huisinga Date: Fri, 29 Nov 2019 15:31:46 -0700 Subject: [PATCH] Fix subscriber store route --- classes/class-frontdesk.php | 2 +- readme.txt | 2 +- seller-quiz.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 @@