Skip to content

Commit 15fd985

Browse files
committed
Fix: Expose Installments#list instead of #retrieve
1 parent 2ace002 commit 15fd985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ This are the operations available for each resource:
7676
|Cards | x | x | x | x | x | |
7777
|Charges | x | x | x | | | |
7878
|Customers | x | x | x | x | x | |
79-
|Installments | | | x | | | |
79+
|Installments | x | | | | | |
8080
|Queue | x | x | x | | x | x |
8181
|Refunds | x | x | x | | | |

lib/mango/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Queue < Resource
3131
end
3232

3333
class Installments < Resource
34-
public_class_method :retrieve
34+
public_class_method :list
3535
end
3636

3737
end

0 commit comments

Comments
 (0)