Skip to content

Commit

Permalink
Merge pull request #29 from usemarkup/fix-vip-delete
Browse files Browse the repository at this point in the history
fix(vip): Correct vip delete endpoint
  • Loading branch information
bakura10 authored Nov 24, 2016
2 parents 4dc20de + dd3994d commit 265a640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ZfrMailChimp/Client/ServiceDescription/MailChimp-2.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@
)
)
),

'AddStaticSegmentMembers' => array(
'httpMethod' => 'POST',
'uri' => 'lists/static-segment-members-add.json',
Expand Down Expand Up @@ -971,7 +971,7 @@
)
)
),

'DeleteStaticSegmentMembers' => array(
'httpMethod' => 'POST',
'uri' => 'lists/static-segment-members-del.json',
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 265a640

Please sign in to comment.