1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 09:12:41 +01:00

Don't link payment methods to nowhere

Summary: This page doesn't actually exist and we don't really have any content to put on it right now.

Test Plan: No longer saw bogus link in subscriptions.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D11942
This commit is contained in:
epriestley 2015-03-02 18:17:52 -08:00
parent 26268c6362
commit c56ac11bd2

View file

@ -31,7 +31,6 @@ final class PhortunePaymentMethodPHIDType extends PhabricatorPHIDType {
$id = $method->getID();
$handle->setName($method->getFullDisplayName());
$handle->setURI("/phortune/method/{$id}/");
}
}