@paynext/sdk 0.0.119 → 0.0.120

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
@@ -246,7 +246,7 @@ declare class EvService {
246
246
  private readonly events;
247
247
  private isShouldLoad;
248
248
  preloadEvervault(config: EvConfig): Promise<void>;
249
- initEv(_config: EvConfig): Promise<void>;
249
+ initEv(config: EvConfig): Promise<void>;
250
250
  initThreeDs(config: ThreeDsConfig): Promise<void>;
251
251
  initApple(config: ApplePayConfig, options?: IApplePayButtonStyles): Promise<void>;
252
252
  initGoogle(config: GooglePayConfig, options?: IGooglePayButtonStyles): Promise<void>;