rerobe-js-orm 4.4.2 → 4.4.4
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.
|
@@ -102,9 +102,9 @@ exports.PRODUCT_STATE_LABELS = {
|
|
|
102
102
|
hold: 'Hold for now',
|
|
103
103
|
clearance: 'On clearance',
|
|
104
104
|
reserved: 'In a shopping cart',
|
|
105
|
-
sold: 'Sold—return period open',
|
|
106
|
-
returned: 'Returned-pending
|
|
107
|
-
soldSellerToBePaid: 'Sold-pending payment',
|
|
105
|
+
sold: 'Sold — return period open',
|
|
106
|
+
returned: 'Returned - pending restock',
|
|
107
|
+
soldSellerToBePaid: 'Sold - pending payment',
|
|
108
108
|
soldSellerPaid: 'Paid out',
|
|
109
109
|
sellerSelfReject: 'Declined by you',
|
|
110
110
|
liquidationRequested: 'Requested to take back',
|
|
@@ -116,9 +116,9 @@ exports.PRODUCT_STATE_LABELS = {
|
|
|
116
116
|
availableInStore: 'Listed for sale in store',
|
|
117
117
|
sellerDonated: 'Donated by you',
|
|
118
118
|
merchantDonated: 'Donated by merchant',
|
|
119
|
-
soldSellerSelfPay: 'Sold-awaiting self payout',
|
|
120
|
-
soldSellerPayoutProcessing: 'Sold-
|
|
121
|
-
soldSellerPayoutFailed: 'Sold-payout failed',
|
|
119
|
+
soldSellerSelfPay: 'Sold - awaiting self payout',
|
|
120
|
+
soldSellerPayoutProcessing: 'Sold - Cashout available soon',
|
|
121
|
+
soldSellerPayoutFailed: 'Sold - payout failed',
|
|
122
122
|
hidden: 'Hidden',
|
|
123
123
|
booked: 'Booked',
|
|
124
124
|
open: 'Open',
|
|
@@ -139,9 +139,9 @@ exports.PRODUCT_STATE_LABELS_ADMIN_VIEW = {
|
|
|
139
139
|
hold: 'On hold',
|
|
140
140
|
clearance: 'On clearance',
|
|
141
141
|
reserved: 'In a shopping cart',
|
|
142
|
-
sold: 'Sold—return period open',
|
|
142
|
+
sold: 'Sold — return period open',
|
|
143
143
|
returned: 'Returned-pending publication',
|
|
144
|
-
soldSellerToBePaid: 'Sold-pending payment',
|
|
144
|
+
soldSellerToBePaid: 'Sold - pending payment',
|
|
145
145
|
soldSellerPaid: 'Paid out',
|
|
146
146
|
sellerSelfReject: 'Declined by seller',
|
|
147
147
|
liquidationRequested: 'Requested to take back by seller',
|
|
@@ -153,9 +153,9 @@ exports.PRODUCT_STATE_LABELS_ADMIN_VIEW = {
|
|
|
153
153
|
availableInStore: 'Listed for sale in store',
|
|
154
154
|
sellerDonated: 'Donated by seller',
|
|
155
155
|
merchantDonated: 'Donated by merchant',
|
|
156
|
-
soldSellerSelfPay: 'Sold—awaiting seller self payout',
|
|
157
|
-
soldSellerPayoutProcessing: 'Sold
|
|
158
|
-
soldSellerPayoutFailed: 'Sold
|
|
156
|
+
soldSellerSelfPay: 'Sold — awaiting seller self payout',
|
|
157
|
+
soldSellerPayoutProcessing: 'Sold - Cashout available soon',
|
|
158
|
+
soldSellerPayoutFailed: 'Sold - seller payout failed',
|
|
159
159
|
hidden: 'Hidden',
|
|
160
160
|
booked: 'Booked',
|
|
161
161
|
open: 'Open',
|