@saasquatch/mint-components 1.16.0-14 → 1.16.0-16
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.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +31 -1
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +24 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/cjs/{usePayoutStatus-79b5577f.js → usePayoutStatus-d459ddde.js} +21 -11
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +14 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +52 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +21 -11
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +50 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +14 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +50 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_17.entry.js +31 -1
- package/dist/esm/sqm-big-stat_43.entry.js +24 -2
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm/{usePayoutStatus-6ae7fc44.js → usePayoutStatus-4a7625b9.js} +21 -11
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/{usePayoutStatus-6ae7fc44.js → usePayoutStatus-4a7625b9.js} +2 -2
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-4345fabe.entry.js → p-05389a8e.entry.js} +2 -2
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-dbdef054.js → p-3b2f1211.js} +2 -2
- package/dist/mint-components/{p-01a851f7.system.entry.js → p-58ae268a.system.entry.js} +1 -1
- package/dist/mint-components/{p-e505f4bb.entry.js → p-72dcdf84.entry.js} +5 -5
- package/dist/mint-components/{p-dd883bbb.system.js → p-9f22f58a.system.js} +2 -2
- package/dist/mint-components/p-a12f854d.system.entry.js +1 -0
- package/dist/mint-components/{p-aa7a6a5c.system.entry.js → p-a3edefd0.system.entry.js} +1 -1
- package/dist/mint-components/{p-7893e7d1.entry.js → p-e4f853ff.entry.js} +1 -1
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +8 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +8 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +8 -0
- package/dist/types/components.d.ts +48 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-166a3eea.system.entry.js +0 -1
|
@@ -993,24 +993,23 @@ const GET_TAX_SETTING = index_module.dist.gql `
|
|
|
993
993
|
}
|
|
994
994
|
`;
|
|
995
995
|
function getStatus(data) {
|
|
996
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m
|
|
996
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
997
997
|
const account = (_b = (_a = data.user.impactConnection) === null || _a === void 0 ? void 0 : _a.publisher) === null || _b === void 0 ? void 0 : _b.payoutsAccount;
|
|
998
998
|
if (!((_d = (_c = data.user) === null || _c === void 0 ? void 0 : _c.impactConnection) === null || _d === void 0 ? void 0 : _d.connected) || !account)
|
|
999
999
|
return "INFORMATION_REQUIRED";
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
}
|
|
1003
|
-
const currentTaxDocument = (_h = (_g = data.user.impactConnection) === null || _g === void 0 ? void 0 : _g.publisher) === null || _h === void 0 ? void 0 : _h.currentTaxDocument;
|
|
1004
|
-
if (((_j = account.holdReasons) === null || _j === void 0 ? void 0 : _j.includes("NO_W9_DOCUMENT")) && !currentTaxDocument)
|
|
1000
|
+
const currentTaxDocument = (_f = (_e = data.user.impactConnection) === null || _e === void 0 ? void 0 : _e.publisher) === null || _f === void 0 ? void 0 : _f.currentTaxDocument;
|
|
1001
|
+
if (((_g = account.holdReasons) === null || _g === void 0 ? void 0 : _g.includes("NO_W9_DOCUMENT")) && !currentTaxDocument)
|
|
1005
1002
|
return "OVER_W9_THRESHOLD";
|
|
1006
|
-
if ((
|
|
1003
|
+
if ((_h = account.holdReasons) === null || _h === void 0 ? void 0 : _h.includes("IDV_CHECK_REQUIRED"))
|
|
1007
1004
|
return "VERIFICATION:REQUIRED";
|
|
1008
|
-
if ((
|
|
1005
|
+
if ((_j = account.holdReasons) === null || _j === void 0 ? void 0 : _j.includes("IDV_CHECK_REQUIRED_INTERNAL"))
|
|
1009
1006
|
return "VERIFICATION:INTERNAL";
|
|
1010
|
-
if ((
|
|
1007
|
+
if ((_k = account.holdReasons) === null || _k === void 0 ? void 0 : _k.includes("IDV_CHECK_REVIEW_INTERNAL"))
|
|
1011
1008
|
return "VERIFICATION:REVIEW";
|
|
1012
|
-
if ((
|
|
1009
|
+
if ((_l = account.holdReasons) === null || _l === void 0 ? void 0 : _l.includes("IDV_CHECK_FAILED_INTERNAL"))
|
|
1013
1010
|
return "VERIFICATION:FAILED";
|
|
1011
|
+
if ((_m = account.holdReasons) === null || _m === void 0 ? void 0 : _m.includes("NEW_PAYEE_REVIEW"))
|
|
1012
|
+
return "ACCOUNT_REVIEW";
|
|
1014
1013
|
if (account.hold)
|
|
1015
1014
|
return "HOLD";
|
|
1016
1015
|
return "DONE";
|
|
@@ -1038,6 +1037,17 @@ function usePayoutStatus(props) {
|
|
|
1038
1037
|
window.removeEventListener(VERIFF_COMPLETE_EVENT_KEY, cb);
|
|
1039
1038
|
};
|
|
1040
1039
|
}, []);
|
|
1040
|
+
const onTermsClick = () => {
|
|
1041
|
+
let url = props.cashPayoutsPageUrl;
|
|
1042
|
+
if (url.includes("#"))
|
|
1043
|
+
url = url.split("#")[0];
|
|
1044
|
+
if (status === "INFORMATION_REQUIRED")
|
|
1045
|
+
url += "#1";
|
|
1046
|
+
else if (status === "OVER_W9_THRESHOLD" &&
|
|
1047
|
+
enforceUsTaxComplianceOption === "CASH_ONLY_DEFER_W9")
|
|
1048
|
+
url += "#3";
|
|
1049
|
+
window.history.pushState(null, "", url);
|
|
1050
|
+
};
|
|
1041
1051
|
return {
|
|
1042
1052
|
states: {
|
|
1043
1053
|
loading,
|
|
@@ -1049,7 +1059,7 @@ function usePayoutStatus(props) {
|
|
|
1049
1059
|
data: { type },
|
|
1050
1060
|
text: props.getTextProps(),
|
|
1051
1061
|
callbacks: {
|
|
1052
|
-
onTermsClick
|
|
1062
|
+
onTermsClick,
|
|
1053
1063
|
onClick: render,
|
|
1054
1064
|
},
|
|
1055
1065
|
};
|
|
@@ -160,6 +160,20 @@ export function PayoutStatusAlertView(props) {
|
|
|
160
160
|
class: sheet.classes.WarningAlertContainer,
|
|
161
161
|
};
|
|
162
162
|
}
|
|
163
|
+
case "ACCOUNT_REVIEW":
|
|
164
|
+
return {
|
|
165
|
+
header: text.accountReviewHeader,
|
|
166
|
+
description: intl.formatMessage({
|
|
167
|
+
id: "accountReviewDescription",
|
|
168
|
+
defaultMessage: text.accountReviewDescription,
|
|
169
|
+
}, {
|
|
170
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
171
|
+
}),
|
|
172
|
+
buttonText: null,
|
|
173
|
+
alertType: "warning",
|
|
174
|
+
icon: "exclamation-triangle",
|
|
175
|
+
class: sheet.classes.WarningAlertContainer,
|
|
176
|
+
};
|
|
163
177
|
case "HOLD":
|
|
164
178
|
return {
|
|
165
179
|
header: text.holdHeader,
|
package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js
CHANGED
|
@@ -60,6 +60,14 @@ export class PayoutStatusAlert {
|
|
|
60
60
|
* @uiName Verification failed internal alert description
|
|
61
61
|
*/
|
|
62
62
|
this.verificationFailedInternalDescription = "Identity verification has failed. Our team is reviewing the report and will contact you with further information. If you don't hear from us contact our {supportLink}.";
|
|
63
|
+
/**
|
|
64
|
+
* @uiName Account review alert header
|
|
65
|
+
*/
|
|
66
|
+
this.accountReviewHeader = "Your account is under review";
|
|
67
|
+
/**
|
|
68
|
+
* @uiName Account review alert description
|
|
69
|
+
*/
|
|
70
|
+
this.accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
|
|
63
71
|
/**
|
|
64
72
|
* @uiName W9 payment threshold alert header
|
|
65
73
|
*/
|
|
@@ -83,7 +91,7 @@ export class PayoutStatusAlert {
|
|
|
83
91
|
/**
|
|
84
92
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
85
93
|
*/
|
|
86
|
-
this.cashPayoutsPageUrl = "/taxAndCash
|
|
94
|
+
this.cashPayoutsPageUrl = "/taxAndCash";
|
|
87
95
|
/**
|
|
88
96
|
* @uiName Support link text
|
|
89
97
|
*/
|
|
@@ -367,6 +375,48 @@ export class PayoutStatusAlert {
|
|
|
367
375
|
"reflect": false,
|
|
368
376
|
"defaultValue": "\"Identity verification has failed. Our team is reviewing the report and will contact you with further information. If you don't hear from us contact our {supportLink}.\""
|
|
369
377
|
},
|
|
378
|
+
"accountReviewHeader": {
|
|
379
|
+
"type": "string",
|
|
380
|
+
"mutable": false,
|
|
381
|
+
"complexType": {
|
|
382
|
+
"original": "string",
|
|
383
|
+
"resolved": "string",
|
|
384
|
+
"references": {}
|
|
385
|
+
},
|
|
386
|
+
"required": false,
|
|
387
|
+
"optional": false,
|
|
388
|
+
"docs": {
|
|
389
|
+
"tags": [{
|
|
390
|
+
"text": "Account review alert header",
|
|
391
|
+
"name": "uiName"
|
|
392
|
+
}],
|
|
393
|
+
"text": ""
|
|
394
|
+
},
|
|
395
|
+
"attribute": "account-review-header",
|
|
396
|
+
"reflect": false,
|
|
397
|
+
"defaultValue": "\"Your account is under review\""
|
|
398
|
+
},
|
|
399
|
+
"accountReviewDescription": {
|
|
400
|
+
"type": "string",
|
|
401
|
+
"mutable": false,
|
|
402
|
+
"complexType": {
|
|
403
|
+
"original": "string",
|
|
404
|
+
"resolved": "string",
|
|
405
|
+
"references": {}
|
|
406
|
+
},
|
|
407
|
+
"required": false,
|
|
408
|
+
"optional": false,
|
|
409
|
+
"docs": {
|
|
410
|
+
"tags": [{
|
|
411
|
+
"text": "Account review alert description",
|
|
412
|
+
"name": "uiName"
|
|
413
|
+
}],
|
|
414
|
+
"text": ""
|
|
415
|
+
},
|
|
416
|
+
"attribute": "account-review-description",
|
|
417
|
+
"reflect": false,
|
|
418
|
+
"defaultValue": "\"This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.\""
|
|
419
|
+
},
|
|
370
420
|
"w9RequiredHeader": {
|
|
371
421
|
"type": "string",
|
|
372
422
|
"mutable": false,
|
|
@@ -491,7 +541,7 @@ export class PayoutStatusAlert {
|
|
|
491
541
|
},
|
|
492
542
|
"attribute": "cash-payouts-page-url",
|
|
493
543
|
"reflect": false,
|
|
494
|
-
"defaultValue": "\"/taxAndCash
|
|
544
|
+
"defaultValue": "\"/taxAndCash\""
|
|
495
545
|
},
|
|
496
546
|
"supportLink": {
|
|
497
547
|
"type": "string",
|
|
@@ -30,24 +30,23 @@ const GET_TAX_SETTING = gql `
|
|
|
30
30
|
}
|
|
31
31
|
`;
|
|
32
32
|
export function getStatus(data) {
|
|
33
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m
|
|
33
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
34
34
|
const account = (_b = (_a = data.user.impactConnection) === null || _a === void 0 ? void 0 : _a.publisher) === null || _b === void 0 ? void 0 : _b.payoutsAccount;
|
|
35
35
|
if (!((_d = (_c = data.user) === null || _c === void 0 ? void 0 : _c.impactConnection) === null || _d === void 0 ? void 0 : _d.connected) || !account)
|
|
36
36
|
return "INFORMATION_REQUIRED";
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
const currentTaxDocument = (_h = (_g = data.user.impactConnection) === null || _g === void 0 ? void 0 : _g.publisher) === null || _h === void 0 ? void 0 : _h.currentTaxDocument;
|
|
41
|
-
if (((_j = account.holdReasons) === null || _j === void 0 ? void 0 : _j.includes("NO_W9_DOCUMENT")) && !currentTaxDocument)
|
|
37
|
+
const currentTaxDocument = (_f = (_e = data.user.impactConnection) === null || _e === void 0 ? void 0 : _e.publisher) === null || _f === void 0 ? void 0 : _f.currentTaxDocument;
|
|
38
|
+
if (((_g = account.holdReasons) === null || _g === void 0 ? void 0 : _g.includes("NO_W9_DOCUMENT")) && !currentTaxDocument)
|
|
42
39
|
return "OVER_W9_THRESHOLD";
|
|
43
|
-
if ((
|
|
40
|
+
if ((_h = account.holdReasons) === null || _h === void 0 ? void 0 : _h.includes("IDV_CHECK_REQUIRED"))
|
|
44
41
|
return "VERIFICATION:REQUIRED";
|
|
45
|
-
if ((
|
|
42
|
+
if ((_j = account.holdReasons) === null || _j === void 0 ? void 0 : _j.includes("IDV_CHECK_REQUIRED_INTERNAL"))
|
|
46
43
|
return "VERIFICATION:INTERNAL";
|
|
47
|
-
if ((
|
|
44
|
+
if ((_k = account.holdReasons) === null || _k === void 0 ? void 0 : _k.includes("IDV_CHECK_REVIEW_INTERNAL"))
|
|
48
45
|
return "VERIFICATION:REVIEW";
|
|
49
|
-
if ((
|
|
46
|
+
if ((_l = account.holdReasons) === null || _l === void 0 ? void 0 : _l.includes("IDV_CHECK_FAILED_INTERNAL"))
|
|
50
47
|
return "VERIFICATION:FAILED";
|
|
48
|
+
if ((_m = account.holdReasons) === null || _m === void 0 ? void 0 : _m.includes("NEW_PAYEE_REVIEW"))
|
|
49
|
+
return "ACCOUNT_REVIEW";
|
|
51
50
|
if (account.hold)
|
|
52
51
|
return "HOLD";
|
|
53
52
|
return "DONE";
|
|
@@ -75,6 +74,17 @@ export function usePayoutStatus(props) {
|
|
|
75
74
|
window.removeEventListener(VERIFF_COMPLETE_EVENT_KEY, cb);
|
|
76
75
|
};
|
|
77
76
|
}, []);
|
|
77
|
+
const onTermsClick = () => {
|
|
78
|
+
let url = props.cashPayoutsPageUrl;
|
|
79
|
+
if (url.includes("#"))
|
|
80
|
+
url = url.split("#")[0];
|
|
81
|
+
if (status === "INFORMATION_REQUIRED")
|
|
82
|
+
url += "#1";
|
|
83
|
+
else if (status === "OVER_W9_THRESHOLD" &&
|
|
84
|
+
enforceUsTaxComplianceOption === "CASH_ONLY_DEFER_W9")
|
|
85
|
+
url += "#3";
|
|
86
|
+
window.history.pushState(null, "", url);
|
|
87
|
+
};
|
|
78
88
|
return {
|
|
79
89
|
states: {
|
|
80
90
|
loading,
|
|
@@ -86,7 +96,7 @@ export function usePayoutStatus(props) {
|
|
|
86
96
|
data: { type },
|
|
87
97
|
text: props.getTextProps(),
|
|
88
98
|
callbacks: {
|
|
89
|
-
onTermsClick
|
|
99
|
+
onTermsClick,
|
|
90
100
|
onClick: render,
|
|
91
101
|
},
|
|
92
102
|
};
|
|
@@ -931,6 +931,14 @@ export class TaxAndCashMonolith {
|
|
|
931
931
|
* @uiWidget textArea
|
|
932
932
|
*/
|
|
933
933
|
this.dashboard_w9RequiredDescription = "You have surpassed the $600 threshold for a W9 tax form. To remove the hold, you need to submit a W9 tax form as outlined in our {termsAndConditions}. Please click 'Submit W9' to start the process.";
|
|
934
|
+
/**
|
|
935
|
+
* @uiName Account review alert header
|
|
936
|
+
*/
|
|
937
|
+
this.dashboard_accountReviewHeader = "Your account is under review";
|
|
938
|
+
/**
|
|
939
|
+
* @uiName Account review alert description
|
|
940
|
+
*/
|
|
941
|
+
this.dashboard_accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
|
|
934
942
|
/**
|
|
935
943
|
* @uiName Terms and Conditions text
|
|
936
944
|
* @uiGroup Dashboard Properties
|
|
@@ -4952,6 +4960,48 @@ export class TaxAndCashMonolith {
|
|
|
4952
4960
|
"reflect": false,
|
|
4953
4961
|
"defaultValue": "\"You have surpassed the $600 threshold for a W9 tax form. To remove the hold, you need to submit a W9 tax form as outlined in our {termsAndConditions}. Please click 'Submit W9' to start the process.\""
|
|
4954
4962
|
},
|
|
4963
|
+
"dashboard_accountReviewHeader": {
|
|
4964
|
+
"type": "string",
|
|
4965
|
+
"mutable": false,
|
|
4966
|
+
"complexType": {
|
|
4967
|
+
"original": "string",
|
|
4968
|
+
"resolved": "string",
|
|
4969
|
+
"references": {}
|
|
4970
|
+
},
|
|
4971
|
+
"required": false,
|
|
4972
|
+
"optional": false,
|
|
4973
|
+
"docs": {
|
|
4974
|
+
"tags": [{
|
|
4975
|
+
"text": "Account review alert header",
|
|
4976
|
+
"name": "uiName"
|
|
4977
|
+
}],
|
|
4978
|
+
"text": ""
|
|
4979
|
+
},
|
|
4980
|
+
"attribute": "dashboard_account-review-header",
|
|
4981
|
+
"reflect": false,
|
|
4982
|
+
"defaultValue": "\"Your account is under review\""
|
|
4983
|
+
},
|
|
4984
|
+
"dashboard_accountReviewDescription": {
|
|
4985
|
+
"type": "string",
|
|
4986
|
+
"mutable": false,
|
|
4987
|
+
"complexType": {
|
|
4988
|
+
"original": "string",
|
|
4989
|
+
"resolved": "string",
|
|
4990
|
+
"references": {}
|
|
4991
|
+
},
|
|
4992
|
+
"required": false,
|
|
4993
|
+
"optional": false,
|
|
4994
|
+
"docs": {
|
|
4995
|
+
"tags": [{
|
|
4996
|
+
"text": "Account review alert description",
|
|
4997
|
+
"name": "uiName"
|
|
4998
|
+
}],
|
|
4999
|
+
"text": ""
|
|
5000
|
+
},
|
|
5001
|
+
"attribute": "dashboard_account-review-description",
|
|
5002
|
+
"reflect": false,
|
|
5003
|
+
"defaultValue": "\"This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.\""
|
|
5004
|
+
},
|
|
4955
5005
|
"dashboard_termsAndConditions": {
|
|
4956
5006
|
"type": "string",
|
|
4957
5007
|
"mutable": false,
|
|
@@ -266,6 +266,20 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
266
266
|
icon: "exclamation-octagon",
|
|
267
267
|
class: sheet.classes.ErrorHoldAlertContainer,
|
|
268
268
|
};
|
|
269
|
+
case "ACCOUNT_REVIEW":
|
|
270
|
+
return {
|
|
271
|
+
header: text.accountReviewHeader,
|
|
272
|
+
description: intl.formatMessage({
|
|
273
|
+
id: "accountReviewDescription",
|
|
274
|
+
defaultMessage: text.accountReviewDescription,
|
|
275
|
+
}, {
|
|
276
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
277
|
+
}),
|
|
278
|
+
buttonText: null,
|
|
279
|
+
alertType: "warning",
|
|
280
|
+
icon: "exclamation-triangle",
|
|
281
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
282
|
+
};
|
|
269
283
|
case "HOLD":
|
|
270
284
|
return {
|
|
271
285
|
header: text.payoutHoldAlertHeader,
|
|
@@ -239,6 +239,14 @@ export class TaxAndCashDashboard {
|
|
|
239
239
|
* @uiName W9 payment threshold alert description
|
|
240
240
|
*/
|
|
241
241
|
this.w9RequiredDescription = "You have surpassed the $600 threshold for a W9 tax form. To remove the hold, you need to submit a W9 tax form as outlined in our {termsAndConditions}. Please click 'Submit W9' to start the process.";
|
|
242
|
+
/**
|
|
243
|
+
* @uiName Account review alert header
|
|
244
|
+
*/
|
|
245
|
+
this.accountReviewHeader = "Your account is under review";
|
|
246
|
+
/**
|
|
247
|
+
* @uiName Account review alert description
|
|
248
|
+
*/
|
|
249
|
+
this.accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
|
|
242
250
|
/**
|
|
243
251
|
* @uiName Terms and Conditions text
|
|
244
252
|
*/
|
|
@@ -1316,6 +1324,48 @@ export class TaxAndCashDashboard {
|
|
|
1316
1324
|
"reflect": false,
|
|
1317
1325
|
"defaultValue": "\"You have surpassed the $600 threshold for a W9 tax form. To remove the hold, you need to submit a W9 tax form as outlined in our {termsAndConditions}. Please click 'Submit W9' to start the process.\""
|
|
1318
1326
|
},
|
|
1327
|
+
"accountReviewHeader": {
|
|
1328
|
+
"type": "string",
|
|
1329
|
+
"mutable": false,
|
|
1330
|
+
"complexType": {
|
|
1331
|
+
"original": "string",
|
|
1332
|
+
"resolved": "string",
|
|
1333
|
+
"references": {}
|
|
1334
|
+
},
|
|
1335
|
+
"required": false,
|
|
1336
|
+
"optional": false,
|
|
1337
|
+
"docs": {
|
|
1338
|
+
"tags": [{
|
|
1339
|
+
"text": "Account review alert header",
|
|
1340
|
+
"name": "uiName"
|
|
1341
|
+
}],
|
|
1342
|
+
"text": ""
|
|
1343
|
+
},
|
|
1344
|
+
"attribute": "account-review-header",
|
|
1345
|
+
"reflect": false,
|
|
1346
|
+
"defaultValue": "\"Your account is under review\""
|
|
1347
|
+
},
|
|
1348
|
+
"accountReviewDescription": {
|
|
1349
|
+
"type": "string",
|
|
1350
|
+
"mutable": false,
|
|
1351
|
+
"complexType": {
|
|
1352
|
+
"original": "string",
|
|
1353
|
+
"resolved": "string",
|
|
1354
|
+
"references": {}
|
|
1355
|
+
},
|
|
1356
|
+
"required": false,
|
|
1357
|
+
"optional": false,
|
|
1358
|
+
"docs": {
|
|
1359
|
+
"tags": [{
|
|
1360
|
+
"text": "Account review alert description",
|
|
1361
|
+
"name": "uiName"
|
|
1362
|
+
}],
|
|
1363
|
+
"text": ""
|
|
1364
|
+
},
|
|
1365
|
+
"attribute": "account-review-description",
|
|
1366
|
+
"reflect": false,
|
|
1367
|
+
"defaultValue": "\"This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.\""
|
|
1368
|
+
},
|
|
1319
1369
|
"termsAndConditions": {
|
|
1320
1370
|
"type": "string",
|
|
1321
1371
|
"mutable": false,
|