Skip to content

Commit

Permalink
Add a link to default property aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
umbracotrd authored Dec 23, 2024
1 parent 4e47eca commit d6a0ca3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions commerce-add-ons/payment-providers/klarna/configuring-umbraco.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d6a0ca3

Please sign in to comment.