From c56ac11bd2d67d02f442f7c99a2e06197291c6fb Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 2 Mar 2015 18:17:52 -0800 Subject: [PATCH] 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 --- src/applications/phortune/phid/PhortunePaymentMethodPHIDType.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applications/phortune/phid/PhortunePaymentMethodPHIDType.php b/src/applications/phortune/phid/PhortunePaymentMethodPHIDType.php index 34501526b2..2df0a0acd5 100644 --- a/src/applications/phortune/phid/PhortunePaymentMethodPHIDType.php +++ b/src/applications/phortune/phid/PhortunePaymentMethodPHIDType.php @@ -31,7 +31,6 @@ final class PhortunePaymentMethodPHIDType extends PhabricatorPHIDType { $id = $method->getID(); $handle->setName($method->getFullDisplayName()); - $handle->setURI("/phortune/method/{$id}/"); } }