fix-spelling-canceled (#22692)
Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ You can view or download the transaction data to keep track of your subscription
|
||||
* **user_id:** The id of the user with the subscription.
|
||||
* **user_type:** The type of GitHub account, either `User` or `Organization`.
|
||||
* **country:** The three letter country code.
|
||||
* **amount_in_cents:** The amount of the transaction in cents. When a value is less the plan amount, the user upgraded and the new plan is prorated. A value of zero indicates the user cancelled their plan.
|
||||
* **amount_in_cents:** The amount of the transaction in cents. When a value is less the plan amount, the user upgraded and the new plan is prorated. A value of zero indicates the user canceled their plan.
|
||||
* **renewal_frequency:** The subscription renewal frequency, either `Monthly` or `Yearly`.
|
||||
* **marketplace_listing_plan_id:** The `id` of the subscription plan.
|
||||
* **region:** The name of the region present in billing address.
|
||||
|
||||
@@ -54,6 +54,6 @@ For more information, see: "[Handling new purchases and free trials](/developers
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** GitHub expects you to delete any private customer data within 30 days of a cancelled trial, beginning at the receipt of the cancellation event.
|
||||
**Note:** GitHub expects you to delete any private customer data within 30 days of a canceled trial, beginning at the receipt of the cancellation event.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
@@ -23,7 +23,7 @@ If a customer chooses to cancel a {% data variables.product.prodname_marketplace
|
||||
|
||||
When a customer cancels a free or paid plan, your app must perform these steps to complete cancellation:
|
||||
|
||||
1. Deactivate the account of the customer who cancelled their plan.
|
||||
1. Deactivate the account of the customer who canceled their plan.
|
||||
1. Revoke the OAuth token your app received for the customer.
|
||||
1. If your app is an OAuth App, remove all webhooks your app created for repositories.
|
||||
1. Remove all customer data within 30 days of receiving the `cancelled` event.
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
---
|
||||
title: Testing your app
|
||||
intro: 'GitHub recommends testing your app with APIs and webhooks before submitting your listing to {% data variables.product.prodname_marketplace %} so you can provide an ideal experience for customers. Before an onboarding expert approves your app, it must adequately handle the billing flows.'
|
||||
intro: "GitHub recommends testing your app with APIs and webhooks before submitting your listing to {% data variables.product.prodname_marketplace %} so you can provide an ideal experience for customers. Before an onboarding expert approves your app, it must adequately handle the billing flows."
|
||||
redirect_from:
|
||||
- /apps/marketplace/testing-apps-apis-and-webhooks
|
||||
- /apps/marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps
|
||||
- /marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps
|
||||
- /developers/github-marketplace/testing-your-app
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
fpt: "*"
|
||||
ghec: "*"
|
||||
topics:
|
||||
- Marketplace
|
||||
---
|
||||
|
||||
## Testing apps
|
||||
|
||||
You can use a draft {% data variables.product.prodname_marketplace %} listing to simulate each of the billing flows. A listing in the draft state means that it has not been submitted for approval. Any purchases you make using a draft {% data variables.product.prodname_marketplace %} listing will _not_ create real transactions, and GitHub will not charge your credit card. Note that you can only simulate purchases for plans published in the draft listing and not for draft plans. For more information, see "[Drafting a listing for your app](/developers/github-marketplace/drafting-a-listing-for-your-app)" and "[Using the {% data variables.product.prodname_marketplace %} API in your app](/developers/github-marketplace/using-the-github-marketplace-api-in-your-app)."
|
||||
|
||||
Reference in New Issue
Block a user