• erio's avatar
    fix: Stripe payment type matching in load balancer · 4aa0070e
    erio authored
    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.
    4aa0070e
load_balancer.go 11.1 KB