-
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-32: change request with no subject merged in GitBook
- Loading branch information
1 parent
c4aa40e
commit 32e059a
Showing
24 changed files
with
143 additions
and
64 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
11 changes: 0 additions & 11 deletions
11
payment-providers/addons/notifications/onstripetaxratedeletednotification.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
payment-providers/addons/notifications/onstripetaxratesavednotification.md
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
payment-providers/addons/property-editors/tax-rates-property-editor.md
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
...ent-providers/stripe/addons/notifications/onstripetaxratedeletednotification.md
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,11 @@ | ||
--- | ||
description: Notification which is triggered a Stripe Tax Rate is deleted | ||
--- | ||
|
||
# OnStripeTaxRateDeletedNotification | ||
|
||
The following properties are available within the notification | ||
|
||
| Property Name | Type | | ||
| ------------- | -------------------------------------------- | | ||
| TaxRate | [TaxRate](../../object-reference/taxrate.md) | |
11 changes: 11 additions & 0 deletions
11
payment-providers/stripe/addons/notifications/onstripetaxratesavednotification.md
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,11 @@ | ||
--- | ||
description: Notification which is triggered a Stripe Tax Rate is saved | ||
--- | ||
|
||
# OnStripeTaxRateSavedNotification | ||
|
||
The following properties are available within the notification | ||
|
||
| Property Name | Type | | ||
| ------------- | -------------------------------------------- | | ||
| TaxRate | [TaxRate](../../object-reference/taxrate.md) | |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
payment-providers/stripe/addons/property-editors/tax-rates-property-editor.md
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,5 @@ | ||
# Tax Rates Property Editor | ||
|
||
The Tax Rates property editor allows you to assign a [TaxRate](../../object-reference/taxrate.md) to a product which is used to calculate owed tax during the checkout | ||
|
||
<figure><img src="../../../../.gitbook/assets/TaxRatePropertyEditor.png" alt=""><figcaption></figcaption></figure> |
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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,7 @@ | ||
--- | ||
description: Documentation for the uSync Stripe Addon package | ||
--- | ||
|
||
# uSync | ||
|
||
The uSync Stripe package allows for the import and export of the Stripe Tax Rates between environments |
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,13 @@ | ||
--- | ||
description: Installing uSync Stripe | ||
--- | ||
|
||
# Installation | ||
|
||
The uSync Stripe package is installed using the NuGet package manager using the below command: | ||
|
||
``` | ||
dotnet add package UmbCheckout.Stripe.Addons.uSync | ||
``` | ||
|
||
Alternatively, you can install using the NuGet package manager GUI within Visual Studio. |
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
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,7 @@ | ||
--- | ||
description: Documentation for the uSync Stripe Addon package | ||
--- | ||
|
||
# uSync | ||
|
||
The uSync Stripe package allows for the import and export of the Stripe Shipping Rates between environments |
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,13 @@ | ||
--- | ||
description: Installing uSync Stripe | ||
--- | ||
|
||
# Installation | ||
|
||
The uSync Stripe package is installed using the NuGet package manager using the below command: | ||
|
||
``` | ||
dotnet add package UmbCheckout.Stripe.uSync | ||
``` | ||
|
||
Alternatively, you can install using the NuGet package manager GUI within Visual Studio. |
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,7 @@ | ||
--- | ||
description: Documentation for the uSync Addon package | ||
--- | ||
|
||
# uSync | ||
|
||
The uSync package allows for the import and export of the UmbCheckout configuration between environments |
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,13 @@ | ||
--- | ||
description: Installing uSync | ||
--- | ||
|
||
# Installation | ||
|
||
The uSync package is installed using the NuGet package manager using the below command: | ||
|
||
``` | ||
dotnet add package UmbCheckout.uSync | ||
``` | ||
|
||
Alternatively, you can install using the NuGet package manager GUI within Visual Studio. |
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,7 @@ | ||
# Synchronising Changes | ||
|
||
Once installed uSync will create config files on disk in the uSync folder alongside other uSync content. | ||
|
||
These files should be committed to your repository and transferred between environments. | ||
|
||
Depending on your uSync configuration the importing and exporting may occur either manually or automatically. |