Adyen / adyen-node-api-library

Adyen API Library for Node.js
MIT License
104 stars 62 forks source link

Update all services #1377

Closed AdyenAutomationBot closed 3 months ago

AdyenAutomationBot commented 3 months ago

OpenAPI spec or templates produced changes on 14-08-2024 by commit.

sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
48.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

DjoykeAbyah commented 3 months ago

⚠️ Changes ⚠️

In src/typings/checkout/paymentDetails.ts

Added : bankTransfer_IBAN

In src/typings/checkout/storedPaymentMethodDetails.ts

Removed : bankTransfer_IBAN

In: src/typings/transferWebhooks/transferData.ts src/typings/transfers/transfer.ts src/typings/transfers/transferData.ts

Removed: CashOutFee = 'cashOutFee', CashOutFunding = 'cashOutFunding', ! use cashoutFee and cashoutFunding instead !

Added: Card = 'card',