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
edit: Okay determined the code and see that the the method is to set the api URL for tokens and so on, thats fine. But it would be nice to have a method for setting the base widget URL.
The text was updated successfully, but these errors were encountered:
I wanted to set another base URL for intern acceptance testing behaviour, but it's ignored by the way using the Config.setApiBaseUrl() method.
Config.getInstance().setApiBaseUrl("http://my-own-host/subscription");
results later in an URL like:
https://api.paymentwall.com/api/subscription/....
edit: Okay determined the code and see that the the method is to set the api URL for tokens and so on, thats fine. But it would be nice to have a method for setting the base widget URL.
The text was updated successfully, but these errors were encountered: