diff --git a/src/resources/ECForms.ts b/src/resources/ECForms.ts index 5ce66221..13e14abb 100644 --- a/src/resources/ECForms.ts +++ b/src/resources/ECForms.ts @@ -6,7 +6,7 @@ import { AuthParams, ResponseCallback, SendData } from "../api/RestAPI"; import { AmountWithCurrency } from "./common/types"; import { CRUDResource } from "./CRUDResource"; import { InstallmentPlan, SubscriptionPeriod } from "./Subscriptions"; -import { TransactionTokenType, UsageLimit } from "./TransactionTokens"; +import { PaymentType, TransactionTokenType, UsageLimit } from "./TransactionTokens"; type BaseMetadata = Record; @@ -43,7 +43,7 @@ export type ECFormItem = { /* Charge and token data */ appId: string; checkout: CheckoutType; - paymentType: PaymentShippingType; + paymentType: PaymentType; tokenType: TransactionTokenType; univapayCustomerId: string | null; capture: boolean;