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
{{ message }}
This repository was archived by the owner on Oct 10, 2019. It is now read-only.
Klarna class has a lot of private function, making it hard to extend. For example "check..." functions.
I had to use reflection to be able to use them. It would be much better if they were protected.