Error loading third party payment connectors in Hybrid Android app #260
Unanswered
shahbazchishty
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am facing a problem loading payment connectors in my Hybrid Android app. This is only when I'm building my app on 10.0.37 retail sdk. The same app works fine on older sdks.
The error occurs when I'm calling CardPaymentManager.InvokeAuthorizationCall from my payment device handler. The error is "System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Value cannot be null".
It probably looks like receiving a null value while trying to read app_settings from System Configuration before it actually loads my connector. I've attached my error details below.
Hybrid app having problems.txt
Regards,
Shabaz
Beta Was this translation helpful? Give feedback.
All reactions