beamkenya/ex_pesa

The Package will always hit `prod` urls

manuelgeek opened this issue · 0 comments

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.