diff --git a/src/infrastructure/RequestHelper.js b/src/infrastructure/RequestHelper.js index e1787840..906988d2 100644 --- a/src/infrastructure/RequestHelper.js +++ b/src/infrastructure/RequestHelper.js @@ -72,7 +72,7 @@ class RequestHelper { } static post(service, endpoint, options = {}, form = false) { - const body = form ? 'fromData' : 'body'; + const body = form ? 'formData' : 'body'; return service.requester.post( defaultRequest(service, endpoint, {