@blockbee/api
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -254,9 +254,7 @@ /** | ||
const headers = new Headers({ | ||
referer: this.#baseURL | ||
}) | ||
const fetchParams = { | ||
method: 'GET', | ||
headers, | ||
headers: { | ||
referer: this.#baseURL | ||
}, | ||
credentials: 'include' | ||
@@ -263,0 +261,0 @@ } |
{ | ||
"name": "@blockbee/api", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "BlockBee's Library for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -123,1 +123,4 @@ [<img src="https://blockbee.io/static/assets/images/blockbee_logo_nospaces.png" width="300"/>](image.png) | ||
* Minor fixes | ||
#### 1.0.4 | ||
* Minor fixes |
@@ -26,3 +26,5 @@ const BlockBee = require('./index') | ||
test('Test getting logs', async (t) => { | ||
const bb = new BlockBee('polygon_matic', '', 'https://webhook.site/19a994f1-54eb-47dc-8516-4107851f9a5s', {}, { | ||
const bb = new BlockBee('polygon_matic', '', 'https://webhook.site/19a994f1-54eb-47dc-8516-4107851f9a5s', { | ||
order_id: 1235, | ||
}, { | ||
convert: 1, | ||
@@ -29,0 +31,0 @@ multi_chain: 1, |
15395
263
126