Skip to content

Commit b9ca878

Browse files
Update README.md
1 parent 7ef4f8e commit b9ca878

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
@@ -53,7 +53,7 @@ $response = $esign->setFile($file, $filename)->verification();
5353
### Mengambil Response
5454
```php
5555
$status = $response->getStatus();
56-
$body = $response->getBody();
56+
$data = $response->getData();
5757
$errors = $response->getErrors();
5858
```
5959

0 commit comments

Comments
 (0)