Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

EventManager error with PayPal payment method (no order() method)


Go to End


3 Posts   1550 Views

Avatar
brdesign

Community Member, 1 Post

25 February 2012 at 1:16am

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!

Avatar
JIM2011

Community Member, 3 Posts

28 February 2012 at 10:01pm

Avatar
nat.pike

Community Member, 21 Posts

12 November 2012 at 3:28pm

Hi there,

Was there a solution for this? - I've got the same problem.

Cheers