Skip to content

Commit 07bbdea

Browse files
committed
Update allowDeleteStoredCard field to InitCheckoutPaymentRequest
1 parent acd5718 commit 07bbdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/craftgate/request/InitCheckoutPaymentRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class InitCheckoutPaymentRequest {
4141
protected Long buyerMemberId;
4242
protected List<Integer> enabledInstallments;
4343
protected boolean alwaysStoreCardAfterPayment;
44-
protected boolean enabledDeleteCard;
44+
protected boolean allowDeleteStoredCard;
4545
protected boolean allowOnlyStoredCards;
4646
protected boolean allowOnlyCreditCard;
4747
protected boolean allowInstallmentOnlyCommercialCards;

0 commit comments

Comments
 (0)