@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 +1 -1
- package/dist/index.es.js +419 -411
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +20 -20
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
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(
|
|
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>;
|