Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phieronymus committed Nov 30, 2020
1 parent 4fab8e0 commit f19af03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/ECForms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string>;

Expand Down Expand Up @@ -43,7 +43,7 @@ export type ECFormItem<Metadata = BaseMetadata> = {
/* Charge and token data */
appId: string;
checkout: CheckoutType;
paymentType: PaymentShippingType;
paymentType: PaymentType;
tokenType: TransactionTokenType;
univapayCustomerId: string | null;
capture: boolean;
Expand Down

0 comments on commit f19af03

Please sign in to comment.