Fixed missing post.
This commit is contained in:
parent
c17626ef37
commit
73ec9cd684
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ module Import::OTRS
|
||||||
url,
|
url,
|
||||||
{
|
{
|
||||||
:method => 'post',
|
:method => 'post',
|
||||||
|
:data => data,
|
||||||
:user => Setting.get('import_otrs_user'),
|
:user => Setting.get('import_otrs_user'),
|
||||||
:password => Setting.get('import_otrs_password'),
|
:password => Setting.get('import_otrs_password'),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue