Changeset 8dcf31e in prototipo_portal_2018 for prototipo/static/js/functions/firmarDocumentoPdf.js


Ignore:
Timestamp:
Nov 6, 2017, 10:57:35 AM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
68a964b
Parents:
c1f6510 (diff), 75b1cd5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://tibisay.cenditel.gob.ve/murachi/scm/git/portal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/functions/firmarDocumentoPdf.js

    rc1f6510 r8dcf31e  
    5252                url:"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/pdfs/resenas",
    5353                dataType: 'json',
    54                 data: JSON.stringify({"signature":signature.hex}),
     54                data: JSON.stringify({"signature":signature}),
    5555                xhrFields: {withCredentials: true},
    5656                headers: {"Authorization":"Basic YWRtaW46YWRtaW4="},
     
    7575
    7676//Tercer paso (Obtenemos el hash de pdf enviado por el servidor y luego procesa la información en el token)
    77 function ObtenerHashPDFServer(parameters){
     77function ObtenerHashPDFServer(parameters,cert){
    7878
    7979        $.ajax({
     
    155155
    156156                        // ahora llamar al ajax de obtener la resena del pdf
    157                         ObtenerHashPDFServer(parameters);       
     157                        ObtenerHashPDFServer(parameters, cert);
    158158
    159159                },
Note: See TracChangeset for help on using the changeset viewer.