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

Missing Applicable_to property on BusinessValidationRuleCreate #71

Closed vasil87 closed 3 years ago

vasil87 commented 3 years ago

There is no way to add applicable_to { excluded :[] , included : [] } to a validation rule creation request .

bandraszyk commented 3 years ago

New version 7.7.2 is released.

vasil87 commented 3 years ago

Actually there is no setter on the VoucherSubject properties, neither the constructor gets params so you can't really create a VoucherSubject without Reflection.

bandraszyk commented 3 years ago

Released 7.7.3

vasil87 commented 3 years ago

I can confirm that it is working fine now. Thanks!