Skip to content

Commit

Permalink
Remove inspect call
Browse files Browse the repository at this point in the history
  • Loading branch information
nkezhaya committed Jun 9, 2019
1 parent 51441ec commit 42b343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe_mock/api/charge.ex
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defmodule StripeMock.API.Charge do
validate_required(changeset, :source_id)

{nil, _source_id} ->
case source |> IO.inspect() do
case source do
%{card: %{customer_id: nil}} -> changeset
_ -> validate_required(changeset, :customer_id)
end
Expand Down

0 comments on commit 42b343d

Please sign in to comment.