diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-27 11:54:05 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-27 11:54:05 +0200 |
commit | fa619384517db0a9290d95b4c6b8a7bba79c8440 (patch) | |
tree | 686994b655f5db7ad5132707f776e800f29cf743 /core/api-merchant.rst | |
parent | c29dd690cca1f837ae3e79a8094eb421a30e5fa4 (diff) | |
download | docs-fa619384517db0a9290d95b4c6b8a7bba79c8440.tar.gz docs-fa619384517db0a9290d95b4c6b8a7bba79c8440.tar.bz2 docs-fa619384517db0a9290d95b4c6b8a7bba79c8440.zip |
clarify
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r-- | core/api-merchant.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 6424b79..c43bcf2 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1391,7 +1391,7 @@ Payment processing :status 402 PaymentRequired: The response is a `StatusUnpaidResponse`. :status 403 Forbidden: - The ``h_contract`` does not match the order. + The ``h_contract`` (or the ``token`` for unclaimed orders) does not match the order. :status 404 Not found: The merchant backend is unaware of the order. |