Skip to content

Commit bb4cbb2

Browse files
authored
Merge pull request #7653 from umbraco/commerce-fix
Added missing backticks.
2 parents f257c0d + 745ade6 commit bb4cbb2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

commerce-add-ons/payment-providers/worldpay/configuring-worldpay.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,22 @@ description: >-
77
# Configure Worldpay
88

99
## Step 1: Register with Worldpay
10+
1011
1. Go to [Worldpay Documentation](https://docs.worldpay.com/apis/bg350) and follow the registration instructions.
1112

1213
2. Obtain your **Installation ID** following the documentation.
1314

1415
## Step 2: Enable Payment Responses
1516

16-
1. Follow the [Enable Payment Responses Documentation](https://docs.worldpay.com/apis/bg350/enablepaymentresponses) to enable Payment Responses.
17+
1. Follow the [Enable Payment Responses Documentation](https://docs.worldpay.com/apis/bg350/enablepaymentresponses) to enable Payment Responses.
1718
2. Configure the response URL as follows:
1819

1920
```bash
2021
https://{store_domain}/umbraco/commerce/payment/callback/worldpay-bs350/{payment_method_id}/
22+
```
2123

2224
## Step 3: Enable Enhanced Security
2325

24-
1. Follow the [Enhancing Security with MD5 Documentation](https://docs.worldpay.com/apis/bg350/enhancing-security-with-md5) to configure advanced security.
26+
1. Follow the [Enhancing Security with MD5 Documentation](https://docs.worldpay.com/apis/bg350/enhancing-security-with-md5) to configure advanced security.
2527

26-
2. When setting up Enhanced Security, you will be asked to configure an **MD5 secret**. Remember it for later.
28+
2. When setting up Enhanced Security, you will be asked to configure an **MD5 secret**. Remember it for later.

0 commit comments

Comments
 (0)