The Package will always hit `prod` urls
manuelgeek opened this issue · 0 comments
manuelgeek commented
The wrapper checks for Mix.env() to determine the API to hit, either sandbox or production. However, all dependencies are compiled as :prod hence the wrapper will always hit the :prod endpoint.