@payrails/web-sdk 5.31.0 → 5.31.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/README.md +4 -3
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +2 -0
- package/payrails.js +4 -4
package/package.json
CHANGED
package/payrails.d.ts
CHANGED
|
@@ -1422,6 +1422,7 @@ interface GenericRedirectButtonOptions {
|
|
|
1422
1422
|
};
|
|
1423
1423
|
events?: PaymentEvents;
|
|
1424
1424
|
paymentMethod: BasePaymentMethodConfig;
|
|
1425
|
+
openInNewTab?: boolean;
|
|
1425
1426
|
}
|
|
1426
1427
|
declare class GenericRedirectButton extends PayrailsElement {
|
|
1427
1428
|
protected options: GenericRedirectButtonOptions;
|
|
@@ -1452,6 +1453,7 @@ interface GenericRedirectDropinOptions {
|
|
|
1452
1453
|
paymentMethod: StorablePaymentCompositionOption;
|
|
1453
1454
|
config?: {
|
|
1454
1455
|
showPaymentMethodLogo?: boolean;
|
|
1456
|
+
openInNewTab?: boolean;
|
|
1455
1457
|
};
|
|
1456
1458
|
styles?: {
|
|
1457
1459
|
element?: DropinElementStyles;
|