From d6a0ca3aa5960a572e190e5058fdb817865c3d0a Mon Sep 17 00:00:00 2001 From: Dinh Tran Date: Mon, 23 Dec 2024 11:19:36 +0700 Subject: [PATCH 1/6] Add a link to default property aliases --- .../payment-providers/klarna/configuring-umbraco.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md b/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md index 7e260784e4a..7054300a389 100644 --- a/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md @@ -29,11 +29,11 @@ The following steps are handled within the payment method editor in the Umbraco | Continue URL | The URL of the page to navigate to after payment is successful - for example: `/confirmation/` | | Cancel URL | The URL of the page to navigate to if the customer cancels the payment - for example: `/cart/` | | Error URL | The URL of the page to navigate to if there is an error with the payment - for example: `/error/` | -| 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. | -| 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. | -| 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. | -| 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. | -| 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. | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | | API Region | The Region in which your account is under. Can be either `Europe`, `NorthAmerica` or `Oceana` | | Test API Username | The Username to use when connecting to the test Klarna API | | Test API Password | The Password to use when connecting to the test Klarna API | From 5591e1743b0b71338fd0be4e6a27d2303075c88a Mon Sep 17 00:00:00 2001 From: Dinh Tran Date: Mon, 23 Dec 2024 11:28:21 +0700 Subject: [PATCH 2/6] Update links to default order property mapping for v15 --- .../payment-providers/mollie/configuring-umbraco.md | 6 +++--- .../payment-providers/stripe/configuring-umbraco.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/commerce-add-ons/payment-providers/mollie/configuring-umbraco.md b/commerce-add-ons/payment-providers/mollie/configuring-umbraco.md index f5eb9149901..9302378cb8f 100644 --- a/commerce-add-ons/payment-providers/mollie/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/mollie/configuring-umbraco.md @@ -37,10 +37,10 @@ The following steps are handled within the payment method editor in the Umbraco | 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. | | Cancel URL | The URL of the page to navigate to if the customer cancels the payment - e.g. `/cart/` | | Error URL | The URL of the page to navigate to if there is an error with the payment - e.g. `/error/` | -| 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).| -| 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).| +| Billing Address (Line 1) Property Alias | **\[Mandatory\]** The alias of the property containing line 1 of the billing address. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| Billing Address City Property Alias | **\[Mandatory\]** The alias of the property containing the city of the billing address. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | | Billing Address State Property Alias | The alias of the property containing the state of the billing address - for example state. | -| 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).| +| Billing Address Zip Code Property Alias | **\[Mandatory\]** The alias of the property containing the zip code of the billing address. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | | Test API Key | The test Mollie API key | | Live API Key | The live Mollie API key | | Test Mode | Toggle indicating whether this provider should run in test mode | diff --git a/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md b/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md index 59f780cafeb..14ae3450497 100644 --- a/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md @@ -29,11 +29,11 @@ The following steps are handled within the payment method editor in the Umbraco | Continue URL | The URL of the page to navigate to after payment is successful - e.g. `/confirmation/` | | Cancel URL | The URL of the page to navigate to if the customer cancels the payment - e.g. `/cart/` | | Error URL | The URL of the page to navigate to if there is an error with the payment - e.g. `/error/` | -| 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. | -| 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. | -| 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. | -| 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. | -| 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. | +| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | | Test Secret Key | The test Stripe secret API key | | Test Public Key | The test Stripe public API key | | Test Webhook Signing Secret | The test Stripe webhook signing secret | From 0a217c469a6da898fe8f4e23b3bb6b3b45fdfda3 Mon Sep 17 00:00:00 2001 From: Dinh Tran Date: Wed, 25 Dec 2024 10:56:19 +0700 Subject: [PATCH 3/6] clear vale warnings --- .../stripe/configuring-umbraco.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md b/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md index 14ae3450497..eebb5f97513 100644 --- a/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md @@ -26,14 +26,14 @@ The following steps are handled within the payment method editor in the Umbraco | Name | Description | | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| Continue URL | The URL of the page to navigate to after payment is successful - e.g. `/confirmation/` | -| Cancel URL | The URL of the page to navigate to if the customer cancels the payment - e.g. `/cart/` | -| Error URL | The URL of the page to navigate to if there is an error with the payment - e.g. `/error/` | -| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| Continue URL | The URL of the page to navigate to after payment is successful. For example: `/confirmation/` | +| Cancel URL | The URL of the page to navigate to if the customer cancels the payment. For example: `/cart/` | +| Error URL | The URL of the page to navigate to if there is an error with the payment. For example: `/error/` | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | | Test Secret Key | The test Stripe secret API key | | Test Public Key | The test Stripe public API key | | Test Webhook Signing Secret | The test Stripe webhook signing secret | From 53125af1dfaf70f5065cf1736dcd528c49435c5f Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 6 Jan 2025 13:36:02 +0100 Subject: [PATCH 4/6] Don't use here as link text --- .../payment-providers/klarna/configuring-umbraco.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md b/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md index 7054300a389..6cbc4a18596 100644 --- a/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/klarna/configuring-umbraco.md @@ -29,11 +29,11 @@ The following steps are handled within the payment method editor in the Umbraco | Continue URL | The URL of the page to navigate to after payment is successful - for example: `/confirmation/` | | Cancel URL | The URL of the page to navigate to if the customer cancels the payment - for example: `/cart/` | | Error URL | The URL of the page to navigate to if there is an error with the payment - for example: `/error/` | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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). | +| 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). | +| 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). | +| 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). | +| 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). | | API Region | The Region in which your account is under. Can be either `Europe`, `NorthAmerica` or `Oceana` | | Test API Username | The Username to use when connecting to the test Klarna API | | Test API Password | The Password to use when connecting to the test Klarna API | From 677711ee2baf858087a4f86d53ccb28f117f88f5 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 6 Jan 2025 13:36:38 +0100 Subject: [PATCH 5/6] Don't use here as link text --- .../payment-providers/mollie/configuring-umbraco.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commerce-add-ons/payment-providers/mollie/configuring-umbraco.md b/commerce-add-ons/payment-providers/mollie/configuring-umbraco.md index 9302378cb8f..9af3bfa6bb2 100644 --- a/commerce-add-ons/payment-providers/mollie/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/mollie/configuring-umbraco.md @@ -37,10 +37,10 @@ The following steps are handled within the payment method editor in the Umbraco | 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. | | Cancel URL | The URL of the page to navigate to if the customer cancels the payment - e.g. `/cart/` | | Error URL | The URL of the page to navigate to if there is an error with the payment - e.g. `/error/` | -| Billing Address (Line 1) Property Alias | **\[Mandatory\]** The alias of the property containing line 1 of the billing address. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| Billing Address City Property Alias | **\[Mandatory\]** The alias of the property containing the city of the billing address. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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). | +| 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). | | Billing Address State Property Alias | The alias of the property containing the state of the billing address - for example state. | -| Billing Address Zip Code Property Alias | **\[Mandatory\]** The alias of the property containing the zip code of the billing address. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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). | | Test API Key | The test Mollie API key | | Live API Key | The live Mollie API key | | Test Mode | Toggle indicating whether this provider should run in test mode | From 76acdc97f67f0492c2732d18b76639e744dd84ed Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 6 Jan 2025 13:37:15 +0100 Subject: [PATCH 6/6] Don't use here as link text --- .../payment-providers/stripe/configuring-umbraco.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md b/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md index eebb5f97513..558790df972 100644 --- a/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md +++ b/commerce-add-ons/payment-providers/stripe/configuring-umbraco.md @@ -29,11 +29,11 @@ The following steps are handled within the payment method editor in the Umbraco | Continue URL | The URL of the page to navigate to after payment is successful. For example: `/confirmation/` | | Cancel URL | The URL of the page to navigate to if the customer cancels the payment. For example: `/cart/` | | Error URL | The URL of the page to navigate to if there is an error with the payment. For example: `/error/` | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | -| 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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). | +| 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). | +| 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). | +| 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). | +| 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). | +| 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). | | Test Secret Key | The test Stripe secret API key | | Test Public Key | The test Stripe public API key | | Test Webhook Signing Secret | The test Stripe webhook signing secret |