You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've spent a bit of time debugging this one. When createPDF gets called in workflow.coffee:46, it passes the path and orderId, but when I look at the method in methods.coffee:70, it also requires a token (something to do with a hash token or something for phantomJS), and fails line 73 when it's validated check(token, String)
Any ideas?
The text was updated successfully, but these errors were encountered:
I've spent a bit of time debugging this one. When createPDF gets called in
workflow.coffee:46
, it passes thepath
andorderId
, but when I look at the method inmethods.coffee:70
, it also requires a token (something to do with a hash token or something for phantomJS), and fails line 73 when it's validatedcheck(token, String)
Any ideas?
The text was updated successfully, but these errors were encountered: