From ad338d0c3dc26a12157f175973eb89fbb9184840 Mon Sep 17 00:00:00 2001 From: Grant Date: Sat, 9 May 2026 14:05:14 -0500 Subject: [PATCH] fix: drop unsupported 'required' field on Value.select for switch action --- startos/actions/activatePaymentProvider.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/startos/actions/activatePaymentProvider.ts b/startos/actions/activatePaymentProvider.ts index 726479d..45fdc9b 100644 --- a/startos/actions/activatePaymentProvider.ts +++ b/startos/actions/activatePaymentProvider.ts @@ -26,7 +26,6 @@ const switchInput = InputSpec.of({ 'Which connected payment provider should handle new purchases. ' + 'The other provider stays configured (no need to re-run Connect ' + 'if you switch back). Existing license keys are unaffected.', - required: true, default: 'btcpay', values: { btcpay: 'BTCPay',