feat(payment): show Stripe logo in method selector
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user