When a signer forwards and does not give a reason, when reading the document, it throws an exception. Saying that the reason is required when it is not required (epically when reading the document)
|
if (!is_null($forwarded_reason) && (mb_strlen($forwarded_reason) < 1)) { |
When a signer forwards and does not give a reason, when reading the document, it throws an exception. Saying that the reason is required when it is not required (epically when reading the document)
signrequest-php-client/src/Model/Signer.php
Line 1183 in 56d11ba