beam-community / stripity-stripe

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

chore: fix Elixir 1.17 warnings #840

Closed jswanner closed 2 months ago

jswanner commented 3 months ago

Resolves the following warnings:

using map.field notation (without parentheses) to invoke function Stripe.CountrySpec.__struct__() is deprecated, you must add parentheses instead: remote.function()
single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
yordis commented 2 months ago

🚀 💜

wceolin commented 1 month ago

@yordis It would be great if you could release a new version with this fix.