From f462ce02fe80988b42c401f413dab94b2d11ee32 Mon Sep 17 00:00:00 2001 From: jesse Date: Fri, 22 Nov 2024 11:30:42 -0500 Subject: [PATCH] Add missing use statements to debug example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b0c1e009..e2328ce07 100644 --- a/README.md +++ b/README.md @@ -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(