Skip to content

Commit

Permalink
CamelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Mar 1, 2024
1 parent f5e3b2f commit 943d2d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

1. Go to Magento2 root directory.

2. Copy plugin files to `app/code/tpaycom/magento2basic`.
2. Copy plugin files to `app/code/TpayCom/Magento2Basic`.

3. If you have already installed the [`magento2cards`](https://github.com/tpay-com/tpay-magento2-cards) module, you can skip this step.
Download and copy required library [`tpay-php`](https://github.com/tpay-com/tpay-php) to `app/code` directory. In the result you should have 2 directories in `app/code` - `tpaycom` and `tpayLibs`.
Download and copy required library [`tpay-php`](https://github.com/tpay-com/tpay-php) to `app/code` directory. In the result you should have 2 directories in `app/code` - `TpayCom` and `tpayLibs`.

4. Execute following commands to enable module:
```console
php bin/magento module:enable tpaycom_magento2basic
php bin/magento module:enable TpayCom_Magento2Basic
php bin/magento setup:upgrade
```

Expand All @@ -32,12 +32,12 @@

1. Execute following command to download module:
```console
composer require tpaycom/magento2basic
composer require TpayCom/Magento2Basic
```

2. Execute following commands to enable module:
```console
php bin/magento module:enable tpaycom_magento2basic
php bin/magento module:enable TpayCom_Magento2Basic
php bin/magento setup:upgrade
```

Expand Down
10 changes: 5 additions & 5 deletions README_PL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Moduł Magento2 bramki płatności [Tpay](https://tpay.com).

1. Przejdź do katalogu głównego Magento2.

2. Skopiuj pliki wtyczki do `app/code/tpaycom/magento2basic`.
2. Skopiuj pliki wtyczki do `app/code/TpayCom/Magento2Basic`.

3. Jeśli masz już zainstalowany moduł [`magento2cards`](https://github.com/tpay-com/tpay-magento2-cards), możesz pominąć ten krok.
Pobierz i skopiuj wymaganą bibliotekę [`tpay-php`](https://github.com/tpay-com/tpay-php) do katalogu `app/code`. W rezultacie powinieneś/powinnaś mieć 2 katalogi w `app/code` - `tpaycom` oraz `tpayLibs`.
Pobierz i skopiuj wymaganą bibliotekę [`tpay-php`](https://github.com/tpay-com/tpay-php) do katalogu `app/code`. W rezultacie powinieneś/powinnaś mieć 2 katalogi w `app/code` - `TpayCom` oraz `tpayLibs`.

4. Wykonaj następujące polecenia, aby włączyć moduł:
```console
php bin/magento module:enable tpaycom_magento2basic
php bin/magento module:enable TpayCom_Magento2Basic
php bin/magento setup:upgrade
```

Expand All @@ -32,12 +32,12 @@ Moduł Magento2 bramki płatności [Tpay](https://tpay.com).

1. Wykonaj następujące polecenie, aby pobrać moduł:
```console
composer require tpaycom/magento2basic
composer require TpayCom/Magento2Basic
```

2. Wykonaj następujące polecenia, aby włączyć moduł:
```console
php bin/magento module:enable tpaycom_magento2basic
php bin/magento module:enable TpayCom_Magento2Basic
php bin/magento setup:upgrade
```

Expand Down

0 comments on commit 943d2d7

Please sign in to comment.