Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/en/seameet/seameet-manual/billing-and-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ In the **Usage** section, you can see the details of your usage. Your monthly us
## Billing History - Invoices

In the **Billing History** section, you can see the details of your past billing history. Click on the Download icon to download the invoice in PDF format.

## Cancel Your Subscription Plan
In the **Edit Plan** page you may cancel your plan by clicking **Manage Billing and Invoice**
<img width="638" height="389" alt="seameet-manage -billing" src="https://github.com/user-attachments/assets/5e166af8-903a-42d3-b87a-a0d66e436a85" />

Then click on **Cancel Subscription** to cancel your subscription plan.
<img width="695" height="271" alt="seameet-cancel" src="https://github.com/user-attachments/assets/a512334f-58ca-46f8-b612-0cd2a6448c18" />
Comment on lines +57 to +60
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are a couple of issues with the images:

  1. Image Hosting: The images are linked from github.com/user-attachments. These URLs can be temporary and may not be accessible to all users, which could lead to broken images in the documentation. For long-term stability, please add these images to the repository (e.g., in a path like /static/images/seameet-en/billing-and-subscription/) and use relative paths, similar to other images in this file.
  2. Alt Text: The alt text for the first image (seameet-manage -billing) appears to have an extra space. It should probably be seameet-manage-billing for consistency and correctness.