feat(subscription): support voice package mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user