Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-koenig committed Jun 28, 2024
1 parent ce36304 commit b32fd9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/simple-vertec-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,10 @@ export default class SimpleVertecApi {
buildXml(body) {
let contentObject = {
Envelope: {
Body: {}
Body: body,
}
};

_.extend(contentObject.Envelope.Body, body);

return this.buildXmlStringFromObject(contentObject);
}

Expand Down

0 comments on commit b32fd9d

Please sign in to comment.