Skip to content

Commit

Permalink
Remove unnecessary BankAccount.all method
Browse files Browse the repository at this point in the history
  • Loading branch information
molawson committed Mar 26, 2015
1 parent ffe662c commit 1916c35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/stripe/bank_account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Stripe
class BankAccount < APIResource
include Stripe::APIOperations::Update
include Stripe::APIOperations::Delete
include Stripe::APIOperations::List

def verify(params={}, opts={})
response, opts = request(:post, "#{url}/verify", params, opts)
Expand Down

0 comments on commit 1916c35

Please sign in to comment.