@tap-payments/auth-jsconnect 2.4.39-test → 2.4.40-test
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.
|
@@ -81,7 +81,7 @@ var SuccessFlowButtons = function (_a) {
|
|
|
81
81
|
var _b;
|
|
82
82
|
var name = _a.name, url = _a.url, flowStatus = _a.status, token = _a.token;
|
|
83
83
|
var status = name === 'password' ? flowStatus : (_b = flowsDetails.find(function (flow) { return flow.name === name; })) === null || _b === void 0 ? void 0 : _b.status;
|
|
84
|
-
var type = status === 'reviewed' || status === 'completed' ? 'completed' : 'pending';
|
|
84
|
+
var type = status === 'reviewed' || status === 'completed' || status === 'complete' || status === 'verified' ? 'completed' : 'pending';
|
|
85
85
|
var title = t("".concat(name, "_flow_").concat(type), {
|
|
86
86
|
individual_name: (is_authorized && count > 1 ? t('company_individuals_details', { count: count }) : username.toLowerCase() + maskedId) || t('individual'),
|
|
87
87
|
brand: brandName,
|