@trustpayments/3ds-sdk-js 1.2.40 → 1.2.43

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
@@ -101,7 +101,7 @@ export interface ThreeDSecureInterface {
101
101
  init$(config: ConfigInterface): Observable<ConfigInterface | never>;
102
102
  run3DSMethod$(transactionId: string, notificationURL: string, methodURL: string): Observable<MethodURLResultInterface | never>;
103
103
  doChallenge$(version: ThreeDSecureVersion, threedpayload: string, challengeURL: string, cardType: CardType, termURL?: string, merchantData?: string): Observable<ChallengeResultInterface | never>;
104
- getBrowserData$(browserDataUrl: string): Observable<BrowserDataInterface>;
104
+ getBrowserData$(browserDataUrls: string[]): Observable<BrowserDataInterface>;
105
105
  showProcessingScreen(cardType: CardType, duration: number): void;
106
106
  hideProcessingScreen(): void;
107
107
  cancelChallenge$(): Observable<ChallengeResultInterface>;