| 322 | } |
| 323 | |
| 324 | type AdminUpdateSubscriptionPlanStatusRequest struct { |
| 325 | Enabled *bool `json:"enabled"` |
| 326 | } |
| 327 | |
| 328 | func AdminUpdateSubscriptionPlanStatus(c *gin.Context) { |
| 329 | if !requirePaymentCompliance(c) { |
nothing calls this directly
no outgoing calls
no test coverage detected