novuhq/php-novu serializes nested payload incorrectly
When trying out the example, I can see that the payload is wrongly serialized. (I am using the latest v3.11).
This code looks like this in the activity feed:
When I used the older unicodeveloper/novu, it would look like this:
So with the new library, I can't access data like post.text anymore, because it is not correctly serialized/deserialized.
This code looks like this in the activity feed:
When I used the older unicodeveloper/novu, it would look like this:
So with the new library, I can't access data like post.text anymore, because it is not correctly serialized/deserialized.