From 1c1d0112985b74dc64f350785f824fdcfc7b8fd8 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 29 Dec 2022 11:11:57 -0800 Subject: [PATCH 1/2] Minor grammar fix The partial sentence "GitHub also send an email" is grammatically incorrect. It should either be "sends" or "will also send" --- data/reusables/marketplace/marketplace-failed-purchase-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/marketplace/marketplace-failed-purchase-event.md b/data/reusables/marketplace/marketplace-failed-purchase-event.md index b4ff8e580a29..250c43d1be57 100644 --- a/data/reusables/marketplace/marketplace-failed-purchase-event.md +++ b/data/reusables/marketplace/marketplace-failed-purchase-event.md @@ -1 +1 @@ -In the case where a customer upgrades their plan and the payment fails, GitHub reverts their {% data variables.product.prodname_marketplace %} subscription to its previous state. GitHub also send an email to the customer to inform them of the failure and allow them to re-attempt their purchase. You will receive a webhook with the `changed` action requesting you to revert to the previous plan. +In the case where a customer upgrades their plan and the payment fails, GitHub reverts their {% data variables.product.prodname_marketplace %} subscription to its previous state. GitHub also sends an email to the customer to inform them of the failure and allow them to re-attempt their purchase. You will receive a webhook with the `changed` action requesting you to revert to the previous plan. From 9e9ad4ec3d7cde0514481707b98d660e8903d780 Mon Sep 17 00:00:00 2001 From: Sam Browning <106113886+sabrowning1@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:33:43 -0500 Subject: [PATCH 2/2] Add variable --- data/reusables/marketplace/marketplace-failed-purchase-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/marketplace/marketplace-failed-purchase-event.md b/data/reusables/marketplace/marketplace-failed-purchase-event.md index 250c43d1be57..1c3b0f9c57dc 100644 --- a/data/reusables/marketplace/marketplace-failed-purchase-event.md +++ b/data/reusables/marketplace/marketplace-failed-purchase-event.md @@ -1 +1 @@ -In the case where a customer upgrades their plan and the payment fails, GitHub reverts their {% data variables.product.prodname_marketplace %} subscription to its previous state. GitHub also sends an email to the customer to inform them of the failure and allow them to re-attempt their purchase. You will receive a webhook with the `changed` action requesting you to revert to the previous plan. +In the case where a customer upgrades their plan and the payment fails, {% data variables.product.prodname_dotcom %} reverts their {% data variables.product.prodname_marketplace %} subscription to its previous state. {% data variables.product.prodname_dotcom %} also sends an email to the customer to inform them of the failure and allow them to re-attempt their purchase. You will receive a webhook with the `changed` action requesting you to revert to the previous plan.