Brad Griffith

Results 2 issues of Brad Griffith

InvalidArgumentException JsonMapper::map() requires first argument to be an object, array given. in vendor/apimatic/jsonmapper/src/JsonMapper.php:103 ![image](https://user-images.githubusercontent.com/380727/136251661-da075162-36eb-4de0-805b-2d9a2cc97add.png) It looks like the getDealsTimeline API response returns an object with the data member as an...

This fixes a JsonMapper exception thrown by DealsController::getDealsTimeline() on DealsController.php:396 . Fixes #52