klaviyo / klaviyo-api-php

PHP SDK for Klaviyo API
https://developers.klaviyo.com
MIT License
46 stars 21 forks source link

Duplicated class constants causing errors #14

Closed markross closed 1 year ago

markross commented 1 year ago

There are a whole load of duplicated class constants here https://github.com/klaviyo/klaviyo-api-php/blob/main/lib/Model/MetricAggregateQueryAsSubResourceAttributes.php#L268

This is causing our build to fail. Could this be fixed?

jon-batscha commented 1 year ago

Hey, apologies for the delay in getting back to you, we recently updated this SDK off a new spec, can you let me know if this resolved your issue?

markross commented 1 year ago

Hey, apologies for the delay in getting back to you, we recently updated this SDK off a new spec, can you let me know if this resolved your issue?

Thanks for the update. I actually ended up removing the library now, so it's not an issue for us any more.