I can see in SubscriptionResource that there are endpoints to get, create, and delete custom fields, but I don't see those endpoints exposed at all through the java KillBillClient.
It appears the client only exposes custom field methods for accounts, payment methods, and as of a few days ago, payments. But not subscriptions or bundles.
Thanks.
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/aa178470-c360-4c84-b258-e1fdbb3ec0b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I expect it will look a lot like Pierre's change to add custom fields for payments.
Will do. We're using 0.23.4 currently.
I expect it will look a lot like Pierre's change to add custom fields for payments.
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/2e768f5f-ee5f-428b-9e5f-1148b8f8d795%40googlegroups.com.
I'm not sure how to create a PR against the 0.23.4 tag, but here's the diff: https://github.com/killbill/killbill-client-java/compare/killbill-client-java-0.23.4...gpreston-womply:custom-fields-subscriptionsI added the custom fields methods for subscriptions and bundles, based entirely off of Pierre's addition for payments.-Greg
I think it's good to go.