Skip to content

Commit 956f9b0

Browse files
Add useTopRedirection to InitCheckoutPaymentRequest (#314)
1 parent e95ae81 commit 956f9b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/request/InitCheckoutPaymentRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ type InitCheckoutPaymentRequest = {
3333
allowInstallmentOnlyCommercialCards?: boolean;
3434
forceThreeDS?: boolean;
3535
forceAuthForNonCreditCards?: boolean;
36+
useTopRedirection?: boolean;
3637
returnBackUrl?: string;
3738
ttl?: number;
3839
customInstallments?: CustomInstallment[];

0 commit comments

Comments
 (0)