beam-community / stripity-stripe

An Elixir Library for Stripe
Other
965 stars 346 forks source link

Fix Specs in Stripe.API Module #755

Closed aj-foster closed 1 year ago

aj-foster commented 1 year ago

This PR fixes two typespecs that are causing dialyzer errors for consumers of the library. In each case, the functions require maps but specify a type body. This type is used internally.