Hi, I've did setup eventmanager module and payment module and I want to use PayPal Payment.
I did change the property:
protected static $supported_methods = array(
'PayPalPayment' => 'PayPal'
);
But after reserving a ticket and choosing PayPal payment I get this error:
[User Error] Uncaught Exception: Object->__call(): the method 'order' does not exist on 'PayPalPayment'
Any help would be much welcome! Thanks!