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-payout processing',
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—seller payout processing',
157
+ soldSellerPayoutProcessing: 'Sold–Cashout available soon',
158
158
  soldSellerPayoutFailed: 'Sold—seller payout failed',
159
159
  hidden: 'Hidden',
160
160
  booked: 'Booked',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",