Skip to content

Commit

Permalink
feat: add delete/1 to Subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-levy committed Feb 5, 2025
1 parent 8b670d3 commit 4ab6a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chargebeex/subscription/subscription.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Chargebeex.Subscription do
use TypedStruct

@resource "subscription"
use Chargebeex.Resource, resource: @resource, only: [:list, :retrieve, :update]
use Chargebeex.Resource, resource: @resource, only: [:list, :retrieve, :update, :delete]

@typedoc """
"future" | "in_trial" | "active" | "non_renewing" | "paused" | "cancelled"
Expand Down

0 comments on commit 4ab6a17

Please sign in to comment.