You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List CustomerStatementExport while you have at least one customerStatement.
What should happen:
You get CustomerStatmentExports
What happens:
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...
Steps to reproduce:
What should happen:
What happens:
if ($wrapper == "CustomerStatementExport") $wrapper = 'CustomerStatement'; // Bug in BunqModel...
Traceback
SDK version and environment
Response id
Extra info:
The text was updated successfully, but these errors were encountered: