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

Fix the CustomerStatementExport Listing #146

Closed
1 task
karstennilsen opened this issue May 24, 2018 · 2 comments
Closed
1 task

Fix the CustomerStatementExport Listing #146

karstennilsen opened this issue May 24, 2018 · 2 comments

Comments

@karstennilsen
Copy link

Steps to reproduce:

  1. List CustomerStatementExport while you have at least one customerStatement.

What should happen:

  1. You get CustomerStatmentExports

What happens:

  1. You get a PHP error, which you can fix by adding this line before row 106 on BunqModel.php.
    if ($wrapper == "CustomerStatementExport") $wrapper = 'CustomerStatement'; // Bug in BunqModel...

Traceback

SDK version and environment

  • Tested on 0.12.4
  • Sandbox
  • [ x] Production

Response id

  • Response id:

Extra info:

@OGKevin OGKevin added this to the 0.13.5 milestone May 24, 2018
@OGKevin OGKevin added this to To do in 1.0.0 - SDK via automation May 24, 2018
@OGKevin
Copy link
Contributor

OGKevin commented May 24, 2018

@karstennilsen thanks for reporting.

@OGKevin
Copy link
Contributor

OGKevin commented Jul 24, 2018

Fixed in #157

@OGKevin OGKevin closed this as completed Jul 24, 2018
1.0.0 - SDK automation moved this from To do to Done Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
1.0.0 - SDK
  
Done
Development

No branches or pull requests

2 participants