-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
killbill-client-java/src/main/java/org/killbill/billing/client/api/gen/CatalogApi.java
Line 254 in 5e267bf
| public Product getProductForSubscriptionAndDate(final UUID subscriptionId, final LocalDate requestedDate, final RequestOptions inputOptions) throws KillBillClientException { |
According to the latest version of the KillBill API, GET /1.0/kb/catalog/product expects a LocalDateTime, not a LocalDate. In the current implementation of the library, LocalDate is passed, which causes an exception.
Now kill bill requires date time in ISO format. You can look at the Kill Bill code to see for yourself. The implementation of the getLastEventBeforeDate method uses the ISO format
Metadata
Metadata
Assignees
Labels
No labels