voucherifyio / voucherify-java-sdk

Java SDK for Voucherify - coupons, vouchers, promo codes
www.voucherify.io
MIT License
23 stars 12 forks source link

Missing properties in `OrderItemResponse` response model #126

Closed petro-dutchak-infopulse closed 1 year ago

petro-dutchak-infopulse commented 1 year ago

From what we can observe some properties available in live response are not neither in SDK nor on docs.voucherify.io/reference.

For example, live response contains fields of OrderItemResponse from voucher validation response:

There are might be other missing properties in this and in other models, would be good to do an update of SDK according to the latest engine.

Thanks!

akaliszuk commented 1 year ago

Thanks for Your report. Currently our latest docs version should be up to date. Nonetheless SDK is not. I already added all the missing properties to OrderResponse and OrderItemResponse. The changes will be released in next version (probably next week).