Skip to content

Commit

Permalink
Remove double declaration of `void' method in CertoDirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
hron committed Feb 28, 2012
1 parent 8d65d77 commit 632ebe2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/active_merchant/billing/gateways/certo_direct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,6 @@ def void(money, identification, options = {})
commit(build_void_request(money, identification))
end

# Void a previous transaction
#
# ==== Parameters
#
# * <tt>money</tt> -- The amount to be captured as an Integer value in cents.
# * <tt>identification</tt> - The authorization returned from the previous authorize request.
def void(money, identification, options = {})
commit(build_void_request(money, identification))
end

# Create a recurring payment.
#
# ==== Parameters
Expand Down

0 comments on commit 632ebe2

Please sign in to comment.