Skip to content

Commit 1d89cb5

Browse files
committed
Minor note in README
1 parent be0d190 commit 1d89cb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ const paymentRequest: checkout.PaymentRequest = await checkout.ObjectSerializer.
264264

265265
By default, [Node.js https](https://nodejs.org/api/https.html) is used to make API requests. Alternatively, you can set a custom `HttpClient` for your `Client` object.
266266

267+
**Note**: when using your custom `HttpClient`, you must define all required properties (API key, content-type, timeouts, etc..)
268+
267269
For example, to set `axios` as your HTTP client:
268270

269271
``` javascript

0 commit comments

Comments
 (0)