Skip to content

Discontinue use of GET.#2

Description

@patricknelson

Hi, first off: I've been using this for a few years, so thanks for building this 馃憤 It looks like PayPal has issued a statement that, for security reasons, they will be discontinuing the use of GET requests across the board for NVP: https://www.paypal-knowledge.com/infocenter/index?page=content&widgetview=true&id=FAQ1927&viewlocale=en_US

That being said I think the change should be fairly simple: Move to POST and migrate the query data in ->send_api_call() from the query string over to the HTTP POST body using cURL. This shouldn't cause any issues since cURL is already required by this class anyway.

Since I may have to do this soon, I'll likely issue a pull request within the coming month or so.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions