@paynext/sdk 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -12,7 +12,7 @@ export declare interface AblePayConfig {
12
12
  onCheckoutFail?: (error: Error) => void;
13
13
  }
14
14
 
15
- declare const AblePayModule: FC<CehckoutFormProps>;
15
+ declare const AblePayModule: FC<CheckoutFormProps>;
16
16
  export { AblePayModule }
17
17
  export { AblePayModule as CheckoutForm }
18
18
 
@@ -77,7 +77,7 @@ export declare const cardTypes: readonly [{
77
77
  readonly maxLength: 19;
78
78
  }];
79
79
 
80
- export declare type CehckoutFormProps = AblePayConfig & {
80
+ export declare type CheckoutFormProps = AblePayConfig & {
81
81
  evConfig: Pick<EvervaultProviderProps, 'appId' | 'teamId'>;
82
82
  translate?: DeepPartial<CheckoutTranslate>;
83
83
  locale?: Locale;