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
In order to support local payments, we should be able to differentiate between remote and local receivers (incoming payments), before making the request to get a quote or send an outgoing payment. Since we are already doing this differentiation in the receiver service, we need to update the service/Receiver class to be able expose this local vs remote information to the callers of those methods.
The text was updated successfully, but these errors were encountered:
mkurapov
changed the title
Be able to differentiate local vs remote receiver (in the Receiver class, or elsewhere)
Be able to differentiate local vs remote receiver
Aug 9, 2024
mkurapov
changed the title
Be able to differentiate local vs remote receiver
Be able to differentiate local vs remote receivers
Aug 9, 2024
Context
In order to support local payments, we should be able to differentiate between remote and local receivers (incoming payments), before making the request to get a quote or send an outgoing payment. Since we are already doing this differentiation in the receiver service, we need to update the service/
Receiver
class to be able expose this local vs remote information to the callers of those methods.The text was updated successfully, but these errors were encountered: