diff --git a/docs/misc/changelog.md b/docs/misc/changelog.md index 6b1d09a..8008c9c 100644 --- a/docs/misc/changelog.md +++ b/docs/misc/changelog.md @@ -5,6 +5,10 @@ sidebar_position: 1 --- This log was starting +## Version 1.1.3 - 12.09.2023 + +* Fix create checkout for subscriptions + ## Version 1.1.2 - 11.09.2023 * Add the ability to create a hosted checkout via the application diff --git a/docs/user/hosted_checkouts/create.md b/docs/user/hosted_checkouts/create.md new file mode 100644 index 0000000..32068d9 --- /dev/null +++ b/docs/user/hosted_checkouts/create.md @@ -0,0 +1,22 @@ +--- +title: Create Checkout +sidebar_label: Create +sidebar_position: 3 +--- +Creating a hosted checkout is something you may + +## Permissions + +To be able to create subscription for a customer via the BillaBear admin system you will need to have a ROLE of Account Manager or higher. + +[Check the user roles here.](../user_roles/) + +## How To + +### Step 1. Click Create + +![Click Create](./create_screenshots/1_click_create.png) + +### Step 2. Create default basket + +![Input Email](./create_screenshots/2_form.png) \ No newline at end of file diff --git a/docs/user/hosted_checkouts/create_screenshots/1_click_create.png b/docs/user/hosted_checkouts/create_screenshots/1_click_create.png new file mode 100644 index 0000000..b7b3caa Binary files /dev/null and b/docs/user/hosted_checkouts/create_screenshots/1_click_create.png differ diff --git a/docs/user/hosted_checkouts/create_screenshots/2_form.png b/docs/user/hosted_checkouts/create_screenshots/2_form.png new file mode 100644 index 0000000..9708432 Binary files /dev/null and b/docs/user/hosted_checkouts/create_screenshots/2_form.png differ diff --git a/docs/user/hosted_checkouts/index.md b/docs/user/hosted_checkouts/index.md new file mode 100644 index 0000000..8354ac9 --- /dev/null +++ b/docs/user/hosted_checkouts/index.md @@ -0,0 +1,13 @@ +--- +title: Hosted Checkouts +sidebar_label: Hosted Checkouts +sidebar_position: 8 +--- +A customer is an entity that is used for billing. It can be a company or a person. + +## Actions + +* [Create Checkout](./create) +* Update Customer +* [Disable/Enable Customer](./enable_disable) +* [Search Customer](./search_customers) \ No newline at end of file