feat: Add ACH payment method #6596
Annotations
10 errors and 1 warning
|
Build and upload stats:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/PaymentMethod/PaymentMethodInformation.tsx#L68
Property 'us_bank_account' does not exist on type '{ billingDetails: { address: { state: string | null; city: string | null; country: string | null; line1: string | null; line2: string | null; postalCode: string | null; } | null; name: string | null; email: string | null; phone: string | null; } | null; card?: { ...; } | ... 1 more ... | undefined; }'.
|
Build and upload stats:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/PaymentMethod/PaymentMethodInformation.tsx#L72
Property 'us_bank_account' does not exist on type '{ billingDetails: { address: { state: string | null; city: string | null; country: string | null; line1: string | null; line2: string | null; postalCode: string | null; } | null; name: string | null; email: string | null; phone: string | null; } | null; card?: { ...; } | ... 1 more ... | undefined; }'.
|
Build and upload stats:
src/services/account/useUpdatePaymentMethod.ts#L53
Property 'paymentMethod' does not exist on type '{ error: StripeError; }'.
|
Build and upload stats:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/EditPaymentMethod/EditPaymentMethod.tsx#L48
Type '{ isEditMode: boolean; setEditMode: (isEditMode: boolean) => void; provider: string; owner: string; }' is not assignable to type 'IntrinsicAttributes & PaymentMethodFormProps'.
|
Build and upload stats:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/EditPaymentMethod/EditPaymentMethod.tsx#L59
Type '{ isEditMode: boolean; setEditMode: (isEditMode: boolean) => void; provider: string; owner: string; }' is not assignable to type 'IntrinsicAttributes & PaymentMethodFormProps'.
|
Build and upload stats:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/Address/AddressCard.test.tsx#L88
Type '{ subscriptionDetail: null; provider: string; owner: string; }' is missing the following properties from type 'AddressCardProps': isEditMode, setEditMode
|
Build and upload stats:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/Address/AddressCard.test.tsx#L180
Type '{ subscriptionDetail: { defaultPaymentMethod: { billingDetails: { address: { state: string | null; city: string | null; country: string | null; line1: string | null; line2: string | null; postalCode: string | null; } | null; name: string | null; email: string | null; phone: string | null; } | null; card?: { ...; } |...' is missing the following properties from type 'AddressCardProps': isEditMode, setEditMode
|
Build and upload stats:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/Address/AddressCard.test.tsx#L236
Type '{ subscriptionDetail: { defaultPaymentMethod: { billingDetails: { address: { state: string | null; city: string | null; country: string | null; line1: string | null; line2: string | null; postalCode: string | null; } | null; name: string | null; email: string | null; phone: string | null; } | null; card?: { ...; } |...' is missing the following properties from type 'AddressCardProps': isEditMode, setEditMode
|
Build and upload stats:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/Address/AddressCard.test.tsx#L259
Type '{ subscriptionDetail: { defaultPaymentMethod: { billingDetails: { address: { state: string | null; city: string | null; country: string | null; line1: string | null; line2: string | null; postalCode: string | null; } | null; name: string | null; email: string | null; phone: string | null; } | null; card?: { ...; } |...' is missing the following properties from type 'AddressCardProps': isEditMode, setEditMode
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading