From 023dd18da537780d15da10e61088c81be1a67f4b Mon Sep 17 00:00:00 2001 From: Rebeka Burnett <104833234+rebekaburnett@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:36:25 +0100 Subject: [PATCH] Aligning across all repos to use "prefill" (without the hyphen) --- recurring-api-quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recurring-api-quick-start.md b/recurring-api-quick-start.md index 0cc7461..ad9f597 100644 --- a/recurring-api-quick-start.md +++ b/recurring-api-quick-start.md @@ -115,7 +115,7 @@ The property `access_token` should be used for all other API requests in the `Au ### Step 3 - Create a minimal agreement Create an agreement with: [`POST:/recurring/v3/agreements`][draft-agreement-endpoint]. -When your test mobile number is provided in `phoneNumber`, it will be pre-filled in the form. +When your test mobile number is provided in `phoneNumber`, it will be prefilled in the form. Note that `orderId` must be unique for each payment you create.