index
:
leap_web.git
drop/ruby-2.1
feat/drop-signup
master
version/0.6
version/0.6.1
version/0.7
version/0.7.1
version/0.8
version/0.9
[leap_web]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
billing
/
app
/
views
/
payments
Age
Commit message (
Collapse
)
Author
2013-07-23
More little display cleanup.
jessib
2013-07-23
Some clean-up of billing display.
jessib
2013-07-17
billing: helper for the typical BraintreeForm
Azul
2013-07-17
billing: functional test for payments controller
Azul
2013-07-17
More cleanup of billing code.
jessib
2013-07-17
Back to singular-customer controller, in hopes that would help some confusions.
jessib
2013-07-17
Some links at end of confirmation pages.
jessib
2013-07-17
Display 3 most recent transactions on a customer's page, with a link to all ↵
jessib
of their transactions.
2013-07-17
Some improvements to navigation, and pulling out separate show/edit views ↵
jessib
for customers.
2013-07-17
Let users select amount for payments.
jessib
2013-07-17
Unauthenticated users can make single payments (like donations), but ↵
jessib
payments from authenticated users will be as a Braintree Customer stored in the braintree vault.
2013-07-17
Start to adding customers to braintree vault.
jessib
2013-07-17
Replace .erb with .haml files.
jessib
2013-07-17
Basic functionality for one time transactions using Braintree's transparent ↵
jessib
redirect API based from https://github.com/braintree/braintree_ruby_examples/tree/master/rails3_tr_checkout (very little changes were required)