@payrails/web-sdk 5.37.1-RC.0 → 5.37.1-RC.1
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/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +1 -0
- package/payrails.js +4 -4
package/package.json
CHANGED
package/payrails.d.ts
CHANGED
|
@@ -1493,6 +1493,7 @@ declare class GenericRedirectButton extends PayrailsElement {
|
|
|
1493
1493
|
private setStyles;
|
|
1494
1494
|
private removeStyles;
|
|
1495
1495
|
private triggerLoading;
|
|
1496
|
+
private isSafari;
|
|
1496
1497
|
private onClick;
|
|
1497
1498
|
private handleAuthorizationResult;
|
|
1498
1499
|
private createPopupWithTimeout;
|