Skip to content

Commit

Permalink
Merge pull request #3 from paynl/updateFromPublic
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
woutse authored Oct 3, 2023
2 parents 02f4af8 + f64a6ef commit bf1fd4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This module adds multishipping functionality to the [Pay. Magento2 plugin](https
# Requirements

PHP 7.2 or higher
pay. Magento2 plugin 3.5.2 or higher
Pay. Magento2 plugin 3.7.0 or higher
Tested up to Magento 2.4.6

# Installation
Expand All @@ -24,7 +24,11 @@ On your server's command line, navigate to the installation directory of Magento

```
composer require paynl/magento2-multishipping
```
```
php bin/magento setup:upgrade
```
```
php bin/magento cache:clean
```

Expand Down

0 comments on commit bf1fd4b

Please sign in to comment.