Fix issuing card details, which must have been broken prior to ea736eb

This commit is contained in:
Alex Rattray 2019-07-03 20:14:53 -07:00
parent 43756df814
commit bb55352658

View File

@ -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