mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-30 10:42: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:
parent
26268c6362
commit
c56ac11bd2
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ final class PhortunePaymentMethodPHIDType extends PhabricatorPHIDType {
|
||||||
$id = $method->getID();
|
$id = $method->getID();
|
||||||
|
|
||||||
$handle->setName($method->getFullDisplayName());
|
$handle->setName($method->getFullDisplayName());
|
||||||
$handle->setURI("/phortune/method/{$id}/");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue