Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjoy committed Jan 27, 2023
1 parent d8d419e commit c9d5c2a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,22 @@ public/vendor/payu
php artisan vendor:publish --tag=payu-public --force
```

## Testuj

### Dodaj w phpunit.xml

```xml
<testsuite name="Payu">
<directory suffix="Test.php">./vendor/atomjoy/payu/tests/Payu</directory>
</testsuite>
```

### Tests only with config(['payu.env' => 'sandbox'])

```sh
php artisan test --testsuite=Payu --stop-on-failure
```

# Laravel PayU Api

Wyłączyć w panelu administracyjnym PayU automatyczny odbiór płatności jeśli chcesz potwierdzać płatności ręcznie dla statusu WAITING_FOR_CONFIRMATION na COMPLETED lub CANCELED.
Expand Down

0 comments on commit c9d5c2a

Please sign in to comment.