Skip to content

Commit 45789cc

Browse files
committed
Update comments
1 parent c7795d5 commit 45789cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/typings/checkout/cardDetailsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
export class CardDetailsRequest {
1212
/**
13-
* A minimum of the first eight digits of the card number. The full card number gives the best result. You must be [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide) to collect raw card data.
13+
* A minimum of the first eight digits of the card number. The full card number gives the best result. You must be [fully PCI compliant](https://docs.adyen.com/development-resources/pci-dss-compliance-guide) to collect raw card data. Alternatively, you can use the `encryptedCardNumber` field.
1414
*/
1515
'cardNumber': string;
1616
/**

src/typings/checkout/payByBankAISDirectDebitDetails.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class PayByBankAISDirectDebitDetails {
2525
*/
2626
'storedPaymentMethodId'?: string;
2727
/**
28-
* **paybybank_**
28+
* **paybybank_AIS_DD**
2929
*/
3030
'type': PayByBankAISDirectDebitDetails.TypeEnum;
3131

0 commit comments

Comments
 (0)