refactor(payment): remove vip status flow
This commit is contained in:
@@ -96,8 +96,7 @@ export function SubscriptionCheckoutButton({
|
||||
|
||||
const isLoading =
|
||||
payment.isCreatingOrder ||
|
||||
payment.isPollingOrder ||
|
||||
payment.isCheckingVipStatus;
|
||||
payment.isPollingOrder;
|
||||
const label = payment.isPollingOrder
|
||||
? "Processing payment..."
|
||||
: payment.isCreatingOrder
|
||||
|
||||
Reference in New Issue
Block a user