bunq / sdk_php

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

Add optional parameters to constructor  #82

Closed OGKevin closed 6 years ago

OGKevin commented 6 years ago

Steps to reproduce:

  1. Take a look at the objects with optional parameters
  2. Try and set these parameters

What should happen:

  1. These parameters can be set via constructor

What happens:

  1. These parameters must be set after constructing the object via setters

Logs

Extra info:

References

OGKevin commented 6 years ago

This has been introduced in #112