Skip to content

Commit

Permalink
Merge pull request #4 from wacko/fix/installments-list
Browse files Browse the repository at this point in the history
Fix: Expose Installments#list instead of Installments#retrieve
  • Loading branch information
impronunciable committed Dec 4, 2014
2 parents 2a431d2 + 15fd985 commit 577aade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ These are the operations available for each resource:
|Cards | x | x | x | x | x | |
|Charges | x | x | x | | | |
|Customers | x | x | x | x | x | |
|Installments | | | x | | | |
|Installments | x | | | | | |
|Queue | x | x | x | | x | x |
|Refunds | x | x | x | | | |
2 changes: 1 addition & 1 deletion lib/mango/resources.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Queue < Resource
end

class Installments < Resource
public_class_method :retrieve
public_class_method :list
end

end

0 comments on commit 577aade

Please sign in to comment.