symfony - Symfony2 Payum Bundle - Call to undefined method isCaptured() -


I try to speed up PayPal Express checkout here:

Everything works Returns the capture donation error:

Error: Call for the undefined method Parent \ core \ request \ GetHumanStatus :: isCaptured () in (..) / PaymentBundle / Controller / DefaultController.php Line 65

(..) Only my path and line is 65:

If ($ status-> isCaptured ()) {

Everything is just like the example in the PEM document . Thanks to Cassinsinsky, the answer to this question is very simple. Why CAPTCHED () returns an error?

In the documents, if you click the link below

If you follow, then there is a mix of versions.

Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

Registering an Interceptor For All Interface Implementaions in Castle Windsor -