Skip to content

Commit

Permalink
Merge pull request #6763 from umbracotrd/patch-2
Browse files Browse the repository at this point in the history
Add links to default property aliases in configure payment provider page
  • Loading branch information
sofietoft authored Jan 6, 2025
2 parents c769ef7 + 76acdc9 commit a508045
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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 [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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 [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. 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 [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 |
Expand Down
16 changes: 8 additions & 8 deletions commerce-add-ons/payment-providers/stripe/configuring-umbraco.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
| 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. |
| 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 [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 |
Expand Down

0 comments on commit a508045

Please sign in to comment.