Skip to content

Commit 7038c93

Browse files
committed
Merge pull request #13 from Perfect-Web/patch-2
Update get-it-started.md
2 parents 2407f6b + 80ed823 commit 7038c93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/get-it-started.md

-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ class IndexController extends AbstractActionController
119119
$details['PAYMENTREQUEST_0_AMT'] = 1.23;
120120
$storage->update($details);
121121

122-
// FIXIT: I dont know how to inject controller plugin to the service.
123-
$this->getServiceLocator()->get('payum.security.token_factory')->setUrlPlugin($this->url());
124-
125122
$captureToken = $this->getServiceLocator()->get('payum.security.token_factory')->createCaptureToken(
126123
'paypal_ec', $details, 'payment_done'
127124
);

0 commit comments

Comments
 (0)