aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/payment_request_api/concepts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/payment_request_api/concepts/index.html')
-rw-r--r--files/zh-cn/web/api/payment_request_api/concepts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/payment_request_api/concepts/index.html b/files/zh-cn/web/api/payment_request_api/concepts/index.html
index 30e58235f5..d2addc6acd 100644
--- a/files/zh-cn/web/api/payment_request_api/concepts/index.html
+++ b/files/zh-cn/web/api/payment_request_api/concepts/index.html
@@ -70,7 +70,7 @@ original_slug: Web/API/支付_请求_接口/Concepts
<ol>
<li><strong>确保交易正确进行。</strong> 交易正确进行的条件取决于不同的支付类型和用户的支付请求;例如,如果用户选择了信用卡支付,而收款方并不支持这种方式,交易就无法正确进行。</li>
- <li><strong>响应用户代理发起的对商家进行认证的请求(在处理机支持商家认证的前提下)。</strong> 详细说明请参考{{anch("Merchant validation")}}。</li>
+ <li><strong>响应用户代理发起的对商家进行认证的请求(在处理机支持商家认证的前提下)。</strong> 详细说明请参考<a href="#商家认证">商家认证</a>。</li>
<li><strong>验证用户提交的信息有资格发起一次有效交易。</strong>这一步骤会创建并返回一个基于具体支付方式的对象,此对象包含处理交易所需要的信息。</li>
</ol>