Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed typos
  • Loading branch information
nuryagdym authored Aug 8, 2024
1 parent 2f1cd18 commit 164aa33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ Test ortamda geliştirecekseniz test ayarları da kopyalanız:
```sh
$ cp ./vendor/mews/pos/config/pos_test.php ./pos_test_ayarlar.php
```
Kopyaladıktan sonra ayarlardaki kullanmayacagığınız banka ayarları silebilirsiniz.
Kopyaladıktan sonra ayarlardaki kullanmayacağınız banka ayarları silebilirsiniz.

Bundan sonra `Pos` nesnemizi, yeni ayarlarımıza göre oluşturup kullanmamız gerekir.
Örnek:
```php
$yeniAyarlar = require __DIR__ . '/pos_prod_ayarlar.php';
// veya ortamı için $yeniAyarlar = require __DIR__ . '/pos_test_ayarlar.php';
// veya test ortamı için $yeniAyarlar = require __DIR__ . '/pos_test_ayarlar.php';

$pos = \Mews\Pos\Factory\PosFactory::createPosGateway($account, $yeniAyarlar, $eventDispatcher);
```
Expand Down

0 comments on commit 164aa33

Please sign in to comment.