🐛 fix(api): preCreateOrder

This commit is contained in:
web@ppanel 2024-12-14 01:14:45 +07:00
parent 1932ba766c
commit ca747f59f9

View File

@ -44,7 +44,7 @@ export default function Renewal({ token, subscribe }: { token: string; subscribe
});
return data.data;
},
enabled: !!subscribe.id,
enabled: !!subscribe.id && open,
});
const { data: paymentMethods } = useQuery({