@riocrypto/common 1.0.2509 → 1.0.2510
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.
|
@@ -96,6 +96,8 @@ const humanizeOrderStatus = (status) => {
|
|
|
96
96
|
return "Time in force ended";
|
|
97
97
|
case order_status_1.OrderStatus.BankPaymentDetailsAdded:
|
|
98
98
|
return "Processing";
|
|
99
|
+
case order_status_1.OrderStatus.Queued:
|
|
100
|
+
return "Queued";
|
|
99
101
|
default:
|
|
100
102
|
if (status.toLowerCase().includes("failed")) {
|
|
101
103
|
return "Failed";
|