You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Order’s amount_charged_back indeed isn’t updated anywhere it seems. I will dig a little deeper and let you know what I can find and how we will fix it.
you were right. Somehow the existing column isn’t used anywhere. I’ve gone ahead and added a amountChargedBack() method to the Order which will likely change into an accessor and be accessible with $order->amount_charged_back with the next major release. For now it would technically be a breaking change to override the usage of the column by introducing an accessor...
Hi there,
The
amount_charged_back
column on the Order model is never updated. The payment one is but the order value remains 0.The text was updated successfully, but these errors were encountered: