link0 / bunq

API client in PHP for bunq
MIT License
8 stars 13 forks source link

Unknown struct type: Invoice #18

Open StephanMeijer opened 7 years ago

StephanMeijer commented 7 years ago
$client = getClient($apiKey);

$userService = new UserService($client);
print_r($client->get('user/1810/invoice'));

screencapture-localhost-8000-invoices-1493317384819

dennisdegreef commented 7 years ago

Hi @StephanMeijer

It seems that Invoice is not yet implemented. Thanks for letting me know! I think I can work on this issue this week, however, feel free to make a pull request yourself.

StephanMeijer commented 7 years ago

I'll do a PR myself If I've got the time for it!

dennisdegreef commented 7 years ago

@StephanMeijer Did you manage to find some time to make a PR? Please let me know if I can work on it, or if you have something to contribute :+1:

StephanMeijer commented 7 years ago

You can work on it if you want :)