migrate stripe to use URLSearchParams #3
Labels
has pr
This issue has a corresponding PR in the target repo
pr needs update
The PR in the target repo has gone stale and needs to be rebased
The stripe node package can be found here:
https://github.com/stripe/stripe-node
it supports node >12 which should mean we can safely move to using
URLSearchParams
instead of theqs
package.We should contribute upstream for this one.
Note that stripe uses nested query string parameters (i.e. they have keys like
foo[bar][baz]=123
). So we should probably usefast-querystring
ornested-querystring
The text was updated successfully, but these errors were encountered: