We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ace002 commit 15fd985Copy full SHA for 15fd985
README.md
@@ -76,6 +76,6 @@ This are the operations available for each resource:
76
|Cards | x | x | x | x | x | |
77
|Charges | x | x | x | | | |
78
|Customers | x | x | x | x | x | |
79
-|Installments | | | x | | | |
+|Installments | x | | | | | |
80
|Queue | x | x | x | | x | x |
81
|Refunds | x | x | x | | | |
lib/mango/resources.rb
@@ -31,7 +31,7 @@ class Queue < Resource
31
end
32
33
class Installments < Resource
34
- public_class_method :retrieve
+ public_class_method :list
35
36
37
0 commit comments