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
When you issue a refund for an order, the order transaction for the new amount is incorrect. The amount for the photo below after cancelling one of the items and refunding the amount should have been $5.00
After a short investigate, this appears to be due to the payment_total being used to create the new order transaction not being the updated value at this time.
The text was updated successfully, but these errors were encountered:
When you issue a refund for an order, the order transaction for the new amount is incorrect. The amount for the photo below after cancelling one of the items and refunding the amount should have been $5.00
After a short investigate, this appears to be due to the
payment_total
being used to create the new order transaction not being the updated value at this time.The text was updated successfully, but these errors were encountered: