Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass include (payments.create) in the query string instead of the body #172

Merged
merged 2 commits into from
Oct 14, 2020

Conversation

Pimm
Copy link
Collaborator

@Pimm Pimm commented Oct 14, 2020

According to the documentation, the include property should be included in the query string instead of the body.

Fixes #168.

src/resources/payments/PaymentsResource.ts Outdated Show resolved Hide resolved
@Pimm Pimm merged commit 76a2e83 into master Oct 14, 2020
@Pimm Pimm deleted the pimm/include-in-qs branch October 14, 2020 11:26
@Pimm Pimm mentioned this pull request Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

include should be query string parameter instead of body, create payment API
2 participants