Skip to content

migrate stripe to use URLSearchParams #3

@43081j

Description

@43081j

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 the qs 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 use fast-querystring or nested-querystring

Metadata

Metadata

Assignees

No one assigned

    Labels

    has prThis issue has a corresponding PR in the target repopr needs updateThe PR in the target repo has gone stale and needs to be rebased

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions