-
Fixed sonar alerts
-
Fixed failing consent for multiple accounts without currency
-
Improved Certificate generator
-
Added new data type Entry Details
-
Added link of type "card" to the Card Account Report
-
Added optional attributes to the Transactions data type
-
Added attribute debitAccounting to the card account details type
Sonar alerts were fixed for classes:
-
FailedCertValidationException
-
CertificateExtractorUtil
-
URLDecodingUtil
-
RolesOfPSP
-
TppRoles
-
URLDecodingUtilTest
-
SpiAccountReference
-
SpiPaymentResponse
-
AisConsentSpiMockImpl
-
BulkPaymentSpiMockImpl
-
CommonPaymentSpiMockImpl
-
PaymentAuthorisationSpiMockImpl
-
PaymentCancellationSpiMockImpl
-
PeriodicPaymentSpiMockImpl
-
PiisConsentSpiMockImpl
-
SinglePaymentSpiMockImpl
-
AisConsent
-
AisConsentDataTest
-
SqlEventReportBuilder
-
Xs2aEventBOMapper
-
AspspEvent
-
EventBO
-
de.adorsys.psd2.core.payment.model.Xs2aAmount
-
de.adorsys.psd2.core.payment.model.PurposeCode
-
de.adorsys.psd2.core.payment.model.DayOfExecution
From now on, consent for multiple accounts without currency could be successfully created.
From now on, Certificate generator has two yml properties:
-
xs2a.certificate-generator.template.public.key
-
xs2a.certificate-generator.template.private.key
Those parameters set path for .key
and .pem
.
From now on, Card Account Report could contain link of type "card"
From now on, Transactions contain three new fields:
-
batchIndicator (Boolean),
-
batchNumberOfTransactions (Integer),
-
entryDetails (Array of Entry Details)