You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
Surfaced on #95, due to the complication this adds to queries where we want to aggregate tips. Right now you get a highlighted "Back your tip with a credit card!" link inline when you try to tip unbacked, but the tip is still recorded in the db. The idea would be that when you try to use that part of the UI, redirect to the add a credit card without recording the tip at all. The downside would be that the user wouldn't have those tips waiting for them on their profile page to remind them who they wanted to tip.
The text was updated successfully, but these errors were encountered:
How does this relate to purely pre-paid gittip accounts? Many people do not want to allow automatic charges against their credit cards, but would still participate by pre-paying.
Is it possible that a tip can remain "backed" by a pre-paid deposit even without a card linked to it? (It would stop being backed when the deposit runs out).
Surfaced on #95, due to the complication this adds to queries where we want to aggregate tips. Right now you get a highlighted "Back your tip with a credit card!" link inline when you try to tip unbacked, but the tip is still recorded in the db. The idea would be that when you try to use that part of the UI, redirect to the add a credit card without recording the tip at all. The downside would be that the user wouldn't have those tips waiting for them on their profile page to remind them who they wanted to tip.
The text was updated successfully, but these errors were encountered: