1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/phortune/storage
epriestley 2bb4fc9ece Fix a Phortune billing issue where subscription autopay could charge disabled cards
Summary:
See support email. There's nothing tricky here, we were just missing a check. The different parts of this got built at different times so I think this was simply overlooked.

Also add a redundant check just to future-proof this and be on the safe side.

Test Plan: Used `bin/phortune invoice` to charge a pact subscription. After deleting the card, the charge failed with an appropriate error.

Reviewers: amckinley

Differential Revision: https://secure.phabricator.com/D19020
2018-02-08 06:30:59 -08:00
..
PhortuneAccount.php Fix a bug where Phortune accounts created via "Create Account" would not have the viewer added as a member 2017-04-14 10:22:54 -07:00
PhortuneAccountTransaction.php Modernize PhortuneAccount with EditEngine/Modular Transactions 2017-04-11 12:33:15 -07:00
PhortuneCart.php Fix a Phortune billing issue where subscription autopay could charge disabled cards 2018-02-08 06:30:59 -08:00
PhortuneCartTransaction.php Mail account owners when they have an invoice due 2015-02-01 12:33:03 -08:00
PhortuneCharge.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhortuneDAO.php Phortune v0 2013-03-28 09:10:34 -07:00
PhortuneMerchant.php Modernize PhortuneAccount with EditEngine/Modular Transactions 2017-04-11 12:33:15 -07:00
PhortuneMerchantTransaction.php Update PhortuneMerchant to Modular Transactions 2017-04-11 09:32:12 -07:00
PhortunePaymentMethod.php Fix a Phortune billing issue where subscription autopay could charge disabled cards 2018-02-08 06:30:59 -08:00
PhortunePaymentProviderConfig.php Implement PhabricatorApplicationTransactionInterface on PhortunePaymentProviderConfig 2016-08-30 09:18:10 -07:00
PhortunePaymentProviderConfigTransaction.php Allow merchants to disable payment providers and show more UI info 2014-10-08 08:31:24 -07:00
PhortuneProduct.php Remove empty implementations of describeAutomaticCapabilities() 2016-11-09 15:24:22 -08:00
PhortunePurchase.php Support basic ad-hoc invoices in Phortune 2015-04-20 10:05:22 -07:00
PhortuneSchemaSpec.php Automatically build all Lisk schemata 2014-10-02 09:51:20 -07:00
PhortuneSubscription.php Add an after-purchase hook to subscriptions in Phortune 2017-07-07 16:39:47 -07:00