Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-09 | First run at having admins cancel user subscriptions. | jessib | |
2013-08-08 | read braintree configuration from config/config.yml | Azul | |
This can be set per environment and also is not tracked in git | |||
2013-08-06 | Some more tweaks to have billing code work, and allow admins to view but not ↵ | jessib | |
edit for other users. | |||
2013-07-23 | Some clean-up of billing display. | jessib | |
2013-07-17 | billing: fix integration test | Azul | |
This actually required three little fixes: * couchrest_session_store updated to 0.1.2 to make sure we store sessions * use BraintreeTestApp to proxy braintree requests that RackTest assumes are local * do not attempt to read status after a capybara request Also refactored the test a bit to set @user and login during setup. | |||
2013-07-17 | Back to singular-customer controller, in hopes that would help some confusions. | jessib | |
2013-07-17 | Show single active subscription from user's page, with link to index showing ↵ | jessib | |
all the user's subscriptions. | |||
2013-07-17 | Changing customers route to be plural. | jessib | |
2013-07-17 | Some improvements to navigation, and pulling out separate show/edit views ↵ | jessib | |
for customers. | |||
2013-07-17 | More working subscriptions. | jessib | |
2013-07-17 | Needs much work, but basic start to recurring payments. | jessib | |
2013-07-17 | Start to adding customers to braintree vault. | 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) |