[Plugin: Pronamic iDEAL] After succesful payment Jigoshop-status still shows 'pending'
-
We’re implementing Jigoshop in our website. For now we will only permit payments with iDeal – and we use the Pronamic iDeal plugin. Everythings works fine – ordering, paying etc. But after a succesful payment using iDeal, the status in Jigoshop continues ‘pending’. That means p.e. that Jigoshop will not send an e-mail informing the client that the order was paid and will be sent a.s.a.p.
How can we fix this? Because right now we have to manually change the status in Jigoshop.
I’ve tried to study the php-files of the plugin and as for now, the only updat_status I found is in the doc IDealGateway.php in the map /Jigoshop/Ideal:
$order->update_status(‘pending’, __(‘Pending iDEAL payment.’, ‘pronamic_ideal’));
Should I change/add something or…?
- The topic ‘[Plugin: Pronamic iDEAL] After succesful payment Jigoshop-status still shows 'pending'’ is closed to new replies.