Skip to content

Commit 558fe24

Browse files
authored
Merge branch 'main' into revise-webhooks
2 parents ac9c8c1 + 488f42e commit 558fe24

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/pages/starter-kit/checkout/shipping-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more ideas on how you can use the shipping module, refer to [shipping use ca
1717
## Prerequisites
1818

1919
* Adobe Commerce on cloud infrastructure or on-premises: 2.4.5+
20-
* PHP 8.2+
20+
* PHP 8.1+
2121
* Magento Open Source is not supported.
2222

2323
## Installation

src/pages/starter-kit/checkout/tax-install.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ For more ideas on how you can use the tax module, refer to [tax use cases](./tax
1616

1717
## Prerequisites
1818

19-
* Adobe Commerce on cloud infrastructure or on-premises: 2.4.6+
20-
* PHP 8.2+
19+
* Adobe Commerce on cloud infrastructure or on-premises: 2.4.5+
20+
* PHP 8.1+
2121
* Magento Open Source is not supported.
2222

2323
## Installation
@@ -27,9 +27,15 @@ For more ideas on how you can use the tax module, refer to [tax use cases](./tax
2727
To enable out-of-process tax management in Adobe Commerce, install the `magento/module-out-of-process-tax-management` module using the following command:
2828

2929
```bash
30-
composer require magento/module-out-of-process-tax-management --with-dependencies
30+
composer require magento/module-out-of-process-tax-management --with-dependencies
3131
```
3232

33+
For Adobe Commerce version 2.4.5, run the following command if you encounter any issues during `magento setup:install` process:
34+
35+
```bash
36+
magento setup:di:compile
37+
````
38+
3339
## Configuration
3440

3541
The checkout starter kit provides the [`create-tax-integrations`](https://github.com/adobe/commerce-checkout-starter-kit/blob/main/scripts/create-tax-integrations.js) script to help configure Adobe Commerce. It reads the tax integrations configuration from the `tax-integrations.yaml` file and creates tax integrations in Adobe Commerce.

0 commit comments

Comments
 (0)