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

Commit

Permalink
Release v6.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lizardK authored and CDS Agent committed Jun 22, 2019
1 parent dfe60f8 commit f169080
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ovh-api-services",
"description": "Contains all angular $resource for OVH API.",
"version": "6.29.0",
"version": "6.30.0",
"main": "./dist/ovh-api-services.min.js",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -11295,7 +11295,8 @@ angular.module("ovh-api-services").service("OvhApiMeOrderV6", ["$resource", "$ca
getDetail: { method: "GET", url: "/me/order/:orderId/details/:detailId", params: { orderId: "@orderId", detailId: "@detailId" }, cache: queryCache },
pay: { method: "POST", url: "/me/order/:orderId/pay", interceptor: interceptor },
payRegisteredPaymentMean: { method: "POST", url: "/me/order/:orderId/payWithRegisteredPaymentMean", interceptor: interceptor },
associatedObject: { method: "GET", url: "/me/order/:orderId/associatedObject" }
associatedObject: { method: "GET", url: "/me/order/:orderId/associatedObject" },
bill: { method: "GET", url: "/me/order/:orderId/bill" }
});

userOrderResource.resetAllCache = function () {
Expand Down
18 changes: 9 additions & 9 deletions dist/ovh-api-services.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovh-api-services",
"version": "6.29.0",
"version": "6.30.0",
"description": "Contains all angular $resource for OVH API.",
"main": "./dist/ovh-api-services.min.js",
"repository": "ovh-ux/ovh-api-services",
Expand Down

0 comments on commit f169080

Please sign in to comment.