Skip to content

Commit

Permalink
Update canary
Browse files Browse the repository at this point in the history
  • Loading branch information
timuric committed Jun 17, 2024
1 parent 3d20768 commit 689d8eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/developer/channels/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ sidebar_label: Configuration
- **Order expiration**: Set how long the order will be valid.
- **Slug:** Channel slug is used to query the channel. Some web shops might use it as part of the URL.
- **Channel name**: Name of the channel, intended for internal use but can be also made public via API.
- **Allow unpaid orders**: [learn more](#allow-unpaid-orders)
- **Authorization**: When authorization mode is enabled, checkout payments will be authorized but not captured, this means that capturing process would need to be done manually in the dashboard or via API after the order is created.

### Allow unpaid orders

The following mutations would allow to create orders without payment:

[checkoutComplete](api-reference/checkout/mutations/checkout-complete)

[orderMarkAsPaid](api-reference/order/mutations/order-mark-as-paid)

Which means the admins would also be able to create orders without payment via the dashboard.

### Exemplary setup

Expand Down
2 changes: 1 addition & 1 deletion docs/developer/channels/lifecycle.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Channels lifecycle
sidebar_label: lifecycle
sidebar_label: Lifecycle
---

### Channels lifecycle
Expand Down

0 comments on commit 689d8eb

Please sign in to comment.