cjmartin2 / OneWarmCoat-android

One Warm Coat Android app
3 stars 0 forks source link

Convert Stripe token creation to a Stripe Customer #12

Closed cjmartin2 closed 10 years ago

cjmartin2 commented 10 years ago

Right now, every credit card charge requires user re-entering credit card info. Switch to using customers, to allow re-charging.

cjmartin2 commented 10 years ago

Only have to enter credit card once! Should probably store credit card object too, but not a big deal.

aphexcx commented 10 years ago

This works great, we just need to think of a good user friendly flow here (perhaps a dialog or confirmation, to make sure the user knows he or she will be charged immediately without having to enter their cc info again. Right now, if I've entered my cc before, it's a little TOO easy to re-donate - it's almost possible to do so accidentally - by typing in any amount and then hitting the donate button.

cjmartin2 commented 10 years ago

Moved to Asana