mailerlite / mailerlite-go

Go SDK for MailerLite
MIT License
5 stars 4 forks source link

fix missing param for origURL in addOptions() #27

Closed alunparanggi closed 6 months ago

alunparanggi commented 6 months ago

fix #26

Currently, the request URL remains unchanged even after passing through the addOptions function, even though the values for the Page & Limit attributes in ListSubscriberOptions have been filled in. To address this issue, I have made some adjustments in this pull request.

robgordon89 commented 6 months ago

Thanks for this @alunparanggi much appreciated not sure how this was missed 👍