You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands in the current release, 3.0-0.9.6, the conditions field of SegmentOptsInfo expects a List of Strings. However, it is actually a list of a more detailed object:
Easy enough to enhance, but I would need to learn Kotlin first. :) Syntax is easy enough, would just need to learn the environment (build tools, etc...)
The text was updated successfully, but these errors were encountered:
I personally don't want to spend time on implementing the conditions structure. Contributions are welcome. However, I can remove the conditions field, if that solves the problem.
Easy enough to enhance, but I would need to learn Kotlin first. :) Syntax is easy enough, would just need to learn the environment (build tools, etc...)
If you use Intellij Idea, nothing special needs to be done. Just install the kotlin plugin and import the project.
As it stands in the current release, 3.0-0.9.6, the conditions field of SegmentOptsInfo expects a List of Strings. However, it is actually a list of a more detailed object:
https://github.com/Ecwid/maleorang/blob/3.0-0.9.6/src/main/java/com/ecwid/maleorang/method/v3_0/campaigns/CampaignInfo.kt#L110
https://developer.mailchimp.com/documentation/mailchimp/reference/campaigns/#read-get_campaigns
Easy enough to enhance, but I would need to learn Kotlin first. :) Syntax is easy enough, would just need to learn the environment (build tools, etc...)
The text was updated successfully, but these errors were encountered: