Skip to content

Commit 9bbb2f3

Browse files
fix: Fixed ReportsClient.create operation type
1 parent e466f67 commit 9bbb2f3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx
1212

1313
- Support for payout reconciliation reports and `remittance_reference`, see [changelog](https://developer.paddle.com/changelog/2025/payout-reconciliation-report)
1414

15+
### Fixed
16+
- Fixed `ReportsClient.create()` operation type
17+
1518
## 1.11.0 - 2025-10-07
1619

1720
### Added

paddle_billing/Resources/Reports/Operations/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
CreatePayoutReconciliationReport,
66
)
77
from paddle_billing.Resources.Reports.Operations.CreateProductsAndPricesReport import CreateProductsAndPricesReport
8+
from paddle_billing.Resources.Reports.Operations.CreateReport import CreateReport
89
from paddle_billing.Resources.Reports.Operations.CreateTransactionsReport import CreateTransactionsReport
910
from paddle_billing.Resources.Reports.Operations.ListReports import ListReports

0 commit comments

Comments
 (0)