From d6a0ca3aa5960a572e190e5058fdb817865c3d0a Mon Sep 17 00:00:00 2001 From: Dinh Tran Date: Mon, 23 Dec 2024 11:19:36 +0700 Subject: [PATCH] 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 |