Syntax Error in Node SDK
rahultiwari91 opened this issue · comments
Node application showing error when using the Authorizenet node SDK.
var ApiContracts = require('authorizenet').APIContracts;
var ApiControllers = require('authorizenet').APIControllers;
"SyntaxError: missing ) after argument list"
Node Version: 9.3.0
Authorize Net Node SDK: 1.0.4
If I am not requiring authorizenet then application working fine without any error.
Hi @rahultiwari91 ,
We are not able to reproduce this issue in the version that you specified.
If possible, kindly upgrade the Authorize.Net Node SDK to the latest version v1.0.6, which may help to resolve your issue.
Thanks.
Hi @rahultiwari91 ,
We are not able to reproduce this issue in the version that you specified.
If possible, kindly upgrade the Authorize.Net Node SDK to the latest version v1.0.6, which may help to resolve your issue.
thanks. Working now.