Skip to content

Commit 7ba13ed

Browse files
author
epriestley
committed
Fix an issue with the Phortune card disable route
I think this got clipped in modernization at some point. Auditors: chad
1 parent 2336726 commit 7ba13ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/phortune/controller/PhortunePaymentMethodDisableController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ final class PhortunePaymentMethodDisableController
55

66
public function handleRequest(AphrontRequest $request) {
77
$viewer = $request->getViewer();
8-
$method_id = $request->getURIData('methodID');
8+
$method_id = $request->getURIData('id');
99

1010
$method = id(new PhortunePaymentMethodQuery())
1111
->setViewer($viewer)

0 commit comments

Comments
 (0)