Skip to content

Commit 241d3fd

Browse files
committed
Minor note in README
1 parent 09d78b0 commit 241d3fd

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
@@ -265,6 +265,8 @@ const paymentRequest: checkout.PaymentRequest = await checkout.ObjectSerializer.
265265

266266
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.
267267

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

270272
``` javascript

0 commit comments

Comments
 (0)