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.
2 parents 2a431d2 + 15fd985 commit 577aadeCopy full SHA for 577aade
README.md
@@ -69,6 +69,6 @@ These are the operations available for each resource:
69
|Cards | x | x | x | x | x | |
70
|Charges | x | x | x | | | |
71
|Customers | x | x | x | x | x | |
72
-|Installments | | | x | | | |
+|Installments | x | | | | | |
73
|Queue | x | x | x | | x | x |
74
|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