Skip to content

Commit a508045

Browse files
authored
Merge pull request #6763 from umbracotrd/patch-2
Add links to default property aliases in configure payment provider page
2 parents c769ef7 + 76acdc9 commit a508045

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

commerce-add-ons/payment-providers/klarna/configuring-umbraco.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ The following steps are handled within the payment method editor in the Umbraco
2929
| Continue URL | The URL of the page to navigate to after payment is successful - for example: `/confirmation/` |
3030
| Cancel URL | The URL of the page to navigate to if the customer cancels the payment - for example: `/cart/` |
3131
| Error URL | The URL of the page to navigate to if there is an error with the payment - for example: `/error/` |
32-
| Billing Address (Line 1) Property Alias | The alias of the property containing line 1 of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. |
33-
| Billing Address (Line 2) Property Alias | The alias of the property containing line 2 of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. |
34-
| Billing Address City Property Alias | The alias of the property containing the city of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. |
35-
| Billing Address State Property Alias | The alias of the property containing the state of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. |
36-
| Billing Address Zip Code Property Alias | The alias of the property containing the zip code of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. |
32+
| Billing Address (Line 1) Property Alias | The alias of the property containing line 1 of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
33+
| Billing Address (Line 2) Property Alias | The alias of the property containing line 2 of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
34+
| Billing Address City Property Alias | The alias of the property containing the city of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
35+
| Billing Address State Property Alias | The alias of the property containing the state of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
36+
| Billing Address Zip Code Property Alias | The alias of the property containing the zip code of the billing address - for example: addressLine1. Passed to Klarna for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
3737
| API Region | The Region in which your account is under. Can be either `Europe`, `NorthAmerica` or `Oceana` |
3838
| Test API Username | The Username to use when connecting to the test Klarna API |
3939
| Test API Password | The Password to use when connecting to the test Klarna API |

commerce-add-ons/payment-providers/mollie/configuring-umbraco.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The following steps are handled within the payment method editor in the Umbraco
3737
| Continue URL | The URL of the page to navigate to after payment is successful - e.g. `/confirmation/`. Without a value set, buyers will receive a null exception after they finish paying. |
3838
| Cancel URL | The URL of the page to navigate to if the customer cancels the payment - e.g. `/cart/` |
3939
| Error URL | The URL of the page to navigate to if there is an error with the payment - e.g. `/error/` |
40-
| Billing Address (Line 1) Property Alias | **\[Mandatory\]** The alias of the property containing line 1 of the billing address. By default, you should set it to `billingAddressLine1` unless you [overwrite it in a ui config file](https://docs.umbraco.com/umbraco-commerce/key-concepts/ui-config-files#example-cart-order-editor-config-file).|
41-
| Billing Address City Property Alias | **\[Mandatory\]** The alias of the property containing the city of the billing address. By default, you should set it to `billingCity` unless you [overwrite it in a ui config file](https://docs.umbraco.com/umbraco-commerce/key-concepts/ui-config-files#example-cart-order-editor-config-file).|
40+
| Billing Address (Line 1) Property Alias | **\[Mandatory\]** The alias of the property containing line 1 of the billing address. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
41+
| Billing Address City Property Alias | **\[Mandatory\]** The alias of the property containing the city of the billing address. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
4242
| Billing Address State Property Alias | The alias of the property containing the state of the billing address - for example state. |
43-
| Billing Address Zip Code Property Alias | **\[Mandatory\]** The alias of the property containing the zip code of the billing address. By default, you should set it to `billingZipCode` unless you [overwrite it in a ui config file](https://docs.umbraco.com/umbraco-commerce/key-concepts/ui-config-files#example-cart-order-editor-config-file).|
43+
| Billing Address Zip Code Property Alias | **\[Mandatory\]** The alias of the property containing the zip code of the billing address. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
4444
| Test API Key | The test Mollie API key |
4545
| Live API Key | The live Mollie API key |
4646
| Test Mode | Toggle indicating whether this provider should run in test mode |

commerce-add-ons/payment-providers/stripe/configuring-umbraco.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ The following steps are handled within the payment method editor in the Umbraco
2626

2727
| Name | Description |
2828
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
29-
| Continue URL | The URL of the page to navigate to after payment is successful - e.g. `/confirmation/` |
30-
| Cancel URL | The URL of the page to navigate to if the customer cancels the payment - e.g. `/cart/` |
31-
| Error URL | The URL of the page to navigate to if there is an error with the payment - e.g. `/error/` |
32-
| Billing Address (Line 1) Property Alias | The alias of the property containing line 1 of the billing address - e.g. addressLine1. Passed to Stripe for Radar verification. |
33-
| Billing Address (Line 2) Property Alias | The alias of the property containing line 2 of the billing address - e.g. addressLine1. Passed to Stripe for Radar verification. |
34-
| Billing Address City Property Alias | The alias of the property containing the city of the billing address - e.g. addressLine1. Passed to Stripe for Radar verification. |
35-
| Billing Address State Property Alias | The alias of the property containing the state of the billing address - e.g. addressLine1. Passed to Stripe for Radar verification. |
36-
| Billing Address Zip Code Property Alias | The alias of the property containing the zip code of the billing address - e.g. addressLine1. Passed to Stripe for Radar verification. |
29+
| Continue URL | The URL of the page to navigate to after payment is successful. For example: `/confirmation/` |
30+
| Cancel URL | The URL of the page to navigate to if the customer cancels the payment. For example: `/cart/` |
31+
| Error URL | The URL of the page to navigate to if there is an error with the payment. For example: `/error/` |
32+
| Billing Address (Line 1) Property Alias | The alias of the property containing line 1 of the billing address. For example: addressLine1. Passed to Stripe for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
33+
| Billing Address (Line 2) Property Alias | The alias of the property containing line 2 of the billing address. For example: addressLine1. Passed to Stripe for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
34+
| Billing Address City Property Alias | The alias of the property containing the city of the billing address. For example: addressLine1. Passed to Stripe for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
35+
| Billing Address State Property Alias | The alias of the property containing the state of the billing address. For example: addressLine1. Passed to Stripe for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
36+
| Billing Address Zip Code Property Alias | The alias of the property containing the zip code of the billing address. For example: addressLine1. Passed to Stripe for Radar verification. See default aliases [in the Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
3737
| Test Secret Key | The test Stripe secret API key |
3838
| Test Public Key | The test Stripe public API key |
3939
| Test Webhook Signing Secret | The test Stripe webhook signing secret |

0 commit comments

Comments
 (0)