mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-09-22 00:00:31 -04:00
fixed marshaling of stripe objects, fixes #90
This commit is contained in:
parent
7275b9b951
commit
c880d6a277
@ -108,6 +108,7 @@ module Stripe
|
||||
|
||||
def marshal_load(values)
|
||||
@values = values
|
||||
end
|
||||
|
||||
if RUBY_VERSION < '1.9.2'
|
||||
def respond_to?(symbol)
|
||||
|
Loading…
x
Reference in New Issue
Block a user