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 18, 2024. It is now read-only.
Once we implement #15, we will need an endpoint to get a payment. Endpoint should look something like /payments/{payment-id}.
Since Hermes just passes auth through to the connector, all payments will be visible to all users. We should consider changing this as Hermes becomes more stateful, but for testnet let's not worry about it.
The text was updated successfully, but these errors were encountered:
Once we implement #15, we will need an endpoint to get a payment. Endpoint should look something like
/payments/{payment-id}
.Since Hermes just passes auth through to the connector, all payments will be visible to all users. We should consider changing this as Hermes becomes more stateful, but for testnet let's not worry about it.
The text was updated successfully, but these errors were encountered: