Skip to content

Commit e5e4ff6

Browse files
committed
Update allowDeleteStoredCard field to InitCheckoutPaymentRequest
1 parent 778bece commit e5e4ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/request/InitCheckoutPaymentRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type InitCheckoutPaymentRequest = {
2626
clientIp?: string;
2727
enabledInstallments?: number[];
2828
alwaysStoreCardAfterPayment?: boolean;
29-
enabledDeleteCard?: boolean;
29+
allowDeleteStoredCard?: boolean;
3030
allowOnlyStoredCards?: boolean;
3131
allowOnlyCreditCard?: boolean;
3232
depositPayments?: boolean;

0 commit comments

Comments
 (0)