summaryrefslogtreecommitdiff
path: root/billing/app/controllers/payments_controller.rb
AgeCommit message (Expand)Author
2014-04-11move engines into engines directoryAzul
2014-02-10rename authorize to require_loginAzul
2013-10-08Payments made when authenticated will be donations, and not connected to cust...jessib
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-07-23Some navigation tweaks.jessib
2013-07-17billing: functional test for payments controllerAzul
2013-07-17Fix issue with transparent redirect if form is first submitted incorrectly. B...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-17Added notices to redirects.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-17Unauthenticated users can make single payments (like donations), but payments...jessib
2013-07-17Basic functionality for one time transactions using Braintree's transparent r...jessib