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
On thirty bees 1.4 this issue should not be reproducible, because core now ignores invalid input (array) and uses shipping cost amount from order.
That does not mean this is not a bug in the module. We should pass proper data. In this case, we should probably pass true to indicate total shipping costs should be refunded. And also, we should use method OrderSlip::create instead this deprecated one.
We made the sale and received £11.93.
We made the full refund on Stripe on TB £11.93.
Automatically it made the Credit Slip of £5.94 and not £11.93.
The credit slip isn’t created with the amount of the full refund, the amount of the product and shipping, but only with the amount of the product.
The Credit Slip can use the amount refunded for a full or a partial refund.
The text was updated successfully, but these errors were encountered: