1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 10:52:41 +01:00
phorge-phorge/src/applications/phortune/controller
epriestley 4f3b5f0ea9 Phortune v0.1: add payment methods
Summary:
Hook @btrahan's Stripe form to the rest of Phortune.

  - Users can add payment methods.
  - They are saved to Stripe and associated with PhortunePaymentMethods on our side.
  - Payment methods appear on account overview.

Test Plan:
{F37548}
{F37549}
{F37550}

Reviewers: chad, btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2787

Differential Revision: https://secure.phabricator.com/D5438
2013-03-28 09:11:42 -07:00
..
PhortuneAccountViewController.php Phortune v0.1: add payment methods 2013-03-28 09:11:42 -07:00
PhortuneController.php Phortune v0 2013-03-28 09:10:34 -07:00
PhortuneLandingController.php Phortune v0 2013-03-28 09:10:34 -07:00
PhortunePaymentMethodEditController.php Phortune v0.1: add payment methods 2013-03-28 09:11:42 -07:00
PhortunePaymentMethodListController.php Phortune v0 2013-03-28 09:10:34 -07:00
PhortunePaymentMethodViewController.php Phortune v0 2013-03-28 09:10:34 -07:00