From e1025893631c07e2749d11771d4b2b31c6a25ed2 Mon Sep 17 00:00:00 2001 From: Sid Vishnoi Date: Mon, 28 May 2018 10:49:05 +0530 Subject: [PATCH] Fix a broken reference --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c9342425..4a9dfe6d 100644 --- a/index.html +++ b/index.html @@ -177,7 +177,7 @@

How a payment handler determines whether it, or the user, can potentially "make a payment" is also an implementation detail of a payment handler. For an example, see the can make payment + "payment-method-basic-card#steps-to-check-if-a-payment-can-be-made">can make payment algorithm of [[payment-method-basic-card]].