While using the cordova paypal plugin and switching to sandbox mode, I encountered an error. The plugin can be found at https://github.com/paypal/PayPal-Cordova-Plugin
https://i.stack.imgur.com/lD2EH.png
Running the plugin in PayPalEnvironmentNoNetwork mode works perfectly fine as intended. However, after setting up a classic PayPal API app with the correct production id and sandbox id, it doesn't seem to cooperate. Am I missing something crucial?
This is my first time working with PayPal's API, so I'm quite unsure of what steps I might be overlooking. My goal is simply to create a straightforward donation flow within my app.