-
Notifications
You must be signed in to change notification settings - Fork 247
Credit card management updates #14670
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14670 +/- ##
==========================================
+ Coverage 58.19% 63.14% +4.94%
==========================================
Files 49 169 +120
Lines 6617 10079 +3462
Branches 0 1192 +1192
==========================================
+ Hits 3851 6364 +2513
- Misses 2766 3686 +920
- Partials 0 29 +29
🚀 New features to boost your workflow:
|
cb9ec35
to
4ef9df2
Compare
36dfd12
to
d54aff8
Compare
8a3e0e1
to
e6672de
Compare
static/js/src/advantage/react/components/Subscriptions/Notifications/Notifications.tsx
Outdated
Show resolved
Hide resolved
static/js/src/advantage/subscribe/checkout/components/UserInfoForm/UserInfoForm.tsx
Show resolved
Hide resolved
static/js/src/advantage/react/components/Subscriptions/Notifications/Notifications.tsx
Outdated
Show resolved
Hide resolved
static/js/src/advantage/react/components/Subscriptions/SubscriptionEdit/SubscriptionEdit.tsx
Show resolved
Hide resolved
Looking good @andesol I've just made some comments for what I found 👍 |
f4a1b73
to
2d0b0dd
Compare
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.
Thanks @minkyngkm! I addressed some of your comments. As discussed before, we want to keep the autorenewal independent from this change.
Seems like we have something to clarify before this can land, plus a back-end issue. So let's keep it on hold for now.
<div> | ||
{% if not is_in_maintenance %}<a class="p-button--positive" href="/pro/subscribe">Buy new subscription</a>{% endif %} | ||
<a class="p-button" href="/account/invoices">Invoices</a> | ||
<a class="p-button" href="/account/payment-methods">Payment method</a> |
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.
This is the only real change. Rest is formatting
static/js/src/advantage/react/components/Subscriptions/Notifications/Notifications.tsx
Outdated
Show resolved
Hide resolved
static/js/src/advantage/subscribe/checkout/components/UserInfoForm/UserInfoForm.tsx
Show resolved
Hide resolved
static/js/src/advantage/react/components/Subscriptions/Notifications/Notifications.tsx
Outdated
Show resolved
Hide resolved
eb79b76
to
81db827
Compare
@abhigyanghosh30 Branch updated, please have a look |
Approved but waiting on the final decision about disabling cancel subscription button if payment method is unavailable. |
Done
QA
Issue
https://warthogs.atlassian.net/browse/WD-18327