Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
feat(portability): get documents (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie Moallic <[email protected]>
  • Loading branch information
Steffy29 authored and marie-j committed Dec 10, 2019
1 parent 7b63125 commit 68b60b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ angular.module('ovh-api-services').service('OvhApiTelephonyPortabilityDocumentV6
},
getDocument: {
method: 'GET',
isArray: true,
isArray: false,
},
updateDocument: {
method: 'PUT',
Expand Down Expand Up @@ -61,7 +61,7 @@ angular.module('ovh-api-services').service('OvhApiTelephonyPortabilityDocumentV6
billingAccount,
id,
}, {
id: resp.documentId,
documentId: resp.documentId,
})));
};

Expand Down

0 comments on commit 68b60b4

Please sign in to comment.