I am issuing 2 different assets on the testnet.
I then use the Find Payment Path API (https://www.stellar.org/developers/horizon/reference/endpoints/path-finding.html) [https://www.stellar.org/developers/horizon/reference/endpoints/path-finding.html] to look for path payment, and I receive empty records:
{
"_embedded": {
"records": []
}
}
I am sure I miss configure something, what are the steps?