Skip to content

Commit 3339a5b

Browse files
committed
fix: remove unused UpdateCheckoutSessionParams
1 parent 73033d9 commit 3339a5b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

checkout_session.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,6 @@ type CreateCheckoutSessionParams struct {
9797
Events []EventType `form:"events"`
9898
}
9999

100-
// UpdateCheckoutSessionParams represents the available [ServiceCheckoutSessions.Update] parameters.
101-
//
102-
// API reference: https://docs.payrexhq.com/docs/api/checkout_sessions/update
103-
type UpdateCheckoutSessionParams struct {
104-
URL *string `form:"url"`
105-
Description *string `form:"description"`
106-
Events *[]EventType `form:"events"`
107-
}
108-
109100
// ListCheckoutSessionsParams represents the available [ServiceCheckoutSessions.List] parameters.
110101
type ListCheckoutSessionsParams struct {
111102
Limit *int `form:"int"`

0 commit comments

Comments
 (0)