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.

Payments and Payment Gateway / APIs /

This is a forum for discussing SilverStripe can-do payments and their APIs / Gateways.

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

Silverstripe 2.4 E-commerce & Payment


Go to End


3943 Views

Avatar
Vix

Community Member, 60 Posts

18 October 2013 at 4:13pm

I was wondering if someone can point me in the right direction to find a copy of Silverstripe Ecommerce for 2.4 and the Payment (PayPal) module that work nicely together.

All the payment modules that I have tried throw an error when I try to set:

PayPalPayment::setPayPalRealAccount('myaccount@wherever.com'); 
PayPalPayment::setPayPalTestAccount('mytestaccount@wherever.com'); 
PayPalPayment::setPayPalUseTestAccount(true); 

They come back with a fatal error

Fatal error: Call to undefined method PayPalPayment::setPayPalRealAccount()

Any help would be great (would also be great if the e-commerce allowed product variations).

Thanks