@riocrypto/common 1.0.1547 → 1.0.1549
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -76,7 +76,7 @@ const humanizeOrderStatus = (status) => {
|
|
|
76
76
|
return "US order failed";
|
|
77
77
|
case order_status_1.OrderStatus.AwaitingTransferReissue:
|
|
78
78
|
return "Processing";
|
|
79
|
-
case order_status_1.OrderStatus.
|
|
79
|
+
case order_status_1.OrderStatus.incorrectAmountPaid:
|
|
80
80
|
return "Incorrect amount paid";
|
|
81
81
|
case order_status_1.OrderStatus.refundFailed:
|
|
82
82
|
return "Refund failed";
|
|
@@ -26,7 +26,7 @@ export declare enum OrderStatus {
|
|
|
26
26
|
ProcessorRoutingFailed = "failedProcessorRouting",
|
|
27
27
|
LiquidityRoutingFailed = "failedLiquidityRouting",
|
|
28
28
|
FeesFailed = "failedFees",
|
|
29
|
-
|
|
29
|
+
incorrectAmountPaid = "incorrectAmountPaid",
|
|
30
30
|
InsufficientLiquidityFailed = "insufficientLiquidityFailed",
|
|
31
31
|
DepositAddressFailed = "depositAddressFailed",
|
|
32
32
|
AddressCheckFailed = "addressCheckFailed",
|
|
@@ -56,7 +56,7 @@ var OrderStatus;
|
|
|
56
56
|
OrderStatus["LiquidityRoutingFailed"] = "failedLiquidityRouting";
|
|
57
57
|
// When failed to get fees
|
|
58
58
|
OrderStatus["FeesFailed"] = "failedFees";
|
|
59
|
-
OrderStatus["
|
|
59
|
+
OrderStatus["incorrectAmountPaid"] = "incorrectAmountPaid";
|
|
60
60
|
OrderStatus["InsufficientLiquidityFailed"] = "insufficientLiquidityFailed";
|
|
61
61
|
// When failed to get deposit address
|
|
62
62
|
OrderStatus["DepositAddressFailed"] = "depositAddressFailed";
|