rerobe-js-orm 3.2.3 → 3.2.5
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.
|
@@ -88,7 +88,7 @@ exports.PRODUCT_STATE_LABELS = {
|
|
|
88
88
|
reserved: 'In a shopping cart',
|
|
89
89
|
sold: 'Sold—return period open',
|
|
90
90
|
returned: 'Returned-pending publication',
|
|
91
|
-
soldSellerToBePaid: '
|
|
91
|
+
soldSellerToBePaid: 'Sold-pending payment',
|
|
92
92
|
soldSellerPaid: 'Paid out',
|
|
93
93
|
sellerSelfReject: 'Declined by you',
|
|
94
94
|
liquidationRequested: 'Requested to take back',
|
package/lib/models/Product.js
CHANGED