Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianImrich committed Nov 23, 2016
1 parent 783e44c commit 4e51eba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Laravel-GoPay-SDK
====================
Laravel GoPay SDK
=================
### Docs

* [Installation](#installation)
Expand Down Expand Up @@ -92,7 +92,9 @@ You can log every Http request and response that GoPay make to api by using log
```php
\GoPay::log(function($request, $response){
\Log::info("{$request->method} {$request->url} -> {$response->statusCode}");
})->lang($user->locale)->scope('ALL')->refundPayment(...);
})->lang($user->locale)
->scope('ALL')
->refundPayment(...);
```
### All methods from official SDK working
https://doc.gopay.com/en/?php#establishment-of-payment
Expand Down

0 comments on commit 4e51eba

Please sign in to comment.