-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shivani | Stage | Prod - Change subscription expiry message in case of auto renewal #14329
base: beta-stage
Are you sure you want to change the base?
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
?.replace("[PLAN_NAME]", this.subscribedPlan?.planDetails?.name ?? '') | ||
?.replace("[EXPIRY_DATE]", this.subscribedPlan?.expiry ?? ''); | ||
let text = ""; | ||
if (['MONTHLY', 'DAILY'].includes(this.subscribedPlan?.duration)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (['MONTHLY', 'DAILY'].includes(this.subscribedPlan?.duration)) { | |
if (['MONTHLY', 'DAILY'].includes(this.subscribedPlan?.duration) && !subscribedPlan?.isSubTrialOrCancelled) { |
@@ -3,6 +3,7 @@ | |||
"click_here": "Click here", | |||
"subscription_end_note": "Your [PLAN_DURATION] [PLAN_DURATION_UNIT] plan - [PLAN_NAME] will end on [EXPIRY_DATE]. Apply to upgrade your subscription.", | |||
"subscription_ended_note": "Your [PLAN_DURATION] [PLAN_DURATION_UNIT] plan - [PLAN_NAME] ended on [EXPIRY_DATE]. Apply to upgrade your subscription.", | |||
"subscription_expire_renewal_message": "The payment has been initiated. The subscription will be renewed upon successful payment processing.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"subscription_expire_renewal_message": "The payment has been initiated. The subscription will be renewed upon successful payment processing.", | |
"subscription_expire_renewal_message": "The payment has been initiated. Your subscription will be renewed upon successful payment processing.", |
@@ -256,6 +256,8 @@ export class HeaderComponent implements OnInit, AfterViewInit, OnDestroy, AfterV | |||
public planVersion: number; | |||
/** Hold broadcast event */ | |||
public broadcast: any; | |||
/** Hold the message of subscription plane get expire and remains day wise*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** Hold the message of subscription plane get expire and remains day wise*/ | |
/** Holds true if plan is either trail or cancelled */ |
@@ -3,6 +3,7 @@ | |||
"click_here": "इथे क्लिक करा", | |||
"subscription_end_note": "तुमची [PLAN_DURATION] [PLAN_DURATION_UNIT] योजना - [PLAN_NAME] [EXPIRY_DATE] रोजी समाप्त होईल. तुमची सदस्यता अपग्रेड करण्यासाठी अर्ज करा", | |||
"subscription_ended_note": "तुमची [PLAN_DURATION] [PLAN_DURATION_UNIT] योजना - [PLAN_NAME] [EXPIRY_DATE] रोजी संपली. तुमची सदस्यता अपग्रेड करण्यासाठी अर्ज करा", | |||
"subscription_expire_renewal_message": "पेमेंट सुरू करण्यात आले आहे. यशस्वी पेमेंट प्रक्रियेनंतर तुमचे सदस्यत्व नूतनीकरण केले जाईल.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"subscription_expire_renewal_message": "पेमेंट सुरू करण्यात आले आहे. यशस्वी पेमेंट प्रक्रियेनंतर तुमचे सदस्यत्व नूतनीकरण केले जाईल.", | |
"subscription_expire_renewal_message": "पेमेंट सुरू करण्यात आले आहे. यशस्वी पेमेंट प्रक्रियेनंतर तुमचे सदस्यत्व नूतनीकरण केले जाईल", |
https://app.clickup.com/t/86cx9rybp