Fix FundRefund transaction calls
Summary: This function `renderHandleLink` doesn't exist. Update call. Test Plan: I'm still lost on how to refund a transaction? Existing? Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17858
This commit is contained in:
@@ -55,7 +55,7 @@ final class FundInitiativeRefundTransaction
|
||||
'%s refunded %s to %s.',
|
||||
$this->renderAuthor(),
|
||||
$amount->formatForDisplay(),
|
||||
$this->renderHandleLink($backer_phid));
|
||||
$this->renderHandle($backer_phid));
|
||||
}
|
||||
|
||||
public function getTitleForFeed() {
|
||||
@@ -69,7 +69,7 @@ final class FundInitiativeRefundTransaction
|
||||
'%s refunded %s to %s for %s.',
|
||||
$this->renderAuthor(),
|
||||
$amount->formatForDisplay(),
|
||||
$this->renderHandleLink($backer_phid),
|
||||
$this->renderHandle($backer_phid),
|
||||
$this->renderObject());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user