mollie / mollie-api-php

Mollie API client for PHP

Home Page:http://www.mollie.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mollie\Laravel\MollieLaravelHttpClientAdapter::send(): Return value must be of type object, null returned

koenhoeijmakers opened this issue · comments

Specifications

  • API Version: 2.20.2

Describe the issue

When running the following code a TypeError is encountered.

Mollie::api()->setAccessToken($token);
Mollie::api()->profiles()->delete('some_profile_id');

// Mollie\Laravel\MollieLaravelHttpClientAdapter::send(): Return value must be of type object, null returned

Thanks for reporting, fixed!