Skip to content

Commit 6d54e0a

Browse files
committed
Added comments to on-demand demo
1 parent 6783d0e commit 6d54e0a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/demo-on-demand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
try {
8383
// sign the document with the use of the module
8484
$signer->sign($module);
85+
86+
// get information about the signing certificate:
87+
// $signatureData = SetaPDF_Signer_SwisscomAIS_Helper::getSignatureData($module);
88+
8589
} catch (SetaPDF_Signer_SwisscomAIS_Exception $e) {
8690
echo 'Error in SwisscomAIS: ' . $e->getMessage() . ' with code ' . $e->getCode() . '<br />';
8791
/* Get the AIS Error details */

0 commit comments

Comments
 (0)