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 has been archived by the owner on Jan 16, 2019. It is now read-only.
I'm developing an application that requires to pay to different merchants depending on the item, but:
ClientId information is sent to PayPalMobile.init.
Merchant information is sent to PayPalMobile.prepareToRender call.
PayPalMobile.init should be called on the deviceReady event according to your examples.
How can I change/set this later at runtime?
I've tested setting it by running initialization process every time instead of doing it just on DeviceReady and it seems to be working fine, but I don't know if this is correct of there is something missing in the plugin.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi!
I'm developing an application that requires to pay to different merchants depending on the item, but:
How can I change/set this later at runtime?
I've tested setting it by running initialization process every time instead of doing it just on DeviceReady and it seems to be working fine, but I don't know if this is correct of there is something missing in the plugin.
Thank you in advance.
The text was updated successfully, but these errors were encountered: