Skip to content

Commit

Permalink
GITBOOK-93: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSadlerUK authored and gitbook-bot committed Feb 29, 2024
1 parent 0b269f6 commit f85f70b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@
* [Installation](synchronising/usync/installation.md)
* [Synchronising Changes](synchronising/usync/synchronising-changes.md)

## ✉️ Umbraco Forms

* [Workflow](umbraco-forms/workflow.md)

## 🏗️ Source Code Repositories

* [UmbCheckout](https://github.com/UmbHost/UmbCheckout)
Expand Down
15 changes: 15 additions & 0 deletions umbraco-forms/workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Workflow

{% hint style="info" %}
UmbCheckout.Stripe.Forms requires UmbCheckout V1.4+
{% endhint %}

A workflow for Umbraco Forms that will redirect the user to the Stripe Checkout payment page.

The UmbCheckout.Stripe.Forms package is installed using the NuGet package manager using the below command:

```
dotnet add package UmbCheckout.Stripe.Forms
```

Alternatively, you can install using the NuGet package manager GUI within Visual Studio.

0 comments on commit f85f70b

Please sign in to comment.