Skip to content

Commit d7ca7b3

Browse files
authored
web-320 add provider_parameters param
2 parents dd137dc + e1157de commit d7ca7b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global window */
22
'use strict'
33

4-
const VERSION = '1.0.2'
4+
const VERSION = '1.0.3'
55
const SDK_NAME = 'Intento.NodeJS'
66

77
const DEFAULT_AWAIT_DELAY = 1000
@@ -305,6 +305,7 @@ IntentoConnector.prototype.fulfill = function (slug, parameters = {}) {
305305
trace,
306306
userdata,
307307
tone,
308+
provider_parameters,
308309
...other
309310
} = parameters
310311
const providerList = stringToList(provider)
@@ -319,6 +320,7 @@ IntentoConnector.prototype.fulfill = function (slug, parameters = {}) {
319320
bidding,
320321
routing,
321322
tone,
323+
provider_parameters,
322324
failover,
323325
failover_list,
324326
multiple_translations,

0 commit comments

Comments
 (0)