Then trying to capture a payment with the link in the order interface of commerce (like /admin/commerce/orders/112/payment/82/capture) I get a error:
Fatal error: func_get_args(): Can't be used as a function parameter in /sites/all/modules/quickpay/quickpay.transaction.inc on line 830
I can capture the same payment from the Quickpay Manager
Comments
Comment #1
xen commentedI'll look into it. Could explain the non-working of autocapture.
Comment #2
xen commentedWhat PHP version are you using?
Comment #3
xen commentedI guess you're on PHP 5.2 and that's the problem.
Try the dev release tomorrow (it should have a date of the 19th), and see if it doesn't fix this and #2159781: Getting autocapture to work.
Comment #4
redsquid commentedThanks for the quick reply.
You're right about php being 5.2
We're moving to a new setup after the holidays, but I will try the dev release tomorrow.
Comment #5
redsquid commentedI have tried to install the new dev release, and now I able to capture payments.
But it didn't fix the auto capture problem. I'm all confused. Do I need to do some configuration, which I can't find in the UI or does the module magically figure out, which orders it can auto capture (in this case no orders contains shipping or physical products)?
Comment #7
xen commentedSorry, I'd completely missed this issue.
Still a problem?
Comment #8
xen commented