[PR #2458] [CLOSED] Issue #2384 solved : Added the createdAt field in the subscription #4330

Closed
opened 2026-03-13 11:42:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2458
Author: @parth3083
Created: 4/26/2025
Status: Closed

Base: mainHead: added-createdat-field-in-subscription-table


📝 Commits (1)

  • 752a3be Issue #2384 solved : Added the createdAt field in the subscription

📊 Changes

3 files changed (+70 additions, -64 deletions)

View changed files

📝 .vscode/settings.json (+1 -1)
📝 packages/stripe/src/schema.ts (+68 -63)
📝 packages/stripe/src/stripe.test.ts (+1 -0)

📄 Description

Issue #2384 solved

Added the createdAt field in the subscription

Description

This PR contains the modified Stripe code with the field createdAt and also been added this field in stripe.test.ts file for checking of the presence of the createdAt value. By default createdAt value takes the default time of the payment.

Code Snippets (Screenshots)

new12

image1

Considerations

[] I have performed a self-review of my code
[] I have read and followed the Contribution Guidelines.
[] I have tested the changes thoroughly before submitting this pull request.
[] I have provided relevant issue numbers, screenshots, and videos after making the changes.
[] I have commented my code, particularly in hard-to-understand areas.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/2458 **Author:** [@parth3083](https://github.com/parth3083) **Created:** 4/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `added-createdat-field-in-subscription-table` --- ### 📝 Commits (1) - [`752a3be`](https://github.com/better-auth/better-auth/commit/752a3be2e8dcefc71fd521f5cc1fe7b942e96166) Issue #2384 solved : Added the createdAt field in the subscription ### 📊 Changes **3 files changed** (+70 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -1) 📝 `packages/stripe/src/schema.ts` (+68 -63) 📝 `packages/stripe/src/stripe.test.ts` (+1 -0) </details> ### 📄 Description <h1 align="left" id="title">Issue #2384 solved </h1> Added the createdAt field in the subscription <h1 align="left" id="title">Description </h1> This PR contains the modified Stripe code with the field createdAt and also been added this field in stripe.test.ts file for checking of the presence of the createdAt value. By default createdAt value takes the default time of the payment. <h1 align="left" id="title">Code Snippets (Screenshots) </h1> ![new12](https://github.com/user-attachments/assets/3eb368ba-09c6-40cc-a76d-0f68ca3f6795) ![image1](https://github.com/user-attachments/assets/1669e15e-7195-48a3-b564-f0c8f4ecef88) <h1 align="left" id="title">Considerations</h1> [✅] I have performed a self-review of my code [✅] I have read and followed the Contribution Guidelines. [✅] I have tested the changes thoroughly before submitting this pull request. [✅] I have provided relevant issue numbers, screenshots, and videos after making the changes. [✅] I have commented my code, particularly in hard-to-understand areas. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 11:42:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#4330