Skip to content

Commit 48f282e

Browse files
jhadobekeharper
andauthored
Apply suggestions from code review
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent b6f7841 commit 48f282e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/starter-kit/integration/create-integration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ A Commerce integration generates the consumer key, consumer secret, access token
111111

112112
<InlineAlert variant="info" slots="text"/>
113113

114-
This section applies to Adobe Commerce on-premises and Adobe Commerce on cloud infrastructure (PaaS) customers only. For Adobe Commerce as a Cloud Service (SaaS) customers, see [Create an integration in Adobe Commerce as a Cloud Service](#create-an-integration-in-adobe-commerce-as-a-cloud-service).
114+
This section applies to **PaaS** customers only. For **SaaS** customers, see [Create an integration in Adobe Commerce as a Cloud Service](#create-an-integration-in-adobe-commerce-as-a-cloud-service).
115115

116116
Use the following steps to create and activate an integration.
117117

@@ -143,13 +143,13 @@ To configure authentication for Adobe Commerce as a Cloud Service (SaaS), you ne
143143

144144
<InlineAlert variant="info" slots="text"/>
145145

146-
This section applies to Adobe Commerce as a Cloud Service (**SaaS**) customers only. For Adobe Commerce on-premises and Adobe Commerce on cloud infrastructure (**PaaS**) customers, see [Create an integration in Adobe Commerce](#create-an-integration-in-adobe-commerce-paas-only).
146+
This section applies to **SaaS** customers only. For **PaaS** customers, see [Create an integration in Adobe Commerce](#create-an-integration-in-adobe-commerce-paas-only).
147147

148148
1. In the [Adobe Developer Console](https://developer.adobe.com/console):
149149

150150
1. Navigate to your project or create a new one.
151151

152-
1. Add the **I/O Management API** t enable server-to-server authentication capabilities. For more information, refer to [server-to-server authentication](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation#setting-up-the-oauth-server-to-server-credential/).
152+
1. Add the **I/O Management API** to enable server-to-server authentication capabilities. For more information, refer to [server-to-server authentication](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation#setting-up-the-oauth-server-to-server-credential/).
153153

154154
1. Store the credentials from Adobe Developer Console in the integration starter kit's `.env` file. The following values are required:
155155

@@ -161,7 +161,7 @@ This section applies to Adobe Commerce as a Cloud Service (**SaaS**) customers o
161161

162162
The following values are optional:
163163

164-
```dotenv
164+
```text
165165
OAUTH_HOST=<string> # default: https://ims-na1.adobelogin.com
166166
```
167167

@@ -191,7 +191,7 @@ Use the following steps to download and configure the Adobe Commerce integration
191191

192192
1. Fill in the values in the `.env` file. The file describes where you can find the values for each environment variable. The following values are required:
193193

194-
```terminal
194+
```text
195195
COMMERCE_CONSUMER_KEY=
196196
COMMERCE_CONSUMER_SECRET=
197197
COMMERCE_ACCESS_TOKEN=

0 commit comments

Comments
 (0)