Skip to content

Fix current_period_end and current_period_start location#32

Open
da1z wants to merge 1 commit into
t3dotgg:mainfrom
da1z:patch-1
Open

Fix current_period_end and current_period_start location#32
da1z wants to merge 1 commit into
t3dotgg:mainfrom
da1z:patch-1

Conversation

@da1z

@da1z da1z commented May 13, 2025

Copy link
Copy Markdown

No description provided.

@ryantbrown

Copy link
Copy Markdown

As of API version 18 basil, these attributes live on the subscription items:

{
- "current_period_end": 1682288167,
- "current_period_start": 1679609767,
  "items": {
    "object": "list",
    "data": [{
      "id": "si_Na6dzxczY5fwHx",
      "object": "subscription_item",
+     "current_period_end": 1682288167,
+     "current_period_start": 1679609767
    }]
  }
}

@sindarknave

Copy link
Copy Markdown

+1

1 similar comment
@raideno

raideno commented Aug 27, 2025

Copy link
Copy Markdown

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants