diff --git a/assets/images/help/billing/update_payment_method_org.png b/assets/images/help/billing/update_payment_method_org.png new file mode 100644 index 0000000000..c1ea49d7db Binary files /dev/null and b/assets/images/help/billing/update_payment_method_org.png differ diff --git a/assets/images/help/billing/update_payment_method_personal_account.png b/assets/images/help/billing/update_payment_method_personal_account.png new file mode 100644 index 0000000000..4b10174d29 Binary files /dev/null and b/assets/images/help/billing/update_payment_method_personal_account.png differ diff --git a/content/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method.md b/content/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method.md index 2b616c064f..e1a54aa467 100644 --- a/content/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method.md +++ b/content/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method.md @@ -33,7 +33,7 @@ We don't provide invoicing or support purchase orders for personal accounts. We ## Updating your personal account's payment method {% data reusables.user-settings.billing_plans %} -{% data reusables.dotcom_billing.update_payment_method %} +{% data reusables.dotcom_billing.update_payment_method_personal_account %} {% data reusables.billing.edit-billing-information %} {% data reusables.dotcom_billing.enter-billing-info %} {% data reusables.billing.edit-payment-method %} @@ -46,7 +46,7 @@ We don't provide invoicing or support purchase orders for personal accounts. We If your organization is outside of the US or if you're using a corporate checking account to pay for {% data variables.product.product_name %}, PayPal could be a helpful method of payment. {% data reusables.organizations.billing-settings %} -{% data reusables.dotcom_billing.update_payment_method %} +{% data reusables.dotcom_billing.update_payment_method_organization_account %} 1. If your account has an existing credit card that you want to update, click **New Card**. ![Screenshot of the "Payment method" section. Below some card details, a link, labeled "New Card", is highlighted with an orange outline.](/assets/images/help/billing/billing-new-card-button.png) {% data reusables.dotcom_billing.enter-payment-info %} diff --git a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization.md b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization.md index 8c3497006c..d950bf5429 100644 --- a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization.md +++ b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/renewing-your-clients-paid-organization.md @@ -26,7 +26,7 @@ shortTitle: Renewing paid organization ## Updating your organization's credit card {% data reusables.organizations.billing-settings %} -{% data reusables.dotcom_billing.update_payment_method %} +{% data reusables.dotcom_billing.update_payment_method_organization_account %} 1. Under "Payment method", click **New Card**. ![Screenshot of the "Payment method" section. Below some card details, a link, labeled "New Card", is highlighted with an orange outline.](/assets/images/help/billing/billing-new-card-button.png) {% data reusables.dotcom_billing.enter-payment-info %} diff --git a/data/reusables/dotcom_billing/update_payment_method_organization_account.md b/data/reusables/dotcom_billing/update_payment_method_organization_account.md new file mode 100644 index 0000000000..baf887e767 --- /dev/null +++ b/data/reusables/dotcom_billing/update_payment_method_organization_account.md @@ -0,0 +1,3 @@ +1. At the top of the page, click **Payment information** {% octicon "arrow-right" aria-hidden="true" %}. + + ![Screenshot of the summary section of the billing settings page for an organization. A link, labeled "Payment information", is highlighted with an orange outline.](/assets/images/help/billing/update_payment_method_org.png) diff --git a/data/reusables/dotcom_billing/update_payment_method_personal_account.md b/data/reusables/dotcom_billing/update_payment_method_personal_account.md new file mode 100644 index 0000000000..f6fadb023e --- /dev/null +++ b/data/reusables/dotcom_billing/update_payment_method_personal_account.md @@ -0,0 +1,3 @@ +1. At the top of the page, click **Payment information** {% octicon "arrow-right" aria-hidden="true" %}. + + ![Screenshot of the summary section of the billing settings page for a personal account. A link, labeled "Payment information", is highlighted with an orange outline.](/assets/images/help/billing/update_payment_method_personal_account.png)