Skip to content

Commit

Permalink
Add missing use statements to debug example
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Nov 22, 2024
1 parent 7d92f78 commit f462ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ The `SellingPartnerApi::seller()` and `SellingPartnerApi::vendor()` builder meth
To get detailed debugging output, you can take advantage of [Saloon's debugging hooks](https://docs.saloon.dev/digging-deeper/debugging). This package is built on top of Saloon, so anything that works in Saloon will work here. For instance, to debug requests:

```php
use Psr\Http\Message\RequestInterface;
use Saloon\Http\PendingRequest;
use SellingPartnerApi\SellingPartnerApi;

$connector = SellingPartnerApi::seller(
Expand Down

0 comments on commit f462ce0

Please sign in to comment.