We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66820a commit 34564a8Copy full SHA for 34564a8
src/ui/pages/stripe/CreateLink.test.tsx
@@ -72,6 +72,7 @@ describe("StripeCreateLinkPanel Tests", () => {
72
73
await act(async () => {
74
expect(createLinkMock).toHaveBeenCalledWith({
75
+ achPaymentsEnabled: false,
76
invoiceId: "INV123",
77
invoiceAmountUsd: 100,
78
contactName: "John Doe",
0 commit comments