stripe / stripe-node

Node.js library for the Stripe API.
https://stripe.com
MIT License
3.73k stars 728 forks source link

Removed qs #2116

Open gkiely opened 2 weeks ago

gkiely commented 2 weeks ago

Based off this comment https://github.com/stripe/stripe-node/issues/2038#issuecomment-2004751719

Includes a lightweight alternative to qs.stringify that can run in worker environments. I have added 80% of the tests from the qs library, if you think this is a good approach I can add the remainder. I wanted to confirm it is viable before I put any more time into it :)

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 2 weeks ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

helenye-stripe commented 1 week ago

Hi @gkiely. Thanks a lot for this PR! We would really appreciate if you could continue your work here 💯