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
Comments
Post a Comment