Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-09 | fix billing tests to use user id with customer resources | Azul | |
I think this is very confusing and should be changed to: resource :users do |user| user.resource :customer end | |||
2013-08-01 | Start to functionality for admins viewing billing of other users. | jessib | |
2013-07-25 | Have navigation link to new customer form if user is not already a braintree ↵ | jessib | |
customer. | |||
2013-07-17 | billing: helper for the typical BraintreeForm | Azul | |
2013-07-17 | Some refactoring | 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 | 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) |