subos-frontend 1.0.54 → 1.0.55
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/index.js
CHANGED
|
@@ -1031,7 +1031,7 @@ var PlanCard = ({
|
|
|
1031
1031
|
billingCycle,
|
|
1032
1032
|
onSelect,
|
|
1033
1033
|
isActive = false,
|
|
1034
|
-
comparisonUrl = "https://
|
|
1034
|
+
comparisonUrl = "https://arthajobboard.com/pricing"
|
|
1035
1035
|
}) => {
|
|
1036
1036
|
const features = getPlanFeatures(plan);
|
|
1037
1037
|
const description = getPlanDescription(plan);
|
|
@@ -2820,9 +2820,11 @@ var UpgradeSummary = ({
|
|
|
2820
2820
|
return null;
|
|
2821
2821
|
}
|
|
2822
2822
|
const displayInfo = checkoutInfo;
|
|
2823
|
+
console.log("displayInfo", displayInfo);
|
|
2823
2824
|
const intervalDisplay = displayInfo.planInterval === "MONTHLY" ? "Mo" : "Yr";
|
|
2824
2825
|
const dueToday = displayInfo.proration > 0 ? displayInfo.proration : displayInfo.planPrice;
|
|
2825
2826
|
const shouldContactSupport = !!displayInfo.contactSupport;
|
|
2827
|
+
console.log("displayInfo", displayInfo);
|
|
2826
2828
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2827
2829
|
"div",
|
|
2828
2830
|
{
|