voucherifyio / voucherify-dotNET-sdk

.Net SDK for Voucherify - coupons, vouchers, promo codes http://www.voucherify.io
http://www.voucherify.io
MIT License
12 stars 16 forks source link

Validation.DataModel.ValidationSession doesn't have any properties. #75

Closed Mncool closed 3 years ago

Mncool commented 3 years ago

ValidateVoucher will return a ValidationVoucher model, which happens to have a ValidationSession, but no properties are assigned to the model. Is that intended as it is the same as the Voucherify.DataModel.Contexts.ValidationSession.

Validation.DataModel.ValidationSession https://github.com/voucherifyio/voucherify-dotNET-sdk/blob/master/src/Voucherify/DataModel/ValidationSession.cs

Voucherify.DataModel.Contexts.ValidationSession https://github.com/voucherifyio/voucherify-dotNET-sdk/blob/master/src/Voucherify/DataModel/Contexts/ValidationSession.cs

bandraszyk commented 3 years ago

Thanks for reporting, we will verify that tomorrow

bandraszyk commented 3 years ago

The new version 7.7.4. has been published. Closing the issue, missing properties have been added.