Hi,
Trying to get E-Commerce module (r78462) working, but have two problems so far.
1) When trying to checkout, on /checkout/OrderForm:
[Warning] Invalid argument supplied for foreach()
POST /checkout/OrderForm
Line 158 in /Sites/sig/trunk/payment/code/PayPalPayment.php
Not getting the Order Items?
2) in ecommerce/_config trying to set the required fields
////Real account for paypal
PayPalPayment::setPayPalRealAccount('info@asdf.com');
////Test account for paypal
PayPalPayment::setPayPalTestAccount('info@sdaf.com');
//
////Who to send test payment from
PayPalPayment::setPayPalUseTestAccount('info@agasdf.com');
but these setters do not exist in PayPalPayment ?
---
Any suggestions much appreciated or if there is anything I can do to help, let me know?
Perhaps I should try using more more recent rev of E-Commerce mod? As I said, I downloaded r78462, but that isn't the most recent.
Todd