[PR #355] [CLOSED] feat: Payments #904

Closed
opened 2026-02-26 19:30:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/355
Author: @divyanshchahar
Created: 9/6/2023
Status: Closed

Base: feat/refreshHead: feat/payments


📝 Commits (10+)

  • 8b5471b feat: initalizes using npm
  • 466d2e6 feat: intalls @documenso/lib
  • 2c57cbc feat: adds stripe-provider.ts
  • a6e71b5 feat: adds index.ts to providers directory
  • c9e89d3 feat: adds get-stripe-products.ts
  • c9711fb feat: adds index.ts to products directory
  • 2cb111b feat: adds get-stripe-prices.ts
  • 41b5c30 feat: adds index.ts to price directory
  • 8d51410 feat: adds index.ts to payments directory
  • ef700a0 feat: adds index.js to root directory

📊 Changes

15 files changed (+128 additions, -0 deletions)

View changed files

📝 package-lock.json (+9 -0)
packages/payments/index.ts (+1 -0)
packages/payments/package.json (+14 -0)
packages/payments/src/api/index.ts (+1 -0)
packages/payments/src/api/stripe/index.ts (+5 -0)
packages/payments/src/api/stripe/payments/create-stripe-link.ts (+31 -0)
packages/payments/src/api/stripe/payments/index.ts (+1 -0)
packages/payments/src/api/stripe/prices/get-stripe-prices.ts (+25 -0)
packages/payments/src/api/stripe/prices/index.ts (+1 -0)
packages/payments/src/api/stripe/products/get-stripe-products.ts (+29 -0)
packages/payments/src/api/stripe/products/index.ts (+1 -0)
packages/payments/src/index.ts (+2 -0)
packages/payments/src/providers/index.ts (+1 -0)
packages/payments/src/providers/stripe-provider.ts (+3 -0)
packages/payments/tsconfig.json (+4 -0)

📄 Description

Closes documenso/backlog#14


🔄 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/documenso/documenso/pull/355 **Author:** [@divyanshchahar](https://github.com/divyanshchahar) **Created:** 9/6/2023 **Status:** ❌ Closed **Base:** `feat/refresh` ← **Head:** `feat/payments` --- ### 📝 Commits (10+) - [`8b5471b`](https://github.com/documenso/documenso/commit/8b5471be762b991257e1d72feb017113b61890bc) feat: initalizes using npm - [`466d2e6`](https://github.com/documenso/documenso/commit/466d2e6363fc7645a63598430c158f081cf0a1fd) feat: intalls @documenso/lib - [`2c57cbc`](https://github.com/documenso/documenso/commit/2c57cbc1239136f4f604dba505ff697dbbb0ac24) feat: adds stripe-provider.ts - [`a6e71b5`](https://github.com/documenso/documenso/commit/a6e71b53fd4ff277e090f75a3d3311ff671913da) feat: adds index.ts to providers directory - [`c9e89d3`](https://github.com/documenso/documenso/commit/c9e89d30bb4d5ee3c602e2003643a1631dcee846) feat: adds get-stripe-products.ts - [`c9711fb`](https://github.com/documenso/documenso/commit/c9711fb87c8afc6445031b4cd0a6881d1dbf670d) feat: adds index.ts to products directory - [`2cb111b`](https://github.com/documenso/documenso/commit/2cb111b9d35de3bd6dfa2b8427d0e4753310a91e) feat: adds get-stripe-prices.ts - [`41b5c30`](https://github.com/documenso/documenso/commit/41b5c3054dba003ce4213f4423d9796688045820) feat: adds index.ts to price directory - [`8d51410`](https://github.com/documenso/documenso/commit/8d5141062f5a873680c83d67f576869409998e95) feat: adds index.ts to payments directory - [`ef700a0`](https://github.com/documenso/documenso/commit/ef700a058bfbee83dc960a07899649af99dc1014) feat: adds index.js to root directory ### 📊 Changes **15 files changed** (+128 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+9 -0) ➕ `packages/payments/index.ts` (+1 -0) ➕ `packages/payments/package.json` (+14 -0) ➕ `packages/payments/src/api/index.ts` (+1 -0) ➕ `packages/payments/src/api/stripe/index.ts` (+5 -0) ➕ `packages/payments/src/api/stripe/payments/create-stripe-link.ts` (+31 -0) ➕ `packages/payments/src/api/stripe/payments/index.ts` (+1 -0) ➕ `packages/payments/src/api/stripe/prices/get-stripe-prices.ts` (+25 -0) ➕ `packages/payments/src/api/stripe/prices/index.ts` (+1 -0) ➕ `packages/payments/src/api/stripe/products/get-stripe-products.ts` (+29 -0) ➕ `packages/payments/src/api/stripe/products/index.ts` (+1 -0) ➕ `packages/payments/src/index.ts` (+2 -0) ➕ `packages/payments/src/providers/index.ts` (+1 -0) ➕ `packages/payments/src/providers/stripe-provider.ts` (+3 -0) ➕ `packages/payments/tsconfig.json` (+4 -0) </details> ### 📄 Description Closes documenso/backlog#14 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:30:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#904
No description provided.