[PR #891] [MERGED] Display jpy pricing #975

Closed
opened 2026-03-03 00:24:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/891
Author: @Rokt33r
Created: 3/26/2021
Status: Merged
Merged: 3/26/2021
Merged by: @Rokt33r

Base: masterHead: display-jpy-pricing


📝 Commits (5)

  • 14516c5 Show JPY pricing for JCB card users
  • 628db86 Show jpy pricing and warning when card brand is jcb
  • 00067b9 Show alert when a user needs to cancel existing subscription
  • e1f0620 Refactor detecting jpy pricing behavior of SubscriptionForm
  • 0d6b1e6 Fix text overflow behavior of folder page heading

📊 Changes

6 files changed (+174 additions, -59 deletions)

View changed files

📝 src/cloud/components/molecules/SubscriptionForm/UpdateBillingMethodForm.tsx (+50 -4)
📝 src/cloud/components/molecules/SubscriptionForm/index.tsx (+64 -45)
📝 src/cloud/components/organisms/FolderPage/index.tsx (+10 -1)
📝 src/cloud/components/organisms/Subscription/SubscriptionManagement.tsx (+47 -9)
📝 src/cloud/interfaces/db/subscription.ts (+1 -0)
📝 src/cloud/lib/stripe.ts (+2 -0)

📄 Description

No description provided


🔄 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/BoostIO/BoostNote-App/pull/891 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 3/26/2021 **Status:** ✅ Merged **Merged:** 3/26/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `display-jpy-pricing` --- ### 📝 Commits (5) - [`14516c5`](https://github.com/BoostIO/BoostNote-App/commit/14516c5d3e6dea8b0d5902cd57f69acdb4363986) Show JPY pricing for JCB card users - [`628db86`](https://github.com/BoostIO/BoostNote-App/commit/628db8642b43873f13ffc27a192dda7cabe2ddd3) Show jpy pricing and warning when card brand is jcb - [`00067b9`](https://github.com/BoostIO/BoostNote-App/commit/00067b98f7301fa316306b0513981164a6e80f2c) Show alert when a user needs to cancel existing subscription - [`e1f0620`](https://github.com/BoostIO/BoostNote-App/commit/e1f0620ac43cacba1d0b08f7972b515809f8a006) Refactor detecting jpy pricing behavior of SubscriptionForm - [`0d6b1e6`](https://github.com/BoostIO/BoostNote-App/commit/0d6b1e660fb0afaebaa8589d8414e6fba7c32e14) Fix text overflow behavior of folder page heading ### 📊 Changes **6 files changed** (+174 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/molecules/SubscriptionForm/UpdateBillingMethodForm.tsx` (+50 -4) 📝 `src/cloud/components/molecules/SubscriptionForm/index.tsx` (+64 -45) 📝 `src/cloud/components/organisms/FolderPage/index.tsx` (+10 -1) 📝 `src/cloud/components/organisms/Subscription/SubscriptionManagement.tsx` (+47 -9) 📝 `src/cloud/interfaces/db/subscription.ts` (+1 -0) 📝 `src/cloud/lib/stripe.ts` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:03 +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/BoostNote-App#975
No description provided.