Skip to content
Merged
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 umbraco-cloud/set-up/new-shop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@

<figure><img src="../../.gitbook/assets/image (37).png" alt="Select Payment Methods"><figcaption><p>Select Payment Methods</p></figcaption></figure>

## Removing credit cards

Once in a while, a credit card will be changed and therefore, there might also be a need to change this in the organization as well.

Check warning on line 37 in umbraco-cloud/set-up/new-shop/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "umbraco-cloud/set-up/new-shop/README.md", "range": {"start": {"line": 37, "column": 1}}}, "severity": "WARNING"}

Sometimes, it is not possible to remove a credit card from the organization right away. The reason for this is that it needs to be removed from the project, as well. In order to do this, you will need to visit the payment section of the project which you can find through the following URL:

Check warning on line 39 in umbraco-cloud/set-up/new-shop/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "umbraco-cloud/set-up/new-shop/README.md", "range": {"start": {"line": 39, "column": 167}}}, "severity": "WARNING"}
'https://www.s1.umbraco.io/project/{project-alias}/payment'.

## Payment and Invoices

On Umbraco Cloud, we are sending out one single invoice with all the projects that you are paying for via email every month.
Expand Down
Loading