-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-93: change request with no subject merged in GitBook
- Loading branch information
1 parent
0b269f6
commit f85f70b
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |