Payment-settings ⚡ <PREMIUM>

const handleSetDefault = async (methodId: string) => try await paymentApi.setDefaultMethod(methodId); await loadSettings(); // refresh catch (err) setError('Failed to set default method');