mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-28 00:02:45 -05:00
Fix issuing card details, which must have been broken prior to ea736eb
This commit is contained in:
parent
43756df814
commit
bb55352658
@ -13,7 +13,7 @@ module Stripe
|
||||
|
||||
def details(params = {}, opts = {})
|
||||
resp, opts = request(:get, resource_url + "/details", params, opts)
|
||||
initialize_from(resp.data, opts)
|
||||
Util.convert_to_stripe_object(resp.data, opts)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user