Skip to content

Commit

Permalink
Add host checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Sep 12, 2023
1 parent 1db9921 commit c56b374
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/misc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions docs/user/hosted_checkouts/create.md
Original file line number Diff line number Diff line change
@@ -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)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/user/hosted_checkouts/index.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c56b374

Please sign in to comment.