feat: Add ACH payment flows #6788
Annotations
4 errors and 1 warning
Build and upload stats:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/PaymentCard/PaymentMethodForm.test.tsx#L72
Property 'unverifiedPaymentMethods' is missing in type '{ name: string; email: string; subscriptionDetail: { latestInvoice: { number: string | null; id: string | null; status: string | null; created: number; total: number; invoicePdf: string | null; ... 13 more ...; customerShipping?: any; } | null; ... 6 more ...; collectionMethod?: string | ... 1 more ... | undefined; ...' but required in type '{ name: string | null; email: string | null; activatedUserCount: number; planAutoActivate: boolean | null; subscriptionDetail: { latestInvoice: { number: string | null; id: string | null; ... 17 more ...; customerShipping?: any; } | null; ... 6 more ...; collectionMethod?: string | ... 1 more ... | undefined; } | nu...'.
|
Build and upload stats:
src/services/account/useAccountDetails.test.tsx#L59
Argument of type '{ integrationId: number; activatedUserCount: number; inactiveUserCount: number; planAutoActivate: boolean; subscriptionDetail: { latestInvoice: { id: string; number: string; status: string; ... 13 more ...; lineItems: { ...; }[]; }; ... 6 more ...; collectionMethod: null; }; ... 11 more ...; delinquent: null; }' is not assignable to parameter of type '{ name: string | null; email: string | null; activatedUserCount: number; planAutoActivate: boolean | null; subscriptionDetail: { latestInvoice: { number: string | null; id: string | null; ... 17 more ...; customerShipping?: any; } | null; ... 6 more ...; collectionMethod?: string | ... 1 more ... | undefined; } | nu...'.
|
Build and upload stats:
src/services/account/useAccountDetails.test.tsx#L84
Argument of type '{ subscriptionDetail: { defaultPaymentMethod: { billingDetails: null; usBankAccount: { bankName: string; last4: string; }; }; latestInvoice: { id: string; number: string; status: string; created: number; ... 12 more ...; lineItems: { ...; }[]; }; ... 5 more ...; collectionMethod: null; }; ... 15 more ...; delinquent...' is not assignable to parameter of type '{ name: string | null; email: string | null; activatedUserCount: number; planAutoActivate: boolean | null; subscriptionDetail: { latestInvoice: { number: string | null; id: string | null; ... 17 more ...; customerShipping?: any; } | null; ... 6 more ...; collectionMethod?: string | ... 1 more ... | undefined; } | nu...'.
|
Build and upload stats
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading