Skip to content

Commit

Permalink
response classes created, debug method added
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Gradidge committed Oct 22, 2009
1 parent cebc454 commit 335afc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ def refund
end

#debug method
def inspect_data
def debug
"Url: #{@url}\n\n JSON: #{@json} \n\n #{'RESPONSE: ' + @response if @response}"
end

Expand Down
Expand Up @@ -26,7 +26,13 @@ def method_missing

class AdaptivePaypalErrorResponse

def error_code

end

def error_message

end

end

Expand Down

0 comments on commit 335afc5

Please sign in to comment.