bunq / sdk_php

PHP SDK for bunq API
MIT License
84 stars 54 forks source link

Fix the CustomerStatementExport Listing #146

Closed karstennilsen closed 6 years ago

karstennilsen commented 6 years ago

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

Response id

Extra info:

OGKevin commented 6 years ago

@karstennilsen thanks for reporting.

OGKevin commented 6 years ago

Fixed in #157