sorentwo / braintree-elixir

:credit_card: Native elixir client for Braintree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dialyzer errors thrown on a valid response from search functions

JustinG721 opened this issue · comments

Dialyzer complains about matching on the {:error, :not_found} response from Braintree.Search.perform/4 function because it's not in the spec. I think the spec can just be added to return this error.