feat(subscription): support voice package mode

This commit is contained in:
2026-06-22 09:53:35 +08:00
parent cf435e8fbb
commit df7f673855
6 changed files with 136 additions and 35 deletions
@@ -64,7 +64,9 @@ export function SubscriptionCheckoutButton({
? "Processing payment..."
: payment.isCreatingOrder
? "Creating order..."
: "Confirm the agreement and Activate";
: payment.agreed
? "Pay and Activiate"
: "Confirm the agreement and Activate";
const handleClick = () => {
if (disabled || isLoading) return;