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
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Found another issue. The last few credit memos we're issued for partial amounts have been refunding the entire order. Here are some examples to check out:
Tried to refund the shipping, but the entire amount got cancelled on the Credit Card
Same thing. Refund shipping = whole order got credited back
The text was updated successfully, but these errors were encountered:
The receiving parameter on line 80 public function refund($transactionId, $isPartial = false, $partialAmount = null) is $isPartial, but $payment->getBaseTotalDue() == $amount, will only send TRUE if it is NOT partial.
I am just looking at the code and haven't tested this yet, but if I'm correct, it could be leading to the problem of refunding 100% of the order when I only wanted to partially refund the order.
I realize that this is related to the HPS Paypal and my original issue did not deal with paypal. I'm going to go look to see if this is the same with standard HPS payments.
Found another issue. The last few credit memos we're issued for partial amounts have been refunding the entire order. Here are some examples to check out:
The text was updated successfully, but these errors were encountered: