mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Never allow a retry as a final result
This commit is contained in:
@@ -204,7 +204,7 @@ TER PaymentTransactor::doApply ()
|
||||
false, // Not standalone, delete unfundeds.
|
||||
isSetBit (mParams, tapOPEN_LEDGER));
|
||||
|
||||
if (terNO_LINE == terResult)
|
||||
if (isTerRetry(terResult))
|
||||
terResult = tecPATH_DRY;
|
||||
|
||||
if ((tesSUCCESS == terResult) && (saDstAmountAct != saDstAmount))
|
||||
|
||||
Reference in New Issue
Block a user