Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to default property aliases in configure payment provider page #6762

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading