Skip to content

Commit

Permalink
feat: Align SDK with API
Browse files Browse the repository at this point in the history
- Adds Product to Subscription items
- Improves documentation of types
  • Loading branch information
mikeymike committed Jul 10, 2024
1 parent 488a750 commit 168342e
Show file tree
Hide file tree
Showing 17 changed files with 118 additions and 121 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx

### Breaking changes

- Paddle API enum types are now correctly enforced where applicable
- Paddle API enum types are now correctly enforced where applicable

### Added

- `Product` has been added as a property of `SubscriptionItem`

## 0.4.0 - 2024-06-26

Expand Down
13 changes: 7 additions & 6 deletions adjustments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions customers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions discounts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions notification_settings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 15 additions & 19 deletions pkg/paddlenotification/adjustments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkg/paddlenotification/customers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pkg/paddlenotification/discounts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 168342e

Please sign in to comment.