rerobe-js-orm 4.4.2 → 4.4.3
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.
|
@@ -117,7 +117,7 @@ exports.PRODUCT_STATE_LABELS = {
|
|
|
117
117
|
sellerDonated: 'Donated by you',
|
|
118
118
|
merchantDonated: 'Donated by merchant',
|
|
119
119
|
soldSellerSelfPay: 'Sold-awaiting self payout',
|
|
120
|
-
soldSellerPayoutProcessing: 'Sold
|
|
120
|
+
soldSellerPayoutProcessing: 'Sold–Cashout available soon',
|
|
121
121
|
soldSellerPayoutFailed: 'Sold-payout failed',
|
|
122
122
|
hidden: 'Hidden',
|
|
123
123
|
booked: 'Booked',
|
|
@@ -154,7 +154,7 @@ exports.PRODUCT_STATE_LABELS_ADMIN_VIEW = {
|
|
|
154
154
|
sellerDonated: 'Donated by seller',
|
|
155
155
|
merchantDonated: 'Donated by merchant',
|
|
156
156
|
soldSellerSelfPay: 'Sold—awaiting seller self payout',
|
|
157
|
-
soldSellerPayoutProcessing: 'Sold
|
|
157
|
+
soldSellerPayoutProcessing: 'Sold–Cashout available soon',
|
|
158
158
|
soldSellerPayoutFailed: 'Sold—seller payout failed',
|
|
159
159
|
hidden: 'Hidden',
|
|
160
160
|
booked: 'Booked',
|