Skip to content

Commit

Permalink
fix dunning readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Dec 22, 2023
1 parent e97a333 commit ed51c88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ $response = $api->downPaymentInvoice()->document($entityId, true, 'image/*'); //
```php
$response = $api->dunning()->get($entityId);
$response = $api->dunning()->pursue($precedingSalesVoucherId, $data);
$response = $api->downPaymentInvoice()->document($entityId); // get document ID
$response = $api->downPaymentInvoice()->document($entityId, true); // get file content
$response = $api->downPaymentInvoice()->document($entityId, true, 'image/*'); // accept only images
$response = $api->dunning()->document($entityId); // get document ID
$response = $api->dunning()->document($entityId, true); // get file content
$response = $api->dunning()->document($entityId, true, 'image/*'); // accept only images
```

### Event Subscriptions Endpooint
Expand Down

0 comments on commit ed51c88

Please sign in to comment.