Arne

Results 7 comments of Arne

So was that introduced in #411 with removing the aidl and switching to the com.android.billingclient:billing:2.0.1? Does that mean that after #411 actually all IAB Payments for non-consumable goods (for example...

Hi, even if I change the AppDataDTO to specifically include the Groups, I still end up with two differently named models with the same properties: ```php class AppDataDTO { /**...

Hi, Thanks for your reply! Actually using "Default" and no group is different in serialization. No group will include all fields regardless of their group, "Default" will only include the...

Interesting, I can confirm it is working fine by using an explicit group everywhere (like "Standard" or "Public"). I don't exactly understand why, but it works. I didn't even need...

Removing that seems to work :) But I'm not sure what kind of side effects that would have.

I ended up always explicitly defining a group on each property and specify it everywhere instead of using the "magic" default group.

@clauderic : Please support that. We are using this package on so many pages so it will be a huge effort to migrate. Since the methods are still there (only...