summaryrefslogtreecommitdiff
path: root/billing/app/controllers
AgeCommit message (Expand)Author
2013-09-18test subscription owner via credit card not transactionsAzul
2013-09-09First run at having admins cancel user subscriptions.jessib
2013-08-30also replace find_by_param in billing engineAzul
2013-08-22Some more billing cleanup.jessib
2013-08-08Still a bit hacky, but catching some more corner cases as far as setting the ...jessib
2013-08-06Some more tweaks to have billing code work, and allow admins to view but not ...jessib
2013-08-01Start to functionality for admins viewing billing of other users.jessib
2013-07-25Have navigation link to new customer form if user is not already a braintree ...jessib
2013-07-23Maybe not optimized, but gets working.jessib
2013-07-23Some navigation tweaks.jessib
2013-07-22Slight tweaks so navigation basically should work with billing.jessib
2013-07-17billing: helper for the typical BraintreeFormAzul
2013-07-17billing: functional test for payments controllerAzul
2013-07-17billing: update customer records - do not create new onesAzul
2013-07-17More cleanup of billing code.jessib
2013-07-17Fix issue with transparent redirect if form is first submitted incorrectly. B...jessib
2013-07-17Back to singular-customer controller, in hopes that would help some confusions.jessib
2013-07-17Note about knowing sort order for returned transactionsjessib
2013-07-17Display 3 most recent transactions on a customer's page, with a link to all o...jessib
2013-07-17Show single active subscription from user's page, with link to index showing ...jessib
2013-07-17Added notices to redirects.jessib
2013-07-17Changing customers route to be plural.jessib
2013-07-17Some improvements to navigation, and pulling out separate show/edit views for...jessib
2013-07-17Basic functionality to edit credit card on file.jessib
2013-07-17Basic display of a customer's transaction informationjessib
2013-07-17Some permission checks for viewing/cancelling subscriptions.jessib
2013-07-17Allow subscriptions to be canceled.jessib
2013-07-17Displaying of user's subscription. Still not committed to whether user can ha...jessib
2013-07-17Much more efficient way to get a customer's subscriptions, thanks to http://s...jessib
2013-07-17Display of subscription information on a customer's edit page. It is *super* ...jessib
2013-07-17Some tweaks to optimize number of requests to braintree API.jessib
2013-07-17Some refactoringjessib
2013-07-17Let users select amount for payments.jessib
2013-07-17More working subscriptions.jessib
2013-07-17Adding some links, which will be removed.jessib
2013-07-17Needs much work, but basic start to recurring payments.jessib
2013-07-17One Braintree customer per user, and some permissions checks (will need to ch...jessib
2013-07-17Unauthenticated users can make single payments (like donations), but payments...jessib
2013-07-17Start to adding customers to braintree vault.jessib
2013-07-17Basic functionality for one time transactions using Braintree's transparent r...jessib