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.
Im trying to direct payments to different merchants.
Trying to direct to company1:
What I did over here is, I did an init of the payment, which includes specifying the App ID and Ssandbox ID and I did a rendering of Single Payment. Everything seems to be working fine.
Trying to direct to company2:
so after making payment, Im trying to direct the payment to another company, so I did an init, which specify the app and sandbox ID of another company, and I render the single payment screen.
Both payment seems to be successful, but the result is that both payments are directed to company 1, instead of 1 payment for company 1 and another for company 2.
Is that the right way to do it? or is there anyway that I can recreate PaypalMobile object then I initialize a new payment?
Thank you 👍
The text was updated successfully, but these errors were encountered:
Hi,
Im trying to direct payments to different merchants.
Trying to direct to company1:
What I did over here is, I did an init of the payment, which includes specifying the App ID and Ssandbox ID and I did a rendering of Single Payment. Everything seems to be working fine.
Trying to direct to company2:
so after making payment, Im trying to direct the payment to another company, so I did an init, which specify the app and sandbox ID of another company, and I render the single payment screen.
Both payment seems to be successful, but the result is that both payments are directed to company 1, instead of 1 payment for company 1 and another for company 2.
Is that the right way to do it? or is there anyway that I can recreate PaypalMobile object then I initialize a new payment?
Thank you 👍
The text was updated successfully, but these errors were encountered: