Skip to content

Commit 3d3ce34

Browse files
committed
fix: copy-paste issue
1 parent f095902 commit 3d3ce34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • api/v3/handlers/subscriptions/subscriptionaddons

api/v3/handlers/subscriptions/subscriptionaddons/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (h *handler) CreateSubscriptionAddon() CreateSubscriptionAddonHandler {
8484
commonhttp.JSONResponseEncoderWithStatus[CreateSubscriptionAddonResponse](http.StatusCreated),
8585
httptransport.AppendOptions(
8686
h.options,
87-
httptransport.WithOperationName("create-plan-addon"),
87+
httptransport.WithOperationName("create-subscription-addon"),
8888
httptransport.WithErrorEncoder(apierrors.GenericErrorEncoder()),
8989
)...,
9090
)

0 commit comments

Comments
 (0)