sitegeist / Sitegeist.LostInTranslation

Automatic Translations for Neos via DeeplApi
GNU General Public License v3.0
9 stars 9 forks source link

BUGFIX: API Request with Body was never re-assigned #44

Closed gradinarufelix closed 2 months ago

gradinarufelix commented 2 months ago

$apiRequest->withBody(...) was never re-assigned to $apiRequest, which led the body to not be transmitted. I now incorporated the body handling into the “createRequest” method.