Merge pull request #22286 from atm-GregM/FIX_newonlineSign_send_token_data
FIX error send token data on newonlinesign
This commit is contained in:
commit
dfa1d3a199
@ -426,6 +426,7 @@ if ($action == "dosign" && empty($cancel)) {
|
|||||||
dataType: "text",
|
dataType: "text",
|
||||||
data: {
|
data: {
|
||||||
"action" : "importSignature",
|
"action" : "importSignature",
|
||||||
|
"token" : \''.newToken().'\',
|
||||||
"signaturebase64" : signature,
|
"signaturebase64" : signature,
|
||||||
"ref" : \''.dol_escape_js($REF).'\',
|
"ref" : \''.dol_escape_js($REF).'\',
|
||||||
"securekey" : \''.dol_escape_js($SECUREKEY).'\',
|
"securekey" : \''.dol_escape_js($SECUREKEY).'\',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user