Skip to content

GuzzleHTTP PSR7 not working #73

@erbarratt

Description

@erbarratt

in /codegen/Crm/Contacts/Api/BasicApi.php

Line 614 is $httpBody = \GuzzleHttp\Psr7\build_query($formParams);

Should be $httpBody = \GuzzleHttp\Psr7\Query::build($formParams);

Same for Line 643,

And presumably anywhere else trying to call now undefined functions....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions