Skip to content

Commit 7b76080

Browse files
Update README.md
1 parent 113c561 commit 7b76080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Kode yang disediakan ada beberapa yaitu tanda tangan digital invisible, verifika
4242
```php
4343
$esign = new DiskominfotikBandaAceh\ESignBsrePhp\ESignBSrE($baseUrl, $username, $password);
4444
$response = $esign->setFile($file, $filename)->sign($nik, $passphrase);
45-
$response->getStatus(); //Get status response (int)
45+
$response->getStatus(); //Get status response (int) - 404, 200 etc
4646
$response->getErrors(); //Get error response
4747
$response->getData(); //Get data as blob pdf
4848
```

0 commit comments

Comments
 (0)