From 17bc94870e37760c0c431f01b9609d895567737f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Rabello?= <77292838+julia-rabello@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:37:50 -0300 Subject: [PATCH] Update docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay.md --- .../setting-up-merchant-id-in-apple-pay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay.md b/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay.md index 5c917ed7fa..a32279a442 100644 --- a/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay.md +++ b/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay.md @@ -129,7 +129,7 @@ Then, start a Postman session. You perform a call to VTEX's CDN using the POST m 1. Configure the route **POST** `https://{{yourdomainhere}}/.well-known/raw/apple-developer-merchantid-domain-association.txt?persistent=true`. 2. Paste the content of the .txt file in the request body. Ensure that all contents of the file are: - - Inside quotations marks + - Inside quotations marks. - In JSON format, as in `"{token_content}"`. - Without any line breaks.