Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coupons get by email_restrictions #774

Open
DragonSoftGit opened this issue May 30, 2024 · 0 comments
Open

Coupons get by email_restrictions #774

DragonSoftGit opened this issue May 30, 2024 · 0 comments

Comments

@DragonSoftGit
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant