Skip to content

Commit

Permalink
id10t problem
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed Sep 19, 2014
1 parent 1ea7340 commit c040cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe/customers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ defmodule Stripe.Customers do
def create(params) do
obj = Stripe.make_request :post, @endpoint, params
if obj[:object] do
Stripe.Customer.from_keyword(obj[:object])
Stripe.Customer.from_keyword obj
else
[]
end
Expand Down

0 comments on commit c040cc3

Please sign in to comment.