Search found 2 matches

by bauke
26 Sep 2020, 15:36
Forum: Laravel package
Topic: TRANSACTIONID lost on order update
Replies: 2
Views: 871

Re: TRANSACTIONID lost on order update

Hi,

Sorry for the late reply and thank you for pointing me in the right direction.

I've created a pull request for the 2019.10 branch that fixes the problem for me.
https://github.com/aimeos/ai-admin-jqadm/pull/138
by bauke
31 Aug 2020, 17:46
Forum: Laravel package
Topic: TRANSACTIONID lost on order update
Replies: 2
Views: 871

TRANSACTIONID lost on order update

TL;DR: When I click save on an order in the admin, the TRANSACTIONID is removed from the database Version: latest "aimeos/aimeos-laravel": "~2019.10" Hi, I'm adding the capture() ability to an OmniPay payment method, but I run into the following problem. I place a new order and t...