feat(payment): show Stripe logo in method selector

This commit is contained in:
2026-07-17 18:32:37 +08:00
parent b22db6d147
commit 3aefbef259
3 changed files with 15 additions and 3 deletions
@@ -35,6 +35,8 @@ describe("PaymentMethodSelector", () => {
expect(selectedButton).toContain("0_0_0_3px_rgba(217,47,127,0.18)");
expect(selectedButton).toContain("-translate-y-0.5");
expect(html).toContain("/images/subscription/gcash-logo.svg");
expect(html).toContain("/images/subscription/stripe-logo.svg");
expect(html).not.toContain(">Stripe</span>");
});
it("disables both payment methods while payment is busy", () => {