Skip to content

Commit

Permalink
fix: Use PATCH for subscription preview requests
Browse files Browse the repository at this point in the history
fixes: #8
  • Loading branch information
mikeymike committed Jun 26, 2024
1 parent 7dbe810 commit 55b82ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx
### Fixed

- Subscription resume properly accepts the subscription id as a path parameter on `ResumeSubscriptionRequest`
- Correctly make a `PATCH` call for `PreviewSubscription` instead of `POST` and use `PatchField` types in the `PreviewSubscriptionRequest` request

## 0.3.0 - 2024-05-27

Expand Down
28 changes: 14 additions & 14 deletions subscriptions.go

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

0 comments on commit 55b82ee

Please sign in to comment.