Payment status updated in batch job
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Payment status updated in batch job
How to get status from payment gateway on batch job via API ? In doc are describe updateBatch updateSync and query method. Which and when is it used ?
Re: Payment status updated in batch job
updateSync() is called on the checkout confirmation page (thank you page) while updateBatch() is called if you execute:
So updateBatch() can be used to update delivery/payment status from a file or an external batch API.
Code: Select all
php artian aimeos:jobs order/service/async
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Payment status updated in batch job
I don't think updateBatch() method exists.
Maybe updateAsync() ?
Maybe updateAsync() ?
Re: Payment status updated in batch job
Sorry, yes it's name is updateAsync()
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star