Fix breaking change in PHP API

Created on 24 February 2023, over 1 year ago
Updated 25 February 2023, over 1 year ago

Problem/Motivation

Release v3 of the Mailchimp PHP API library introduced a breaking change that stopped custom calls like the one below to break:

$mailchimp_api = mailchimp_get_api_object('MailchimpLists');
$mailchimp_api->request('DELETE', '/lists/{list_id}/interest-categories/{interest_category_id}/interests/{interest_id}', $tokens);

Steps to reproduce

Proposed resolution

https://github.com/thinkshout/mailchimp-api-php/pull/113

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Fixed

Version

2.2

Component

API

Created by

πŸ‡ΊπŸ‡ΈUnited States aprice42

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024