-
Notifications
You must be signed in to change notification settings - Fork 308
Display banner notification about impending credit card expiration #2211
Comments
Sure, I know gittip doesn't collect emails by default, but I would be happy to give my email to help address the problem. |
Shouldn't there be a notification after logging in about their card if it's about to expire? |
You mean like using the feature you added here? #1643 That would be great too. Let's make this issue about that, so it's immediately actionable? (I'll revise OP and add a TODO :) |
@patcon Something like that, yes :) |
+1 |
I'll implement this. |
Woooo @ivanmushketyk! Need any help? Ask here or drop into #gittip on IRC if you feel like it :) |
@patcon He already is in #gittip. |
@patcon Thank you, but I think I got how to do it :) |
@patcon @Changaco I've done some work on this issue and the banner is currently displayed as: The problem is that now it is displayed every time a user visits any page (this should be very annoying).
What do you think? |
Just noticed that the build is broken in my commit. I'll check what I have broken. |
I think I don't get it. After my changes I receive the following error:
I thought that I broke it with changes to gittip/billing/init.py. But after I commented my changes out on my local machine the tests are still failing with the same error. |
@ivanmushketyk could you please open a pull request for your branch? |
I've fixed the build. |
@seanlinsley I can, but the work is not yet finished. Did you proposed to open a pull request to help investigate the issue with build (fixed already) or to move discussion about this issue to the pull request comments? |
@ivanmushketyk Adding |
@Changaco I am sorry. You are right. |
Not sure if this needs a new issue or not, but I noticed this banner today and was annoyed that it warned me (on every single page! including the credit card update page!) but didn't have a freaking link in it to update my credit card info. I had to hunt around on the site to figure out where to update that info. :P |
@codebykat that definitely deserves its own ticket |
Original issue
Title: Email users about impending credit card expiration
Anonymously suggested via [email protected]:
http://gittip.freshdesk.com/helpdesk/tickets/120
The user only coincidentally noticed that their card was about to expire, and was asking how we could help avoid that situation.
It seems that we could implement this (after we have access to email in #756), but fetching or storing expiration data for each card:
https://docs.balancedpayments.com/1.1/api/cards/#fetch-a-card
Revised issue
As per @rummik's suggestion, let's make this about leveraging the banner notifications implemented in #1643
To Do
The text was updated successfully, but these errors were encountered: