ameliaikeda / monzo-php

PHP Library for use with https://monzo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No getContent method in Client.php

nicholaspearson opened this issue · comments

Ref to https://github.com/ameliaikeda/monzo-php/blob/master/src/Client.php#L239, this line throws a 500 error due to a undefined function.

This should be changed to getContents()

@ameliaikeda I can fix this if you want?