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

GET request made by AttachmentMonetaryAccountContent::listing() is not allowed (405). #209

Open
1 of 2 tasks
s0wa opened this issue Jan 20, 2021 · 0 comments
Open
1 of 2 tasks

Comments

@s0wa
Copy link

s0wa commented Jan 20, 2021

Steps to reproduce:

  1. Make a payment with an attachment (Payment::create)
  2. Get payment with the attachment (Payment::get)
  3. Get attachment id
  4. Get the raw attachment content (AttachmentMonetaryAccountContent::listing)

What should happen:

  1. According to the documentation the raw content of a specific attachment should be returned.

What happens:

  1. HTTP Response Code: 405, Error message: Method "GET" is not supported.

Traceback

SDK version and environment

  • Tested on 1.14.18
  • Sandbox
  • Production

Response id

  • Response id: db0d28d5-5c42-4bb3-b1d2-42054f851ef9

Extra info:

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

No branches or pull requests

1 participant