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

Commit

Permalink
fix(me payment types): add isArray options
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay committed Dec 17, 2018
1 parent 82e4396 commit b505b6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -9844,7 +9844,8 @@ angular.module("ovh-api-services").service("OvhApiMePayMethodV6", ["$resource",
}, {
availableMethods: {
method: "GET",
url: "/me/payment/availableMethods"
url: "/me/payment/availableMethods",
isArray: true
},
finalize: {
method: "POST",
Expand Down
Loading

0 comments on commit b505b6c

Please sign in to comment.