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

Promotions.Async.cs AddTierToCampaign should be a POST not a PUT #108

Closed arnold-airfree closed 10 months ago

arnold-airfree commented 1 year ago

image

This method should do a POST request, not a PUT request. This lead to an unknown endpoint exception

bandraszyk commented 10 months ago

Resolved in #109