"backend/internal/vscode:/vscode.git/clone" did not exist on "5e54d492be59fb4254427704c68cb39d2fbe1616"
fix: Stripe payment type matching in load balancer
Checkout page aggregates Stripe sub-types (card,link,alipay,wxpay) under "stripe", but SelectInstance matched against supported_types literally, which doesn't contain "stripe". Now matches by provider_key for Stripe.
Please register or sign in to comment