@wix/auto_sdk_get-paid_receipts 1.0.210 → 1.0.212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@ interface GetReceiptSignature {
27
27
  declare function regenerateReceiptDocument$1(httpClient: HttpClient): RegenerateReceiptDocumentSignature;
28
28
  interface RegenerateReceiptDocumentSignature {
29
29
  /**
30
- * Retries generating a receipt document that has a `FAILED` status.
30
+ * Retries generating a receipt document that has a `FAILED` or stuck in `PROCESSING` status.
31
31
  *
32
32
  * Note that you can access a receipt document with an `AVAILABLE` status with the URL provided in `document.downloadUrl` without regenerating.
33
33
  * @param - Receipt ID.