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
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.
Hi,
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.
Thx