You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying use your fork, because original JMSPaymentCoreBundle break in Symfony 2.0 :(
I have implemented sample from JMS "original site", but when i select "Paypal method", on request, it show me this error:
Fatal error: Call to a member function createPaymentInstruction() on a non-object in /xxx/Test/DistributorBundle/Controller/PaymentController.php on line 65
It occurs because ppc (or payment.plugin_controller element) is null, it not load, i dont know
Do you know how fix it? Do should you have one sample about it?
Very very thanks for your work, regards
The text was updated successfully, but these errors were encountered:
Hello,
I am trying use your fork, because original JMSPaymentCoreBundle break in Symfony 2.0 :(
I have implemented sample from JMS "original site", but when i select "Paypal method", on request, it show me this error:
Fatal error: Call to a member function createPaymentInstruction() on a non-object in /xxx/Test/DistributorBundle/Controller/PaymentController.php on line 65
It occurs because ppc (or payment.plugin_controller element) is null, it not load, i dont know
Do you know how fix it? Do should you have one sample about it?
Very very thanks for your work, regards
The text was updated successfully, but these errors were encountered: