Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Jan 14, 2010
1 parent c4e7849 commit 47c1710
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Expand Up @@ -27,6 +27,14 @@ def address

end

def method_missing :name
begin
@params[name.to_s]
rescue
raise AttributenotFound
end
end

end

class AdaptivePaypalErrorResponse
Expand Down
@@ -1,5 +1,7 @@
class ConfigDoesNotExist < StandardError; end;

class AttributenotFound < StandardError; end;

class PaypalAdaptivePaymentsApiError < StandardError

attr_reader :response
Expand Down

0 comments on commit 47c1710

Please sign in to comment.