Skip to content

Commit 778bece

Browse files
committed
Add enabledDeleteCard field to InitCheckoutPaymentRequest
1 parent 63a5538 commit 778bece

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
@@ -26,6 +26,7 @@ type InitCheckoutPaymentRequest = {
2626
clientIp?: string;
2727
enabledInstallments?: number[];
2828
alwaysStoreCardAfterPayment?: boolean;
29+
enabledDeleteCard?: boolean;
2930
allowOnlyStoredCards?: boolean;
3031
allowOnlyCreditCard?: boolean;
3132
depositPayments?: boolean;

0 commit comments

Comments
 (0)