You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commerce-add-ons/payment-providers/klarna/configuring-umbraco.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ The following steps are handled within the payment method editor in the Umbraco
29
29
| Continue URL | The URL of the page to navigate to after payment is successful - for example: `/confirmation/`|
30
30
| Cancel URL | The URL of the page to navigate to if the customer cancels the payment - for example: `/cart/`|
31
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 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 [here](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 [here](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 [here](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 [here](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 [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
37
37
| API Region | The Region in which your account is under. Can be either `Europe`, `NorthAmerica` or `Oceana`|
38
38
| Test API Username | The Username to use when connecting to the test Klarna API |
39
39
| Test API Password | The Password to use when connecting to the test Klarna API |
0 commit comments