From 9ec5ee1a00b7ac97b4dd354a2f5c42ea95c61cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-Rune=20Skansg=C3=A5rd?= Date: Thu, 7 Dec 2023 09:59:19 +0100 Subject: [PATCH] reformulate sentence about agreement with variable amount pricing --- recurring-api-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recurring-api-guide.md b/recurring-api-guide.md index 7f5f05b..2d6e5de 100644 --- a/recurring-api-guide.md +++ b/recurring-api-guide.md @@ -787,7 +787,7 @@ Each specific charge on an agreement must be scheduled by the merchant. To create a charge use the [`POST:/recurring/v3/agreements/{agreementId}/charges`][create-charge-endpoint] endpoint. -For agreements of type `variable`, see [Recurring agreements with variable amount](#create-charge). +For agreements with `VARIABLE_AMOUNT` pricing, see [Recurring agreements with variable amount](#create-charge). >### `orderId` and `externalId` > The optional `orderId`-field will override the automatically generated `chargeId` for the charge if specified,