[PR #5735] [MERGED] chore: update api for billing #6976

Closed
opened 2026-03-23 23:17:32 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5735
Author: @speed2exe
Created: 7/15/2024
Status: Merged
Merged: 7/15/2024
Merged by: @Xazin

Base: feat/ai-plan-billingHead: feat/ai-plan-billing-2


📝 Commits (1)

  • 7ddb419 chore: update api for billing

📊 Changes

8 files changed (+102 additions, -17 deletions)

View changed files

📝 frontend/rust-lib/Cargo.lock (+12 -12)
📝 frontend/rust-lib/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+29 -2)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+9 -0)
📝 frontend/rust-lib/flowy-user/src/entities/workspace.rs (+13 -0)
📝 frontend/rust-lib/flowy-user/src/event_handler.rs (+16 -0)
📝 frontend/rust-lib/flowy-user/src/event_map.rs (+5 -1)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs (+16 -0)

📄 Description

  • use blocking option when canceling plan
  • add method to set subscription period

🔄 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/AppFlowy-IO/AppFlowy/pull/5735 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `feat/ai-plan-billing` ← **Head:** `feat/ai-plan-billing-2` --- ### 📝 Commits (1) - [`7ddb419`](https://github.com/AppFlowy-IO/AppFlowy/commit/7ddb41958fe74d99ef1bb8bc472c49512198fc65) chore: update api for billing ### 📊 Changes **8 files changed** (+102 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/Cargo.lock` (+12 -12) 📝 `frontend/rust-lib/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+29 -2) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+9 -0) 📝 `frontend/rust-lib/flowy-user/src/entities/workspace.rs` (+13 -0) 📝 `frontend/rust-lib/flowy-user/src/event_handler.rs` (+16 -0) 📝 `frontend/rust-lib/flowy-user/src/event_map.rs` (+5 -1) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs` (+16 -0) </details> ### 📄 Description - use blocking option when canceling plan - add method to set subscription period --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:32 +00: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
AppFlowy-IO/AppFlowy#6976
No description provided.