You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help.. anyone know how to filter coupons by email restrictions .. I tryed like this but always retrive all coupons..
Dictionary<string, string> cup = new Dictionary<string, string>();
var mejl = mojkupac.email;
cup.Add("email_restrictions", "my email adres set in coupon");
var cup = await wc.Coupon.GetAll(cup);
The text was updated successfully, but these errors were encountered:
Please help.. anyone know how to filter coupons by email restrictions .. I tryed like this but always retrive all coupons..
Dictionary<string, string> cup = new Dictionary<string, string>();
var mejl = mojkupac.email;
cup.Add("email_restrictions", "my email adres set in coupon");
var cup = await wc.Coupon.GetAll(cup);
The text was updated successfully, but these errors were encountered: