Skip to content

Commit d2e832e

Browse files
committed
incorporating feedback
1 parent a9dc95a commit d2e832e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/app-development/extension-compatibility.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ For older versions of the starter kit, check if your code is adapted as follows:
6767
"magento/commerce-backend-sdk": "3.0.0 as 2.0.0"
6868
```
6969
70-
- &#8203;<Edition name="saas" /> The Admin UI SDK and IMS modules are already configured. The [Admin interface](../admin-ui-sdk/configuration.md) works the same as it does in PaaS. To enable Adobe authentication for actions called by the SPA, you can obtain IMS tokens that work in both PaaS and SaaS by using the following.
70+
- &#8203;<Edition name="saas" /> The Admin UI SDK and IMS modules are already configured. The [Admin interface](../admin-ui-sdk/configuration.md) works the same as it does in PaaS.
71+
- To enable Adobe authentication for actions called by the SPA, you can obtain IMS tokens that work in both PaaS and SaaS by using the following:
7172
7273
```javascript
7374
if (props.ims?.token) {
@@ -98,5 +99,5 @@ For older versions of the starter kit, check if your code is adapted as follows:
9899
99100
## Storefront integration and testing
100101
101-
- &#8203;<Edition name="paas" /> Requires additional configuration for [EDS Storefront](https://experienceleague.adobe.com/developer/commerce/storefront/get-started/), such as the Catalog and Storefront Compatibility Package.
102-
- &#8203;<Edition name="saas" /> Does not provide the Luma Storefront but offers Admin and APIs. Instead, you can use the [EDS Storefront to connect to your Commerce instance](https://experienceleague.adobe.com/en/docs/commerce/cloud-service/storefront).
102+
- &#8203;<Edition name="paas" /> [EDS Storefronts](https://experienceleague.adobe.com/developer/commerce/storefront/get-started/) require additional configuration, such as the Catalog and Storefront Compatibility Package. PaaS also provides the [Luma Storefront](https://experienceleague.adobe.com/docs/commerce/frontend/guide/storefront/luma.html), which is not available in SaaS.
103+
- &#8203;<Edition name="saas" /> You can use the [EDS Storefront to connect to your Commerce instance](https://experienceleague.adobe.com/en/docs/commerce/cloud-service/storefront) without installing any modules. SaaS environments do not have access to the Luma Storefront.

0 commit comments

Comments
 (0)