-
Notifications
You must be signed in to change notification settings - Fork 79
Make sure only one tag per endpoint #406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Contributor License Agreement Instructions Please download the appropriate CLA below. Once downloaded, please read, sign, and send back to us at developer-cla@mailchimp.com. Please note, this account is not monitored so please visit https://mailchimp.com/contact/ if you need support. Individual CLA: Mailchimp Individual CLA Once you’ve emailed us the signed CLA, please reply here (e.g. CLA signed and sent!) and we’ll verify it. What to do if you already signed the CLA |
|
Is the other option to flip the order of the tags around to produce different property names? |
|
CLA signed and sent. |
|
Contributor License Agreement Instructions Please download the appropriate CLA below. Once downloaded, please read, sign, and send back to us at developer-cla@mailchimp.com. Please note, this account is not monitored so please visit https://mailchimp.com/contact/ if you need support. Individual CLA: Mailchimp Individual CLA Once you’ve emailed us the signed CLA, please reply here (e.g. CLA signed and sent!) and we’ll verify it. What to do if you already signed the CLA |
|
CLA signed and sent. |
Description
https://github.com/mailchimp/mailchimp-marketing-php is out of date and the GH action is failing to generate a new version. From what I can tell it's due to the fact some endpoints have 2 tags, having two tags it means we create 2 different classes and more importantly try to declare the same property twice which dies in PHP
Known Issues