Skip to content

Commit ed51c88

Browse files
committed
fix dunning readme
1 parent e97a333 commit ed51c88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ $response = $api->downPaymentInvoice()->document($entityId, true, 'image/*'); //
118118
```php
119119
$response = $api->dunning()->get($entityId);
120120
$response = $api->dunning()->pursue($precedingSalesVoucherId, $data);
121-
$response = $api->downPaymentInvoice()->document($entityId); // get document ID
122-
$response = $api->downPaymentInvoice()->document($entityId, true); // get file content
123-
$response = $api->downPaymentInvoice()->document($entityId, true, 'image/*'); // accept only images
121+
$response = $api->dunning()->document($entityId); // get document ID
122+
$response = $api->dunning()->document($entityId, true); // get file content
123+
$response = $api->dunning()->document($entityId, true, 'image/*'); // accept only images
124124
```
125125

126126
### Event Subscriptions Endpooint

0 commit comments

Comments
 (0)