"frontend/src/views/vscode:/vscode.git/clone" did not exist on "1262654d9785673cfda3071a714f3a61734933e7"
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