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

Commit

Permalink
feat(order): add followUp route
Browse files Browse the repository at this point in the history
  • Loading branch information
frenautvh committed Oct 8, 2019
1 parent bd98e93 commit 56cc4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/me/order/me-order.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ angular.module('ovh-api-services').service('OvhApiMeOrderV6', ($resource, $cache
payRegisteredPaymentMean: { method: 'POST', url: '/me/order/:orderId/payWithRegisteredPaymentMean', interceptor },
associatedObject: { method: 'GET', url: '/me/order/:orderId/associatedObject' },
bill: { method: 'GET', url: '/me/order/:orderId/bill' },
followUp: { method: 'GET', url: '/me/order/:orderId/followUp', isArray: true, },
});

userOrderResource.resetAllCache = function () {
Expand Down

0 comments on commit 56cc4fb

Please sign in to comment.