You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was this library ever meant to be used for production?
Because I'm was using this library in one of my projects, and i noticed that i didn't work in production environment.
So i dug a little bit in the source code, and i found those points :
Hello,
Was this library ever meant to be used for production?
Because I'm was using this library in one of my projects, and i noticed that i didn't work in production environment.
So i dug a little bit in the source code, and i found those points :
I see that in this function:
mangopay-elixir/lib/mango_pay.ex
Lines 137 to 149 in d31c3f1
you're not taking into consideration the prod env. This will cause an error in prod and in my case i can't create a mango user.
I found in this line that you're always using the sandbox url:
mangopay-elixir/lib/mango_pay.ex
Lines 24 to 29 in d31c3f1
So i was wondering if i missed something? Before i submit any pull requests.
The text was updated successfully, but these errors were encountered: