"backend/migration_release/096_payment_provider_instances.sql" did not exist on "e1547d7835c02324f67ac5649a2987756afd5ce3"
  • 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