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
Apparently it's possible for SendPaymentSync to return a nil error while the payment failed. In this case, PaymentError field of the response was timeout. So we should also check this field and handle the failed payment if there is an error here.
The text was updated successfully, but these errors were encountered:
Only for integration tests:
Apparently it's possible for
SendPaymentSync
to return anil
error while the payment failed. In this case,PaymentError
field of the response wastimeout
. So we should also check this field and handle the failed payment if there is an error here.The text was updated successfully, but these errors were encountered: