mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 22:45:49 +00:00
terNO_LINE should never be the final result of a payment transaction that can claim a fee.
This commit is contained in:
@@ -702,7 +702,7 @@ suite('Gateway', function() {
|
||||
.once('submitted', function (m) {
|
||||
// console.log("submitted: %s", JSON.stringify(m));
|
||||
|
||||
callback(m.engine_result !== 'terNO_LINE');
|
||||
callback(m.engine_result !== 'tecPATH_DRY');
|
||||
})
|
||||
.submit();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user