Skip to content

Commit

Permalink
Merge pull request #13 from phortx/fix/usage-records-relationship-name
Browse files Browse the repository at this point in the history
fix: subscription_item -> subscription-item relationship name
  • Loading branch information
PJUllrich authored Jun 27, 2024
2 parents c2249c6 + 00a7ba1 commit 1f69b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lemon_ex/usage_records/usage_records.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule LemonEx.UsageRecords do
type: "usage-records",
attributes: attributes,
relationships: %{
subscription_item: %{
"subscription-item": %{
data: %{
type: "subscription-items",
id: to_string(subscription_id)
Expand Down

0 comments on commit 1f69b64

Please sign in to comment.