feat: Add ACH payment method #6596
Annotations
10 errors and 1 warning
Run TSC:
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
|
Run TSC:
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
|
Run TSC:
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
|
Run TSC:
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
|
Run TSC:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/Address/AddressCard.test.tsx#L285
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
|
Run TSC:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/Address/AddressCard.test.tsx#L308
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
|
Run TSC:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/Address/AddressCard.test.tsx#L330
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
|
Run TSC:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/Address/AddressCard.test.tsx#L357
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
|
Run TSC:
src/pages/PlanPage/subRoutes/CurrentOrgPlan/BillingDetails/Address/AddressCard.test.tsx#L379
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
|
Run TSC:
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'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading