From dd3994d8f39f564e8d1f40457cbad6e6940ad286 Mon Sep 17 00:00:00 2001 From: Alasdair Stalker Date: Mon, 21 Nov 2016 16:47:10 +0000 Subject: [PATCH] fix(vip): Correct vip delete endpoint --- .../Client/ServiceDescription/MailChimp-2.0.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ZfrMailChimp/Client/ServiceDescription/MailChimp-2.0.php b/src/ZfrMailChimp/Client/ServiceDescription/MailChimp-2.0.php index 57a4db0..d8ba7dc 100644 --- a/src/ZfrMailChimp/Client/ServiceDescription/MailChimp-2.0.php +++ b/src/ZfrMailChimp/Client/ServiceDescription/MailChimp-2.0.php @@ -704,7 +704,7 @@ ) ) ), - + 'AddStaticSegmentMembers' => array( 'httpMethod' => 'POST', 'uri' => 'lists/static-segment-members-add.json', @@ -971,7 +971,7 @@ ) ) ), - + 'DeleteStaticSegmentMembers' => array( 'httpMethod' => 'POST', 'uri' => 'lists/static-segment-members-del.json', @@ -2523,7 +2523,7 @@ 'DeleteVipMembers' => array( 'httpMethod' => 'POST', - 'uri' => 'vip/delete.json', + 'uri' => 'vip/del.json', 'summary' => 'Delete VIPs', 'documentationUrl' => 'http://apidocs.mailchimp.com/api/2.0/vip/del.php', 'parameters' => array(