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/mollie/configuring-umbraco.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ The following steps are handled within the payment method editor in the Umbraco
37
37
| 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. |
38
38
| Cancel URL | The URL of the page to navigate to if the customer cancels the payment - e.g. `/cart/`|
39
39
| Error URL | The URL of the page to navigate to if there is an error with the payment - e.g. `/error/`|
40
-
| 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).|
41
-
| 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).|
40
+
| Billing Address (Line 1) Property Alias |**\[Mandatory\]** The alias of the property containing line 1 of the billing address. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
41
+
| Billing Address City Property Alias |**\[Mandatory\]** The alias of the property containing the city of the billing address. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
42
42
| Billing Address State Property Alias | The alias of the property containing the state of the billing address - for example state. |
43
-
| 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).|
43
+
| Billing Address Zip Code Property Alias |**\[Mandatory\]** The alias of the property containing the zip code of the billing address. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
44
44
| Test API Key | The test Mollie API key |
45
45
| Live API Key | The live Mollie API key |
46
46
| Test Mode | Toggle indicating whether this provider should run in test mode |
Copy file name to clipboardExpand all lines: commerce-add-ons/payment-providers/stripe/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 - e.g. `/confirmation/`|
30
30
| Cancel URL | The URL of the page to navigate to if the customer cancels the payment - e.g. `/cart/`|
31
31
| Error URL | The URL of the page to navigate to if there is an error with the payment - e.g. `/error/`|
32
-
| 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. |
33
-
| 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. |
34
-
| 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. |
35
-
| 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. |
36
-
| 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. |
32
+
| 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. 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 - e.g. addressLine1. Passed to Stripe 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 - e.g. addressLine1. Passed to Stripe 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 - e.g. addressLine1. Passed to Stripe 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 - e.g. addressLine1. Passed to Stripe for Radar verification. See default aliases [here](https://docs.umbraco.com/umbraco-commerce/key-concepts/properties#order-property-map). |
37
37
| Test Secret Key | The test Stripe secret API key |
38
38
| Test Public Key | The test Stripe public API key |
39
39
| Test Webhook Signing Secret | The test Stripe webhook signing secret |
0 commit comments