We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2407f6b + 80ed823 commit 7038c93Copy full SHA for 7038c93
docs/get-it-started.md
@@ -119,9 +119,6 @@ class IndexController extends AbstractActionController
119
$details['PAYMENTREQUEST_0_AMT'] = 1.23;
120
$storage->update($details);
121
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
-
125
$captureToken = $this->getServiceLocator()->get('payum.security.token_factory')->createCaptureToken(
126
'paypal_ec', $details, 'payment_done'
127
);
0 commit comments