Describe the bug
The List Entitlements Operation is returning the wrong object (Entitlements), there are 2 objects name similarly (Entitlements and Entitlement), but one is invalid,
Bad one:
src\main\java\com\recurly\v3\resources\Entitlements.java
Good one
src\main\java\com\recurly\v3\resources\Entitlement.java
To Reproduce
Steps to reproduce the behavior.
Just call the client.listEntitlements(accountId, queryParams) method or operation.
Expected behavior
The return type should be Entitlement, not Entitlements
Your Environment
- Which version of this library are you using? 5.12.0
- Which version of the language are you using? Java 17
Describe the bug
The List Entitlements Operation is returning the wrong object (Entitlements), there are 2 objects name similarly (Entitlements and Entitlement), but one is invalid,
Bad one:
src\main\java\com\recurly\v3\resources\Entitlements.java
Good one
src\main\java\com\recurly\v3\resources\Entitlement.java
To Reproduce
Steps to reproduce the behavior.
Just call the client.listEntitlements(accountId, queryParams) method or operation.
Expected behavior
The return type should be Entitlement, not Entitlements
Your Environment